gst/audioscale/: remove
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/audioscale/.cvsignore:
4         * gst/audioscale/Makefile.am:
5         * gst/audioscale/README:
6         * gst/audioscale/audioscale.vcproj:
7         * gst/audioscale/dtof.c:
8         * gst/audioscale/dtos.c:
9         * gst/audioscale/functable.c:
10         * gst/audioscale/gstaudioscale.c:
11         * gst/audioscale/gstaudioscale.h:
12         * gst/audioscale/private.h:
13         * gst/audioscale/resample.c:
14         * gst/audioscale/resample.h:
15         * gst/audioscale/test.c:
16           remove
17
18 2005-11-30  Edward Hervey  <edward@fluendo.com>
19
20         * gst-libs/gst/netbuffer/Makefile.am:
21         really, really tired
22
23 2005-11-30  Edward Hervey  <edward@fluendo.com>
24
25         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26         Update for new GstTypeFindFactory _register()
27
28 2005-11-30  Edward Hervey  <edward@fluendo.com>
29
30         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
31         Let's not override libgstnet from core for no reason...
32         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
33         Ok, maybe not so quick next time.
34
35 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36
37         * configure.ac:
38         * gst-libs/gst/Makefile.am:
39           moved gst-libs/gst/net to netbuffer through CVS surgery
40           remove old directory
41           updating build to accomodate
42           (#322257)
43
44 2005-11-29  Andy Wingo  <wingo@pobox.com>
45
46         * pkgconfig/gstreamer-plugins-base.pc.in:
47         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
48         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
49         (#322257).
50
51 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
52
53         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
54         3rd time's the charm. Correct ref-counting for discarded buffers.
55
56 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
57
58         * gst/playback/gststreamselector.c:
59         (gst_stream_selector_class_init),
60         (gst_stream_selector_set_property),
61         (gst_stream_selector_get_property),
62         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
63         Fix ref-counting
64
65 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
66
67         * gst/subparse/gstsubparse.c: (feed_textbuf):
68           Don't access already unref'ed buffer.
69
70 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
71
72         * gst/playback/gststreamselector.c:
73         (gst_stream_selector_class_init), (gst_stream_selector_init),
74         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
75         (gst_stream_selector_get_property),
76         (gst_stream_selector_get_linked_pad),
77         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
78         * gst/playback/gststreamselector.h:
79         Add the active-pad property for playbin to use shortly. Ignore buffers
80         from any other pad, returning GST_FLOW_NOT_LINKED
81
82 2005-11-29  Julien MOUTTE  <julien@moutte.net>
83
84         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
85         patch from bug #322704 (Alessandro Decina).
86
87 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
88
89         * gst-libs/gst/audio/Makefile.am:
90           folded audiofilter into the audio library
91
92 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
93
94         * gst/videoscale/gstvideoscale.h:
95         * gst/videoscale/gstvideoscale.c:
96           remove unimplemented scale methods
97
98 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
99
100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
101           Don't leak caps.
102
103 2005-11-28  Julien MOUTTE  <julien@moutte.net>
104
105         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
106         (gst_ximagesink_setcaps):
107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
108         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
109         happens (only visible on ximagesink but bug is in xv too) set_caps was
110         destroying the internal x[v]image used to memcpy non locally alloced
111         buffers so that it got renewed on next _chain. The issue is that 
112         _expose will try to put that image as it reffed it in _put.
113         Using gst_buffer_unref instead of destroy fixes it !
114
115 2005-11-28  Edward Hervey  <edward@fluendo.com>
116
117         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
118         (try_to_link_1), (queue_filled_cb):
119         Better use of the queues. Start with a small size queue and only increase
120         the size of the queues when the other queues are empty.
121
122 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
123
124         * gst-libs/gst/video/Makefile.am:
125           compile in copied-over videofilter into the video library
126         * gst-libs/gst/video/videosink.h:
127           rename the header to gstvideosink.h since it's a base GstObject class
128         * sys/ximage/ximagesink.h:
129         * sys/xvimage/xvimagesink.h:
130           use the new header
131
132 2005-11-28  Wim Taymans  <wim@fluendo.com>
133
134         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
135         * gst/playback/gstplaybasebin.h:
136         Prepare to handle errors betters.
137
138         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
139         Set sinks to PAUSED first before adding and linking them so that
140         we don't interrupt dataflow.
141
142 2005-11-28  Wim Taymans  <wim@fluendo.com>
143
144         * gst-libs/gst/audio/TODO:
145         Updated TODO
146
147         * gst-libs/gst/audio/gstaudiosink.c:
148         (gst_audioringbuffer_open_device),
149         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
150         (gst_audioringbuffer_release):
151         Small cleanups.
152
153         * gst-libs/gst/audio/gstbaseaudiosink.c:
154         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
155         (gst_base_audio_sink_change_state):
156         Slave to the master clock when going to PLAYING and unslave when
157         going to PAUSED.
158
159         * gst-libs/gst/audio/gstringbuffer.c:
160         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
161         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
162         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
163         (gst_ring_buffer_clear_all), (wait_segment),
164         (gst_ring_buffer_commit), (gst_ring_buffer_read),
165         (gst_ring_buffer_advance):
166         * gst-libs/gst/audio/gstringbuffer.h:
167         Add some docs and cleanups.
168
169 2005-11-28  Julien MOUTTE  <julien@moutte.net>
170
171         * sys/xvimage/xvimagesink.c:
172         (gst_xvimagesink_navigation_send_event): Fix navigation events
173         coordinates translation with pixel aspect ratios.
174
175 2005-11-28  Julien MOUTTE  <julien@moutte.net>
176
177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
178         Use calculated video geometry from _setcaps instead of buffer
179         caps to respect pixel aspect ratio. (fixes #322388)
180
181 2005-11-28  Julien MOUTTE  <julien@moutte.net>
182
183         * docs/libs/tmpl/gstcolorbalance.sgml:
184         * docs/libs/tmpl/gstmixer.sgml:
185         * docs/libs/tmpl/gstxoverlay.sgml:
186         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
187         interface.
188
189 2005-11-28  Julien MOUTTE  <julien@moutte.net>
190
191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
192         Refuse to create an XvImage if we can't find the format.
193
194 2005-11-28  Edward Hervey  <edward@fluendo.com>
195
196         * gst-libs/gst/riff/riff-media.c:
197         (gst_riff_create_audio_template_caps):
198         Add ATRAC3 to the list of riff-possible audio caps.
199         I know we still don't have a plugin for atrac3, but it's saner to output
200         that than a cryptic mimetype.
201
202 2005-11-27  Edward Hervey  <edward@fluendo.com>
203
204         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
205         Don't try to create a zero-sized subbuffer.
206
207 2005-11-27  Julien MOUTTE  <julien@moutte.net>
208
209         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
210         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
211         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
212         (gst_ximagesink_expose): Fixed a tricky race.
213         * sys/ximage/ximagesink.h:
214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
215         (gst_xvimagesink_expose): Fixed a tricky race.
216         * sys/xvimage/xvimagesink.h:
217
218 2005-11-27  Edward Hervey  <edward@fluendo.com>
219
220         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
221         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
222         Remove unused properties, and add queues between demuxers and decoders
223         so that a lot more files can preroll properly.
224
225 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
226
227         * gst-libs/gst/net/Makefile.am:
228         * gst-libs/gst/rtp/Makefile.am:
229         * gst-libs/gst/tag/Makefile.am:
230           remove silly include
231         * gst/tags/Makefile.am:
232         * gst/tags/gsttagediting.c:
233         * gst/tags/gsttageditingprivate.h:
234         * gst/tags/tagedit.vcproj:
235           remove directory, is as good as empty
236
237 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
238
239         * configure.ac:
240           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
241         * gst-libs/Makefile.am:
242         * gst-libs/gst/audio/Makefile.am:
243         * gst-libs/gst/interfaces/Makefile.am:
244         * gst-libs/gst/net/Makefile.am:
245         * gst-libs/gst/riff/Makefile.am:
246         * gst-libs/gst/rtp/Makefile.am:
247         * gst-libs/gst/tag/Makefile.am:
248         * gst-libs/gst/video/Makefile.am:
249           and use them
250
251 2005-11-27  Julien MOUTTE  <julien@moutte.net>
252
253         * docs/libs/tmpl/gstcolorbalance.sgml:
254         * docs/libs/tmpl/gstmixer.sgml:
255         * docs/libs/tmpl/gstxoverlay.sgml:
256         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
257         * sys/ximage/ximagesink.h:
258         * sys/xvimage/xvimagesink.h: More and more documentation.
259
260 2005-11-26  Julien MOUTTE  <julien@moutte.net>
261
262         * docs/libs/gst-plugins-base-libs-docs.sgml:
263         * docs/libs/gst-plugins-base-libs-sections.txt:
264         * docs/libs/tmpl/gstcolorbalance.sgml:
265         * docs/libs/tmpl/gstmixer.sgml:
266         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
267         to documentation.
268
269 2005-11-26  Julien MOUTTE  <julien@moutte.net>
270
271         * docs/plugins/Makefile.am:
272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
274         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
275
276 2005-11-26  Julien MOUTTE  <julien@moutte.net>
277
278         * docs/plugins/Makefile.am:
279         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
280         * docs/plugins/gst-plugins-base-plugins-sections.txt:
281         * docs/plugins/inspect/plugin-adder.xml:
282         * docs/plugins/inspect/plugin-alsa.xml:
283         * docs/plugins/inspect/plugin-audioconvert.xml:
284         * docs/plugins/inspect/plugin-audiorate.xml:
285         * docs/plugins/inspect/plugin-audioresample.xml:
286         * docs/plugins/inspect/plugin-audiotestsrc.xml:
287         * docs/plugins/inspect/plugin-decodebin.xml:
288         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
289         * docs/plugins/inspect/plugin-gnomevfs.xml:
290         * docs/plugins/inspect/plugin-ogg.xml:
291         * docs/plugins/inspect/plugin-playbin.xml:
292         * docs/plugins/inspect/plugin-subparse.xml:
293         * docs/plugins/inspect/plugin-tcp.xml:
294         * docs/plugins/inspect/plugin-theora.xml:
295         * docs/plugins/inspect/plugin-typefindfunctions.xml:
296         * docs/plugins/inspect/plugin-video4linux.xml:
297         * docs/plugins/inspect/plugin-videorate.xml:
298         * docs/plugins/inspect/plugin-videoscale.xml:
299         * docs/plugins/inspect/plugin-videotestsrc.xml:
300         * docs/plugins/inspect/plugin-volume.xml:
301         * docs/plugins/inspect/plugin-vorbis.xml:
302         * docs/plugins/inspect/plugin-ximagesink.xml:
303         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
304         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
305
306 2005-11-26  Edward Hervey  <edward@fluendo.com>
307
308         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
309         Properly return GstFlowReturn from gst_pad_push in chain functions.
310
311 2005-11-25  Michael Smith  <msmith@fluendo.com>
312
313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
314         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
315         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
316         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
317           Handle various conditions better when we don't understand a stream.
318           Removes a heap of CRITICALs on ogg streams containing unknown data.
319
320 2005-11-24  Andy Wingo  <wingo@pobox.com>
321
322         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
323         Be threadsafe.
324
325 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
326
327         * configure.ac: back to HEAD
328
329 === release 0.9.6 ===
330
331 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
332
333         * configure.ac:
334           releasing 0.9.6, "White Eight"
335
336 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
337
338         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
339         * docs/plugins/inspect/plugin-sine.xml:
340           remove sinesrc some more
341
342 2005-11-23  Wim Taymans  <wim@fluendo.com>
343
344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
345         If we are reading too slowly, jump forward in the ringbuffer
346         instead of blocking.
347
348 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
349
350         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
351         (gst_visual_chain):
352         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
353         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
354         (gst_videorate_chain):
355         * gst/videotestsrc/gstvideotestsrc.c:
356         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
357         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
358         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
359         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
360         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
361         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
362           Updates for API changes
363
364 2005-11-23  Wim Taymans  <wim@fluendo.com>
365
366         * gst-libs/gst/audio/gstbaseaudiosink.c:
367         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
368         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
369         Fix for calibration API change.
370
371 2005-11-23  Michael Smith <msmith@fluendo.com>
372
373         * gst-libs/gst/audio/multichannel.c:
374         (gst_audio_get_channel_positions),
375         (gst_audio_set_channel_positions),
376         (gst_audio_set_structure_channel_positions_list),
377         (gst_audio_fixate_channel_positions):
378           Use gst_value_array_*() functions on value arrays, not
379           gst_value_list_*().
380
381 2005-11-23  Edward Hervey  <edward@fluendo.com>
382
383         * autogen.sh:
384         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
385         Fixes autogen
386
387 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
388
389         * check/Makefile.am:
390         * check/elements/videotestsrc.c: (setup_videotestsrc),
391         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
392         (main):
393           add a test for videotestsrc
394
395 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
396
397         * gst/sine/.cvsignore:
398         * gst/sine/Makefile.am:
399         * gst/sine/gstsinesrc.c:
400         * gst/sine/gstsinesrc.h:
401         * gst/sine/sinesrc.vcproj:
402           and remove sinesrc from the repository.  Closes #321446
403
404 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
405
406         * configure.ac:
407         * gst-plugins-base.spec.in:
408           remove sinesrc from the build
409
410 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
411
412         * check/Makefile.am:
413         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
414         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
415         (main):
416           add a test for audiotestsrc, testing all waves.  Even seems
417           leak-free at first glance, nice job Stefan
418
419 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
420
421         * po/af.po:
422         * po/az.po:
423         * po/cs.po:
424         * po/en_GB.po:
425         * po/hu.po:
426         * po/it.po:
427         * po/nb.po:
428         * po/nl.po:
429         * po/or.po:
430         * po/sq.po:
431         * po/sr.po:
432         * po/sv.po:
433         * po/uk.po:
434         * po/vi.po:
435           Translation string updates
436
437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
438         (gst_v4lsrc_set_caps):
439         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
440         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
441         * sys/v4l/v4lsrc_calls.h:
442           Improve v4lsrc, by making it work again.
443
444 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
445
446         * ext/libvisual/visual.c: (gst_visual_chain):
447           Fix the fps calculations.
448
449         * gst/ffmpegcolorspace/avcodec.h:
450           Move structure element for clarity
451
452         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
453         * gst-libs/gst/interfaces/tunernorm.h:
454         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
455         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
456         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
457         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
458         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
459         (gst_v4lmjpegsrc_getcaps):
460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
461         (gst_v4lsrc_set_caps):
462         * sys/v4l/gstv4lsrc.h:
463         * sys/v4l/v4l_calls.c: (gst_v4l_open):
464         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
465         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
466         * sys/v4l/v4lsrc_calls.h:
467           Fractional framerates...
468
469 2005-11-22  Wim Taymans  <wim@fluendo.com>
470
471         * gst-libs/gst/audio/gstbaseaudiosink.c:
472         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
473         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
474         And we provide a clock by default, of course...
475
476 2005-11-22  Wim Taymans  <wim@fluendo.com>
477
478         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
479         This clock can be slaved to a master clock now.
480
481         * gst-libs/gst/audio/gstbaseaudiosink.c:
482         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
483         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
484         (gst_base_audio_sink_set_clock),
485         (gst_base_audio_sink_set_property),
486         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
487         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
488         * gst-libs/gst/audio/gstbaseaudiosink.h:
489         Handle slaving the internal clock to the clock selected in the
490         pipeline.
491         Add property to make the basesink not provide a clock.
492
493         * gst-libs/gst/rtp/gstbasertpdepayload.c:
494         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
495         (gst_base_rtp_depayload_wait):
496         * gst-libs/gst/rtp/gstbasertpdepayload.h:
497         We can use the clock in GstElement, no need to store it ourselves.
498
499 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
500
501         * docs/libs/tmpl/gstaudio.sgml:
502           update
503         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
504         (gst_paranoia_endian_get_type):
505         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
506         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
507         * gst/audiotestsrc/gstaudiotestsrc.c:
508         (gst_audiostestsrc_wave_get_type):
509         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
510         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
511         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
512         (gst_sync_method_get_type), (gst_unit_type_get_type),
513         (gst_client_status_get_type), (gst_multifdsink_class_init),
514         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
515         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
516         (gst_multifdsink_get_property):
517         * gst/tcp/gstmultifdsink.h:
518         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
519         * gst/videotestsrc/gstvideotestsrc.c:
520         (gst_videotestsrc_pattern_get_type):
521           remove deprecated properties
522           fix up enums to correctly have short lowercase dashed nicks
523
524 2005-11-22  Michael Smith <msmith@fluendo.com>
525
526         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
527         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
528           Add underscore.
529
530 2005-11-22  Michael Smith <msmith@fluendo.com>
531
532         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
534           Use utility method for scaling clocktime for fractional framerates.
535
536 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
537
538         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
539         (gst_visual_chain):
540         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
541         * ext/theora/theoradec.c: (theora_handle_type_packet):
542         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
543         (theora_enc_chain):
544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
545         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
546         * gst-libs/gst/video/video.h:
547         * gst/ffmpegcolorspace/avcodec.h:
548         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
549         (gst_ffmpeg_caps_to_pixfmt):
550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
551         (gst_ffmpegcsp_set_caps):
552         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
553         (gst_videorate_setcaps), (gst_videorate_blank_data),
554         (gst_videorate_chain):
555         * gst/videotestsrc/gstvideotestsrc.c:
556         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
557         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
558         (gst_videotestsrc_event), (gst_videotestsrc_create):
559         * gst/videotestsrc/gstvideotestsrc.h:
560         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
561         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
562         (gst_ximagesink_get_times), (gst_ximagesink_init):
563         * sys/ximage/ximagesink.h:
564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
565         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
566         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
567         * sys/xvimage/xvimagesink.h:
568           Convert elements to use fractions for their framerate.
569           V4L elements to come later tonight.
570
571 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
572
573         * gst-libs/gst/audio/audio.c:
574         * gst-libs/gst/audio/audio.h:
575           remove some deprecated functions
576
577 2005-11-22  Andy Wingo  <wingo@pobox.com>
578
579         * Update for gst_tag_setter API changes.
580
581 2005-11-22  Andy Wingo  <wingo@pobox.com>
582
583         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
584         (gst_ogg_demux_perform_seek):
585         * ext/theora/theoradec.c (theora_dec_sink_event):
586         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
587         update-funcnames.
588
589 2005-11-22  Wim Taymans  <wim@fluendo.com>
590
591         * examples/seeking/seek.c: (main):
592         Give higher priority to bus signals than the gtk events
593         to fix a race condition in the segment looping.
594
595 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
596
597         * ext/theora/Makefile.am:
598         * ext/vorbis/Makefile.am:
599         * gst-libs/gst/tag/Makefile.am:
600         * gst-plugins-base.spec.in:
601           Rename libgsttagedit to libgsttag (#322117).
602
603 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
604
605         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
607           Call gst_x_overlay_prepare_xwindow_id() to give applications
608           a final chance to set their own xwindow id before the video
609           sink creates its own window.
610
611 2005-11-22  Julien MOUTTE  <julien@moutte.net>
612
613         * sys/xvimage/xvimagesink.c:
614         (gst_xvimagesink_navigation_send_event): Handle navigation
615         events correcly with borders if applicable.
616
617 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
618
619         Patch by: Luca Ognibene
620
621         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
622         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
624         (gst_ffmpegcsp_caps_remove_format_info):
625         * gst/ffmpegcolorspace/imgconvert.c:
626         * gst/ffmpegcolorspace/imgconvert_template.h:
627           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
628           #318353); use gst_structure_has_name().
629
630 2005-11-22  Julien MOUTTE  <julien@moutte.net>
631
632         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
633         (gst_ximagesink_class_init): Add debug macros on functions.
634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
635         (gst_xvimagesink_xwindow_draw_borders),
636         (gst_xvimagesink_xvimage_put),
637         (gst_xvimagesink_xwindow_update_geometry),
638         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
639         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
640         (gst_xvimagesink_xcontext_clear),
641         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
642         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
643         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
644         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
645         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
646         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
647         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
648         expose while being PAUSED, out of data flow navigation events, etc..
649
650 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
651
652         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
653         * gst-libs/gst/audio/audio.h:
654           fix prototype - wondering why the test worked regardless
655
656 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
657
658         * check/Makefile.am:
659         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
660         * gst-libs/gst/audio/audio.h:
661           add a method that returns a proper GstClockTime
662
663 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
664
665         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
666         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
667         * gst-libs/gst/interfaces/xoverlay.h:
668           Remove everything having to do with the desired size; add 
669           gst_x_overlay_prepare_xwindow_id() function; remove the
670           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
671           post a message on the bus instead (#321816).
672
673         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
675         (gst_xvimagesink_xoverlay_init):
676           Remove desired size stuff (#321816).
677
678 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
679
680         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
681         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
682         (mpeg_video_type_find), (mpeg_video_stream_type_find):
683           Terminate vararg functions with NULL instead of 0 to 
684           make gcc4 happy.
685
686 2005-11-21  Andy Wingo  <wingo@pobox.com>
687
688         patch by: Sebastien Cote <sebas642@yahoo.ca>
689         
690         * gst-libs/gst/rtp/gstrtpbuffer.h: 
691         * gst-libs/gst/rtp/gstrtpbuffer.c
692         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
693
694 2005-11-21  Andy Wingo  <wingo@pobox.com>
695
696         * gst/playback/gstplaybin.c (gen_audio_element) 
697         (gen_video_element): Use the new MISSING_PLUGIN core error
698         category. Closes #320060.
699
700         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
701         * gst/videorate/gstvideorate.c (gst_videorate_event):
702         * ext/theora/theoradec.c (theora_dec_sink_event): 
703         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
704         stream lock.
705
706         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
707         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
708         stream lock changes.
709
710 2005-11-21  Wim Taymans  <wim@fluendo.com>
711
712         * gst-libs/gst/audio/gstbaseaudiosink.c:
713         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
714         (gst_base_audio_sink_provide_clock),
715         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
716         (gst_base_audio_sink_change_state):
717         * gst/audioresample/gstaudioresample.c:
718         Segment update fix.
719
720 2005-11-21  Andy Wingo  <wingo@pobox.com>
721
722         * *.h:
723         * *.c: Ran scripts/update-macros. Oh yes.
724
725 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
726
727         * sys/ximage/Makefile.am:
728         * sys/ximage/ximage.c:
729           Rename ximage plugin to ximagesink (#321426) (Don't forget to
730           remove your old libgstximage.* manually if necessary).
731
732 2005-11-21  Michael Smith <msmith@fluendo.com>
733
734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
735           Minimal fix for bug #320200: set the min/max bitrate in the correct
736           units. A better fix would be to upgrade to the RATEMANAGE2
737           interface, rather than using the deprecated interface used here, but
738           that would require an update in our libvorbis dependency (to 1.1),
739           which is probably undesirable.
740
741 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
742
743         * ext/libvisual/visual.c: (get_buffer):
744         * gst-libs/gst/audio/gstbaseaudiosrc.c:
745         (gst_base_audio_src_fixate):
746         * gst/audioconvert/gstaudioconvert.c:
747         (gst_audio_convert_fixate_caps):
748         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
749         * gst/audiotestsrc/gstaudiotestsrc.c:
750         (gst_audiotestsrc_src_fixate):
751         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
752         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
753         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
754         * gst/videotestsrc/gstvideotestsrc.c:
755         (gst_videotestsrc_src_fixate):
756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
758           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
759           (#322027)
760
761
762 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
763
764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
765         (gst_riff_create_iavs_caps):
766         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
767         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
768         (gst_riff_parse_info):
769         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
772           Fixes for GST_FOURCC_FORMAT API change.
773
774 2005-11-21  Andy Wingo  <wingo@pobox.com>
775
776         patch by: Alessandro Dessina <alessandro nnva org>
777
778         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
779         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
780         (gst_ogg_parse_chain):
781         * ext/theora/theoraenc.c (theora_set_header_on_caps):
782         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
783         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
784         gst_value_list calls on arrays. Fixes #321962.
785
786 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
787
788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
789         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
790         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
791         * gst/adder/gstadder.c: (gst_adder_init),
792         (gst_adder_request_new_pad), (gst_adder_collected),
793         (gst_adder_change_state):
794           Update for gst_collectpads_foo() to gst_collect_pads_foo()
795           API change.
796
797 2005-11-21  Michael Smith <msmith@fluendo.com>
798
799         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
800         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
801           Properly handle pad_push return values.
802
803 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
804
805         * gst-libs/gst/tag/Makefile.am:
806         * gst-libs/gst/tag/gstvorbistag.c:
807         (gst_tag_list_to_vorbiscomment_buffer):
808           Remove obsolete vorbistag element and debug category.
809
810         * gst/playback/gstplaybasebin.c: (check_queue):
811           Don't divide by 0 when queue-threshold is 0.
812
813         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
814           Don't modify an existing pixel-aspect-ratio if we fail to read
815           a new one.
816
817 2005-11-20  Wim Taymans  <wim@fluendo.com>
818
819         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
820         (gst_vorbisenc_push_packet):
821         GST_PAD_IS_USABLE is gone, use the return value of
822         the push or pad_alloc_buffer instead.
823
824 2005-11-18  Julien MOUTTE  <julien@moutte.net>
825
826         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
827         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
828         (gst_ximagesink_ximage_destroy),
829         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
830         (gst_ximagesink_xwindow_new),
831         (gst_ximagesink_xwindow_update_geometry),
832         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
833         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
834         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
835         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
836         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
837         (gst_ximagesink_navigation_send_event),
838         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
839         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
840         (gst_ximagesink_finalize), (gst_ximagesink_init),
841         (gst_ximagesink_class_init):
842         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
843         This new version brings correct software scaling, non flickering
844         window while resizing, pixel aspect ratio handling, usage of
845         hardware buffer pools, out of data flow event thread for 
846         navigation and handling of expose events even when being PAUSED,
847         a new property to keep video aspect ratio when resizing, etc...
848
849 2005-11-18  Julien MOUTTE  <julien@moutte.net>
850
851         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
852         (gst_videoscale_fixate_caps): Introduce back caps fixate with
853         handling of PAR.
854
855 2005-11-18    <bilboed@dvdsrc.fluendo.com>
856
857         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
858         Unsetting IS_SINK flag from the fakesink, so decodebin
859         never behaves as a sink.
860
861 2005-11-17  Wim Taymans  <wim@fluendo.com>
862
863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
864         (gst_base_audio_src_change_state):
865         Fix the audiosrc base class again, we did not unflush.
866
867 2005-11-17  Julien MOUTTE  <julien@moutte.net>
868
869         * examples/seeking/seek.c: (make_dv_pipeline),
870         (make_vorbis_theora_pipeline), (make_avi_pipeline),
871         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
872         to ogg/vorbis/theora pipeline.
873
874 2005-11-17  Wim Taymans  <wim@fluendo.com>
875
876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
877         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
878         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
879         Fix EOS on multiple streams.
880         More debugging.
881
882 2005-11-16  Wim Taymans  <wim@fluendo.com>
883
884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
885         (gst_ogg_demux_perform_seek):
886         Segment done must include stream time.
887
888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
889         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
890         (gst_ogg_mux_change_state):
891         Fix ogg muxer again.
892
893 2005-11-16  Wim Taymans  <wim@fluendo.com>
894
895         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
896         Fix compile again.
897
898 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
899
900         * ext/libvisual/visual.c: (gst_visual_init):
901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
902         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
903         (gst_ogg_parse_chain):
904         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
905         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
906         * ext/theora/theoradec.c: (gst_theora_dec_init):
907         * ext/theora/theoraenc.c: (gst_theora_enc_init):
908         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
909         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
910         * gst/adder/gstadder.c: (gst_adder_class_init),
911         (gst_adder_dispose):
912         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
913         * gst/subparse/gstsubparse.c: (gst_subparse_init):
914         * gst/videorate/gstvideorate.c: (gst_videorate_init):
915           Fix a whole set of pad template leaks
916
917 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
918
919         * check/generic/states.c: (GST_START_TEST):
920           fix the test so that it only checks for elements that are part of
921           this source module
922
923 2005-11-16  Michael Smith <msmith@fluendo.com>
924
925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
926         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
927         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
928         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
929         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
930         (gst_ogg_mux_change_state):
931           Fix leaking collectpads.
932
933 2005-11-16  Edward Hervey  <edward@fluendo.com>
934
935         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
936         (gst_videorate_event), (gst_videorate_chain):
937         Handle segment seeks
938
939 2005-11-16  Wim Taymans  <wim@fluendo.com>
940
941         * gst-libs/gst/audio/gstbaseaudiosink.c:
942         (gst_base_audio_sink_provide_clock),
943         (gst_base_audio_sink_change_state):
944         Set ringbuffer to non-flushing when going to PAUSED, set to
945         flushing again when going to READY.
946
947         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
948         (gst_ring_buffer_stop):
949         Start in flushing mode by default.
950         Don't set flushing in the _stop method, let the app call
951         this explicitly.
952
953 2005-11-16  Julien MOUTTE  <julien@moutte.net>
954
955         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
956         * gst-libs/gst/video/videosink.h: Add helper function needed
957         for video sinks.
958
959 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
960
961         * gst/videoscale/gstvideoscale.c:
962         (gst_videoscale_handle_src_event):
963           Don't leak reference to pad parent.
964
965 2005-11-16  Wim Taymans  <wim@fluendo.com>
966
967         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
968         Set ringbuffer to flushing when stopping so that we don't
969         block on wait_segment anymore and livelock.
970
971 2005-11-16  Wim Taymans  <wim@fluendo.com>
972
973         * examples/seeking/seek.c: (send_event), (do_seek),
974         (loop_toggle_cb), (segment_done), (main):
975         Added looping checkbox.
976
977 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
978
979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
980         (gst_ogg_demux_init):
981         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
982         (gst_vorbis_dec_init):
983           revert unrefs, they don't pass make check
984
985 2005-11-15  Johan Dahlin  <johan@gnome.org>
986
987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
988         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
989         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
990         (gst_vorbis_dec_init):
991         Fix pad template leaks. 
992
993 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
994
995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
996           Make state change function thread safe.
997
998 2005-11-15  Edward Hervey  <edward@fluendo.com>
999
1000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1001         (gst_ogg_demux_class_init):
1002         Implement GstElement::send_event, so we can send seek events
1003         in GST_STATE_READY
1004
1005 2005-11-14  Julien MOUTTE  <julien@moutte.net>
1006
1007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
1008         Discovered how to take away flickering while resizing the
1009         window. Please don't put that in ximagesink, refactoring in
1010         progress.
1011
1012 2005-11-14  Michael Smith <msmith@fluendo.com>
1013
1014         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
1015         (gst_multifdsink_render):
1016           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
1017
1018 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1019
1020         * gst/playback/gstplaybin.c: (gen_audio_element):
1021           Use autoaudiosink, it tends to be more widely available than
1022           autoaudiiosink.
1023           
1024 2005-11-14  Andy Wingo  <wingo@pobox.com>
1025
1026         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
1027         as well if it is available. Fixes #316442.
1028
1029 2005-11-14  Michael Smith <msmith@fluendo.com>
1030
1031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
1032         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1033         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1034         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1035         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1036         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1038         (gst_vorbisenc_change_state):
1039           Fix a small memory leak in vorbisenc.
1040           Fix large memory leaks in oggmux, also fix lots of state change
1041           bugs in oggmux.
1042
1043 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1044
1045         * gst/videotestsrc/gstvideotestsrc.c:
1046         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1047         (gst_videotestsrc_src_fixate):
1048           move fixation to a fixate function
1049           remove negotiate function, basesrc's is good enough
1050           fixes a bug for check when using the element alone
1051
1052 2005-11-13  Edward Hervey  <edward@fluendo.com>
1053
1054         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1055         (key_toggle_cb), (main):
1056         Added checkboxes for adding/removing the accurate and key_unit seek
1057         flags.
1058
1059 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1060
1061         * configure.ac: back to HEAD
1062
1063 === release 0.9.5 ===
1064
1065 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1066
1067         * configure.ac:
1068           releasing 0.9.5, "No No Kia"
1069
1070 2005-11-11  Edward Hervey  <edward@fluendo.com>
1071
1072         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1073         Added parse-launch syntax seeking mode for the seeking example.
1074         This should help stress-test even more cases.
1075         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1076
1077 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * sys/xvimage/xvimagesink.c:
1080         (gst_xvimagesink_navigation_send_event):
1081           Check whether peer pad exists before sending navigation events
1082           to it.
1083
1084 2005-11-11  Michael Smith <msmith@fluendo.com>
1085
1086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1087         (gst_vorbisenc_buffer_from_packet):
1088         * ext/vorbis/vorbisenc.h:
1089           Set duration on encoded buffers. This allows oggmux's
1090           max_page_delay parameter to actually work.
1091
1092 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1095         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1096         (gst_ffmpegcsp_avpicture_fill):
1097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1098         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1099           Make palettes work again (see #132341). Use our own macros
1100           for rounding up.
1101
1102 2005-11-10  Andy Wingo  <wingo@pobox.com>
1103
1104         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1105         string doober.
1106
1107 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1108
1109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1110         (gst_ffmpegcsp_transform_caps):
1111           Prefer passthrough in transform_caps
1112
1113 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1114
1115         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1116           check for ALSA errors properly, instead of relying on ALSA's
1117           error strings to serve to the user.
1118
1119 2005-11-10  Wim Taymans  <wim@fluendo.com>
1120
1121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1122         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1123         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1124         Modernise the seek code.
1125
1126 2005-11-10  Michael Smith <msmith@fluendo.com>
1127         
1128         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1129         (setup_substreams), (set_active_source):
1130           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1131           trying to go to NULL if we failed to read a file.
1132
1133 2005-11-10  Wim Taymans  <wim@fluendo.com>
1134
1135         * gst/audiotestsrc/gstaudiotestsrc.c:
1136         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1137         (gst_audiotestsrc_create):
1138         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1139         (gst_sinesrc_get_times), (gst_sinesrc_create):
1140         * gst/videotestsrc/gstvideotestsrc.c:
1141         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1142         (gst_videotestsrc_create):
1143         The base class can now sync for us.
1144
1145 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1146
1147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1148           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1149           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1150           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1151           format=(fourcc)I420" ! xvimagesink
1152
1153 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1154
1155         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1156         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1157         (gst_sinesrc_newsegment):
1158           Send newsegment event in TIME format, set duration if
1159           num-buffers is set, fix duration querying.
1160
1161 2005-11-10  Michael Smith <msmith@fluendo.com>
1162
1163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1164         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1165         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1166         (gst_ogg_mux_collected):
1167          Fix EOS handling, partially. Now forwarding an EOS event once we have
1168          EOS on all pads works correctly. However, we still don't properly set
1169          EOS on the actual ogg stream pages.
1170
1171 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1174           Set elements to NULL state before disposing of them.
1175
1176 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1177
1178         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1181         (gst_base_rtp_depayload_init),
1182         (gst_base_rtp_depayload_set_gst_timestamp):
1183         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1184           We need to send a newsegment event for each instance, not
1185           just for the first instance of this class (get rid of
1186           static variable in function). (#321011).
1187           
1188 2005-11-08  Michael Smith <msmith@fluendo.com>
1189
1190         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1191         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1192         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1193         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1194           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1195           This makes us mux things correctly according to the ogg muxing
1196           rules. Still not handling EOS correctly right now, though.
1197
1198 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1199
1200         * gst/audioconvert/gstaudioconvert.c:
1201           Fix typo in docs. 
1202
1203 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1204
1205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1206         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1207           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1208           creating a new chain; should fix live streaming. Also
1209           add more debug output and fix a typo.
1210
1211 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1212
1213         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * gst/volume/gstvolume.c: (volume_set_caps):
1216           Fix compilation on Solaris with Forte. (#320923)
1217
1218 2005-11-08  Wim Taymans  <wim@fluendo.com>
1219
1220         * gst-libs/gst/audio/gstbaseaudiosink.c:
1221         (gst_base_audio_sink_render):
1222         No need to do a typecheck.
1223
1224 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1225
1226         * ext/alsa/gstalsa.h:
1227           We register a debug category, so let's use it.
1228
1229 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1230
1231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1232         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1233         Fixed a small problem.
1234
1235 2005-11-04  Wim Taymans  <wim@fluendo.com>
1236
1237         * examples/seeking/Makefile.am:
1238         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1239         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1240         (make_playerbin_pipeline), (format_value), (update_scale),
1241         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1242         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1243         (print_usage), (main):
1244         Added app for playback speed testing.
1245
1246         * examples/seeking/seek.c: (dynamic_link),
1247         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1248         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1249         (message_received), (main):
1250         Updated seek example.
1251
1252 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1253
1254         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1255         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1256         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1257         (gst_base_rtp_depayload_set_clock):
1258         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1259         Don't sleep on the bench (system clock) when you have a nice 
1260         comfortable bed (Gstreamer clock) to sleep on.
1261
1262 2005-11-03  Wim Taymans  <wim@fluendo.com>
1263
1264         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1265         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1266         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1267         Handle the case where a pad_block failed.
1268
1269 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1270
1271         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1272
1273         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1274         (gst_base_rtp_depayload_add_to_queue),
1275         (gst_base_rtp_depayload_push),
1276         (gst_base_rtp_depayload_set_gst_timestamp),
1277         (gst_base_rtp_depayload_queue_release):
1278           Fixes some bugs in the depayloader's queuing/de-queueing code.
1279
1280 2005-10-31  Michael Smith <msmith@fluendo.com>
1281
1282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1283         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1284         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1285           Patch from Alessandro Decina <alessandro@nnva.org>.
1286           Make oggdemux only find the final time in a chain, not per-pad,
1287           since the per-pad information can be very expensive to locate, and
1288           it isn't used anywhere. This makes reading a file containing
1289           OggSkeleton reasonably fast.
1290           Also, make chain finding work when there are logical bitstreams that
1291           can't be decoded. Fixes #319110.
1292
1293 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1294
1295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1296         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1297         (gst_base_rtp_depayload_chain),
1298         (gst_base_rtp_depayload_add_to_queue),
1299         (gst_base_rtp_depayload_push),
1300         (gst_base_rtp_depayload_set_gst_timestamp),
1301         (gst_base_rtp_depayload_queue_release),
1302         (gst_base_rtp_depayload_start_thread),
1303         (gst_base_rtp_depayload_set_property),
1304         (gst_base_rtp_depayload_get_property):
1305         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1306         Some random fixes, to fullfill the desires of thomas.
1307
1308 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1309
1310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1311         (gst_base_rtp_depayload_add_to_queue),
1312         (gst_base_rtp_depayload_push):
1313         Fixed the queueing algorithm.
1314
1315 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1316
1317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1318         (gst_base_rtp_depayload_push):
1319         A small fix
1320
1321 2005-10-31  Wim Taymans  <wim@fluendo.com>
1322
1323         * gst-libs/gst/audio/gstringbuffer.h:
1324         Don't break ABI.
1325
1326         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1327         (gst_ffmpeg_caps_to_pixfmt):
1328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1329         (gst_ffmpegcsp_set_caps):
1330         Some more comments.
1331         Handle missing required caps fields better.
1332
1333 2005-10-31  Wim Taymans  <wim@fluendo.com>
1334
1335         * gst-libs/gst/audio/gstbaseaudiosink.c:
1336         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1337         (gst_base_audio_sink_render):
1338         * gst-libs/gst/audio/gstringbuffer.c:
1339         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1340         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1341         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1342         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1343         (gst_ring_buffer_read):
1344         * gst-libs/gst/audio/gstringbuffer.h:
1345         Add flushing mode to the ringbuffer so that it in all cases does
1346         not try to handle more audio. This makes sure it does not try to
1347         block anymore when flushing and fixes a livelock.
1348
1349 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1352         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1353         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1354           Explicitly check for -1 values before doing a conversion
1355           and always map them to -1. (#315545)
1356
1357 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1358
1359         * gst/playback/gstplaybin.c: (gen_video_element):
1360           first try autovideosink, then xvimagesink, then error out
1361         * po/POTFILES.in:
1362           add translatable file
1363         * po/af.po:
1364         * po/az.po:
1365         * po/cs.po:
1366         * po/en_GB.po:
1367         * po/hu.po:
1368         * po/it.po:
1369         * po/nb.po:
1370         * po/nl.po:
1371         * po/or.po:
1372         * po/sq.po:
1373         * po/sr.po:
1374         * po/sv.po:
1375         * po/uk.po:
1376         * po/vi.po:
1377           update translations
1378
1379 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1380
1381         * gst-libs/gst/rtp/gstbasedepayload.c:
1382         * gst-libs/gst/rtp/gstbasedepayload.h:
1383           Minor cleanups
1384
1385 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1386
1387         * gst/playback/.cvsignore:
1388         * gst/playback/decodetest.c:
1389         * gst/playback/test3.c:
1390           Port these two tests as well.
1391
1392 2005-10-27  Wim Taymans  <wim@fluendo.com>
1393
1394         * ext/theora/theoradec.c: (theora_dec_src_query),
1395         (theora_dec_sink_event):
1396         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1397         (theora_enc_change_state):
1398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1399         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1400         Take proper locks when handling events.
1401
1402 2005-10-27  Wim Taymans  <wim@fluendo.com>
1403
1404         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1405         (gst_adder_change_state):
1406         Fix timestamps and fix deadlock when stopping the collectpads.
1407
1408 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1409
1410         * gst-libs/gst/rtp/gstrtpbuffer.h:
1411         Declaring the payload types as strings too so that they can be used
1412         in the padtemplate inialization.
1413
1414 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1415
1416         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1417
1418         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1419         (gst_base_rtp_depayload_class_init):
1420         Fixes a small but nasty bug. The derived elements no longer segfaults
1421         on finalization.
1422
1423 2005-10-26  Michael Smith <msmith@fluendo.com>
1424
1425         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1426           When clearing an audioconvert context, set tmpbufsize to zero, so
1427           we'll allocate it again later if required.
1428           This fixes audioconvert re-negotiating formats, which previously
1429           segfaulted with a NULL destination buffer.
1430
1431 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1432
1433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1434         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1435         (gst_base_rtp_depayload_set_gst_timestamp),
1436         (gst_base_rtp_depayload_queue_release):
1437         Fixed a smalll memleak.
1438
1439 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1441         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1442         (gst_base_rtp_depayload_finalize),
1443         (gst_base_rtp_depayload_setcaps),
1444         (gst_base_rtp_depayload_add_to_queue),
1445         (gst_base_rtp_depayload_push),
1446         (gst_base_rtp_depayload_set_gst_timestamp),
1447         (gst_base_rtp_depayload_queue_release),
1448         (gst_base_rtp_depayload_thread),
1449         (gst_base_rtp_depayload_change_state):
1450         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1451         Changed the C++ comments to C comments
1452
1453 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1454
1455         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1456         * gst/tcp/gsttcpclientsrc.h:
1457         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1458         * gst/tcp/gsttcpserversrc.h:
1459           Remove unused 'curoffset' structure member.
1460
1461 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1462
1463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1464         (gst_base_rtp_depayload_base_init),
1465         (gst_base_rtp_depayload_finalize):
1466         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1467         * gst-libs/gst/rtp/gstbasertppayload.h:
1468           The pad-template on the sinkpad should be set by the derived classes.
1469           Also added some useful macros.
1470
1471 2005-10-24  Wim Taymans  <wim@fluendo.com>
1472
1473         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1474         Correctly flush decoder samples even if we could not
1475         copy them to an output buffer. Fixes #319618.
1476
1477 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1478
1479         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1481         the caps against our xcontext caps.
1482
1483 2005-10-24  Wim Taymans  <wim@fluendo.com>
1484
1485         * gst-libs/gst/audio/gstbaseaudiosink.c:
1486         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1487         Remove g_print
1488         Use sync property from baseclass to disable sync.
1489
1490 2005-10-24  Wim Taymans  <wim@fluendo.com>
1491
1492         * gst-libs/gst/audio/gstbaseaudiosink.c:
1493         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1494         Buffers with no timestamps get aligned with previous buffers or
1495         on underrun, played ASAP.
1496
1497 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1498
1499         * gst-libs/gst/video/video.h:
1500         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1501         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1503         here comes my change on caps for framerate and geometry range.
1504         We are now accepting 1 to MAXINT for width and height, and from
1505         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1506         to be blended correctly in videomixer.
1507
1508 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1509
1510         * configure.ac:
1511           back to HEAD
1512
1513 === release 0.9.4 ===
1514
1515 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1516
1517         * NEWS:
1518         * RELEASE:
1519         * configure.ac:
1520           releasing 0.9.4, "Velociraptor"
1521
1522 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1523
1524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1525         * po/POTFILES.in:
1526           STOPPED -> FAILED
1527
1528 2005-10-21  Wim Taymans  <wim@fluendo.com>
1529
1530         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1531         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1532         (pad_blocked), (close_pad_link), (new_pad):
1533         Don't try to remove elements twice.
1534
1535 2005-10-21  Wim Taymans  <wim@fluendo.com>
1536
1537         * ext/theora/theoradec.c: (theora_dec_src_query),
1538         (theora_dec_sink_event):
1539         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1540         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1541         (vorbis_handle_data_packet):
1542         * ext/vorbis/vorbisdec.h:
1543         Fix old naming.
1544
1545         * gst-libs/gst/audio/gstbaseaudiosink.c:
1546         (gst_base_audio_sink_render):
1547         Don't try to sync on buffers without a timestamp.
1548
1549 2005-10-21  Wim Taymans  <wim@fluendo.com>
1550
1551         * ext/theora/theoradec.c: (theora_dec_src_query),
1552         (theora_dec_sink_event):
1553         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1554         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1555         (vorbis_handle_data_packet):
1556         * ext/vorbis/vorbisdec.h:
1557         Fix old naming.
1558
1559 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1562         (gst_vorbisenc_src_query):
1563           Implement position and duration queries.
1564
1565         * gst/playback/test3.c: (update_scale), (main):
1566           Fix for async state changes and print nicer output.
1567
1568 2005-10-20  Wim Taymans  <wim@fluendo.com>
1569
1570         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1571         (dump_element_stats), (main):
1572         * gst/playback/test6.c: (main):
1573         Fix tests again
1574
1575 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1576
1577         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1578         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1579           Don't use functions for position queries when handling
1580           duration queries.
1581
1582 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1583
1584         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1585         (vorbis_handle_data_packet), (vorbis_dec_chain),
1586         (vorbis_dec_change_state):
1587         * ext/vorbis/vorbisdec.h:
1588           Vorbis streams can be embedded in other container formats
1589           than ogg, container formats where the demuxer might set 
1590           timestamps on encoded vorbis buffers instead of those silly 
1591           granulepos thingies. In short: make vorbisdec handle 
1592           timestamps on incoming buffers as well.
1593
1594 2005-10-20  Wim Taymans  <wim@fluendo.com>
1595
1596         * gst/playback/gstplaybasebin.c: (group_destroy),
1597         (gst_play_base_bin_change_state):
1598         Fix leak.
1599         Handle case where playbasebin is now ASYNC because
1600         decodebin is.
1601
1602 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1603
1604         * gst/audioconvert/Makefile.am:
1605         * gst/audioconvert/bufferframesconvert.c:
1606         * gst/audioconvert/plugin.c: (plugin_init):
1607         * gst/audioconvert/plugin.h:
1608           And bye bye buffer-frames-convert
1609
1610 2005-10-19  Wim Taymans  <wim@fluendo.com>
1611
1612         * check/elements/audioconvert.c:
1613         * docs/libs/tmpl/gstaudio.sgml:
1614         * docs/libs/tmpl/gstcolorbalance.sgml:
1615         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1616         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1617         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1618         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1619         * gst-libs/gst/audio/audio.h:
1620         * gst/audioconvert/audioconvert.h:
1621         * gst/audioconvert/gstaudioconvert.c:
1622         (gst_audio_convert_parse_caps):
1623         * gst/volume/gstvolume.c:
1624         Bye bye buffer-frames.
1625
1626 2005-10-19  Wim Taymans  <wim@fluendo.com>
1627
1628         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1629         (query_positions_elems), (query_positions_pads), (update_scale),
1630         (do_seek), (set_update_scale), (message_received), (main):
1631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1632         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1633         (gst_ogg_demux_loop):
1634         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1635         * ext/theora/theoradec.c: (theora_dec_src_query),
1636         (theora_dec_sink_event):
1637         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1638         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1639         * gst/adder/gstadder.c: (gst_adder_query):
1640         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1641         * gst/playback/test3.c: (update_scale):
1642         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1643         (dump_element_stats), (main):
1644         * gst/playback/test6.c: (main):
1645         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1646         Query API update.
1647
1648 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1651         (xml_check_first_element), (xml_type_find), (smil_type_find),
1652         (plugin_init):
1653           Add typefinding for SMIL and for generic XML. Based on patch by
1654           Akos Maroy (#308663).
1655
1656 2005-10-18  Wim Taymans  <wim@fluendo.com>
1657
1658         * gst/playback/Makefile.am:
1659         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1660         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1661         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1662         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1663         (gst_decode_bin_change_state):
1664         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1665         (gst_play_bin_send_event_to_sink):
1666         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1667         (dump_element_stats), (main):
1668         * gst/playback/test6.c: (main):
1669         Make playbin async, it'll commit state to paused when all streams
1670         are detected.
1671         Remove ugly hack.
1672         Added test6.c to show async behaviour.
1673
1674 2005-10-18  Wim Taymans  <wim@fluendo.com>
1675
1676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1677         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1678         Fix for segment-start/stop API change.
1679
1680 2005-10-18  Wim Taymans  <wim@fluendo.com>
1681
1682         * check/Makefile.am:
1683         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1684         (main):
1685         Add future test for clock selection.
1686
1687 2005-10-18  Wim Taymans  <wim@fluendo.com>
1688
1689         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1690         (gst_alsasink_close):
1691         Set handle to NULL.
1692
1693         * gst-libs/gst/audio/gstringbuffer.c:
1694         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1695         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1696         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1697         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1698         (gst_ring_buffer_read):
1699         More debug info.
1700
1701 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1702
1703         * gst/audiotestsrc/Makefile.am:
1704         * gst/sine/Makefile.am:
1705         * gst/volume/Makefile.am:
1706           fix broken build of controllerized plugins
1707
1708 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1709
1710         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1711
1712         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1713         (gst_riff_create_video_template_caps):
1714           Add support for Indeo-3 (IV32).
1715
1716 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1717
1718         * configure.ac:
1719           rewrite
1720
1721 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1722
1723         * gst-libs/gst/video/video.c: (gst_video_get_size):
1724         * gst/audiotestsrc/gstaudiotestsrc.c:
1725           doc updates
1726
1727 2005-10-17  Andy Wingo  <wingo@pobox.com>
1728
1729         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1730         with the collectpads change.
1731         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1732
1733         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1734
1735         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1736
1737         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1738         alloc_buffer flow return to callers.
1739         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1740         change. Fix some memleaks in theoraenc.
1741
1742         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1743         in strange circumstance.
1744
1745 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1746
1747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1748         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1749         from caps, let's use the caps...
1750
1751 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1752
1753         * configure.ac:
1754           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1755
1756 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1757
1758         * gst-libs/gst/interfaces/Makefile.am:
1759           fix silly typo
1760
1761 2005-10-16  Andy Wingo  <wingo@pobox.com>
1762
1763         * gst/playback/gstdecodebin.c
1764         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1765         function!
1766         (try_to_link_1): Increase kraziness level.
1767
1768 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1769
1770         * configure.ac:
1771           restructure like the core one
1772         * gst-libs/gst/audio/Makefile.am:
1773         * gst-libs/gst/interfaces/Makefile.am:
1774         * gst-libs/gst/net/Makefile.am:
1775         * gst-libs/gst/riff/Makefile.am:
1776         * gst-libs/gst/rtp/Makefile.am:
1777         * gst-libs/gst/tag/Makefile.am:
1778         * gst-libs/gst/video/Makefile.am:
1779           use correct linker flags, now the libs are properly versioned
1780         * check/elements/audioconvert.c: (verify_convert):
1781         * ext/alsa/gstalsaplugin.c:
1782         * ext/cdparanoia/gstcdparanoia.c:
1783         * ext/gnomevfs/gstgnomevfs.c:
1784         * ext/libvisual/visual.c:
1785         * ext/ogg/gstogg.c:
1786         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1787         * ext/theora/theora.c:
1788         * ext/vorbis/vorbis.c:
1789         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1790         * gst-libs/gst/tag/gsttagediting.c:
1791         * gst-libs/gst/video/video.c:
1792         * gst/adder/gstadder.c:
1793         * gst/audioconvert/plugin.c:
1794         * gst/audiorate/gstaudiorate.c:
1795         * gst/audioresample/gstaudioresample.c:
1796         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1797         * gst/audioscale/gstaudioscale.c:
1798         * gst/audioscale/resample.c:
1799         * gst/audiotestsrc/gstaudiotestsrc.c:
1800         * gst/ffmpegcolorspace/gstffmpeg.c:
1801         * gst/playback/gstdecodebin.c: (close_pad_link):
1802         * gst/playback/gstplaybin.c: (gen_video_element),
1803         (gen_audio_element):
1804         * gst/sine/gstsinesrc.c:
1805         * gst/subparse/gstsubparse.c:
1806         * gst/tags/gsttagediting.c:
1807         * gst/tcp/gsttcpplugin.c:
1808         * gst/typefind/gsttypefindfunctions.c:
1809         * gst/videorate/gstvideorate.c:
1810         * gst/videoscale/gstvideoscale.c:
1811         * gst/videotestsrc/gstvideotestsrc.c:
1812         * gst/volume/gstvolume.c:
1813         * sys/v4l/gstv4l.c:
1814         * sys/ximage/ximage.c:
1815         * sys/xvimage/xvimagesink.c:
1816           fix up defines
1817
1818 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * ext/vorbis/vorbisenc.c:
1821         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1822         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1823         (gst_tag_to_vorbis_comments):
1824           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1825
1826 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1827
1828         * examples/stats/mp2ogg.c:
1829         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1830           typo fixes
1831
1832 2005-10-13  Michael Smith <msmith@fluendo.com>
1833
1834         * ext/ogg/gstoggmux.c:
1835           Use magic glib macros to define constants as 64 bit, to ensure
1836           appropriate vararg passing.
1837
1838 2005-10-13  Michael Smith <msmith@fluendo.com>
1839
1840         * ext/ogg/gstoggmux.c:
1841         * gst/audioconvert/audioconvert.c: (float):
1842           Don't use LL suffix, as it's not portable, and neither of these
1843           uses required it anyway.
1844
1845 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1846
1847         * examples/indexing/indexmpeg.c: (main):
1848         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1849         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1850         (cdparanoia_convert), (cdparanoia_query):
1851         * ext/cdparanoia/gstcdparanoia.h:
1852         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1853         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1854         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1856         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1857         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1858         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1859         (gst_multifdsink_render), (gst_multifdsink_start),
1860         (gst_multifdsink_stop):
1861         * gst/tcp/gstmultifdsink.h:
1862         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1863         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1864         (gst_tcpclientsink_stop):
1865         * gst/tcp/gsttcpclientsink.h:
1866         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1867         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1868         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1869         * gst/tcp/gsttcpclientsrc.h:
1870         * gst/tcp/gsttcpserversink.h:
1871         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1872         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1873         (gst_tcpserversrc_stop):
1874         * gst/tcp/gsttcpserversrc.h:
1875         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1876         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1877         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1878           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1879           moved bitshift from macro to enum definition
1880
1881 2005-10-12  Wim Taymans  <wim@fluendo.com>
1882
1883         * examples/seeking/Makefile.am:
1884         Oops.
1885
1886 2005-10-12  Wim Taymans  <wim@fluendo.com>
1887
1888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1889         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1890         Don't assert on normal stuff.
1891
1892         * gst/playback/gstplaybin.c: (do_playbin_seek):
1893         API fix.
1894
1895 2005-10-12  Wim Taymans  <wim@fluendo.com>
1896
1897         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1898         * examples/seeking/Makefile.am:
1899         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1900         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1901         (do_seek), (set_update_scale), (message_received), (main):
1902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1903         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1904         Update for _get_state() API change.
1905
1906 2005-10-11  Wim Taymans  <wim@fluendo.com>
1907
1908         * gst-libs/gst/audio/gstbaseaudiosink.c:
1909         (gst_base_audio_sink_render):
1910         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1911         (gst_base_audio_src_create):
1912         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1913         (gst_ring_buffer_read):
1914         Cleanups.
1915         Commit and read from ringbuffer in samples rather than bytes.
1916
1917 2005-10-11  Wim Taymans  <wim@fluendo.com>
1918
1919         * gst-libs/gst/audio/gstbaseaudiosink.c:
1920         (gst_base_audio_sink_render):
1921         Respect segment rate and accum when scheduling samples.
1922
1923 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1924
1925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1926         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1927         EOS correctly, that needs more work.
1928
1929 2005-10-11  Wim Taymans  <wim@fluendo.com>
1930
1931         * check/generic/states.c: (GST_START_TEST):
1932         remove old property.
1933
1934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1935         (gst_ogg_demux_perform_seek):
1936         * ext/theora/theoradec.c: (theora_dec_sink_event):
1937         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1938         (vorbis_handle_data_packet):
1939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1940         (gst_base_rtp_depayload_set_gst_timestamp):
1941         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1942         Update for newsegment API change.
1943
1944 2005-10-11  Michael Smith <msmith@fluendo.com>
1945
1946         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1947         (do_playbin_seek), (gst_play_bin_send_event):
1948           Override send_event differently, so that we can takes bits of
1949           functionality from GstPipeline (special handling for seeks,
1950           including pausing/resuming, and resetting stream time) and still get
1951           the appropriate behaviour of only forwarding event to a single sink,
1952           rather than all of them.
1953           Unfortunately requires a lot of code duplication, but the
1954           alternatives are equally ugly in the end.
1955
1956 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1957
1958         * check/elements/audioconvert.c: (setup_audioconvert),
1959         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1960         (GST_START_TEST), (audioconvert_suite):
1961           clean up tests a little, fix some leaks.
1962
1963 2005-10-10  Wim Taymans  <wim@fluendo.com>
1964
1965         * ext/alsa/gstalsasink.c:
1966         Also allow unsigned int.
1967
1968         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1969         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1970         Small cleanup
1971
1972 2005-10-10  Wim Taymans  <wim@fluendo.com>
1973
1974         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1975         Small update, use API as stated in design docs.
1976
1977         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1978         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1979         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1980         (message_received), (main):
1981         Updated seek example for GOption. Some usability improvements.
1982
1983 2005-10-10  Wim Taymans  <wim@fluendo.com>
1984
1985         * gst/audioconvert/audioconvert.h:
1986         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1987         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1988         Alloc temp storage somewhere else where we can do it more
1989         portable.
1990
1991 2005-10-10  Wim Taymans  <wim@fluendo.com>
1992
1993         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1994         (gst_tcpserversrc_start):
1995         Don't block in accept while doing the state change, move
1996         to poll and make cancellable.
1997
1998 2005-10-09  Philippe Khalaf <burger@speedy.org>
1999
2000         * gst-libs/gst/rtp/rtpbasedepayload.c:
2001         Set timestamp and add queue delay to timestamp
2002         * gst-libs/gst/rtp/rtpbuffer.h:
2003         Set correct payload type for h263
2004
2005 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2006
2007         * gst/audiotestsrc/gstaudiotestsrc.c:
2008         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
2009         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
2010         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
2011         (gst_audiotestsrc_create_triangle),
2012         (gst_audiotestsrc_create_silence),
2013         (gst_audiotestsrc_create_white_noise),
2014         (gst_audiotestsrc_init_pink_noise),
2015         (gst_audiotestsrc_generate_pink_noise_value),
2016         (gst_audiotestsrc_create_pink_noise),
2017         (gst_audiotestsrc_change_wave):
2018         * gst/audiotestsrc/gstaudiotestsrc.h:
2019           fixed typo, added pink noise
2020
2021 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2022
2023         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
2024         (plugin_init):
2025           Add wavpack and spc typefind functions from 0.8 branch.
2026
2027 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
2030         (ar_type_find), (msdos_type_find), (plugin_init):
2031           Add typefind functions for tar archives, ar archives,
2032           RAR archives, and msdos-executables (dlls, exe, etc.).
2033           Some of those would be wrongly identified as mpeg
2034           streams of some sort before (#315550).
2035
2036 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2037
2038         * configure.ac:
2039         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2040         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2041         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2042         * gst/audiotestsrc/Makefile.am:
2043         * gst/audiotestsrc/gstaudiotestsrc.c:
2044         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2045         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2046         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2047         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2048         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2049         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2050         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2051         (gst_audiotestsrc_create_silence),
2052         (gst_audiotestsrc_create_white_noise),
2053         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2054         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2055         (gst_audiotestsrc_start), (plugin_init):
2056         * gst/audiotestsrc/gstaudiotestsrc.h:
2057           add new plugin and element
2058         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2059           use gobject_class
2060
2061 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2064         (gst_adder_init), (gst_adder_request_new_pad),
2065         (gst_adder_change_state):
2066           Add query function to source pad, so adder reports the correct
2067           time/sample position when queried (#315457); fix state change
2068           function; use GST_DEBUG_FUNCPTR() for pad functions.
2069
2070 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2071
2072         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2073           Fix leaks in typefind registration
2074           Clean up the gratuitous commenting and whitespacing a little
2075
2076 2005-10-08  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2079         Only actually wait for the thread to be stopped if it's 
2080         running.
2081
2082 2005-10-08  Wim Taymans  <wim@fluendo.com>
2083
2084         * gst-libs/gst/audio/gstbaseaudiosink.c:
2085         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2086         If we receive EOS we can start playback of what we had.
2087
2088 2005-10-08  Wim Taymans  <wim@fluendo.com>
2089
2090         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2091         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2092         (gst_multifdsink_stop):
2093         Fix crasher when going to NULL multiple times.
2094
2095 2005-10-06  Wim Taymans  <wim@fluendo.com>
2096
2097         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2098         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2099         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2100         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2101         patch from Edgard Lima <edgard.lima@indt.org.br>
2102         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2103
2104 2005-10-06  Wim Taymans  <wim@fluendo.com>
2105
2106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2107         Report the FLOW_RETURN as string in the error message.
2108
2109         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2110         Don't assert when clearing an unnegotiated buffer.
2111
2112 2005-10-04  Michael Smith <msmith@fluendo.com>
2113
2114         * gst/playback/gstplaybasebin.c: (group_destroy),
2115         (gen_preroll_element), (remove_groups), (setup_source):
2116         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2117         (setup_sinks), (gst_play_bin_send_event),
2118         (gst_play_bin_change_state):
2119           Set state to NULL before removing from bin. Fix refcounting.
2120
2121 2005-10-04  Michael Smith <msmith@fluendo.com>
2122
2123         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2124           Correct refcounting in send_event() function. Previously was wrong
2125           if the first sink was unable to handle the event.
2126
2127 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2128
2129         * configure.ac:
2130           back to development
2131
2132 === release 0.9.3 ===
2133
2134 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2135
2136         * configure.ac:
2137           Releasing 0.9.3, "De Facto"
2138
2139 2005-10-03  Andy Wingo  <wingo@pobox.com>
2140
2141         * gst/playback/gstdecodebin.c (try_to_link_1)
2142         (remove_element_chain): set element to NULL before removing it.
2143
2144 2005-10-02  Johan Dahlin  <johan@gnome.org>
2145
2146         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2147         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2148         MT safe.
2149
2150 2005-10-02  Andy Wingo  <wingo@pobox.com>
2151
2152         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2153         (gst_ring_buffer_prepare_read): 
2154         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2155         Demote to LOG.
2156
2157 2005-09-29  Wim Taymans  <wim@fluendo.com>
2158
2159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2160         * ext/theora/theoradec.c: (theora_handle_data_packet):
2161         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2162         Propagate error codes from alloc_buffer too.
2163
2164 2005-09-29  Wim Taymans  <wim@fluendo.com>
2165
2166         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2167         We use fixed caps.
2168
2169         * gst/playback/Makefile.am:
2170         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2171         (dump_element_stats), (main):
2172         Added example stream introspection code.
2173
2174 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2175
2176         * gst/adder/gstadder.c: (gst_adder_collected):
2177           fix adder for float elements
2178
2179 2005-09-28  Wim Taymans  <wim@fluendo.com>
2180
2181         * gst-libs/gst/audio/gstbaseaudiosink.c:
2182         (gst_base_audio_sink_class_init),
2183         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2184         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2185         (gst_base_audio_src_class_init),
2186         (gst_base_audio_src_provide_clock):
2187         get_clock -> provide_clock
2188
2189 2005-09-28  Andy Wingo  <wingo@pobox.com>
2190
2191         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2192         and unlocking.
2193
2194         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2195         unlocking.
2196
2197         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2198         Actually add the pad template.
2199         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2200
2201         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2202         I'm at it...
2203
2204         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2205         from fdsrc. Get caps in create() instead of start() so it can be
2206         interrupted. Interruption somewhat untested.
2207
2208         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2209         Proper EOS handling.
2210
2211 2005-09-27  Andy Wingo  <wingo@pobox.com>
2212
2213         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2214
2215         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2216
2217         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2218
2219         * gst/tcp/gsttcp.h: 
2220         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2221         out of tcpclientsrc.c. Cancellable.
2222         (gst_tcp_socket_read): Made private, cancellable, with better
2223         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2224         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2225         whole buffer, and better diagnostics.
2226         (gst_tcp_gdp_read_caps): Same.
2227
2228         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2229
2230 2005-09-26  Andy Wingo  <wingo@pobox.com>
2231
2232         * gst/sine/gstsinesrc.h:
2233         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2234         change the 'sync' property to 'is-live' and implement it halfway,
2235         update for controller api change.
2236
2237         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2238         controller api change.
2239
2240 2005-09-24  Wim Taymans  <wim@fluendo.com>
2241
2242         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2243         * gst-libs/gst/audio/gstaudiosink.c:
2244         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2245         (gst_audioringbuffer_stop):
2246         * gst-libs/gst/audio/gstbaseaudiosink.c:
2247         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2248         (gst_base_audio_sink_change_state):
2249         * gst-libs/gst/audio/gstbaseaudiosink.h:
2250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2251         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2252         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2253         * gst-libs/gst/audio/gstringbuffer.h:
2254         Fix sync again. Moved sample alignment to basesink.
2255
2256 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2257
2258         * docs/plugins/Makefile.am:
2259         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2260         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2261         * gst/volume/gstvolume.c:
2262           add/fix docs
2263         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2264         * gst-libs/gst/audio/audio.h:
2265           add conversion macros for frames <-> clocktime
2266
2267 2005-09-23  David Schleef  <ds@schleef.org>
2268
2269         * gst/audioresample/Makefile.am:
2270         * gst/audioresample/debug.h:
2271         * gst/audioresample/gstaudioresample.c:
2272         * gst/audioresample/resample.c: Convert to using gst debugging
2273
2274 2005-09-22  Wim Taymans  <wim@fluendo.com>
2275
2276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2277         (gst_play_bin_send_event):
2278         Only seek on one sink, the first one that succeeds.
2279
2280 2005-09-22  Michael Smith <msmith@fluendo.com>
2281
2282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2283         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2284         Don't flush encoder state unless we have an initialised encoder.
2285         Clear out encoder state on PAUSED_TO_READY.
2286
2287 2005-09-22  Wim Taymans  <wim@fluendo.com>
2288
2289         * gst-libs/gst/rtp/gstbasertppayload.c:
2290         (gst_basertppayload_class_init), (gst_basertppayload_init),
2291         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2292         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2293         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2294         (gst_basertppayload_set_property),
2295         (gst_basertppayload_get_property),
2296         (gst_basertppayload_change_state):
2297         * gst-libs/gst/rtp/gstbasertppayload.h:
2298         Added max-ptime to control amount of data in the rtp packets.
2299
2300 2005-09-21  Andy Wingo  <wingo@pobox.com>
2301
2302         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2303         thingies.
2304
2305         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2306         can be called multiple times, dogs.
2307
2308 2005-09-21  Wim Taymans  <wim@fluendo.com>
2309
2310         * gst-libs/gst/rtp/gstbasertppayload.c:
2311         (gst_basertppayload_class_init), (gst_basertppayload_init),
2312         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2313         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2314         (gst_basertppayload_push), (gst_basertppayload_get_property),
2315         (gst_basertppayload_change_state):
2316         Allow 0 ssrc too.
2317
2318 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2319
2320         * docs/libs/compiling.sgml:
2321           fixing typos
2322
2323 2005-09-20  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_set_property),
2330         (gst_basertppayload_get_property),
2331         (gst_basertppayload_change_state):
2332         * gst-libs/gst/rtp/gstbasertppayload.h:
2333         Added property to configure sequence number offsets.
2334
2335 2005-09-20  Wim Taymans  <wim@fluendo.com>
2336
2337         * gst-libs/gst/rtp/gstbasertppayload.c:
2338         (gst_basertppayload_class_init), (gst_basertppayload_init),
2339         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2340         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2341         (gst_basertppayload_push), (gst_basertppayload_set_property),
2342         (gst_basertppayload_get_property),
2343         (gst_basertppayload_change_state):
2344         * gst-libs/gst/rtp/gstbasertppayload.h:
2345         Make timestamp offset configurable.
2346
2347 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2348
2349         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2350           fix wrong pop/unref
2351
2352 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2353
2354         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         * gst-libs/gst/interfaces/propertyprobe.c:
2357         (gst_property_probe_probe_property_name),
2358         (gst_property_probe_needs_probe_name),
2359         (gst_property_probe_get_values_name),
2360         (gst_property_probe_probe_and_get_values_name):
2361           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2362           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2363
2364 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2365
2366         * check/Makefile.am:
2367           have some tests be disabled for valgrinding
2368         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2369         (GST_START_TEST):
2370         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2371           Fix A Leak.  Chain To Parent Finalize.
2372
2373 2005-09-19  Wim Taymans  <wim@fluendo.com>
2374
2375         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2376         Fixed wav pipeline.
2377
2378 2005-09-19  Wim Taymans  <wim@fluendo.com>
2379
2380         * gst-libs/gst/rtp/gstbasertppayload.c:
2381         (gst_basertppayload_class_init), (gst_basertppayload_init),
2382         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2383         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2384         (gst_basertppayload_push), (gst_basertppayload_get_property),
2385         (gst_basertppayload_change_state):
2386         Posting ERROR and WARNING messages is good.
2387
2388 2005-09-19  Wim Taymans  <wim@fluendo.com>
2389
2390         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2391         (gst_base_rtp_depayload_add_to_queue),
2392         (gst_base_rtp_depayload_push),
2393         (gst_base_rtp_depayload_set_gst_timestamp),
2394         (gst_base_rtp_depayload_queue_release):
2395         This one was not supposed to go in.
2396
2397 2005-09-19  Wim Taymans  <wim@fluendo.com>
2398
2399         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2400         Fix for bus API.
2401
2402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2403         (gst_base_rtp_depayload_chain),
2404         (gst_base_rtp_depayload_add_to_queue),
2405         (gst_base_rtp_depayload_push),
2406         (gst_base_rtp_depayload_set_gst_timestamp),
2407         (gst_base_rtp_depayload_queue_release):
2408         Some cleanups.
2409
2410         * gst-libs/gst/rtp/gstbasertppayload.c:
2411         (gst_basertppayload_class_init), (gst_basertppayload_init),
2412         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2413         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2414         (gst_basertppayload_get_property),
2415         (gst_basertppayload_change_state):
2416         Added debugging category.
2417
2418 2005-09-18  David Schleef  <ds@schleef.org>
2419
2420         * gst/playback/gstdecodebin.c: free plugin list correctly
2421         * gst/playback/gstplaybin.c: emit warning if autovideosink
2422           and autoaudiosink can't be found (instead of segfaulting)
2423
2424 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2425
2426         * check/elements/audioconvert.c: (GST_START_TEST):
2427           try out 24 bit conversion
2428
2429 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2430
2431         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2432         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2433         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2434         * ext/vorbis/vorbisenc.h:
2435           Fix EOS handling.  Still needs a fix in the ogg muxer to
2436           mark the last page as eos.
2437
2438 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2439
2440         * common/gtk-doc-plugins.mak:
2441         * docs/plugins/Makefile.am:
2442         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2443         * gst/ffmpegcolorspace/Makefile.am:
2444         * gst/ffmpegcolorspace/avcodec.h:
2445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2446         * gst/tcp/gstmultifdsink.c:
2447           fix up ffmpegcolorspace docs; extract header
2448
2449 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2450
2451         * common/gtk-doc-plugins.mak:
2452         * docs/plugins/Makefile.am:
2453         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2454         * ext/theora/Makefile.am:
2455         * ext/theora/gsttheoraenc.h:
2456         * ext/theora/theoraenc.c:
2457         * ext/vorbis/vorbisenc.c:
2458           pick up signals and args for vorbis; add some docs for vorbis
2459
2460 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2461
2462         * common/gstdoc-scangobj:
2463         * common/gtk-doc-plugins.mak:
2464         * docs/libs/Makefile.am:
2465         * docs/plugins/gst-plugins-base-plugins.args:
2466         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2467         * docs/plugins/gst-plugins-base-plugins.interfaces:
2468         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2469         * docs/plugins/gst-plugins-base-plugins.signals:
2470           only scanobj stuff from our source module.  Not sure yet
2471           if that's correct, given the hierarchy stuff :)
2472
2473 2005-09-15  Wim Taymans  <wim@fluendo.com>
2474
2475         * gst/audioconvert/gstaudioconvert.c:
2476         And enable 24 bits mode as well..
2477
2478 2005-09-15  Wim Taymans  <wim@fluendo.com>
2479
2480         * gst-libs/gst/rtp/Makefile.am:
2481         * gst-libs/gst/rtp/gstbasertppayload.c:
2482         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2483         (gst_basertppayload_class_init), (gst_basertppayload_init),
2484         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2485         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2486         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2487         (gst_basertppayload_set_property),
2488         (gst_basertppayload_get_property),
2489         (gst_basertppayload_change_state):
2490         * gst-libs/gst/rtp/gstbasertppayload.h:
2491         Added rtp payloader base class.
2492
2493 2005-09-15  Andy Wingo  <wingo@pobox.com>
2494
2495         * configure.ac (plugindir): Remove the EOL matcher from the
2496         regexp, as it causes me problems. Libtool? Make? Who knows?
2497
2498 2005-09-14  David Schleef  <ds@schleef.org>
2499
2500         * check/generic/states.c: 
2501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2502         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2503           Fixes for changes in registry API.
2504
2505         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2506           to GST_PLUGIN_LDFLAGS.
2507         * ext/libvisual/visual.c: Make the library shut up.
2508         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2509         * gst-libs/gst/audio/gstaudiofilter.c: same
2510
2511 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2512
2513         * docs/plugins/Makefile.am:
2514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2515         * docs/plugins/inspect/plugin-libvisual.xml:
2516         * docs/plugins/tmpl/element-tcpserversink.sgml:
2517         * ext/theora/theoraenc.c:
2518           add libvisual plugin and theoraenc element to docs
2519
2520 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2521
2522         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2523         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2524         * ext/theora/theoraenc.c:
2525           add theoraenc
2526
2527 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2528
2529         * gst/audioconvert/Makefile.am:
2530           Audioconvert derives from GstBaseTransform and should
2531           link to the library with our base elements to avoid
2532           unresolved symbols. Makes things work with MinGW (#316160)
2533
2534         * gst/playback/test4.c: (main):
2535           Fix MinGW build problem and use g_usleep() instead of 
2536           sleep() (#316162)
2537
2538 2005-09-12  Wim Taymans  <wim@fluendo.com>
2539
2540         * gst/audioconvert/audioconvert.c: (float),
2541         (audio_convert_prepare_context), (audio_convert_convert):
2542         * gst/audioconvert/audioconvert.h:
2543         Cleanups, speedups, simplifications, added back support
2544         for 24 bits.
2545
2546 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2547
2548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2549         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2550         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2551         * docs/plugins/tmpl/element-tcpserversink.sgml:
2552         * gst/ffmpegcolorspace/gstffmpeg.c:
2553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2554         * gst/videotestsrc/gstvideotestsrc.c:
2555         * gst/volume/gstvolume.c:
2556           add more elements to the docs
2557
2558 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2559
2560         * check/Makefile.am:
2561         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2562         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2563           Add extra tests for basetransform based components. 
2564           Comment out the test_element_negotiation test until we decide
2565           if it's testing correct behaviour.
2566         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2567         (gst_visual_chain), (gst_visual_change_state):
2568           Slightly more correct but still bogus timestamping.
2569           Fix state change function.
2570         * gst/audioconvert/gstaudioconvert.c:
2571         (gst_audio_convert_class_init):
2572         * gst/audioresample/gstaudioresample.c:
2573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2574         (gst_ffmpegcsp_class_init):
2575         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2576         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2577         (gst_videoscale_prepare_image):
2578         * gst/volume/gstvolume.c: (gst_volume_class_init),
2579         (volume_transform_ip):
2580           Basetransform updates. Enable passthrough modes.
2581         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2582         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2583         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2584           Negotiation fix that allows the window to return to the original
2585           size and renegotiate passthrough upstream. Extra debug output.
2586
2587 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2588
2589         * gst/sine/gstsinesrc.c:
2590         * gst/volume/gstvolume.c:
2591           fix up header include
2592
2593 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2594
2595         * gst-libs/gst/audio/gstbaseaudiosink.c:
2596         (gst_base_audio_sink_render):
2597         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2598         * gst/volume/gstvolume.c: (gst_volume_class_init),
2599         (volume_transform):
2600           fixing lost sync, some more debugging
2601
2602 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2603
2604         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2605         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2606         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2607         (gst_xvimagesink_check_xshm_calls):
2608           Fix compilation when XShm is not available.
2609
2610 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2611
2612         * ext/libvisual/visual.c: (gst_visual_dispose),
2613         (gst_visual_getcaps), (gst_visual_src_setcaps),
2614         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2615         (gst_visual_change_state):
2616           Finish fixing up libvisual plugin so that it runs. 
2617
2618 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * ext/vorbis/vorbisenc.c:
2621         * gst-libs/gst/tag/gstvorbistag.c:
2622           gsttaginterface.h -> gsttagsetter.h
2623
2624 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2625
2626         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2627           added another test that failes for me (test is not active by default)
2628
2629 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2630
2631         * configure.ac:
2632           v4l2 is no longer in gst-plugins-base
2633
2634 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2635
2636         * configure.ac:
2637           In the output at the end, don't show the first plugin on the same
2638           line as "Core plug-ins, always built:".
2639           Indent the output as for other plugin categories
2640         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2641           #define that can be used to not use peer buffer_alloc functions for
2642           test purposes.
2643         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2644         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2645         (gst_ximagesink_show_frame):
2646         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2647         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2648         (gst_xvimagesink_show_frame):
2649           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2650           fails gracefully instead of XError aborting or deadlocking.
2651
2652 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2653
2654         * ext/libvisual/Makefile.am:
2655           link against gst-base-libs
2656
2657 2005-09-06  David Schleef  <ds@schleef.org>
2658
2659         * configure.ac: Enable libvisual plugin.
2660         * ext/libvisual/Makefile.am:
2661         * ext/libvisual/visual.c: Fixes to make it compile.
2662
2663 === release 0.9.2 ===
2664
2665 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2666
2667         * NEWS:
2668         * RELEASE:
2669         * configure.ac:
2670         * docs/random/ChangeLog-0.8:
2671           releasing 0.9.2, "Spoon"
2672
2673 2005-09-05  Michael Smith <msmith@fluendo.com>
2674
2675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2676           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2677           that in the vorbisenc element.
2678
2679 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2680
2681         * common/gtk-doc-plugins.mak:
2682         * docs/plugins/Makefile.am:
2683           fix distcheck
2684         * gst/audioresample/resample.c:
2685           fix wrong docstring
2686
2687 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2688
2689         * common/gst-xmlinspect.py:
2690         * common/gtk-doc-plugins.mak:
2691           only inspect plugins for this given package
2692           require gst-python 0.9
2693
2694 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2695
2696         * Makefile.am:
2697         * autogen.sh:
2698         * common/gst-xmlinspect.py:
2699         * configure.ac:
2700         * docs/Makefile.am:
2701         * docs/plugins/inspect/plugin-alsa.xml:
2702         * docs/plugins/inspect/plugin-audioresample.xml:
2703         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2704         * docs/plugins/inspect/plugin-ogg.xml:
2705         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2706         * docs/plugins/tmpl/element-multifdsink.sgml:
2707         * docs/plugins/tmpl/element-tcpserversink.sgml:
2708         * docs/plugins/tmpl/element-vorbisenc.sgml:
2709         * gst-plugins-base.spec.in:
2710           various doc-related updates
2711
2712 2005-08-31  Wim Taymans  <wim@fluendo.com>
2713
2714         * gst-libs/gst/audio/gstbaseaudiosink.c:
2715         (gst_base_audio_sink_render):
2716         Resync if the buffer timestamps drift more than a 10th 
2717         of a second.
2718
2719 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2720
2721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2722         (gst_v4lsrc_get_property):
2723           The 'timestamp-offset' property is registered as an int64, so
2724           let's use g_value_{set|get}_int64() in our setter and getter
2725           functions (makes it work and fixes warnings with gst-inspect).
2726
2727 2005-08-30  Wim Taymans  <wim@fluendo.com>
2728
2729         * check/elements/audioconvert.c: (setup_audioconvert):
2730         * check/elements/audioresample.c: (setup_audioresample):
2731         * check/elements/volume.c: (setup_volume):
2732         Fix checks.
2733
2734 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2735
2736         * common/gtk-doc-plugins.mak:
2737         * common/plugins.xsl:
2738         * docs/plugins/Makefile.am:
2739           make module a param
2740
2741 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2742
2743         * examples/seeking/seek.c: (make_mp3_pipeline),
2744         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2745         (play_cb), (pause_cb), (stop_cb):
2746           update the example
2747
2748 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2749
2750         * gst/volume/gstvolume.c: (gst_volume_class_init),
2751         (volume_transform):
2752           do not update controlled params, if buffer has no timestamp
2753
2754 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2755
2756         * configure.ac:
2757         * gst/sine/Makefile.am:
2758         * gst/volume/Makefile.am:
2759           controllerized elements also need to link against controller-libs ;)
2760
2761 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2762
2763         * docs/libs/tmpl/gstcolorbalance.sgml:
2764         * docs/libs/tmpl/gstgconf.sgml:
2765         * docs/libs/tmpl/gstmixer.sgml:
2766         * docs/libs/tmpl/gstringbuffer.sgml:
2767         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2768         (gst_sinesrc_create):
2769         * gst/volume/gstvolume.c: (gst_volume_class_init),
2770         (volume_transform):
2771           controllerized two audio plugins
2772
2773 2005-08-29  Andy Wingo  <wingo@pobox.com>
2774
2775         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2776         (vorbis_handle_data_packet): Fix some int overflow errors.
2777
2778         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2779         -1.
2780         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2781         valid.
2782         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2783         if it's valid. Fixed streaming-mode playback.
2784
2785         * check/elements/volume.c (cleanup_volume): Fix for running
2786         CK_FORK=no.
2787
2788         * check/elements/audioconvert.c: Convert from native endian, not
2789         little endian.
2790
2791 2005-08-29  Michael Smith <msmith@fluendo.com>
2792
2793         * ext/ogg/Makefile.am:
2794         * ext/ogg/gstogg.c: (plugin_init):
2795         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2796         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2797         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2798         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2799         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2800         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2801         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2802         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2803         Add an ogg parser element.
2804
2805 2005-08-28  Andy Wingo  <wingo@pobox.com>
2806
2807         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2808
2809 2005-08-26  Wim Taymans  <wim@fluendo.com>
2810
2811         * gst/audioconvert/audioconvert.c: (if), (float),
2812         (audio_convert_get_func_index), (check_default),
2813         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2814         (audio_convert_clean_context), (audio_convert_get_sizes),
2815         (audio_convert_convert):
2816         Cleanups.
2817
2818 2005-08-26  Wim Taymans  <wim@fluendo.com>
2819
2820         * gst/audioconvert/audioconvert.c: (if), (float),
2821         (audio_convert_get_func_index), (check_default),
2822         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2823         (audio_convert_clean_context), (audio_convert_get_sizes),
2824         (audio_convert_convert):
2825         More elegant and working temp buffer selection algo.
2826
2827 2005-08-26  Wim Taymans  <wim@fluendo.com>
2828
2829         * gst/audioconvert/audioconvert.c: (if), (float),
2830         (audio_convert_get_func_index), (check_default),
2831         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2832         (audio_convert_clean_context), (audio_convert_get_sizes),
2833         (get_temp_buffer), (audio_convert_convert):
2834         Use realloc else we lose our original data.
2835
2836 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2837
2838         * gst/audioresample/gstaudioresample.c:
2839           use base class' newsegment to properly timestamp
2840
2841 2005-08-26  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst/audioconvert/audioconvert.c: (if), (float),
2844         (audio_convert_get_func_index), (check_default),
2845         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2846         (audio_convert_clean_context), (audio_convert_get_sizes),
2847         (get_temp_buffer), (audio_convert_convert):
2848         * gst/audioconvert/gstaudioconvert.c:
2849         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2850         (gst_audio_convert_transform_caps),
2851         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2852         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2853         Oops, allocate enough space to perform the channel mix.
2854
2855 2005-08-26  Wim Taymans  <wim@fluendo.com>
2856
2857         * gst/audioconvert/Makefile.am:
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/audioconvert.h:
2864         * gst/audioconvert/gstaudioconvert.c:
2865         (gst_audio_convert_class_init), (gst_audio_convert_init),
2866         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2867         (gst_audio_convert_get_unit_size),
2868         (gst_audio_convert_transform_caps),
2869         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2870         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2871         * gst/audioconvert/gstaudioconvert.h:
2872         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2873         (gst_channel_mix_fill_identical),
2874         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2875         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2876         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2877         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2878         (gst_channel_mix_mix):
2879         * gst/audioconvert/gstchannelmix.h:
2880         Cleanups, librarify a bit, optimize, better negotiation and more.
2881
2882 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2883
2884         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2885         Another from MikeS:
2886         During typefinding, don't support negative offsets
2887         (offsets from the end of the stream) in our typefind->peek() function
2888         - nothing embedded in ogg ever needs them. However, we need to recognise
2889         those requests and reject them, otherwise we return invalid pointers.
2890
2891 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2892
2893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2895         (vorbisdec_finalize), (vorbis_handle_type_packet):
2896           Big shout-out to MikeS for fixing this giant memory leak.
2897           Huzzah!
2898
2899 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2900
2901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2902         (audio_convert_get_unit_size):
2903           plug some leaks
2904
2905 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2906
2907         * check/Makefile.am:
2908         * check/elements/audioconvert.c: (setup_audioconvert),
2909         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2910         (GST_START_TEST), (audioconvert_suite), (main):
2911           add a test for audioconvert
2912         * gst/audioresample/gstaudioresample.c:
2913         * gst/audioresample/gstaudioresample.h:
2914           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2915           note that for buffers of 1/3 sec this means DURATION(c) is 
2916           one nanosecond more than for a and b
2917
2918 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2919
2920         * check/Makefile.am:
2921         * check/elements/audioresample.c: (setup_audioresample),
2922         (cleanup_audioresample), (fail_unless_perfect_stream),
2923         (test_perfect_stream_instance), (GST_START_TEST),
2924           add a check for audioresample
2925         (audioresample_suite), (main):
2926         * check/elements/volume.c: (GST_START_TEST):
2927           remove unused method
2928         * gst/audioresample/gstaudioresample.c:
2929           set correct buffer parameters since we're changing them
2930         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2931           add some debug
2932
2933 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2934
2935         * gst/audioresample/debug.c:
2936         * gst/audioresample/gstaudioresample.c:
2937           add room for extra overlap samples when asked to transform size
2938           protect against possible mem corruption and check for discrepancies
2939           between written size and outbuffer's size so we can warn for
2940           potential problems
2941         * gst/audioresample/resample.c: (resample_init),
2942         (resample_get_output_size_for_input), (resample_get_output_size),
2943         (resample_set_n_channels), (resample_set_format):
2944           set debug level based on RESAMPLE_DEBUG env var
2945           make sure that get_output_size* returns a whole number of
2946           sample_size
2947           set sample_size each time either channel or format is set
2948         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2949         * gst/audioresample/resample_functable.c:
2950         (resample_scale_functable):
2951         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2952           remove r->sample_size, it's done in resample.c now
2953           add some debugging to the ref implementation
2954           make sure we only give back bytes that are wholes of the sample
2955           size
2956
2957 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2958         * gst/playback/gstplaybasebin.c: (fill_buffer):
2959         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2960
2961 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2962
2963         * gst/volume/gstvolume.c:
2964           made set_caps function static
2965
2966 2005-08-24  Wim Taymans  <wim@fluendo.com>
2967
2968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2969         (gst_vorbisenc_change_state):
2970         Stop leaking taglists.
2971
2972 2005-08-24  Wim Taymans  <wim@fluendo.com>
2973
2974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2975         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2976         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2977         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2978         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2979         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2980         Parse seeking events better.
2981         Unref static caps.
2982         Generate correct newsegment events, fixes seeking in live oggs.
2983
2984         * ext/theora/theoradec.c: (theora_dec_src_query),
2985         (theora_dec_src_event), (theora_dec_src_getcaps),
2986         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2987         Use newsegment values to report correct play time.
2988
2989         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2990         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2991         * ext/vorbis/vorbisdec.h:
2992         Parse and use newsegment values to report correct play time.
2993
2994         * gst-libs/gst/audio/gstbaseaudiosink.c:
2995         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2996         Clear ringbuffer on flush.
2997         Use newsegment values to calculate playback time.
2998
2999         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3001         Basesink does newsegment calculations for us now.
3002
3003 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3004
3005         * check/Makefile.am:
3006         * configure.ac:
3007           add core's plugins to the mix so that playbin works
3008         * check/generic/states.c: (GST_START_TEST):
3009           set a 0 timeout on pipelines, so they don't force the next
3010           state change
3011         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
3012         (gst_play_base_bin_change_state):
3013           remove the crappy error handling and do GST error handling
3014
3015 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3016
3017         * check/Makefile.am:
3018         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
3019           add same test as to core, it bitches out on playbin atm.
3020
3021 2005-08-24  Wim Taymans  <wim@fluendo.com>
3022
3023         * configure.ac:
3024         Remove audioscale.
3025
3026 2005-08-24  Wim Taymans  <wim@fluendo.com>
3027
3028         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3029         (gst_videoscale_prepare_size), (parse_caps),
3030         (gst_videoscale_set_caps), (gst_videoscale_get_size),
3031         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
3032         (gst_videoscale_transform):
3033         * gst/videoscale/gstvideoscale.h:
3034         Refactor, make use of BaseTranform really well.
3035
3036 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3037
3038         * configure.ac:
3039           compile audioresample
3040         * gst/audioresample/Makefile.am:
3041         * gst/audioresample/buffer.c:
3042         * gst/audioresample/functable.c:
3043         * gst/audioresample/gstaudioresample.c:
3044         * gst/audioresample/gstaudioresample.h:
3045         * gst/audioresample/resample.c:
3046         (resample_get_output_size_for_input):
3047         * gst/audioresample/resample.h:
3048         * gst/audioresample/resample_chunk.c:
3049         * gst/audioresample/resample_functable.c:
3050         * gst/audioresample/resample_ref.c:
3051           port to use basetransform; doesn't work in all cases yet
3052
3053 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3054
3055         * gst/audioconvert/gstaudioconvert.c:
3056         (gst_audio_convert_class_init), (gst_audio_convert_init),
3057         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3058         (audio_convert_fixate_caps), (audio_convert_set_caps),
3059         (audio_convert_transform),
3060         (gst_audio_convert_buffer_to_default_format),
3061         (gst_audio_convert_buffer_from_default_format),
3062         (gst_audio_convert_channels):
3063         * gst/audioconvert/gstchannelmix.c:
3064         * gst/audioconvert/gstchannelmix.h:
3065           port to basetransform
3066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3067         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3068         (gst_ffmpegcsp_get_unit_size):
3069         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3070         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3071           fix for basetransform changes
3072
3073 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3074
3075         * check/Makefile.am:
3076           Add CHECK_CFLAGS and LDFLAGS
3077
3078         * gst/playback/gstplaybasebin.c: (fill_buffer):
3079           GST_MESSAGE_SRC became a GObject
3080
3081 2005-08-24  Wim Taymans  <wim@fluendo.com>
3082
3083         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3084         (gst_ring_buffer_clear_all):
3085         * gst-libs/gst/audio/gstringbuffer.h:
3086         Added function to clear the ringbuffer.
3087
3088 2005-08-24  Andy Wingo  <wingo@pobox.com>
3089
3090         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3091         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3092         of _open and _close.
3093
3094         * sys/v4l/gstv4lxoverlay.h:
3095         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3096         an Xv connection here, instead of all the time. Make Xv only be
3097         loaded if you axe for it. Kindof a workaround for buggy behaviour
3098         of Xv when using remote xservers (XvQueryExtension would block).
3099         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3100         replace the _open and _close public API. Only start the xv
3101         connection if necessary.
3102         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3103
3104 2005-08-23  David Schleef  <ds@schleef.org>
3105
3106         * gst/audioresample/Makefile.am: Leet audioresampling code
3107         * gst/audioresample/buffer.c:
3108         * gst/audioresample/buffer.h:
3109         * gst/audioresample/debug.c:
3110         * gst/audioresample/debug.h:
3111         * gst/audioresample/functable.c:
3112         * gst/audioresample/functable.h:
3113         * gst/audioresample/gstaudioresample.c:
3114         * gst/audioresample/gstaudioresample.h:
3115         * gst/audioresample/resample.c:
3116         * gst/audioresample/resample.h:
3117         * gst/audioresample/resample_chunk.c:
3118         * gst/audioresample/resample_functable.c:
3119         * gst/audioresample/resample_ref.c:
3120
3121 2005-08-23  Wim Taymans  <wim@fluendo.com>
3122
3123         * examples/seeking/seek.c: (make_vorbis_pipeline),
3124         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3125         Small seek updates.
3126
3127 2005-08-23  Andy Wingo  <wingo@pobox.com>
3128
3129         * gst-libs/gst/audio/gstbaseaudiosrc.c
3130         (gst_base_audio_src_fixate): Only fixate endianness if it is
3131         present in the caps.
3132
3133 2005-08-22  Andy Wingo  <wingo@pobox.com>
3134
3135         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3136         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3137         device-name property.
3138
3139         * gst-libs/gst/audio/gstaudiosrc.h:
3140         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3141         close_device in the ring buffer, like gstaudiosink.
3142
3143         * ext/alsa/gstalsamixer.h:
3144         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3145         macro to implement the interface without much code. Cleanups. 
3146
3147         * ext/alsa/gstalsasrc.h:
3148         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3149         READY.
3150
3151         * ext/alsa/Makefile.am: Add new files.
3152         * ext/alsa/gstalsamixerelement.c: 
3153         * ext/alsa/gstalsamixerelement.c: Split element code out from
3154         mixer code so that alsasrc can be a mixer too.
3155
3156 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3157
3158         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3159         (GST_START_TEST):
3160         * check/elements/vorbisdec.c: (setup_vorbisdec),
3161         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3162         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3163         (vorbis_handle_identification_packet),
3164         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3165         (vorbis_handle_header_packet), (vorbis_dec_push),
3166         (vorbis_dec_chain):
3167           use the setup/teardown methods to save code.  save code is good.
3168
3169 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3170
3171         * check/Makefile.am:
3172           add ext dir for plugins
3173           add vorbisdec test conditionally
3174         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3175         (GST_START_TEST), (volume_suite):
3176           add a test with wrong caps
3177         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3178         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3179           add a vorbisdec test
3180         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3181         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3182           clean up debug output
3183         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3184           yay, fix a segfault/security issue in vorbisdec
3185           gst-launch fakesrc ! vorbisdec wasn't happy
3186         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3187         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3188         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3189         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3190         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3191         (gst_vorbisenc_set_metadata), (get_constraints_string),
3192         (update_start_message), (gst_vorbisenc_setup),
3193         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3194         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3195         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3196         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3197         * ext/vorbis/vorbisenc.h:
3198           march in line
3199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3200         (gst_ffmpegcsp_transform):
3201           have the kow come home
3202         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3203           debug my func ptr
3204         * gst/volume/gstvolume.c: (volume_set_caps):
3205           add a debug
3206
3207 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3208
3209         * Makefile.am:
3210         * check/.cvsignore:
3211         * check/Makefile.am:
3212         * check/elements/.cvsignore:
3213         * check/elements/volume.c: (chain_func), (event_func),
3214         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3215         (main):
3216         * configure.ac:
3217           add unit test structure for gst-plugins-base
3218           add a test for volume
3219         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3220         (gst_volume_set_volume), (gst_volume_get_volume),
3221         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3222         (volume_funcfind), (volume_process_float), (volume_process_int16),
3223         (volume_set_caps), (volume_transform), (volume_update_mute),
3224         (volume_update_volume), (volume_set_property),
3225         (volume_get_property):
3226           document a little; use basetransform vmethod _set_caps
3227
3228 2005-08-19  Andy Wingo  <wingo@pobox.com>
3229
3230         * ext/alsa/gstalsamixertrack.h:
3231         * ext/alsa/gstalsamixertrack.c:
3232         * ext/alsa/gstalsamixeroptions.h:
3233         * ext/alsa/gstalsamixeroptions.c:
3234         * ext/alsa/gstalsamixer.h:
3235         * ext/alsa/gstalsamixer.c: Port to 0.9.
3236
3237         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3238         Remove gstalsa.c and alsaclock. No more cruft here.
3239         
3240 2005-08-18  Wim Taymans  <wim@fluendo.com>
3241
3242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3243         (gst_base_rtp_depayload_chain),
3244         (gst_base_rtp_depayload_add_to_queue),
3245         (gst_base_rtp_depayload_push),
3246         (gst_base_rtp_depayload_queue_release):
3247         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3248         Fix for RTPBuffer changes.
3249
3250         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3251         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3252         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3253         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3254         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3255         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3256         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3257         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3258         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3259         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3260         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3261         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3262         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3263         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3264         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3265         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3266         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3267         (gst_rtpbuffer_get_payload):
3268         * gst-libs/gst/rtp/gstrtpbuffer.h:
3269         Don't subclass GstBuffer but add methods and helper functions
3270         to construct and manipulate RTP packets in regular GstBuffers.
3271
3272 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3273
3274         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3275           moved statement below switch
3276         * gst/volume/gstvolume.c: (gst_volume_class_init):
3277           added debug ptr
3278
3279 2005-08-16  Wim Taymans  <wim@fluendo.com>
3280
3281         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3282         (gst_base_audio_src_change_state):
3283         Open and close device in READY<->NULL state change.
3284
3285 2005-08-16  Andy Wingo  <wingo@pobox.com>
3286
3287         * examples/seeking/Makefile.am: Don't compile non-compiling
3288         compiled objects with the compiler.
3289
3290         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3291         elements.
3292
3293 2005-08-12  Philippe Khalaf <burger@speedy.org>
3294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3295         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3296           Made a thread to release the queue.
3297           Removed timestamp conversion for now.
3298
3299 2005-08-10  Philippe Khalaf <burger@speedy.org>
3300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3301         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3302           Added rtp timestamp -> gst timestamp conversion.
3303           Fixed several problems with queue.
3304
3305 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3306
3307         * gst-libs/gst/audio/gstaudioclock.h:
3308         * gst-libs/gst/audio/gstaudiofilter.h:
3309         * gst-libs/gst/audio/gstaudiosink.h:
3310         * gst-libs/gst/audio/gstaudiosrc.h:
3311         * gst-libs/gst/audio/gstbaseaudiosink.h:
3312         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3313         * gst-libs/gst/audio/gstringbuffer.h:
3314         * gst-libs/gst/net/gstnetbuffer.h:
3315         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3316         * gst-libs/gst/rtp/gstrtpbuffer.h:
3317           Add padding (you will need to rebuild gst-plugins-base,
3318           gst-plugins and all applications afterwards!)
3319
3320 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3321
3322         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3323         (gst_riff_parse_chunk):
3324           Fix bug in debug message and add some more debug messages.
3325
3326 2005-08-08  Edward Hervey  <edward@fluendo.com>
3327
3328         * gst-libs/gst/riff/riff-media.c:
3329         backported updates since branch
3330
3331 2005-08-08  Andy Wingo  <wingo@pobox.com>
3332
3333         * gst-libs/gst/audio/gstbaseaudiosink.c
3334         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3335         like good elements should. Close on READY->NULL too.
3336
3337         * gst-libs/gst/audio/gstaudiosink.c
3338         (gst_audioringbuffer_open_device,
3339         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3340         (gst_audioringbuffer_release): Updates for new ring buffer API,
3341         hook into the new audio sink api.
3342
3343         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3344         (GstAudioSinkClass.close): Just open and close the device -- no
3345         resource allocation or configuration.
3346         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3347         vmethods, handle device setup and resource allocation.
3348
3349         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3350         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3351         base class API.
3352
3353         * gst-libs/gst/audio/gstringbuffer.h
3354         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3355         New vmethods.
3356
3357         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3358         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3359         New API functions. The device should be opened before acquiring
3360         and closed after releasing.
3361
3362 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3363
3364         * gst-libs/gst/interfaces/mixer.h:
3365           Reset padding to GST_PADDING.
3366
3367 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3368
3369         * gst/playback/gstplaybin.c: (remove_sinks):
3370           Remove visualization from parent explicitely; works around some
3371           apparent refcount issue that I haven't tracked down yet.
3372
3373 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3374
3375         * ext/alsa/gstalsasink.c: (set_hwparams):
3376           Assign debug category, add negotiation debug msgs.
3377
3378 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3379
3380         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3381           Fix error code for file-not-found to NOT_FOUND.
3382
3383 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3384
3385         * common/gtk-doc-plugins.mak:
3386         * docs/plugins/Makefile.am:
3387         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3388         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3389           renamed to actual element names, so much nicer to look at
3390         * docs/plugins/tmpl/gstmultifdsink.sgml:
3391           remove
3392         * docs/plugins/tmpl/multifdsink.sgml:
3393         * docs/plugins/tmpl/tcpserversink.sgml:
3394           add
3395         * ext/alsa/gstalsa.c:
3396         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3397         * ext/ogg/gstoggmux.c:
3398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3399         * gst/playback/gstdecodebin.c:
3400         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3401         * gst/tcp/gsttcpserversink.c:
3402           various fixes and documentation additions
3403
3404 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3405
3406         * common/Makefile.am:
3407         * common/gstdoc-scangobj:
3408         * common/gtk-doc-plugins.mak:
3409         * common/gtk-doc.mak:
3410           add a custom scangobj that uses the registry
3411           add a custom gtk-doc-plugins.mak that uses it
3412           some doc build fixes
3413         * configure.ac:
3414         * docs/Makefile.am:
3415         * docs/plugins/Makefile.am:
3416         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3417         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3418         * docs/plugins/gst-plugins-base-plugins.types:
3419         * docs/plugins/tmpl/gstmultifdsink.sgml:
3420           add docs for one element, multifdsink
3421         * gst/adder/gstadder.h:
3422         * gst/volume/gstvolume.h:
3423           don't privatize enum
3424         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3425         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3426         (gst_sync_method_get_type), (gst_client_status_get_type),
3427         (gst_multifdsink_class_init),
3428         (gst_multifdsink_client_queue_buffer),
3429         (gst_multifdsink_handle_client_write):
3430         * gst/tcp/gstmultifdsink.h:
3431         * gst/tcp/gsttcp.h:
3432         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3433         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3434         (gst_tcpclientsink_render):
3435         * gst/tcp/gsttcpclientsink.h:
3436         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3437         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3438         (gst_tcpclientsrc_start):
3439         * gst/tcp/gsttcpclientsrc.h:
3440         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3441         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3442         * gst/tcp/gsttcpserversrc.h:
3443         * gst/typefind/gsttypefindfunctions.c:
3444           remove superfluous Type stuff
3445
3446 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3447
3448         * gst/playback/gstplaybin.c: (gen_video_element):
3449           Enable videoscale.
3450
3451 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3452
3453         * gst-libs/gst/gconf/gconf.c:
3454         * gst-libs/gst/gconf/gconf.h:
3455           Fix some Andy Problem [tm].
3456
3457 2005-08-04  Andy Wingo  <wingo@pobox.com>
3458
3459         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3461         (gst_ffmpegcsp_get_size): Adapt to API changes.
3462
3463         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3464         Implement an in-place do-nothing transform.
3465
3466 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3467
3468         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3469         (gst_ximagesink_renegotiate_size):
3470           Do not set new window sizes yet if we prepare a new buffer size
3471           for upstream renegotiation (software scaling) at some point in the
3472           future, because this new size waqs not actually accepted yet. Once
3473           accepted, renegotiation later on will set the new sizes just fine.
3474           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3475           embedding testcase.
3476
3477 2005-08-03  Andy Wingo  <wingo@pobox.com>
3478
3479         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3480         (gst_ximagesink_buffer_alloc): 
3481         Protect the height, width, and desired_caps with the pool_lock.
3482         Fixes videotestsrc ! queue ! ximagesink.
3483
3484 2005-08-02  Edward Hervey  <edward@fluendo.com>
3485
3486         * gst/volume/gstvolume.c:
3487         include left from controller cleanup
3488
3489 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3491           Stop collectpads before calling the parent state
3492           change function on PAUSED->READY.
3493
3494 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3495         * configure.ac:
3496           When testing for X libs, use the X CFlags 
3497         * gst/adder/gstadder.c: (gst_adder_change_state):
3498           Stop the collectpads before calling parent state change function
3499           on PAUSED->READY, otherwise we deadlock deactivating pads.
3500
3501 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3502
3503         * configure.ac:
3504         * docs/libs/tmpl/gstcolorbalance.sgml:
3505         * docs/libs/tmpl/gstmixer.sgml:
3506         * examples/Makefile.am:
3507         * gst/sine/Makefile.am:
3508         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3509         (gst_sinesrc_set_property), (plugin_init):
3510         * gst/sine/gstsinesrc.h:
3511         * gst/volume/Makefile.am:
3512         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3513         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3514         (volume_process_float), (volume_process_int16),
3515         (volume_set_property), (plugin_init):
3516         * gst/volume/gstvolume.h:
3517           deactivate and remove dparams (libgstcontrol)
3518
3519 2005-07-29  Wim Taymans  <wim@fluendo.com>
3520
3521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3522         Convert me to BaseTransform!! help..
3523
3524 2005-07-29  Andy Wingo  <wingo@pobox.com>
3525
3526         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3527         sinks.
3528
3529         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3530         support of both endiannesses.
3531
3532 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3533
3534         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3535           Fix confusing debug message (s/event/query/)
3536
3537 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3538
3539         * gst/videotestsrc/videotestsrc.h:
3540           Use "_stdint.h" instead of <stdint.h>
3541
3542 2005-07-27  Wim Taymans  <wim@fluendo.com>
3543
3544         * ext/vorbis/Makefile.am:
3545         Revert wrong commit.
3546
3547 2005-07-27  Wim Taymans  <wim@fluendo.com>
3548
3549         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3550         More compilation fixen.
3551
3552 2005-07-27  Wim Taymans  <wim@fluendo.com>
3553
3554         * gst-libs/gst/audio/gstbaseaudiosink.c:
3555         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3556         (gst_base_audio_sink_create_ringbuffer),
3557         (gst_base_audio_sink_change_state):
3558         Fix compilation.
3559
3560 2005-07-27  Wim Taymans  <wim@fluendo.com>
3561
3562         * examples/seeking/seek.c: (setup_dynamic_link),
3563         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3564         (query_positions_elems), (query_positions_pads), (do_seek):
3565         Update seek example.
3566
3567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3568         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3569         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3570         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3571         (gst_ogg_demux_handle_event),
3572         (gst_ogg_demux_deactivate_current_chain),
3573         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3574         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3575         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3576         (gst_ogg_demux_loop):
3577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3578         * ext/theora/theoradec.c: (theora_dec_src_event),
3579         (theora_dec_src_getcaps), (theora_dec_sink_event),
3580         (theora_dec_push), (theora_dec_chain):
3581         * ext/vorbis/Makefile.am:
3582         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3583         (vorbis_dec_sink_event), (vorbis_dec_push),
3584         (vorbis_handle_data_packet):
3585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3586         (gst_vorbisenc_chain):
3587         * gst/playback/gststreaminfo.c: (cb_probe):
3588         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3589         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3590         * gst/videoscale/gstvideoscale.c:
3591         (gst_videoscale_handle_src_event):
3592         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3593         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3594         (gst_ximagesink_navigation_send_event):
3595         * sys/xvimage/xvimagesink.c:
3596         (gst_xvimagesink_navigation_send_event):
3597         Various event updates and cleanups
3598
3599 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3600
3601         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3602           Fix segfault for I420/YV12.
3603
3604 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3605
3606         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3607           Report bitrate.
3608
3609 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3610
3611         * gst/playback/gstplaybin.c: (gen_video_element),
3612         (gen_audio_element):
3613           Switch to auto*sink elements as default sinks; add volume element
3614           so that volume control in totem works.
3615
3616 2005-07-21  Wim Taymans  <wim@fluendo.com>
3617
3618         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3619         * gst/playback/gstplaybin.c: (setup_sinks),
3620         (gst_play_bin_change_state):
3621         Refcount fix and more comments.
3622
3623 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3624
3625         * sys/ximage/Makefile.am:
3626         * sys/ximage/ximage.c: (plugin_init):
3627         * sys/ximage/ximagesink.c:
3628         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3629         
3630
3631 2005-07-21  Wim Taymans  <wim@fluendo.com>
3632
3633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3634         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3635         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3636         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3637         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3638         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3639         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3640         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3641         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3642         Generate correct disconts for live chained oggs.
3643
3644         * gst-libs/gst/audio/gstbaseaudiosink.c:
3645         (gst_base_audio_sink_render),
3646         (gst_base_audio_sink_create_ringbuffer),
3647         (gst_base_audio_sink_change_state):
3648         Handle discont math correctly.
3649
3650         * gst/playback/gstplaybin.c: (add_sink):
3651         Some small debug cleanup.
3652
3653 2005-07-21  Wim Taymans  <wim@fluendo.com>
3654
3655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3656         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3657         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3658         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3659         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3660         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3661         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3662         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3663         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3664         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3665         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3666         (gst_ogg_demux_change_state), (gst_ogg_print):
3667         Reorganize code to send the right disconts when in streaming
3668         mode.
3669
3670 2005-07-20  Andy Wingo  <wingo@pobox.com>
3671
3672         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3673         fix (?), fixes a seggie mcfalterson (#310894).
3674
3675 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3676
3677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3678         (gst_ogg_mux_set_header_on_caps):
3679         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3681         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3682         * gst-libs/gst/audio/multichannel.c:
3683         (gst_audio_set_channel_positions),
3684         (gst_audio_set_structure_channel_positions_list):
3685         * gst/playback/gstdecodebin.c: (dynamic_create):
3686         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3687         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3688           Fixes for API changes in core.
3689
3690 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3691
3692         * gst/playback/gstplaybasebin.c: (fill_buffer):
3693           Use _new_custom() so we can set custom message types for buffering
3694           messages.
3695
3696 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3697
3698         * configure.ac:
3699         * gst-libs/gst/Makefile.am:
3700         * gst-libs/gst/gconf/.cvsignore:
3701         * gst-libs/gst/gconf/Makefile.am:
3702         * gst-libs/gst/gconf/test-gconf.c:
3703         * pkgconfig/Makefile.am:
3704         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3705         * pkgconfig/gstreamer-gconf.pc.in:
3706           Remove gconf stuff, use gconf elements instead from now on.
3707
3708 2005-07-20  Wim Taymans  <wim@fluendo.com>
3709
3710         * gst-libs/gst/audio/TODO:
3711         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3712         (gst_audio_clock_get_internal_time):
3713         * gst-libs/gst/audio/gstaudioclock.h:
3714         * gst-libs/gst/audio/gstbaseaudiosink.c:
3715         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3716         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3717         (gst_base_audio_sink_render),
3718         (gst_base_audio_sink_create_ringbuffer),
3719         (gst_base_audio_sink_change_state):
3720         Make sure the audio clock always returns an increasing value.
3721
3722 2005-07-19  Andy Wingo  <wingo@pobox.com>
3723
3724         * gst/videotestsrc/: Cleanups.
3725
3726 2005-07-19  Wim Taymans  <wim@fluendo.com>
3727
3728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3729         Better debugging.
3730
3731 2005-07-19  Wim Taymans  <wim@fluendo.com>
3732
3733         * examples/seeking/seek.c: (make_dv_pipeline),
3734         (make_vorbis_theora_pipeline), (query_rates),
3735         (query_positions_elems), (query_positions_pads), (do_seek):
3736         Make correct DV pipeline.
3737
3738 2005-07-18  Andy Wingo  <wingo@pobox.com>
3739
3740         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3741         default. Also because it's the only thing that really works. (This
3742         is used in the GConf elements).
3743         Use AS_LIBTOOL_TAGS.
3744
3745 2005-07-18  Wim Taymans  <wim@fluendo.com>
3746
3747         * gst/playback/gstdecodebin.c: (remove_element_chain):
3748         * gst/playback/gstplaybin.c: (add_sink):
3749         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3750         (gst_stream_info_set_mute):
3751         * gst/playback/gststreamselector.c:
3752         (gst_stream_selector_get_linked_pad),
3753         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3754         More leak and compile fixes.
3755
3756 2005-07-18  Wim Taymans  <wim@fluendo.com>
3757
3758         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3759         (query_rates), (query_positions_elems), (query_positions_pads),
3760         (do_seek), (seek_cb), (stop_seek):
3761         Updated seek example. 
3762
3763         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3764         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3765         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3766         * gst/playback/gstplaybin.c: (add_sink):
3767         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3768         (gst_stream_info_set_mute):
3769         Some refcount leak fixes.
3770
3771 2005-07-16  Wim Taymans  <wim@fluendo.com>
3772
3773         * gst-libs/gst/audio/gstbaseaudiosink.c:
3774         (gst_base_audio_sink_render):
3775         Align samples even if we have roundoff errors in the 
3776         timestamp conversion.
3777
3778 2005-07-16  Wim Taymans  <wim@fluendo.com>
3779
3780         * docs/libs/tmpl/gstringbuffer.sgml:
3781         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3782         (query_rates), (query_positions_elems), (query_positions_pads),
3783         (update_scale), (do_seek):
3784         Updated seek example.
3785
3786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3787         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3788         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3789         (gst_ogg_demux_loop):
3790         Push out correct discont values.
3791
3792         * ext/theora/theoradec.c: (theora_dec_src_convert),
3793         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3794         (theora_dec_sink_event), (theora_handle_type_packet),
3795         (theora_handle_header_packet), (theora_dec_push),
3796         (theora_handle_data_packet), (theora_dec_chain),
3797         (theora_dec_change_state):
3798         Better timestamping.
3799
3800         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3801         (vorbis_dec_sink_event), (vorbis_dec_push),
3802         (vorbis_handle_data_packet), (vorbis_dec_chain):
3803         * ext/vorbis/vorbisdec.h:
3804         Better timestamping.
3805
3806         * gst-libs/gst/audio/gstbaseaudiosink.c:
3807         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3808         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3809         Handle syncing on timestamps instead of sample offsets. Make
3810         use of DISCONT values as described in design docs.
3811
3812         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3813         (gst_base_audio_src_get_time):
3814         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3815         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3816         (gst_ring_buffer_read):
3817         * gst-libs/gst/audio/gstringbuffer.h:
3818         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3819         (gst_ximagesink_show_frame):
3820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3821         Correcly convert buffer timestamp to stream time.
3822
3823 2005-07-16  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/audioconvert/gstaudioconvert.c:
3826         (gst_audio_convert_get_buffer):
3827         Timestamp buffers correctly.
3828
3829         * gst/playback/gstplaybin.c: (gen_video_element):
3830         Make internal fakesink silent.
3831
3832 2005-07-15  Wim Taymans  <wim@fluendo.com>
3833
3834         * gst/ffmpegcolorspace/Makefile.am:
3835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3836         (gst_ffmpegcsp_caps_remove_format_info),
3837         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3838         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3839         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3840         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3841         Ported ffmpegcolorspace to basetransform.
3842
3843         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3844         * gst/volume/gstvolume.c: (volume_transform):
3845         Ported to new API.
3846
3847 2005-07-14  Wim Taymans  <wim@fluendo.com>
3848
3849         * gst/videotestsrc/Makefile.am:
3850         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3851         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3852         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3853         (gst_videotestsrc_init), (gst_videotestsrc_event),
3854         (gst_videotestsrc_create), (gst_videotestsrc_start),
3855         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3856         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3857         (gst_videotestsrc_get_property):
3858         * gst/videotestsrc/gstvideotestsrc.h:
3859         Make videotestsrc a pushsrc.
3860
3861 2005-07-14  Wim Taymans  <wim@fluendo.com>
3862
3863         * gst/tcp/gstfdset.c: (gst_fdset_free):
3864         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3865         (gst_multifdsink_add), (gst_multifdsink_remove),
3866         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3867         (gst_multifdsink_remove_client_link),
3868         (gst_multifdsink_client_queue_data),
3869         (gst_multifdsink_client_queue_caps),
3870         (gst_multifdsink_client_queue_buffer),
3871         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3872         (gst_multifdsink_stop):
3873         * gst/tcp/gstmultifdsink.h:
3874         0.8 backporting.
3875
3876         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3877         Also draw image when not from a pool.
3878
3879 2005-07-14  Wim Taymans  <wim@fluendo.com>
3880
3881         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3882         (mute_stream), (silence_stream):
3883         Small debug additions.
3884
3885 2005-07-14  Wim Taymans  <wim@fluendo.com>
3886
3887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3888         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3889         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3890         Better error recovery, ignore unconnected pads and
3891         non-fatal errors.
3892
3893 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3894
3895         * docs/libs/tmpl/gstaudio.sgml:
3896         * docs/libs/tmpl/gstcolorbalance.sgml:
3897         * docs/libs/tmpl/gstgconf.sgml:
3898         * docs/libs/tmpl/gstmixer.sgml:
3899         * docs/libs/tmpl/gstringbuffer.sgml:
3900         * docs/libs/tmpl/gsttuner.sgml:
3901         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3902         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3903         (gst_tcpclientsrc_class_init):
3904         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3905         (gst_tcpserversrc_class_init):
3906         * sys/v4l/gstv4lelement.c:
3907           more autistic cleanliness in functions/names/defines
3908
3909 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3910
3911         * configure.ac:
3912           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3913           added manually to each Makefile.am so we are sure it goes
3914           *last* and doesn't add -L flags before linking in libs of our
3915           own, like, say, internal .la libs, that then accidentally pick
3916           up the installed copy.
3917         * docs/libs/Makefile.am:
3918         * ext/alsa/Makefile.am:
3919         * ext/cdparanoia/Makefile.am:
3920         * ext/gnomevfs/Makefile.am:
3921         * ext/libvisual/Makefile.am:
3922         * ext/ogg/Makefile.am:
3923         * ext/theora/Makefile.am:
3924         * ext/vorbis/Makefile.am:
3925         * gst-libs/gst/video/Makefile.am:
3926         * gst/adder/Makefile.am:
3927         * gst/audioconvert/Makefile.am:
3928         * gst/audiorate/Makefile.am:
3929         * gst/audioscale/Makefile.am:
3930         * gst/ffmpegcolorspace/Makefile.am:
3931         * gst/playback/Makefile.am:
3932         * gst/sine/Makefile.am:
3933         * gst/subparse/Makefile.am:
3934         * gst/tags/Makefile.am:
3935         * gst/tcp/Makefile.am:
3936         * gst/typefind/Makefile.am:
3937         * gst/videorate/Makefile.am:
3938         * gst/videoscale/Makefile.am:
3939         * gst/videotestsrc/Makefile.am:
3940         * gst/volume/Makefile.am:
3941         * sys/v4l/Makefile.am:
3942         * sys/ximage/Makefile.am:
3943         * sys/xvimage/Makefile.am:
3944           adapt properly to this change. This should make sure that
3945           plugins and libs properly link to the as-yet-uninstalled
3946           copies of stuff like libgstinterfaces and libgstvideo
3947
3948 2005-07-13  Andy Wingo  <wingo@pobox.com>
3949
3950         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3951         (gst_v4lsrc_fixate): Fixate on format as well.
3952
3953         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3954         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3955         buffer points to it.
3956         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3957         rather just doing X calls ourselves. Also fixes a memleak.
3958
3959 2005-07-12  Andy Wingo  <wingo@pobox.com>
3960
3961         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3962         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3963         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3964         TRUE to avoid deadlocks if an element holds on to our buffers.
3965
3966 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3967
3968         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3969         (gst_sinesrc_init), (gst_sinesrc_create),
3970         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3971         (gst_sinesrc_start):
3972         * gst/sine/gstsinesrc.h:
3973           removing num-buffers property before moving it
3974
3975 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3976
3977         * configure.ac:
3978           use overridable ERROR_CFLAGS
3979         * docs/libs/gst-plugins-base-libs.types:
3980         * docs/libs/tmpl/gstringbuffer.sgml:
3981         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3982         (gst_alsasink_class_init):
3983         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3984         (gst_alsasrc_class_init):
3985         * gst-libs/gst/audio/audio.h:
3986         * gst-libs/gst/audio/gstaudioclock.h:
3987         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3988         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3989         (gst_audio_filter_link), (gst_audio_filter_init),
3990         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3991         (gst_audio_filter_get_property),
3992         (gst_audio_filter_class_add_pad_templates):
3993         * gst-libs/gst/audio/gstaudiofilter.h:
3994         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3995         (gst_audio_filter_template_get_type),
3996         (gst_audio_filter_template_base_init),
3997         (gst_audio_filter_template_class_init),
3998         (gst_audio_filter_template_init),
3999         (gst_audio_filter_template_set_property),
4000         (gst_audio_filter_template_get_property), (plugin_init),
4001         (gst_audio_filter_template_setup),
4002         (gst_audio_filter_template_filter),
4003         (gst_audio_filter_template_filter_inplace):
4004         * gst-libs/gst/audio/gstaudiosink.c:
4005         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4006         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
4007         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4008         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4009         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
4010         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
4011         * gst-libs/gst/audio/gstaudiosink.h:
4012         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4013         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4014         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4015         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
4016         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
4017         (gst_audio_src_class_init), (gst_audio_src_init),
4018         (gst_audio_src_create_ringbuffer):
4019         * gst-libs/gst/audio/gstaudiosrc.h:
4020         * gst-libs/gst/audio/gstbaseaudiosink.c:
4021         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
4022         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4023         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
4024         (gst_base_audio_sink_set_property),
4025         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
4026         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
4027         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
4028         (gst_base_audio_sink_create_ringbuffer),
4029         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
4030         * gst-libs/gst/audio/gstbaseaudiosink.h:
4031         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4032         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
4033         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4034         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4035         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4036         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4037         (gst_base_audio_src_event), (gst_base_audio_src_create),
4038         (gst_base_audio_src_create_ringbuffer),
4039         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4040         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4041         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4042         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4043         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4044         (gst_ring_buffer_debug_spec_caps),
4045         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4046         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4047         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4048         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4049         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4050         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4051         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4052         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4053         (gst_ring_buffer_clear):
4054         * gst-libs/gst/audio/gstringbuffer.h:
4055         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4056         (gst_video_sink_class_init), (gst_video_sink_get_type):
4057         * gst-libs/gst/video/videosink.h:
4058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4059         (gst_multifdsink_class_init),
4060         (gst_multifdsink_handle_client_write),
4061         (gst_multifdsink_change_state):
4062         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4063         (gst_tcpclientsink_setcaps):
4064         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4065         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4066         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4067         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4068         (gst_ximagesink_send_pending_navigation),
4069         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4070         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4072         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4073         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4074         (gst_xvimagesink_send_pending_navigation),
4075         (gst_xvimagesink_navigation_send_event),
4076         (gst_xvimagesink_set_xwindow_id),
4077         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4078         (gst_xvimagesink_get_type):
4079         more macro splitting
4080
4081 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4082
4083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4084           plug a memleak, allows me to import 1479 albums in one go
4085           in jamboree
4086         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4087         (vorbis_handle_type_packet), (vorbis_dec_chain),
4088         (vorbis_dec_change_state):
4089           fix some format strings
4090
4091 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4092
4093         * docs/libs/tmpl/gstcolorbalance.sgml:
4094         * docs/libs/tmpl/gstmixer.sgml:
4095         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4096         (gst_alsasink_set_property), (gst_alsasink_get_property):
4097         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4098         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4099           add device property
4100
4101 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4102
4103         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4104         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4105         (audiocast_register_listener), (audiocast_thread_run),
4106         (gst_gnomevfssrc_send_additional_headers_callback),
4107         (gst_gnomevfssrc_received_headers_callback),
4108         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4109         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4110         (gst_gnomevfssrc_get_size):
4111           add/clean up debugging
4112         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4113           cleanups
4114
4115 2005-07-07  Andy Wingo  <wingo@pobox.com>
4116
4117         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4118         framerate. Need to get a handle on when exactly this function is
4119         called, tho.
4120
4121         * sys/v4l/v4lsrc_calls.h:
4122         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4123         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4124         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4125
4126         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4127         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4128         v4lelements are sources.
4129
4130         * sys/v4l/gstv4lxoverlay.h:
4131         * sys/v4l/gstv4lxoverlay.c:
4132         * sys/v4l/gstv4ltuner.h:
4133         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4134         
4135         * sys/v4l/gstv4lsrc.h:
4136         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4137         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4138         or something should handle that. Made a live source.
4139
4140         * sys/v4l/gstv4lelement.h:
4141         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4142         signals. Some cleanups.
4143
4144         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4145
4146         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4147         stuff.
4148
4149         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4150         stuff.
4151
4152         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4153
4154 2005-07-07  Wim Taymans  <wim@fluendo.com>
4155
4156         * ext/theora/theoradec.c: (theora_get_query_types),
4157         (theora_dec_src_getcaps), (theora_dec_push):
4158         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4160         Remove deprecated/unused query types.
4161
4162 2005-07-06  Wim Taymans  <wim@fluendo.com>
4163
4164         * ext/alsa/Makefile.am:
4165         * ext/alsa/gstalsaplugin.c: (plugin_init):
4166         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4167         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4168         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4169         (gst_alsasrc_class_init), (gst_alsasrc_init),
4170         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4171         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4172         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4173         (gst_alsasrc_reset):
4174         * ext/alsa/gstalsasrc.h:
4175         * gst-libs/gst/audio/Makefile.am:
4176         * gst-libs/gst/audio/gstaudiosink.c:
4177         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4178         (gst_audioringbuffer_start):
4179         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4180         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4181         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4182         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4183         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4184         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4185         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4186         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4187         * gst-libs/gst/audio/gstaudiosrc.h:
4188         * gst-libs/gst/audio/gstbaseaudiosink.c:
4189         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4190         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4191         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4192         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4193         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4194         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4195         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4196         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4197         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4198         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4199         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4200         (gst_baseaudiosrc_change_state):
4201         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4202         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4203         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4204         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4205         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4206         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4207         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4208         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4209         * gst-libs/gst/audio/gstringbuffer.h:
4210         Added audiosource base classes.
4211         Ported alsasrc, still very basic.
4212
4213 2005-07-06  Wim Taymans  <wim@fluendo.com>
4214
4215         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4216         (theora_dec_push), (theora_handle_data_packet):
4217         Prepare for better timestamp fix later.
4218
4219         * gst/audioconvert/gstaudioconvert.c:
4220         List most accurate caps first
4221
4222         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4223         Use proper pad task function.
4224
4225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4226         (gst_xvimagesink_show_frame):
4227         Fix deadlock when alloc failed.
4228
4229 2005-07-05  Andy Wingo  <wingo@pobox.com>
4230
4231         * ext/gnomevfs/gstgnomevfssrc.c:
4232         * gst/sine/gstsinesrc.c:
4233         * gst/tcp/gsttcpserversrc.c:
4234         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4235
4236         * sys/v4l/: Port from 0.8.
4237
4238         * Many files: Null if we got it....
4239
4240 2005-07-05  Andy Wingo  <wingo@pobox.com>
4241
4242         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4243         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4244         Signedness fixes.
4245
4246 2005-07-05  Wim Taymans  <wim@fluendo.com>
4247
4248         * configure.ac:
4249         * gst/tcp/Makefile.am:
4250         * gst/tcp/README:
4251         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4252         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4253         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4254         (is_sync_frame), (gst_multifdsink_handle_client_write),
4255         (gst_multifdsink_render), (gst_multifdsink_start),
4256         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4257         * gst/tcp/gstmultifdsink.h:
4258         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4259         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4260         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4261         * gst/tcp/gsttcp.h:
4262         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4263         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4264         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4265         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4266         * gst/tcp/gsttcpclientsink.h:
4267         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4268         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4269         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4270         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4271         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4272         * gst/tcp/gsttcpclientsrc.h:
4273         * gst/tcp/gsttcpplugin.c: (plugin_init):
4274         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4275         * gst/tcp/gsttcpserversink.h:
4276         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4277         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4278         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4279         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4280         (gst_tcpserversrc_stop):
4281         * gst/tcp/gsttcpserversrc.h:
4282         * gst/tcp/gsttcpsink.c:
4283         * gst/tcp/gsttcpsink.h:
4284         * gst/tcp/gsttcpsrc.c:
4285         * gst/tcp/gsttcpsrc.h:
4286         Ported tcp plugins to 0.9. 
4287         
4288
4289 2005-07-05  Andy Wingo  <wingo@pobox.com>
4290
4291         * gst/playback/gstplaybasebin.c (fill_buffer):
4292         message_new_application fixen.
4293
4294         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4295         Style fix.
4296
4297 2005-07-04  Wim Taymans  <wim@fluendo.com>
4298
4299         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4300         Set caps on output buffer.
4301
4302 2005-07-04  Andy Wingo  <wingo@pobox.com>
4303
4304         * ext/gnomevfs/gstgnomevfssrc.c
4305         (gst_gnomevfssrc_received_headers_callback) 
4306         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4307         hopefully.
4308
4309         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4310         No refcount leakage.
4311
4312         * configure.ac: Enable -Werror.
4313         
4314         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4315         * gst/audioconvert/bufferframesconvert.c
4316         (buffer_frames_convert_fixate):
4317         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4318         (gst_audio_convert_fixate):
4319         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4320         (gst_sinesrc_create): Fixate func changes.
4321         
4322         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4323         (gst_ximagesink_buffer_alloc): Unused var.
4324
4325 2005-07-01  Andy Wingo  <wingo@pobox.com>
4326
4327         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4328         getcaps to do explicit caps. Needs to be done in all decoders,
4329         possibly via a base class.
4330
4331         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4332
4333         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4334         caps on the sink pad, just rely on the pad template. Also, setting
4335         ANY caps on a pad is not valid because the caps are not fixed.
4336
4337         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4338         caps on the buffer, and get the width from the desired_caps if
4339         they're set.
4340         (gst_ximagesink_renegotiate_size): Implement via setting the
4341         desired_caps on the ximagesink.
4342         (gst_ximagesink_setcaps): Only reset the width of the player if it
4343         wasn't already set. Not sure if this is right.
4344         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4345
4346         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4347         that the user wants. NULL unless the window has been resized.
4348
4349         * gst/volume/gstvolume.c (volume_transform): Adapt to
4350         basetransform refcount changes.
4351         
4352 2005-07-01  Andy Wingo  <wingo@pobox.com>
4353
4354         * gst/videoscale/gstvideoscale.c:
4355         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4356         from BaseTransform, implements a transform_caps. Removed dead code
4357         including some PAR stuff that was never reached -- should probably
4358         be added back somehow.
4359
4360 2005-07-01  Andy Wingo  <wingo@pobox.com>
4361
4362         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4363         come later.
4364
4365 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4366
4367         * configure.ac:
4368         * docs/libs/Makefile.am:
4369         * docs/libs/gst-plugins-libs.types:
4370         * ext/alsa/Makefile.am:
4371         * ext/alsa/gstalsamixer.h:
4372         * ext/alsa/gstalsamixeroptions.h:
4373         * ext/alsa/gstalsamixertrack.h:
4374         * gst-libs/gst/Makefile.am:
4375         * gst-libs/gst/colorbalance/.cvsignore:
4376         * gst-libs/gst/colorbalance/Makefile.am:
4377         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4378         * gst-libs/gst/colorbalance/colorbalance.c:
4379         * gst-libs/gst/colorbalance/colorbalance.h:
4380         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4381         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4382         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4383         * gst-libs/gst/interfaces/Makefile.am:
4384         * gst-libs/gst/interfaces/colorbalance.c:
4385         (gst_color_balance_class_init):
4386         * gst-libs/gst/interfaces/colorbalance.h:
4387         * gst-libs/gst/interfaces/interfaces-marshal.list:
4388         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4389         * gst-libs/gst/interfaces/mixer.h:
4390         * gst-libs/gst/interfaces/mixeroptions.h:
4391         * gst-libs/gst/interfaces/navigation.c:
4392         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4393         * gst-libs/gst/interfaces/tuner.h:
4394         * gst/volume/Makefile.am:
4395         * gst/volume/gstvolume.c:
4396         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4397         * sys/ximage/Makefile.am:
4398         * sys/ximage/ximagesink.c:
4399         * sys/xvimage/Makefile.am:
4400         * sys/xvimage/xvimagesink.c:
4401           fold in all interfaces into an interfaces dir, preserving CVS
4402           history
4403
4404 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4405
4406         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4407           Fix build after riff changes.
4408
4409 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4410
4411         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4412         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4413         (gst_riff_create_video_template_caps),
4414         (gst_riff_create_audio_template_caps),
4415         (gst_riff_create_iavs_template_caps):
4416         * gst-libs/gst/riff/riff-media.h:
4417         * gst-libs/gst/riff/riff-read.h:
4418         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4419           Add gst_riff_init() to initialize the debug category, instead
4420           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4421
4422 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4423
4424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4425           Oops, I shouldn't apply hacks.
4426
4427 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4428
4429         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4430           Remove pad_loop function which doesn't work.
4431
4432 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4433
4434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4435           Send EOS when deactivating.
4436         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4437         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4438         (gen_preroll_element), (probe_triggered), (mute_stream),
4439         (silence_stream), (new_decoded_pad), (setup_substreams),
4440         (set_active_source):
4441         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4442         (remove_sinks), (add_sink):
4443         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4444           Change for new probe API.
4445
4446 2005-06-29  Wim Taymans  <wim@fluendo.com>
4447
4448         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4449         * gst-libs/gst/audio/gstbaseaudiosink.c:
4450         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4451         (gst_baseaudiosink_change_state):
4452         * gst-libs/gst/audio/gstbaseaudiosink.h:
4453         * gst-libs/gst/audio/gstringbuffer.c:
4454         (gst_ringbuffer_set_callback):
4455         Fix compilation error.
4456         Ringbuffer starts out as not running.
4457         Free our clock in dispose.
4458         When releasing the ringbuffer we need to renegotiate so
4459         clear the pad caps.
4460
4461 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4462
4463         * autogen.sh:
4464         * configure.ac:
4465         * docs/Makefile.am:
4466         * docs/libs/Makefile.am:
4467         * docs/libs/gst-plugins-libs-docs.sgml:
4468         * docs/libs/gst-plugins-libs-sections.txt:
4469         * docs/libs/gst-plugins-libs.types:
4470         * docs/libs/tmpl/gstaudio.sgml:
4471         * docs/libs/tmpl/gstcolorbalance.sgml:
4472         * docs/libs/tmpl/gstringbuffer.sgml:
4473         * gst-libs/gst/audio/gstringbuffer.c:
4474         (gst_ringbuffer_set_callback):
4475           reinstate gtk-doc docs for plugin libs
4476
4477 2005-06-28  Wim Taymans  <wim@fluendo.com>
4478
4479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4480         (gst_ogg_demux_init):
4481         Removed pad loop function.
4482
4483 2005-06-28  Wim Taymans  <wim@fluendo.com>
4484
4485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4486         If we're building a chain we are not in an error case
4487         when we queue a buffer.
4488
4489 2005-06-28  Andy Wingo  <wingo@pobox.com>
4490
4491         * *.c: Don't cast to GstObject before reffing/unreffing.
4492
4493 2005-06-27  Andy Wingo  <wingo@pobox.com>
4494
4495         * gst/videotestsrc/gstvideotestsrc.c
4496         (gst_videotestsrc_activate_push): Activation API changes.
4497
4498         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4499         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4500         they have refs on the decodebin.
4501
4502         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4503         parent class.
4504         (gst_ogg_pad_typefind): Don't leak a pad ref.
4505         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4506         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4507         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4508
4509 2005-06-27  Edward Hervey  <edward@fluendo.com>
4510
4511         * ext/theora/theoradec.c: (theora_dec_change_state): 
4512         re-arranged call to parent's state change in order to avoid locks (or
4513         worse).
4514
4515 2005-06-26  Edward Hervey  <edward@fluendo.com>
4516
4517         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4518         2nd argument of 'unknow-type' signal is a GstCaps and not a
4519         GstMiniObject
4520
4521 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4522         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4523           Set the worker thread's running flag to TRUE before starting the
4524           thread.
4525         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4526           Catch a failure to add typefind to the bin.
4527
4528 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4529
4530         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4531         (gst_sinesrc_init), (gst_sinesrc_create),
4532         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4533         (gst_sinesrc_start):
4534         * gst/sine/gstsinesrc.h:
4535           add num-buffers and timestamp-offset properties
4536         * gst/videotestsrc/gstvideotestsrc.c:
4537         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4538         (gst_videotestsrc_get_property):
4539           add timestamp-offset property
4540
4541 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4542
4543         * configure.ac: add videorate
4544         * gst-plugins-base.spec.in: add videorate
4545
4546 2005-06-23  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4549         (gst_videorate_getcaps), (gst_videorate_setcaps),
4550         (gst_videorate_event), (gst_videorate_chain):
4551         Fixed videorate, fixating an already fixated caps is not
4552         an error.
4553
4554 2005-06-23  Wim Taymans  <wim@fluendo.com>
4555
4556         * ext/ogg/README:
4557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4558         Buffer on caps is not boxed anymore.
4559
4560 2005-06-22  Wim Taymans  <wim@fluendo.com>
4561
4562         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4564         Set buffers on caps as miniobjects and not as boxed.
4565
4566 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4567
4568         * configure.ac:
4569           back to HEAD
4570
4571 === release 0.9.1 ===
4572
4573 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4574
4575         * .cvsignore:
4576         * NEWS:
4577         * README:
4578         * RELEASE:
4579         * configure.ac:
4580         * po/af.po:
4581         * po/az.po:
4582         * po/cs.po:
4583         * po/en_GB.po:
4584         * po/hu.po:
4585         * po/it.po:
4586         * po/nb.po:
4587         * po/nl.po:
4588         * po/or.po:
4589         * po/sq.po:
4590         * po/sr.po:
4591         * po/sv.po:
4592         * po/uk.po:
4593         * po/vi.po:
4594           updates for release
4595
4596 2005-06-09  Andy Wingo  <wingo@pobox.com>
4597
4598         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4599         
4600 2005-06-09  Andy Wingo  <wingo@pobox.com>
4601
4602         * configure.ac:
4603         * gst-libs/gst/Makefile.am:
4604         * gst-libs/gst/net/Makefile.am:
4605         Add gstnet to build.
4606
4607 2005-06-09  Andy Wingo  <wingo@pobox.com>
4608
4609         * gst-libs/gst/gconf/gconf.c:
4610         * gst/playback/test.c:
4611         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4612         fixes.
4613
4614         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4615
4616         * ext/theora/theoraenc.c (theora_enc_chain): 
4617         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4618
4619         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4620         RealPad.
4621
4622 2005-06-02  Wim Taymans  <wim@fluendo.com>
4623
4624         * gst-libs/gst/net/Makefile.am:
4625         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4626         * pkgconfig/gstreamer-libs.pc.in:
4627         Added net stuff, version net lib.
4628
4629 2005-06-02  Wim Taymans  <wim@fluendo.com>
4630
4631         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4632         (query_rates), (query_positions_elems), (query_positions_pads),
4633         (do_seek):
4634         Updated seek example.
4635
4636 2005-06-02  Andy Wingo  <wingo@pobox.com>
4637
4638         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4639         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4640         list.
4641
4642         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4643         remove the typefind, the bin dispose will do it for us. When it's
4644         removed and unreffed, the signal handler will be disconnected,
4645         too.
4646         (unlinked): It's too difficult to disconnect from unlinked
4647         handlers, as they are on pads not elements. Just punt if the pads
4648         aren't grandkids of the bin.
4649
4650 2005-06-02  Wim Taymans  <wim@fluendo.com>
4651
4652         * ext/ogg/README:
4653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4654         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4656         * ext/theora/theoradec.c: (theora_dec_src_query),
4657         (theora_handle_data_packet):
4658         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4659         (theora_enc_chain):
4660         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4661         (vorbis_handle_data_packet):
4662         * gst/audioconvert/bufferframesconvert.c:
4663         (buffer_frames_convert_chain):
4664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4665         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4666         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4667         (gst_ffmpegcsp_chain):
4668         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4669         (gst_videorate_getcaps), (gst_videorate_setcaps),
4670         (gst_videorate_event), (gst_videorate_chain):
4671         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4672         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4673         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4674         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4675         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4676         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4677         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4678         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4679         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4680         Cleanups and buffer alloc.
4681
4682 2005-05-31  Wim Taymans  <wim@fluendo.com>
4683
4684         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4685         Don't try to call the delay method when the device is not
4686         opened.
4687
4688 2005-05-31  Wim Taymans  <wim@fluendo.com>
4689
4690         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4691         Get actual segment size and buffer size after opening
4692         the device.
4693
4694 2005-05-30  Wim Taymans  <wim@fluendo.com>
4695
4696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4697         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4698         Also FLUSH upstream, makes the loop function exit faster.
4699         
4700         * ext/theora/theoradec.c: (theora_dec_src_query):
4701         Some more debug info in the query.
4702         
4703         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4704         (gst_ximagesink_setcaps):
4705         Release lock on par error, better error reporting.
4706
4707 2005-05-26  Wim Taymans  <wim@fluendo.com>
4708
4709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4710         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4711         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4712         Clear chains in READY
4713         Queue packets until the chain is activated.
4714
4715 2005-05-25  Wim Taymans  <wim@fluendo.com>
4716
4717         * gst-libs/gst/audio/gstaudiosink.c:
4718         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4719         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4720         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4721         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4722         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4723         (gst_audiosink_create_ringbuffer):
4724         * gst-libs/gst/audio/gstbaseaudiosink.c:
4725         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4726         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4727         (gst_baseaudiosink_set_property), (build_linear_format),
4728         (debug_spec_caps), (debug_spec_buffer),
4729         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4730         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4731         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4732         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4733         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4734         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4735         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4736         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4737         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4738         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4739         (wait_segment), (gst_ringbuffer_commit),
4740         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4741         (gst_ringbuffer_clear):
4742         Various small cleanups.
4743
4744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4745         (gst_audio_convert_change_state):
4746         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4747         No need to take the locks anymore.
4748
4749 2005-05-25  Wim Taymans  <wim@fluendo.com>
4750
4751         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4752         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4753         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4754         (type_found):
4755         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4756         (group_destroy), (group_commit), (queue_overrun),
4757         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4758         (mute_stream), (new_decoded_pad), (setup_substreams),
4759         (setup_source), (mute_group_type), (set_active_source),
4760         (gst_play_base_bin_change_state):
4761         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4762         (gen_video_element), (gen_text_element), (gen_audio_element),
4763         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4764         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4765         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4766         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4767         Some playbin cleanups mostly refcounting sloppyness.
4768
4769 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4770
4771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4772           Work with streaming input.
4773
4774 2005-05-25  Wim Taymans  <wim@fluendo.com>
4775
4776         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4777         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4778         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4779         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4780         No need to take the STREAM lock anymore.
4781
4782 2005-05-25  Wim Taymans  <wim@fluendo.com>
4783
4784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4785         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4786         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4787         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4788         (gst_ogg_demux_sink_activate):
4789         * ext/theora/theoradec.c: (theora_dec_src_event),
4790         (theora_handle_comment_packet), (theora_dec_chain),
4791         (theora_dec_change_state):
4792         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4793         (vorbis_handle_data_packet), (vorbis_dec_chain),
4794         (vorbis_dec_change_state):
4795         Remove STREAM locks as they are taken in core now.
4796         Never set bogus granulepos on vorbis/theora.
4797         Fix leaks in theoradec tag parsing.
4798
4799 2005-05-25  Wim Taymans  <wim@fluendo.com>
4800
4801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4802         Fix memleaks, GST_BUFFER_DATA() is not freed.
4803
4804 2005-05-25  Wim Taymans  <wim@fluendo.com>
4805
4806         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4807         Open non-blocking, set to blocking mode afterwards to avoid
4808         lockups when audio device is busy.
4809
4810 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4811
4812         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4813           This can't be good.
4814
4815 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4816
4817         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4818         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4819         (gst_audio_convert_setcaps):
4820           Implement instant setup switching.
4821
4822 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4823
4824         * gst/playback/gstplaybasebin.c: (probe_triggered):
4825           Fix missing unlock.
4826         * gst/playback/gstplaybin.c: (add_sink):
4827           First add, then link (otherwise pad link fails).
4828
4829 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4830
4831         * examples/Makefile.am:
4832         fix buildbot (make distcheck)
4833
4834 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4835
4836         * gst/playback/gstplaybin.c: (gen_vis_element):
4837           Remove some wrong code. Doesn't work yet.
4838
4839 2005-05-19  Wim Taymans  <wim@fluendo.com>
4840
4841         * gst-libs/gst/net/Makefile.am:
4842         * gst-libs/gst/net/README:
4843         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4844         (gst_netbuffer_class_init), (gst_netbuffer_init),
4845         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4846         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4847         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4848         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4849         * gst-libs/gst/net/gstnetbuffer.h:
4850         Added buffer subclass to store extra to/from addresses for
4851         network sources/sinks.
4852
4853 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4854
4855         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4856           Don't lock an unassigned variable.
4857
4858 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4859
4860         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4861           Increase buffer for video, decrease buffer for other media types.
4862         * gst/playback/gstplaybin.c: (gen_video_element),
4863         (gen_audio_element):
4864           Change names for debugging purposes.
4865
4866 2005-05-18  Wim Taymans  <wim@fluendo.com>
4867
4868         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4869         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4870         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4871         (gst_ffmpegcsp_chain):
4872         Enable buffer alloc passthrough if the source and dest
4873         formats are the same.
4874
4875 2005-05-17  Wim Taymans  <wim@fluendo.com>
4876
4877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4878         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4879         (gst_ogg_demux_chain_unlocked):
4880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4881         (gst_audio_convert_caps_remove_format_info),
4882         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4883         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4885         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4886         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4887         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4888         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4889         (gst_ffmpegcsp_get_property):
4890         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4891         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4892         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4893         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4894         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4895         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4896         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4897         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4898         Leak fixes in oggdemux.
4899         Some cleanups in audioconvert.
4900         Make passthrough work along with buffer_alloc etc.
4901         Make buffer_alloc and buffer recycling actually work in
4902         xvimagesink.
4903
4904 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4905
4906         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4907           make the compiler happy
4908
4909 2005-05-17  Wim Taymans  <wim@fluendo.com>
4910
4911         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4912         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4913         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4914         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4915         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4916         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4917         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4918         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4919         (gst_xvimagesink_set_xwindow_id):
4920         * sys/xvimage/xvimagesink.h:
4921         Port xvimagesink to new MiniObject.
4922
4923 2005-05-17  Wim Taymans  <wim@fluendo.com>
4924
4925         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4926         (gst_audiofilter_chain):
4927         * gst-libs/gst/audio/gstaudiosink.c:
4928         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4929         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4930         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4931         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4932         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4933         (gst_audiosink_create_ringbuffer):
4934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4935         (gst_audio_convert_caps_remove_format_info),
4936         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4937         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4938         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4939         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4940         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4941         Fix passthrough in ffmpegcolorspace.
4942         Fix memset in audiosink on wrong memory.
4943
4944 2005-05-16  David Schleef  <ds@schleef.org>
4945
4946         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4947         to GstMiniObject.
4948
4949 2005-05-16  David Schleef  <ds@schleef.org>
4950
4951         Port from GstData to GstMiniObject.
4952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4954         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4955         (gst_ogg_mux_collected):
4956         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4957         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4958         (theora_handle_data_packet):
4959         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4960         (theora_set_header_on_caps), (theora_enc_chain):
4961         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4962         (vorbis_handle_comment_packet):
4963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4964         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4965         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4966         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4967         * gst/audioconvert/gstaudioconvert.c:
4968         (gst_audio_convert_get_buffer):
4969         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4970         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4971         (mute_stream), (silence_stream):
4972         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4973         * gst/volume/gstvolume.c: (volume_transform):
4974         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4975         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4976         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4977         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4978         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4979         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4980         (gst_ximagesink_buffer_alloc):
4981         * sys/ximage/ximagesink.h:
4982
4983 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4984
4985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4986         (fill_buffer), (check_queue), (queue_threshold_reached),
4987         (queue_out_of_data):
4988         * gst/playback/gstplaybasebin.h:
4989           Post buffer-fullness on the bus.
4990
4991 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4992
4993         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4994         (try_to_link_1):
4995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4996         (group_commit), (probe_triggered), (setup_source),
4997         (gst_play_base_bin_change_state):
4998         * gst/playback/gstplaybasebin.h:
4999         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5000         (gst_play_bin_init), (remove_sinks), (setup_sinks),
5001         (gst_play_bin_change_state):
5002           Move setup_output_pads into a virtual function, remove
5003           group-switch (no longer needed) and redirect (handled by bus
5004           now) signals.
5005
5006 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5007
5008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5009         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
5010         (get_active_group), (get_building_group), (group_destroy),
5011         (group_commit), (check_queue), (queue_overrun),
5012         (queue_threshold_reached), (queue_out_of_data),
5013         (gen_preroll_element), (remove_groups), (unknown_type),
5014         (add_element_stream), (no_more_pads), (probe_triggered),
5015         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
5016         (setup_substreams), (setup_source), (finish_source),
5017         (prepare_output), (muted_group_change_state),
5018         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5019         (gst_play_base_bin_change_state):
5020         * gst/playback/gstplaybasebin.h:
5021         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5022         (gst_play_bin_init), (gst_play_bin_set_property),
5023         (gen_video_element), (gen_text_element), (gen_audio_element),
5024         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5025         (gst_play_bin_change_state):
5026         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5027         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
5028         (stream_info_change_state), (gst_stream_info_set_mute),
5029         (gst_stream_info_get_property):
5030         * gst/playback/gststreaminfo.h:
5031         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5032         (gst_stream_selector_get_linked_pad),
5033         (gst_stream_selector_getcaps),
5034         (gst_stream_selector_get_linked_pads),
5035         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5036         * gst/playback/gststreamselector.h:
5037           Rough port of playbin. Needs some more work, but is mostly done,
5038           and uses a few locks in important places, which should make stuff
5039           like chain-switches clean. Still uses GST_STATE() in a few places,
5040           which isn't all that good an idea, subtitles/elements disabled
5041           because no elements to test with and thus probably broken, query
5042           and event handling moved to GstBin, internal thread removed
5043           alltogether because the pipeline does that for us now. Can play
5044           Ogg/Vorbis files. Haven't tested anything else yet.
5045
5046 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5047
5048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5049           Do no-more-pads (needed for autoplugging).
5050
5051 2005-05-10  Andy Wingo  <wingo@pobox.com>
5052
5053         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5054         message to the bus with the tags. Still not sent downstream tho.
5055
5056         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5057         get_parent.
5058         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5059         avoid refcounting hassles.
5060
5061 2005-05-09  Andy Wingo  <wingo@pobox.com>
5062
5063         * gst/volume/Makefile.am:
5064         * gst/volume/demo.c
5065         * gst/volume/gstvolume.h
5066         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5067         basetransform. Probably need an audio filter base class.
5068
5069 2005-05-09  Wim Taymans  <wim@fluendo.com>
5070
5071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5072         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5073         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5074         (gst_vorbisenc_chain):
5075         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5076         (gst_audio_convert_caps_remove_format_info),
5077         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5078         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5079         Make caps writable before writing to it.
5080         Fix negotiation in audioconvert some more.
5081
5082 2005-05-09  Wim Taymans  <wim@fluendo.com>
5083
5084         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5085         (gst_videorate_getcaps), (gst_videorate_setcaps),
5086         (gst_videorate_event), (gst_videorate_chain):
5087         Better negotiation.
5088
5089 2005-05-09  Wim Taymans  <wim@fluendo.com>
5090
5091         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5092         (gst_videorate_getcaps), (gst_videorate_setcaps),
5093         (gst_videorate_blank_data), (gst_videorate_init),
5094         (gst_videorate_event), (gst_videorate_chain),
5095         (gst_videorate_change_state):
5096         Port videorate, do a better job at negotiation while we're at
5097         it.
5098
5099 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5100
5101         * configure.ac:
5102           Disable libvisual
5103
5104         * examples/Makefile.am:
5105         * gst-libs/gst/audio/Makefile.am:
5106         * gst-libs/gst/riff/Makefile.am:
5107         * gst-libs/gst/tag/Makefile.am:
5108         * gst-libs/gst/video/Makefile.am:
5109           Fixups for missing variables.
5110
5111 2005-05-09  Wim Taymans  <wim@fluendo.com>
5112
5113         * examples/seeking/seek.c: (make_theora_pipeline),
5114         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5115         (query_rates), (query_positions_elems), (query_positions_pads),
5116         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5118         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5119         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5120         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5121         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5123         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5124         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5125         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5126         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5127         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5128         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5129         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5130         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5131         (theora_dec_src_convert), (theora_dec_sink_convert),
5132         (theora_dec_src_query), (theora_dec_sink_query),
5133         (theora_dec_src_event), (theora_dec_sink_event),
5134         (theora_handle_comment_packet), (theora_handle_type_packet),
5135         (theora_handle_header_packet), (theora_handle_data_packet),
5136         (theora_dec_chain):
5137         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5138         (vorbis_dec_convert), (vorbis_dec_src_query),
5139         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5140         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5141         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5142         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5144         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5145         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5146         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5147         (gst_play_bin_query):
5148         * gst/playback/test3.c: (update_scale):
5149         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5150         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5151         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5152         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5153         (gst_videotestsrc_src_query):
5154         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5155         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5156         (paint_hline_YUV9):
5157         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5158         Port to new query API.
5159         Updated seek.
5160         Cleanups in x[v]imagesink
5161
5162 2005-05-09  Andy Wingo  <wingo@pobox.com>
5163
5164         * ext/alsa/gstalsasink.h:
5165         * ext/gnomevfs/gstgnomevfssrc.c:
5166         (gst_gnomevfssrc_get_icy_metadata):
5167         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5168         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5169         * ext/theora/theoradec.c (theora_dec_src_query)
5170         (theora_dec_src_event, theora_dec_sink_event)
5171         (theora_handle_comment_packet, theora_handle_data_packet):
5172         * ext/theora/theoraenc.c (theora_enc_chain):
5173         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5174         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5175         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5176         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5177         (qt_type_find):
5178         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5179         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5180         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5181         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5182         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5183         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5184         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5185         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5186         (paint_setup_RGB565, paint_setup_xRGB1555):
5187         * gst/videotestsrc/videotestsrc.h:
5188         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5189         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5190         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5191         GCC4 fixes.
5192         
5193         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5194         gst_pad_query_position. Fixes oggdemux.
5195
5196 2005-05-08  David Schleef  <ds@schleef.org>
5197
5198         * configure.ac: Require liboil.
5199         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5200         a few more.
5201         * gst/videotestsrc/videotestsrc.c:
5202         * gst/videotestsrc/videotestsrc.h:
5203
5204 2005-05-06  Wim Taymans  <wim@fluendo.com>
5205
5206         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5207         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5208         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5209         Well, unreffing a buffer right before pushing it is asking
5210         for trouble..
5211
5212 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5213
5214         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5215
5216 2005-05-06  Wim Taymans  <wim@fluendo.com>
5217
5218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5219         (gst_audio_convert_caps_remove_format_info),
5220         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5221         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5223         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5224         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5225         * gst/sine/Makefile.am:
5226         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5227         (gst_sinesrc_class_init), (gst_sinesrc_init),
5228         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5229         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5230         (gst_sinesrc_update_freq):
5231         * gst/sine/gstsinesrc.h:
5232         * gst/tcp/gstmultifdsink.c:
5233         * sys/xvimage/xvimagesink.c:
5234         Fixed negotiation wrt _peer_get_caps()
5235         Some cleanups.
5236
5237
5238 2005-05-06  Wim Taymans  <wim@fluendo.com>
5239
5240         * gst-libs/gst/audio/gstaudiosink.c:
5241         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5242         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5243         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5244         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5245         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5246         (gst_audiosink_create_ringbuffer):
5247         * gst-libs/gst/audio/gstbaseaudiosink.c:
5248         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5249         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5250         (gst_baseaudiosink_set_property), (build_linear_format),
5251         (debug_spec_caps), (debug_spec_buffer),
5252         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5253         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5254         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5255         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5256         * gst-libs/gst/audio/gstbaseaudiosink.h:
5257         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5258         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5259         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5260         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5261         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5262         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5263         (wait_segment), (gst_ringbuffer_commit),
5264         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5265         (gst_ringbuffer_clear):
5266         * gst-libs/gst/audio/gstringbuffer.h:
5267         Make the base audiosink return an error when there is no
5268         audiobuffer negotiated.
5269
5270 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5271
5272         * ext/Makefile.am:
5273         Disable cdparanoia until someone ports it!
5274
5275 2005-05-06  Wim Taymans  <wim@fluendo.com>
5276
5277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5278         (gst_ogg_demux_sink_activate):
5279         And revert after wingo's revert.. sigh..
5280
5281 2005-05-05  Andy Wingo  <wingo@pobox.com>
5282
5283         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5284         GObject.
5285         * configure.ac: Return audiorate and subparse from the ghetto.
5286         Re-enable -Wall -Werror.
5287         * gst/subparse/gstsubparse.c:
5288         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5289         or chain-based. Cleaned up a bit. Not tested.
5290         
5291 2005-05-05  Christian Schaller <christian@fluendo.com> 
5292
5293         * Makefile.am: remove stuff that is not building
5294         * configure.ac: remove stuff that is not building
5295         * examples/Makefile.am: remove stuff that is not building
5296         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5297         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5298         * sys/Makefile.am: remove stuff that is not building
5299         * testsuite/Makefile.am: remove stuff that is not building
5300
5301 2005-05-05  Andy Wingo  <wingo@pobox.com>
5302
5303         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5304         * gst-libs/gst/tag/gstvorbistag.c:
5305         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5306         * gst/adder/gstadder.h:
5307         * gst/audioconvert/gstchannelmix.c:
5308         (gst_audio_convert_fill_one_other):
5309         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5310         (gst_audiorate_init), (gst_audiorate_chain):
5311         * gst/playback/gstplaybasebin.c: (setup_source):
5312         * gst/playback/test3.c: (update_scale):
5313         Some GCC4 fixes
5314         
5315         * po/af.po:
5316         * po/az.po:
5317         * po/cs.po:
5318         * po/en_GB.po:
5319         * po/hu.po:
5320         * po/it.po:
5321         * po/nb.po:
5322         * po/nl.po:
5323         * po/or.po:
5324         * po/sq.po:
5325         * po/sr.po:
5326         * po/sv.po:
5327         * po/uk.po:
5328         * po/vi.po: Foo
5329
5330 2005-05-05  Wim Taymans  <wim@fluendo.com>
5331
5332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5333         (gst_audio_convert_caps_remove_format_info),
5334         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5335         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5336         * gst/videotestsrc/gstvideotestsrc.c:
5337         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5338         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5339         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5340         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5341         Don't ignore _push() return values.
5342         Make sure no processing is done when shutting down.
5343         Videotestsrc pad activation fix.
5344
5345 2005-05-05  Wim Taymans  <wim@fluendo.com>
5346
5347         * gst/adder/Makefile.am:
5348         * gst/adder/gstadder.c: (gst_adder_setcaps),
5349         (gst_adder_class_init), (gst_adder_init),
5350         (gst_adder_request_new_pad), (gst_adder_collected),
5351         (gst_adder_change_state):
5352         * gst/adder/gstadder.h:
5353         Ported adder as an example of a mixer element using
5354         collect pads. Needs more negotiation work.
5355
5356 2005-05-05  Wim Taymans  <wim@fluendo.com>
5357
5358         * ext/theora/theoradec.c: (_inc_granulepos),
5359         (theora_dec_src_event), (theora_dec_sink_event),
5360         (theora_handle_comment_packet), (theora_handle_type_packet),
5361         (theora_handle_header_packet), (theora_handle_data_packet),
5362         (theora_dec_chain):
5363         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5364         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5365         (theora_push_buffer), (theora_push_packet),
5366         (theora_enc_sink_event), (theora_enc_chain),
5367         (theora_enc_change_state), (theora_enc_set_property),
5368         (theora_enc_get_property):
5369         Added stream lock to decoder so that we can serialize
5370         the discont event.
5371         More theoraenc porting, recover from errors, do clean
5372         shutdown.
5373
5374 2005-05-05  Wim Taymans  <wim@fluendo.com>
5375
5376         * ext/ogg/Makefile.am:
5377         * ext/ogg/README:
5378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5379         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5380         (gst_ogg_print):
5381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5382         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5383         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5384         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5385         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5386         (gst_ogg_mux_change_state):
5387         Ported ogg muxer.
5388
5389 2005-05-05  Wim Taymans  <wim@fluendo.com>
5390
5391         * docs/design-audiosinks.txt:
5392         * gst-libs/gst/audio/TODO:
5393         * gst-libs/gst/audio/gstaudiosink.c:
5394         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5395         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5396         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5397         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5398         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5399         (gst_audiosink_create_ringbuffer):
5400         * gst-libs/gst/audio/gstbaseaudiosink.c:
5401         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5402         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5403         (gst_baseaudiosink_set_property), (build_linear_format),
5404         (debug_spec_caps), (debug_spec_buffer),
5405         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5406         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5407         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5408         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5410         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5411         (gst_ringbuffer_release), (gst_ringbuffer_play),
5412         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5413         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5414         (gst_ringbuffer_set_sample), (wait_segment),
5415         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5416         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5417         More work on the audiosink, mostly debugging and a race in
5418         shutdown.
5419
5420 2005-04-28  Wim Taymans  <wim@fluendo.com>
5421
5422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5423         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5424         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5425         (vorbis_dec_src_query), (vorbis_dec_src_event),
5426         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5427         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5428         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5429         Don't crap out when seeking back to position 0.
5430
5431 2005-04-28  Wim Taymans  <wim@fluendo.com>
5432
5433         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5434         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5435         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5436         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5437         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5438         Make audio sink configurable, use alsasink as default.
5439
5440 2005-04-28  Wim Taymans  <wim@fluendo.com>
5441
5442         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5443         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5444         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5445         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5446         (vorbis_dec_change_state):
5447         * ext/vorbis/vorbisdec.h:
5448         Refactor, use STREAM_LOCK.
5449
5450 2005-04-28  Wim Taymans  <wim@fluendo.com>
5451
5452         * ext/theora/theoradec.c: (_inc_granulepos),
5453         (theora_dec_sink_event), (theora_handle_comment_packet),
5454         (theora_handle_type_packet), (theora_handle_header_packet),
5455         (theora_handle_data_packet), (theora_dec_chain),
5456         (theora_dec_change_state):
5457         Refactor a bit, use STREAM_LOCK.
5458
5459 2005-04-28  Wim Taymans  <wim@fluendo.com>
5460
5461         * ext/alsa/Makefile.am:
5462         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5463         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5464         (gst_alsa_link), (gst_alsa_close_audio):
5465         * ext/alsa/gstalsaplugin.c: (plugin_init):
5466         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5467         (gst_alsasink_dispose), (gst_alsasink_base_init),
5468         (gst_alsasink_class_init), (gst_alsasink_init),
5469         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5470         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5471         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5472         (gst_alsasink_reset):
5473         * ext/alsa/gstalsasink.h:
5474         Implement alsasink with simple open/write/close API. 
5475         Make alsa dir build by disabling compilation of code.
5476
5477 2005-04-28  Wim Taymans  <wim@fluendo.com>
5478
5479         * gst-libs/gst/audio/Makefile.am:
5480         * gst-libs/gst/audio/audio.h:
5481         * gst-libs/gst/audio/audioclock.c:
5482         * gst-libs/gst/audio/audioclock.h:
5483         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5484         (gst_audio_clock_class_init), (gst_audio_clock_init),
5485         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5486         * gst-libs/gst/audio/gstaudioclock.h:
5487         * gst-libs/gst/audio/gstaudiosink.c:
5488         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5489         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5490         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5491         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5492         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5493         (gst_audiosink_create_ringbuffer):
5494         * gst-libs/gst/audio/gstbaseaudiosink.c:
5495         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5496         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5497         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5498         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5499         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5500         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5501         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5502         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5503         * gst-libs/gst/audio/gstbaseaudiosink.h:
5504         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5505         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5506         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5507         (gst_ringbuffer_release), (gst_ringbuffer_play),
5508         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5509         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5510         (gst_ringbuffer_set_sample), (wait_segment),
5511         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5512         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5513         * gst-libs/gst/audio/gstringbuffer.h:
5514         Make ringbuffer faster and more simple by removing the locks
5515         in the playback thread.
5516         Add sample accurate playback based on buffer sample offsets.
5517         Make the baseaudiosink provide a clock.
5518         Parse caps in the base class.
5519         Correctly handle seeking, flushing and state changes.
5520
5521 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5522
5523         * configure.ac:
5524         * gst/audioconvert/Makefile.am:
5525         * gst/audioscale/Makefile.am:
5526           Fix part of the build.  Come on guys, autogen didn't even work :)
5527
5528 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5529
5530         * configure.ac:
5531         * gst-libs/gst/Makefile.am:
5532         * gst-libs/gst/media-info/.cvsignore:
5533         * gst-libs/gst/media-info/Makefile.am:
5534         * gst-libs/gst/media-info/README:
5535         * gst-libs/gst/media-info/media-info-priv.c:
5536         * gst-libs/gst/media-info/media-info-priv.h:
5537         * gst-libs/gst/media-info/media-info-test.c:
5538         * gst-libs/gst/media-info/media-info.c:
5539         * gst-libs/gst/media-info/media-info.h:
5540         * gst-libs/gst/media-info/media-info.vcproj:
5541         * pkgconfig/Makefile.am:
5542         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5543         * pkgconfig/gstreamer-media-info.pc.in:
5544           Remove media-info, which is also successed by playbin (see Totem
5545           implementation).
5546
5547 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5548
5549         * configure.ac:
5550         * examples/Makefile.am:
5551         * examples/gstplay/.cvsignore:
5552         * examples/gstplay/Makefile.am:
5553         * examples/gstplay/player.c:
5554         * gst-libs/gst/Makefile.am:
5555         * gst-libs/gst/play/.cvsignore:
5556         * gst-libs/gst/play/Makefile.am:
5557         * gst-libs/gst/play/play.c:
5558         * gst-libs/gst/play/play.h:
5559         * gst-libs/gst/play/play.vcproj:
5560         * pkgconfig/Makefile.am:
5561         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5562         * pkgconfig/gstreamer-play.pc.in:
5563           Remove libgstplay, playbin is now the official successor.
5564
5565 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5566
5567         * configure.ac:
5568         * gst-libs/gst/Makefile.am:
5569         * gst-libs/gst/xwindowlistener/Makefile.am:
5570         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5571         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5572           Remove deprecated xwindowlistener (I've moved xwindowlistening
5573           in the v4l/v4l2 plugins over to serverside).
5574
5575 2005-04-25  David Schleef  <ds@schleef.org>
5576
5577         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5578         to examples/dynparams.  Examples do not belong interspersed with
5579         source code.
5580         * examples/dynparams/demo-dparams.c:
5581         * gst/sine/Makefile.am:
5582         * gst/sine/demo-dparams.c:
5583
5584 2005-04-25  David Schleef  <ds@schleef.org>
5585
5586         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5587         * gst-libs/gst/audio/Makefile.am:
5588         * gst-libs/gst/riff/Makefile.am:
5589         * gst-libs/gst/tag/Makefile.am:
5590         * gst-libs/gst/video/Makefile.am:
5591         * gst-libs/gst/xwindowlistener/Makefile.am:
5592
5593         Convert to 0.9 API, seems to work:
5594         * sys/ximage/Makefile.am:
5595         * sys/ximage/ximagesink.c:
5596
5597 2005-04-24  David Schleef  <ds@schleef.org>
5598
5599         Link plugins against libraries:
5600         * ext/alsa/Makefile.am:
5601         * gst/tcp/Makefile.am:
5602
5603         Remove asm code that should be in liboil
5604         * gst/videoscale/Makefile.am:
5605         * gst/videoscale/videoscale_x86_asm.s:
5606
5607         gettext wants these checked in:
5608         * po/af.po:
5609         * po/az.po:
5610         * po/cs.po:
5611         * po/en_GB.po:
5612         * po/hu.po:
5613         * po/it.po:
5614         * po/nb.po:
5615         * po/nl.po:
5616         * po/or.po:
5617         * po/sq.po:
5618         * po/sr.po:
5619         * po/sv.po:
5620         * po/uk.po:
5621         * po/vi.po:
5622
5623 2005-04-24  David Schleef  <ds@schleef.org>
5624
5625         Convert gst_main() to g_main_loop_run()
5626         * gst/playback/decodetest.c: (main):
5627         * gst/playback/test2.c: (main):
5628         * gst/playback/test3.c: (main):
5629         * gst/playback/test4.c: (main):
5630
5631         Link plugins against libraries:
5632         * ext/libvisual/Makefile.am:
5633         * sys/xvimage/Makefile.am:
5634
5635 2005-04-24  David Schleef  <ds@schleef.org>
5636
5637         * configure.ac: Remove idct and resample libs
5638         * gst-libs/gst/Makefile.am: same
5639
5640         Remove usage of gst_library_load():
5641         * ext/alsa/gstalsaplugin.c: (plugin_init):
5642         * ext/libvisual/visual.c: (plugin_init):
5643         * ext/ogg/gstogg.c: (plugin_init):
5644         * ext/theora/theora.c: (plugin_init):
5645         * ext/vorbis/vorbis.c: (plugin_init):
5646         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5647         * gst/audioscale/gstaudioscale.c:
5648         * gst/adder/gstadder.c: (plugin_init):
5649         * gst/audioconvert/plugin.c: (plugin_init):
5650         * sys/ximage/ximagesink.c: (plugin_init):
5651         * sys/xvimage/xvimagesink.c: (plugin_init):
5652         * gst/tcp/gsttcpplugin.c: (plugin_init):
5653
5654         Link plugins against libraries:
5655         * ext/ogg/Makefile.am:
5656         * ext/theora/Makefile.am:
5657         * ext/vorbis/Makefile.am:
5658         * gst/audioconvert/Makefile.am:
5659
5660         Create proper libraries:
5661         * gst-libs/gst/riff/Makefile.am:
5662         * gst-libs/gst/audio/Makefile.am:
5663         * gst-libs/gst/video/Makefile.am:
5664
5665         Move resample library to audioscale plugin directory:
5666         * gst-libs/gst/resample/Makefile.am:
5667         * gst-libs/gst/resample/README:
5668         * gst-libs/gst/resample/dtof.c:
5669         * gst-libs/gst/resample/dtos.c:
5670         * gst-libs/gst/resample/functable.c:
5671         * gst-libs/gst/resample/private.h:
5672         * gst-libs/gst/resample/resample.c:
5673         * gst-libs/gst/resample/resample.h:
5674         * gst-libs/gst/resample/resample.vcproj:
5675         * gst-libs/gst/resample/test.c:
5676         * gst/audioscale/Makefile.am:
5677         * gst/audioscale/README:
5678         * gst/audioscale/dtof.c:
5679         * gst/audioscale/dtos.c:
5680         * gst/audioscale/functable.c:
5681         * gst/audioscale/private.h:
5682         * gst/audioscale/resample.c:
5683         * gst/audioscale/resample.h:
5684         * gst/audioscale/test.c:
5685
5686         Move tagedit library to gst-libs:
5687         * gst-libs/gst/tag/Makefile.am:
5688         * gst-libs/gst/tag/gstid3tag.c:
5689         * gst-libs/gst/tag/gsttagediting.c:
5690         * gst-libs/gst/tag/gsttageditingprivate.h:
5691         * gst-libs/gst/tag/gstvorbistag.c:
5692         * gst/tags/Makefile.am:
5693         * gst/tags/gstid3tag.c:
5694         * gst/tags/gstvorbistag.c:
5695
5696         Fix for core changes:
5697         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5698         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5699         (gst_sinesrc_getrange):
5700
5701 2005-04-23  David Schleef  <ds@schleef.org>
5702
5703         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5704         in gst-plugins in a long time, and properly belongs in liboil.
5705         * gst-libs/gst/idct/Makefile.am:
5706         * gst-libs/gst/idct/README:
5707         * gst-libs/gst/idct/dct.h:
5708         * gst-libs/gst/idct/doieee:
5709         * gst-libs/gst/idct/fastintidct.c:
5710         * gst-libs/gst/idct/floatidct.c:
5711         * gst-libs/gst/idct/idct.c:
5712         * gst-libs/gst/idct/idct.h:
5713         * gst-libs/gst/idct/idtc.vcproj:
5714         * gst-libs/gst/idct/ieeetest.c:
5715         * gst-libs/gst/idct/intidct.c:
5716
5717 2005-04-20  Wim Taymans  <wim@fluendo.com>
5718
5719         * docs/design-audiosinks.txt:
5720         * gst-libs/gst/audio/Makefile.am:
5721         * gst-libs/gst/audio/TODO:
5722         * gst-libs/gst/audio/gstaudiosink.c:
5723         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5724         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5725         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5726         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5727         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5728         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5729         (gst_audiosink_class_init), (gst_audiosink_init),
5730         (gst_audiosink_create_ringbuffer):
5731         * gst-libs/gst/audio/gstaudiosink.h:
5732         * gst-libs/gst/audio/gstbaseaudiosink.c:
5733         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5734         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5735         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5736         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5737         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5738         (gst_baseaudiosink_create_ringbuffer),
5739         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5740         * gst-libs/gst/audio/gstbaseaudiosink.h:
5741         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5742         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5743         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5744         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5745         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5746         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5747         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5748         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5749         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5750         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5751         * gst-libs/gst/audio/gstringbuffer.h:
5752         An attempt at a set of audio base classes together with some
5753         design docs.
5754
5755 2005-04-20  Wim Taymans  <wim@fluendo.com>
5756
5757         * gst/audioconvert/Makefile.am:
5758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5759         (gst_audio_convert_caps_remove_format_info),
5760         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5761         (gst_audio_convert_channels):
5762         Link against audio libs.
5763         Fix audio convert plugin.
5764
5765 2005-04-20  Wim Taymans  <wim@fluendo.com>
5766
5767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5768         (gst_ogg_demux_sink_activate):
5769         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5770         (theora_set_header_on_caps), (theora_enc_sink_event),
5771         (theora_enc_chain):
5772         Fix theora encoder.
5773
5774 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5775
5776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5777         * gst/playback/gstdecodebin.c: (find_compatibles):
5778           Work with staticpadtemplates in elementfactories.
5779
5780 2005-04-12  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst/playback/README:
5783         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5784         (compare_ranks), (print_feature), (gst_decode_bin_init),
5785         (dynamic_create), (dynamic_free), (find_compatibles),
5786         (mimetype_is_raw), (close_pad_link), (got_redirect),
5787         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5788         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5789         (gst_decode_bin_change_state):
5790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5791         (gst_play_base_bin_init), (group_destroy), (group_commit),
5792         (check_queue), (queue_overrun), (queue_threshold_reached),
5793         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5794         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5795         (got_redirect), (setup_source), (play_base_eos),
5796         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5797         (gst_play_base_bin_remove_element):
5798         * gst/playback/gstplaybasebin.h:
5799         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5800         (gst_play_bin_init), (gst_play_bin_dispose),
5801         (gst_play_bin_set_property), (gen_video_element),
5802         (gen_text_element), (gen_audio_element), (remove_sinks),
5803         (gst_play_bin_send_event):
5804         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5805         (stream_info_change_state), (gst_stream_info_set_mute):
5806         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5807         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5808         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5809         (gst_stream_selector_chain):
5810         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5811         (main):
5812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5813         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5814         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5815         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5816         Raw and crude port of decodebin. 
5817         Make playbin compile.
5818
5819 2005-04-06  Wim Taymans  <wim@fluendo.com>
5820
5821         * ext/gnomevfs/Makefile.am:
5822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5823         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5824         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5825         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5826         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5827         (gst_gnomevfssrc_stop):
5828         * ext/ogg/Makefile.am:
5829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5830         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5831         * ext/theora/Makefile.am:
5832         * ext/theora/theoradec.c: (_inc_granulepos),
5833         (theora_dec_sink_event), (theora_dec_chain):
5834         * ext/vorbis/Makefile.am:
5835         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5836         (vorbis_dec_sink_event), (vorbis_dec_chain):
5837         * gst-libs/gst/audio/Makefile.am:
5838         * sys/xvimage/Makefile.am:
5839         Make gnomevfssrc extend the source base class.
5840         Fix linking against libs in various plugins.
5841
5842 2005-04-06  Andy Wingo  <wingo@pobox.com>
5843
5844         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5845         GST_BASE_LIBS.
5846
5847         * configure.ac: Add check and AC_SUBST for libgstbase.
5848
5849 2005-03-31  Wim Taymans  <wim@fluendo.com>
5850
5851         * examples/seeking/Makefile.am:
5852         * examples/seeking/cdparanoia.c: (main):
5853         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5854         (play_cb), (pause_cb), (stop_cb), (main):
5855         * examples/seeking/playbin.c:
5856         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5857         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5858         (make_sid_pipeline), (make_vorbis_pipeline),
5859         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5860         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5861         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5862         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5863         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5864         (stop_cb), (main):
5865         * examples/seeking/spider_seek.c:
5866         * examples/seeking/vorbisfile.c:
5867         * ext/gnomevfs/Makefile.am:
5868         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5869         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5870         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5871         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5872         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5873         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5874         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5875         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5876         * ext/ogg/README:
5877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5878         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5879         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5880         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5881         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5882         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5883         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5884         (gst_ogg_demux_factory_filter), (compare_ranks),
5885         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5886         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5887         (gst_ogg_chain_new), (gst_ogg_chain_free),
5888         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5889         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5890         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5891         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5892         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5893         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5894         (gst_ogg_demux_get_prev_page),
5895         (gst_ogg_demux_deactivate_current_chain),
5896         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5897         (gst_ogg_demux_bisect_forward_serialno),
5898         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5899         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5900         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5901         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5902         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5903         (gst_ogg_demux_change_state), (gst_ogg_print):
5904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5905         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5906         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5907         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5908         (gst_ogg_mux_loop):
5909         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5910         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5911         (theora_dec_src_convert), (theora_dec_sink_convert),
5912         (theora_dec_src_query), (theora_dec_src_event),
5913         (theora_dec_sink_event), (theora_dec_chain),
5914         (theora_dec_change_state):
5915         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5916         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5917         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5918         (theora_enc_change_state):
5919         * ext/vorbis/Makefile.am:
5920         * ext/vorbis/oggvorbisenc.c:
5921         * ext/vorbis/oggvorbisenc.h:
5922         * ext/vorbis/vorbis.c: (plugin_init):
5923         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5924         (vorbis_dec_src_query), (vorbis_dec_src_event),
5925         (vorbis_dec_sink_event), (vorbis_dec_chain),
5926         (vorbis_dec_change_state):
5927         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5928         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5929         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5930         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5931         (gst_vorbisenc_change_state):
5932         * ext/vorbis/vorbisenc.h:
5933         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5934         * gst-libs/gst/audio/audioclock.c:
5935         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5936         (gst_audiofilter_init), (gst_audiofilter_chain):
5937         * gst-libs/gst/audio/testchannels.c: (main):
5938         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5939         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5940         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5941         (gmip_find_track_streaminfo), (gmip_find_track_format):
5942         * gst-libs/gst/media-info/media-info.c:
5943         (gst_media_info_read_idler):
5944         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5945         (gst_play_get_all_by_interface):
5946         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5947         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5948         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5949         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5950         (gst_riff_parse_info):
5951         * gst-libs/gst/riff/riff-read.h:
5952         * gst-libs/gst/riff/riff.c: (plugin_init):
5953         * gst-libs/gst/video/Makefile.am:
5954         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5955         (gst_videosink_class_init), (gst_videosink_get_type):
5956         * gst-libs/gst/video/videosink.h:
5957         * gst/audioconvert/bufferframesconvert.c:
5958         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5959         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5960         * gst/audioconvert/channelmixtest.c: (main):
5961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5962         (gst_audio_convert_chain),
5963         (gst_audio_convert_caps_remove_format_info),
5964         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5965         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5966         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5967         (gst_audio_convert_buffer_to_default_format),
5968         (gst_audio_convert_buffer_from_default_format),
5969         (gst_audio_convert_channels):
5970         * gst/audioconvert/gstchannelmix.h:
5971         * gst/ffmpegcolorspace/avcodec.h:
5972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5973         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5974         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5975         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5976         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5977         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5978         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5979         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5980         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5981         (dv_type_find):
5982         * gst/videotestsrc/gstvideotestsrc.c:
5983         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5984         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5985         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5986         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5987         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5988         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5989         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5991         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5992         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5993         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5994         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5995         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5996         (gst_xvimagesink_navigation_send_event),
5997         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5998         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5999         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6000         * sys/xvimage/xvimagesink.h:
6001         Plugin port to 0.9, ogg/theora playback should work in the seek
6002         example now.
6003         Removed old examples.
6004         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
6005         explained in 0.9 TODO doc.
6006
6007
6008 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6009
6010         * autogen.sh:
6011         * configure.ac:
6012         * ext/Makefile.am:
6013         * gst/Makefile.am:
6014         * po/POTFILES.in:
6015         * po/af.po:
6016         * po/az.po:
6017         * po/cs.po:
6018         * po/en_GB.po:
6019         * po/hu.po:
6020         * po/it.po:
6021         * po/nb.po:
6022         * po/nl.po:
6023         * po/or.po:
6024         * po/sq.po:
6025         * po/sr.po:
6026         * po/sv.po:
6027         * po/uk.po:
6028         * po/vi.po:
6029         * sys/Makefile.am:
6030         * testsuite/Makefile.am:
6031           remove a whole bunch of plugins.  This module now contains a set
6032           of free reference plugins/elements as agreed.
6033
6034 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6035
6036         * configure.ac:
6037           hunting season on 0.9 is now OPEN
6038
6039 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6040
6041         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6042           Kick the hell out of gcc for not warning me about a symbol conflict.
6043
6044 2005-02-22  Luca Ognibene  <luogni@tin.it>
6045
6046         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6047
6048         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6049           Don't leak caps string (fixes #168134)
6050
6051         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6052         (gst_jpegenc_init), (gst_jpegenc_finalize),
6053         (gst_jpegenc_change_state):
6054           Don't leak line buffers and context struct (fixes #168133).
6055
6056 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6057
6058         * configure.ac:
6059         * ext/dirac/gstdiracdec.cc:
6060         (gst_diracdec_chain):
6061           Since dirac 0.5.0 the framerate in dirac is expressed as a
6062           rational number. Fix build and up requirement to 0.5.0, and
6063           also pass parameters to gst_diracdec_link in the right order
6064           (fixes #167959).
6065
6066 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6067
6068         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6069         * ext/faad/gstfaad.h:
6070         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6071         certain invalid muxed streams, where some packets will contain 
6072         junk after decoder data. Partially fixes #149158.
6073
6074 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6075         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6076           Make sure we only write to writable buffers
6077
6078 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6079
6080         * gst-libs/gst/riff/riff-media.c:
6081         (gst_riff_create_audio_caps_with_data):
6082           Do actually fix invalid RIFF fmt header values for alaw
6083           and mulaw audio instead of just saying so.
6084
6085         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6086           Give gst_riff_create_audio_caps_with_data() a chance to
6087           fix up broken format header fields before extracting any
6088           parameters from the header. (fixes #167633)
6089
6090 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6091
6092         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6093
6094         * gst/audioconvert/bufferframesconvert.c:
6095         (buffer_frames_convert_link):
6096           Don't leak othercaps. (fixes #167878)
6097
6098 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6099
6100         * configure.ac:
6101         * ext/libvisual/visual.c: (gst_visual_srclink),
6102         (gst_visual_change_state):
6103           Support libvisual 0.2.0.
6104
6105 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6106
6107         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6108         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6109           Use same rowstrides for I420 as used everywhere else.
6110
6111 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6112
6113         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6114           Declare variables at beginning of block and make gcc-2.95 happy
6115           (fixes # 167482, patch by Gergely Nagy).
6116           
6117         * gst/tcp/gsttcpclientsrc.c:
6118         * gst/tcp/gsttcpclientsrc.h:
6119           Move some includes into the header, so that struct sockaddr_in is
6120           defined when it should be defined on FreeBSD as well (fixes
6121           #167483).
6122           
6123         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6124           Don't pass uninitialised values to setsockopt() here either.
6125
6126 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6127
6128         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6129
6130         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6131           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6132
6133 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6134
6135         * gst/playback/gstplaybin.c: (add_sink):
6136           Invert bin_add/link order to workaround deadlock in opt.
6137
6138 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6139
6140         * gst/modplug/gstmodplug.cc:
6141           Add missing break causing position queries to fail.
6142
6143 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6144
6145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6146           Granpos can apparently be -1, which screws up calculations...
6147
6148 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6149
6150         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6151         (gst_ximagesink_send_pending_navigation),
6152         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6153         (gst_ximagesink_init):
6154         * sys/ximage/ximagesink.h:
6155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6156         (gst_xvimagesink_send_pending_navigation),
6157         (gst_xvimagesink_navigation_send_event),
6158         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6159         * sys/xvimage/xvimagesink.h:
6160           Use a mutex protected list to marshal navigation
6161           events into the stream thread from whichever thread
6162           sends them.
6163
6164 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6165
6166         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6167           Display current position and track length; misc. clean-ups.
6168           
6169         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6170         (speed_init), (speed_chain):
6171           Add query function, so that the stream length and current position
6172           get adjusted when queried (note that current position queries may
6173           still be wrong if the audio sink returns values based on buffer
6174           timestamps instead of passing on the query).
6175
6176 2005-02-13  Benjamin Otte  <otte@gnome.org>
6177
6178         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6179         (gst_audio_convert_channels):
6180           create channel conversion matrix when linking
6181         * gst/audioconvert/.cvsignore:
6182         * gst/audioconvert/Makefile.am:
6183         * gst/audioconvert/channelmixtest.c: (main):
6184           add (ugly) test that ensures stereo <=> mono conversion works
6185           correctly
6186
6187 2005-02-13  Benjamin Otte  <otte@gnome.org>
6188
6189         * gst/audioconvert/gstchannelmix.h:
6190           include missing header file
6191         * gst/audioconvert/gstchannelmix.c:
6192         (gst_audio_convert_fill_compatible):
6193           use same sign for both channels when converting to/from compatible
6194           channel. Previously used different signs made the signals cancel
6195           each other out and appear like silence. (fixes #167269)
6196
6197 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6198
6199         * gst/ffmpegcolorspace/avcodec.h:
6200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6201         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6202         (gst_ffmpegcsp_avpicture_fill):
6203         * gst/ffmpegcolorspace/imgconvert.c:
6204           Convert to and from YV12 (fixes #156379).
6205
6206 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6207
6208         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6209         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6210         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6211         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6212         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6213         methods from chain and negotiation and vice versa (Fixes #166142).
6214         * sys/ximage/ximagesink.h: Add stream_lock.
6215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6216         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6217         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6218         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6219
6220 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6221
6222         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6223           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6224           error message when we can't open the DVD device (when dvdnav_open()
6225           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6226           the above). Send something more useful instead (fixes #167117).
6227
6228 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6229
6230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6231         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6232         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6233         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6234         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6235         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6236         methods from chain and negotiation and vice versa (Fixes #166142).
6237         Fix a possible bug of images in the buffer pool being discarded because
6238         we are looking at the wrong geometry.
6239         * sys/xvimage/xvimagesink.h: Add stream_lock.
6240
6241 2005-02-11  David Schleef  <ds@schleef.org>
6242
6243         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6244         unsigned int. (fixes #167128)
6245
6246 2005-02-11  David Schleef  <ds@schleef.org>
6247
6248         * gst/librfb/Makefile.am: Testing stuff before committing is
6249           for wimps... and people with fast machines.  Fix stupid
6250           mistake.
6251
6252 2005-02-11  David Schleef  <ds@schleef.org>
6253
6254         * configure.ac: Pull in librfb from my CVS tree, because it is
6255           too small and annoying to be separate.  Move rfbsrc plugin
6256           to gst/.
6257         * ext/Makefile.am:
6258         * ext/librfb/Makefile.am:
6259         * ext/librfb/gstrfbsrc.c:
6260         * gst/librfb/Makefile.am:
6261         * gst/librfb/gstrfbsrc.c:
6262         * gst/librfb/rfb.c:
6263         * gst/librfb/rfb.h:
6264         * gst/librfb/rfbbuffer.c:
6265         * gst/librfb/rfbbuffer.h:
6266         * gst/librfb/rfbbytestream.c:
6267         * gst/librfb/rfbbytestream.h:
6268         * gst/librfb/rfbcontext.h:
6269         * gst/librfb/rfbdecoder.c:
6270         * gst/librfb/rfbdecoder.h:
6271         * gst/librfb/rfbutil.h:
6272
6273 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6274
6275         * gst/speed/Makefile.am:
6276         * gst/speed/demo-mp3.c: (main):
6277         * gst/speed/filter.func:
6278         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6279         (speed_class_init), (speed_init), (speed_chain_int16),
6280         (speed_chain_float32), (speed_chain), (speed_set_property),
6281         (speed_get_property), (speed_change_state):
6282         * gst/speed/gstspeed.h:
6283           Fix speed element and make it chain-based (fixes #156467),
6284           and make it handle more than one channel.
6285
6286 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6287
6288         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6289         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6290         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6291         * ext/dts/gstdtsdec.h:
6292           Don't clobber the stack constructing the channels array.
6293           Make the element chain-based. DTS tracks can now be played.
6294           
6295 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6296
6297         * gst-libs/gst/audio/multichannel.h:
6298         * gst-libs/gst/gconf/gconf.h:
6299         * gst-libs/gst/idct/idct.h:
6300         * gst-libs/gst/media-info/media-info-priv.h:
6301         * gst-libs/gst/play/play.h:
6302         * gst-libs/gst/resample/private.h:
6303         * gst-libs/gst/resample/resample.h:
6304         * gst-libs/gst/riff/riff-ids.h:
6305         * gst-libs/gst/video/video.h:
6306         * gst-libs/gst/video/videosink.h:
6307           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6308           missing, so that they work when included from C++ code.
6309
6310 2005-02-09  David Schleef  <ds@schleef.org>
6311
6312         * testsuite/gst-lint: Check for non-statically scoped
6313           parent_class variables.  This won't be a problem once
6314           plugins are loaded with RTLD_LOCAL.
6315
6316 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6317
6318         * ext/mplex/gstmplexibitstream.cc:
6319           gcc madness.
6320
6321 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6322
6323         * ext/ogg/gstogmparse.c:
6324         * gst/debug/gstnavigationtest.c:
6325           Die, thou faulty symbol pollutors (non-static parent_class).
6326
6327 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6328
6329         * ext/mplex/gstmplexibitstream.cc:
6330           Fix event handling (#165525).
6331
6332 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6333
6334         * ext/mikmod/gstmikmod.c:
6335         * gst/modplug/gstmodplug.cc:
6336           Add missing endianness to template (fixes #165509).
6337
6338 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6339
6340         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6341           Fix wrong order of reading of optional bytes (#165290).
6342
6343 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6344
6345         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6346           Implement FILLER event awareness.
6347
6348 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6349
6350         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6351           Fix track calculations (#166208).
6352
6353 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6354
6355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6356
6357         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6358         * ext/libpng/gstpngenc.c:
6359           Fix byte-order, use proper fixed caps. Fixes #164197.
6360
6361 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6362
6363         * configure.ac:
6364           Add dvdlpcmdec 
6365
6366         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6367         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6368           Don't push buffers if the src pad isn't negotiated yet.
6369           
6370         * gst/audioconvert/gstaudioconvert.c:
6371         (gst_audio_convert_buffer_to_default_format),
6372         (gst_audio_convert_buffer_from_default_format):
6373           Add support for 24-bit width.
6374
6375         * gst/dvdlpcmdec/.cvsignore:
6376         * gst/dvdlpcmdec/Makefile.am:
6377         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6378         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6379         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6380         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6381         (plugin_init):
6382         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6383           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6384           format. Needs support for the channels maps if someone can find 
6385           a DVD LPCM track with > 2 channels.
6386
6387         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6388         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6389         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6390         * gst/mpegstream/gstdvddemux.h:
6391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6392         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6393         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6394         * gst/mpegstream/gstmpegdemux.h:
6395         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6396         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6397         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6398         (gst_mpeg_parse_handle_src_query),
6399         (gst_mpeg_parse_handle_src_event):
6400           Use audio/x-dvd-lpcm for LPCM output.
6401           Add DTS output.
6402
6403 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6404
6405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6406
6407         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6408         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6409           Add BGRA handling (#165736).
6410
6411 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6412
6413         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6414
6415         * gst/law/alaw-decode.c: (alawdec_link):
6416         * gst/law/alaw-encode.c: (alawenc_link):
6417         * gst/law/mulaw-decode.c: (mulawdec_link):
6418         * gst/law/mulaw-encode.c: (mulawenc_link):
6419           Fix caps memleaks (#166600).
6420
6421 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6422
6423         * ext/tarkin/mem.h:
6424         * ext/tarkin/wavelet.h:
6425         * ext/tarkin/yuv.h:
6426         * gst/ffmpegcolorspace/avcodec.h:
6427           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6428           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6429
6430 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6431
6432         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6434         (gst_xvimagesink_change_state):
6435           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6436           Xv video (and thereby regenerate Xv colourkey) in clear() so
6437           that PLAY -> READY -> PLAY works (fixes #162504).
6438
6439 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6440
6441         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6442           Switch to list instead of range, since MJPEG-devices really just
6443           support decimations, not any size.
6444
6445 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6446         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6447         (gst_mpeg2dec_reset), (free_all_buffers),
6448         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6449         * ext/mpeg2dec/gstmpeg2dec.h:
6450           The libmpeg2 user-allocated buffer management is awkward, 
6451           to say the least. Hopefully this fixes things.
6452
6453 2005-02-04  Andy Wingo  <wingo@pobox.com>
6454
6455         * gst/audioconvert/bufferframesconvert.c
6456         (buffer_frames_convert_fixate): New function, fixates to 256
6457         frames per buffer by default. (Much better than 1.)
6458         (buffer_frames_convert_init): Set the fixate function for both src
6459         and sink pad.
6460         (buffer_frames_convert_link): After success setting nonfixed caps,
6461         get the negotiated caps so we can know how many buffer-frames it
6462         will be. No idea how this worked at all before.
6463
6464 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6465
6466         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6467         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6468         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6469         (handle_sequence), (handle_picture):
6470         * ext/mpeg2dec/gstmpeg2dec.h:
6471           Rearrange buffer tracking and refcounting and refactor
6472           a little for readability. 
6473
6474 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6475         * sys/v4l/gstv4l.c: (plugin_init):
6476         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6477         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6478         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6479         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6480         * sys/v4l/gstv4ljpegsrc.h:
6481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6482         * sys/v4l/v4l_calls.h:
6483         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6484         (gst_v4lsrc_get_fps):
6485         * sys/v4l/v4lsrc_calls.h:
6486           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6487           you jpeg inside rgb frames" driver.
6488           Don't error in the v4lsrc link function, just return 
6489           REFUSED.
6490
6491 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6492
6493         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6494         (gst_qcamsrc_open):
6495           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6496
6497 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6498
6499         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6500           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6501
6502 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6503
6504         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6505           Reset negotiated state on PAUSED->READY.
6506
6507 2005-02-02  David Schleef  <ds@schleef.org>
6508
6509         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6510         whereever possible.  (Fixes #165997)
6511         * examples/capsfilter/capsfilter1.c: (main):
6512         * examples/dynparams/filter.c: (create_ui):
6513         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6514         * examples/seeking/chained.c: (main):
6515         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6516         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6517         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6518         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6519         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6520         * examples/switch/switcher.c: (main):
6521         * ext/dv/demo-play.c: (main):
6522         * ext/faad/gstfaad.c: (gst_faad_change_state):
6523         * ext/mad/gstmad.c: (gst_mad_chain):
6524         * ext/smoothwave/demo-osssrc.c: (main):
6525         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6526         (gst_gconf_render_bin_from_description),
6527         (gst_gconf_get_default_audio_sink),
6528         (gst_gconf_get_default_video_sink),
6529         (gst_gconf_get_default_audio_src),
6530         (gst_gconf_get_default_video_src),
6531         (gst_gconf_get_default_visualization_element):
6532         * gst/level/demo.c: (main):
6533         * gst/level/plot.c: (main):
6534         * gst/playback/gstplaybin.c: (gen_video_element),
6535         (gen_audio_element):
6536         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6537         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6538         * gst/sine/demo-dparams.c: (main):
6539         * gst/spectrum/demo-osssrc.c: (main):
6540         * gst/speed/demo-mp3.c: (main):
6541         * gst/volume/demo.c: (main):
6542         * testsuite/embed/embed.c: (main):
6543
6544 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6545
6546         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6547         (gst_tcpclientsink_finalize):
6548         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6549         (gst_tcpclientsrc_finalize):
6550         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6551         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6552         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6553         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6554           Don't leak the hostname when shutting down.
6555           In tcpserversrc, take a copy of the default hostname.
6556
6557 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6558
6559         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6560           Set caps to systemstream=TRUE.
6561
6562 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6563
6564         * testsuite/Makefile.am:
6565           Fix more OSX buildbots.
6566
6567 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6568
6569         * ext/mpeg2dec/gstmpeg2dec.c:
6570           Don't send things to NULL PAD_PEERs
6571
6572         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6573           Copy-on-write the incoming buffer.
6574
6575         * gst/mpegstream/gstdvddemux.h:
6576         * gst/mpegstream/gstmpegclock.h:
6577         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6578         (normal_seek), (gst_mpeg_demux_handle_src_event):
6579         * gst/mpegstream/gstmpegdemux.h:
6580         * gst/mpegstream/gstmpegpacketize.h:
6581         * gst/mpegstream/gstmpegparse.c:
6582         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6583         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6584         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6585         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6586         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6587         * gst/mpegstream/gstmpegparse.h:
6588         * gst/mpegstream/gstrfc2250enc.h:
6589           Various changes to the way time is computed that make seeking and
6590           total time estimation much better here.
6591           Use G_BEGIN/END_DECLS instead of __cplusplus
6592
6593         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6594           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6595
6596 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6597
6598         * gst/subparse/gstsubparse.c:
6599           Fix OSX buildbot.
6600
6601 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6602
6603         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6604         (theora_enc_chain), (theora_enc_change_state):
6605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6606         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6607         (gst_vorbisenc_change_state):
6608         * ext/vorbis/vorbisenc.h:
6609           Set granulepos and timestamp correctly for streams not
6610           starting at 0, taking into account the initial delay.
6611
6612 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6613
6614         * gst/mpegstream/gstdvddemux.c:
6615           Add audio/x-dts to audio pad template caps
6616
6617 2005-01-30  David Schleef  <ds@schleef.org>
6618
6619         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6620         (create_context), (gst_polypsink_link): Fix silly endianness
6621         bug.  Add some debugging.  Remove float from caps; it doesn't
6622         work.  Attempt to get remote audio working.
6623
6624 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6625
6626         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6627           Add 3IV2 fourcc.
6628
6629 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6630
6631         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6632         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6633         (gst_avi_demux_stream_data):
6634         * gst/avi/gstavidemux.h:
6635           Invert DIB images. Fixes #132341.
6636
6637 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6638
6639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6640         (gst_ffmpegcsp_chain):
6641           D'oh, reference the palette data, not the palette structure.
6642           Fixes color distortion in #132341.
6643
6644 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6647           PAR can be non-fixed when not provided as argument (#162626).
6648
6649 2005-01-29  David Moore  <dcm@acm.org>
6650
6651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6652
6653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6654         (gst_qtdemux_loop_header):
6655           Re-apply patch from #142272 that allows non-seekable sources,
6656           re-proposed by Daniel Drake <dsd@gentoo.org>.
6657
6658 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6659
6660         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6661           Use the src template for creating the src pad (#162330).
6662
6663 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6664
6665         * configure.ac:
6666         * ext/musepack/Makefile.am:
6667         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6668         (gst_musepackdec_init), (gst_musepackdec_dispose),
6669         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6670         (gst_musepack_stream_init), (gst_musepackdec_loop),
6671         (gst_musepackdec_change_state):
6672         * ext/musepack/gstmusepackdec.cpp:
6673         * ext/musepack/gstmusepackdec.h:
6674         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6675         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6676         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6677         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6678         * ext/musepack/gstmusepackreader.cpp:
6679         * ext/musepack/gstmusepackreader.h:
6680           Update to 1.1 API (#165446).
6681
6682 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6683
6684         * ext/Makefile.am:
6685           Unbreak buildbot.
6686
6687 2005-01-28  Andy Wingo  <wingo@pobox.com>
6688
6689         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6690         to reflect a different dubious internet source. Add a reference
6691         and some commentary.
6692
6693 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6694
6695         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6696         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6697         * gst/playback/gststreamselector.h:
6698           Be more selective when we're redoing caps negotiation from
6699           within the chain function on a stream change.
6700
6701 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6702
6703         * configure.ac:
6704         * ext/Makefile.am:
6705         * ext/amrnb/Makefile.am:
6706         * ext/amrnb/amrnb.c: (plugin_init):
6707         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6708         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6709         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6710         (gst_amrnbdec_state_change):
6711         * ext/amrnb/amrnbdec.h:
6712         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6713         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6714         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6715         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6716         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6717         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6718         * ext/amrnb/amrnbparse.h:
6719           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6720         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6721           Add AMR-NB/-WB raw formats.
6722         * ext/alsa/gstalsa.c: (gst_alsa_link):
6723           Keep valid time when changing format.
6724         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6725         (qtdemux_parse_trak):
6726           Add some more format-specific options (#140141, #143555, #155163).
6727
6728 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6729
6730         * gst/matroska/matroska-demux.c:
6731         (gst_matroska_demux_parse_blockgroup):
6732           Fix logic error in timing of subtitle stream synchronization.
6733         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6734           Add skip-chunk, which is found in kodak-camera streams.
6735
6736 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6737
6738         * po/LINGUAS:
6739         * po/vi.po:
6740           Adding Vietnamese translation (submitted by Clytie Siddall)
6741
6742 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6743
6744         * gst/playback/gstdecodebin.c: (try_to_link_1):
6745           Use realpad for signal.
6746
6747 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6748
6749         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6750           Fix category so decodebin picks it up.
6751
6752 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6753
6754         * ext/mad/Makefile.am:
6755         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6756         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6757         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6758         (found_type), (gst_id3demux_bin_change_state):
6759         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6760         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6761         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6762         (gst_id3_tag_change_state), (plugin_init):
6763         * ext/mad/gstmad.h:
6764           Add id3demuxbin (which is a simple bin consisting of id3demux
6765           and typefind), take over rank from id3demux, remove typefind
6766           code from id3demux. Makes all broken mp3s that I know of work,
6767           and thereby fixes #152688.
6768
6769 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6770
6771         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6772
6773         * ext/mad/gstmad.c: (gst_mad_src_event):
6774         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6775           Allow seeks on audio pad, make mad forward those (#164826).
6776         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6777           Set duration (#165335).
6778
6779 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6780
6781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6782         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6783         (gst_asf_demux_process_ext_content_desc),
6784         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6785         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6786         * gst/asfdemux/gstasfdemux.h:
6787           Improve metadata display, e.g. if the metadata comes before the
6788           streams are loaded (which is perfectly valid).
6789
6790 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6791
6792         * tools/gst-launch-ext-m.m:
6793           Fix AVI/ASF pipelines (#165340).
6794
6795 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6796         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6797         build failure on amd64
6798
6799 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6800
6801         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6802         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6803           Check environment variables GST_ID3V2_TAG_ENCODING,
6804           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6805           list of character encodings to force interpretation of non-unicode
6806           strings stored in an ID3v2 tag to a particular encoding. If none
6807           is specified, try to use current locale's encoding, then fall back
6808           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6809         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6810         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6811           Check environment variables GST_ID3V1_TAG_ENCODING,
6812           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6813           list of character encodings to use in case a string encountered
6814           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6815           specified, try to use the current locale's encoding, then fall
6816           back to ISO-8859-1 (which will always succeed).
6817
6818 2005-01-25  Benjamin Otte  <otte@gnome.org>
6819
6820         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6821           - on half framerate, compute the rate in advance so the comparisons
6822             don't compare wrong values
6823           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6824             behaviour
6825           - don't use mad_header_decode anymore, mad_frame_decode does that
6826             automatically
6827           - when getting rid of consumed bytes, reset the stream's skiplen
6828           (fixes #163867)
6829
6830 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6831
6832         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6833           Use 1/2 a second for default max_discont, as PES streams from DVB
6834           seem to have larger spacings in the SCR. 
6835           Fix a typo.
6836
6837 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6838
6839         * gst/playback/gstplaybasebin.c: (group_commit):
6840           Notify delayed stream-info availability.
6841
6842 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6843         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6844         (gst_a52dec_handle_event), (gst_a52dec_chain):
6845         Add some debug output. Check that a discont has a valid
6846         time associated.
6847         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6848         (gst_alsa_sink_loop):
6849         Ignore TAG events. A little extra debug for broken timestamps.
6850         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6851         (dvdnavsrc_change_state):
6852         Ensure we send a discont to engage the link before we send any
6853         other events.
6854         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6855         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6856         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6857         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6858         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6859         dvd://title works in totem because typefinding sends a seek that ends
6860         up going back to chapter 1 regardless.
6861         * ext/mpeg2dec/gstmpeg2dec.c:
6862         * ext/mpeg2dec/gstmpeg2dec.h:
6863         Output correct timestamps and handle disconts.
6864         * ext/ogg/gstoggdemux.c: (get_relative):
6865         Small guard against a null dereference.
6866         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6867         (gst_textoverlay_set_property):
6868         Free memory when done. Don't call gst_event_filler_get_duration on
6869         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6870         g_warning.
6871         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6872         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6873         (gst_sw_srclink), (gst_smoothwave_chain):
6874         Draw solid lines, prettier colours.
6875         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6876         Add a default palette that'll work for some movies.
6877         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6878         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6879         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6880         * gst/mpegstream/gstdvddemux.h:
6881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6882         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6883         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6884         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6885         * gst/mpegstream/gstmpegparse.h:
6886         Use PTM/NAV events when for timestamp adjustment when connected to 
6887         dvdnavsrc. Don't use many discont events where one suffices.
6888         * gst/playback/gstplaybasebin.c: (group_destroy),
6889         (gen_preroll_element), (gst_play_base_bin_add_element):
6890         * gst/playback/gstplaybasebin.h:
6891         Make sure we remove subtitles from the same bin we put them in.
6892         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6893         (gst_subparse_buffer_format_autodetect),
6894         (gst_subparse_change_state):
6895         Fix some memleaks and invalid accesses.
6896         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6897         (oggskel_type_find), (cmml_type_find), (plugin_init):
6898         Some typefind functions for Annodex v3.0 files
6899         * gst/wavparse/gstwavparse.h:
6900         GstRiffReadClass is the correct parent class.
6901
6902 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6903
6904         * gst-libs/gst/riff/riff-media.c:
6905         (gst_riff_create_video_caps_with_data):
6906           Add extradata to huffyuv (fixes #165013).
6907         * gst-libs/gst/riff/riff-read.c:
6908         (gst_riff_read_strf_vids_with_data):
6909           Fix extradata extraction if it is in the chunk size.
6910
6911 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6912
6913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6914
6915         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6916         (gst_quarktv_change_state), (gst_quarktv_dispose):
6917           Memory free'ing location fix (#164708).
6918
6919 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6920
6921         * gst/playback/gstplaybasebin.c: (group_commit),
6922         (gen_preroll_element), (probe_triggered), (gen_source_element),
6923         (setup_source), (gst_play_base_bin_change_state),
6924         (gst_play_base_bin_add_element):
6925           Don't block for streams.
6926         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6927         (gst_stream_info_set_mute):
6928           Use gst_pad_set_active_recursive.
6929
6930 2005-01-25  Andy Wingo  <wingo@pobox.com>
6931
6932         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6933         for #ifndef HAVE_XVIDEO.
6934
6935 2005-01-24  Jeffrey C. Ollie
6936
6937         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6938
6939         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6940         * ext/gsm/gstgsmdec.h:
6941         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6942         * ext/gsm/gstgsmenc.h:
6943         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6944         was given by property. Add proper buffer timestamps and offsets.
6945
6946 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6947
6948         * gst-libs/gst/riff/riff-media.c:
6949         (gst_riff_create_audio_caps_with_data):
6950           Audio can be <8000Hz.
6951
6952 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6953
6954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6955           Explicit state change to workaround refcount bugs.
6956
6957 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6958
6959         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6960         (gst_avimux_riff_get_avi_header):
6961           Fix...
6962
6963 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6964
6965         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6966         (gst_riff_read_element_data):
6967         * gst-libs/gst/riff/riff-read.h:
6968           Add _peek version (req'ed in CDXA).
6969         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6970         (gst_cdxaparse_loop):
6971           Fix parsing in playbin.
6972         * gst/playback/gstdecodebin.c: (close_pad_link):
6973           Ignore current_ pads, they cause major annoyance.
6974
6975 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6976
6977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6978           Safety guard.
6979
6980 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6981
6982         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6983           Fix padding...
6984
6985 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6986
6987         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6988           Allow for 0-sized buffers. Fixes length query problems in
6989           starwars.mkv from the testsuite.
6990
6991 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6992
6993         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6994         (gst_video_box_i420), (gst_video_box_chain):
6995           Fix row strides for I420 (fixes #163159)
6996           
6997 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6998
6999         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7000           MPEG2 has a useful rate property, so we can actually use that.
7001           For MPEG-1, continue using the bytes/time properties.
7002
7003 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7004
7005         * gst-libs/gst/riff/riff-media.c:
7006         (gst_riff_create_video_caps_with_data),
7007         (gst_riff_create_video_template_caps):
7008           Add intel-h263.
7009
7010 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7011
7012         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7013           Fail if caps negotiation fails. Should fix #162184, and should
7014           definately be in there regardless of it fixing the actual bug.
7015         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
7016         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
7017         (gst_avimux_riff_get_avix_header),
7018         (gst_avimux_riff_get_video_header),
7019         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
7020         (gst_avimux_start_file), (gst_avimux_handle_event),
7021         (gst_avimux_change_state):
7022         * gst/avi/gstavimux.h:
7023           Refactor structure writing to use GST_WRITE_UINT macros, add
7024           metadata writing support.
7025
7026 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7027
7028         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7029           Elements may already be destroyed when this function is called.
7030
7031 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7034         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7035           More memory leak fixes (#149162).
7036
7037 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7038
7039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7040         (gst_qtdemux_add_stream):
7041           Fix two memleaks.
7042
7043 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7044
7045         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7046           Argh...
7047
7048 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7049
7050         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7051           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7052           when fixating to six channels in Totem.
7053
7054 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7055
7056         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7057           Fix compile warnings on Solaris 10 buildbot
7058
7059 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7060
7061         * ext/dvdread/dvdreadsrc.c: (_read):
7062           Don't read beyond the last cell in a chapter (fixes 
7063           invalid memory access)
7064
7065 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7066
7067         * ext/dvdread/stream_labels.c:
7068         (dvdreadsrc_get_audio_stream_labels):
7069           Use NULL for an empty GList instead of g_list_alloc(); fix 
7070           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7071           of GString (easier to bulk free later)
7072
7073 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7074
7075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7076
7077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7078         (gst_ffmpeg_pixfmt_to_caps):
7079           Fix BGRA32 caps (#164209).
7080
7081 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7082
7083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7084
7085         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7086         (gst_ffmpeg_caps_to_pixfmt):
7087           alpha_mask can be RGBA/ABGR. Fixes #164265.
7088
7089 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7090
7091         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7092
7093         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7094         (gst_mpeg2dec_alloc_buffer):
7095         * ext/mpeg2dec/gstmpeg2dec.h:
7096           Crop if decoding size is not the actual image size (#163676).
7097
7098 2005-01-17  Steve Baker  <steve@stevebaker.org>
7099
7100         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7101
7102         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7103         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7104           Add libsndfile typefind functions (#163309).
7105
7106 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7107
7108         * tools/gst-launch-ext-m.m:
7109           Add .aac, fix .m1v/.m2v (#163891).
7110
7111 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7112
7113         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7114           Sanity check, don't wait endlessly since the clock might not
7115           actually run at this point (which is a deadlock). Fixes #164069.
7116
7117 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7118
7119         * gst/playback/gstplaybasebin.c: (probe_triggered):
7120           Of course, only pause if group is done...
7121
7122 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7123
7124         * gst/playback/gstplaybasebin.c: (probe_triggered):
7125           Thread safety.
7126
7127 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7128
7129         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7130           Don't return state change success when the parent
7131           failed.
7132
7133 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7134
7135         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7136           Free events (fix memleak in #162905).
7137
7138 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7139
7140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7141
7142         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7143         (gst_ffmpeg_caps_to_pixfmt):
7144           Fix for depth = 15. Fixes #161675.
7145
7146 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7147
7148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7149           Set FPS correctly, even for webcams and the like.
7150         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7151           Don error on setting while capturing.
7152
7153 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7154
7155         * ext/dv/gstdvdec.c:
7156         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7157         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7158           I'm a bad boy. using /1001. to force C to do float division
7159           and not integer division (as it did in my last commit)
7160           Thanks to David I. Lehn for pointing this mistake.
7161
7162 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7163
7164         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7165           Revert Johan??s 1.35->1.36 since it breaks compat.
7166
7167 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7168
7169         * ext/dv/gstdvdec.c:
7170         * ext/libfame/gstlibfame.c:
7171         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7172         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7173           replace framerate aproximations by their real value
7174           (24000/1001, 30000/1001, 60000/1001)
7175           Finish fixing bug #164049
7176
7177 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7178
7179         * ext/ogg/gstoggmux.c:
7180           eos/bos debugging
7181         * gst/tcp/gstmultifdsink.c:
7182         * gst/tcp/gstmultifdsink.h:
7183         * gst/tcp/gsttcp.c:
7184         * gst/tcp/gsttcp.h:
7185         * gst/tcp/gsttcpclientsink.c:
7186         * gst/tcp/gsttcpclientsrc.c:
7187         * gst/tcp/gsttcpserversink.c:
7188         * gst/tcp/gsttcpserversrc.c:
7189           improve reusability of elements after state changes and errors
7190           make multifdsink throw away streamheaders when receiving new ones
7191
7192 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7193
7194         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7195           Fix for if items are already in list...
7196
7197 2005-01-12  Benjamin Otte  <otte@gnome.org>
7198
7199         * gst/adder/gstadder.c: (gst_adder_loop):
7200           fix adder a bit so it doesn't screw up with events as much anymore
7201
7202 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7203
7204         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7205         (pixbufscale_scale), (gst_pixbufscale_chain):
7206         * ext/gdk_pixbuf/pixbufscale.h:
7207           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7208           to ensure rowstrides are calculated the same way as 
7209           ffmpegcolorspace
7210           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7211           that we pick up duration and offset also.
7212
7213 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7214
7215         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7216         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7217           Reusability fixes.
7218
7219 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7220
7221         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7222         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7223         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7224         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7225           Update flags when requested.
7226
7227 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7228
7229         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7230           Fix dmix.
7231
7232 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7233
7234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7235         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7236         (probe_triggered), (new_decoded_pad), (gen_source_element),
7237         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7238         * gst/playback/gstplaybasebin.h:
7239         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7240         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7241         (gst_play_bin_change_state):
7242           Implement group-switch signal for use in apps to clear metadata
7243           cache, clean up subtitle, add suburi property instead of # hack,
7244           some error-out fixes.
7245
7246 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7247
7248         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7249           Debug.
7250         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7251           If we got a state change in the _get handler, don't return success.
7252
7253 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7254
7255         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7256         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7257           Make jpegdec quiet on MJPEG decoding
7258         * gst/asfdemux/README:
7259           Fix mimetypes for MJPEG and H263
7260
7261 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7262
7263         * ext/theora/theoradec.c: (theora_dec_chain):
7264           Fix broken code generation by gcc by swapping arguments.
7265         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7266           Fix \n in debug.
7267
7268 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7269
7270         * TODO:
7271           delete this file, it is by far outdated
7272         * ext/alsa/gstalsa.1: remove
7273         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7274         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7275         (gst_alsa_get_caps):
7276           Add HW probing for supported sample rates. Fixes #161704
7277
7278 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7279
7280         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7281           Don't crash, biatch! :).
7282
7283 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7284
7285         * ext/musepack/gstmusepackreader.cpp:
7286         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7287           Some work on tags - still doesn't work in playbin...
7288         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7289           Handle events...
7290
7291 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7292
7293         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7294           Also shove tags on kid pads.
7295
7296 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7297
7298         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7299           Don't bail on unknown events.
7300         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7301           Don't crash on events before negotiation.
7302         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7303           Send tags on pads, too.
7304         * gst/playback/gststreamselector.c:
7305         (gst_stream_selector_request_new_pad):
7306           Forward events on first pad if no input was selected yet.
7307
7308 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7309
7310         * gst/playback/gstplaybasebin.c: (setup_substreams):
7311           Don't disable streamtype if the stream doesn't exist, since
7312           then playing a video after audio will disable both and nothing
7313           will happen. Fixes the testsuite.
7314
7315 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7316
7317         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7318         (gst_v4l_xoverlay_set_xwindow_id):
7319         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7320         (gst_v4l2_xoverlay_set_xwindow_id):
7321           Add debug categories, fix overlay disabling.
7322
7323 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7324
7325         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7326         * ext/alsa/gstalsa.h:
7327           Add HW probing for period_count/size and buffer_size MIX/MAX
7328           Adjust default/user defined value if out of bounds
7329           Should fix bug #162024
7330
7331 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7332
7333         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7334           Fix warning (#161191).
7335
7336 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7337
7338         * ext/dvdread/stream_labels.c:
7339         (dvdreadsrc_get_audio_stream_labels):
7340           Fix warning (init the good variable in switch default)
7341
7342 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7343
7344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7345
7346         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7347           Fix gcc-2.95 compile (#163485).
7348
7349 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7350
7351         * configure.ac:
7352         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7353         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7354         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7355         (gst_flacenc_change_state):
7356         * ext/flac/gstflacenc.h:
7357           Update for API change in flac-1.1.1. Update requirement in
7358           configure.ac. Fixes #162974.
7359
7360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7361
7362         * gst/playback/gstplaybasebin.c: (group_destroy):
7363           Remove hack to get rid of assert and get rid of unlinked
7364           signals properly.
7365
7366 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7367
7368         * gst/playback/gstplaybasebin.c: (setup_source):
7369           Set source to NULL so that resources are free'ed. Fixes issues
7370           with playback of CDDA and similar device-accessing things.
7371
7372 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7373
7374         * testsuite/embed/Makefile.am:
7375           test->noinst, fix make test in buildbot.
7376
7377 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7378
7379         * ext/dvdread/stream_labels.c: new file
7380         * ext/dvdread/stream_labels.h: new file
7381         * ext/dvdread/Makefile.am:
7382         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7383           Extract audio stream label from DVD IFO files.
7384           It only dump them on the console for now, still have to
7385           make playbin aware of them.
7386
7387 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7388
7389         * gst/playback/gstplaybasebin.c: (setup_source):
7390           Fix hanging subs.
7391
7392 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7393
7394         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7395         (gen_preroll_element), (remove_groups), (setup_subtitle),
7396         (gen_source_element), (setup_source):
7397         * gst/playback/gstplaybasebin.h:
7398           Multiple .sub files is just a stupid idea... Fix some threading
7399           mistakes. Interestingly, external .sub files cause playbin to
7400           hang, I don't know why... Parsing fixes contributed by Fran??ois
7401           Kooman <fkooman@tuxed.net>.
7402
7403 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7404
7405         * testsuite/embed/Makefile.am:
7406           Fix buildbot.
7407
7408 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7409
7410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7411
7412         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7413         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7414         (gst_pngenc_set_property):
7415         * ext/libpng/gstpngenc.h:
7416           Add compression level property (#163323).
7417
7418 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7419
7420         * configure.ac:
7421         * examples/capsfilter/capsfilter1.c: (main):
7422         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7423         * ext/dvdread/Makefile.am:
7424         * ext/dvdread/demo-play:
7425         * ext/dvdread/demo-play.c:
7426         * gconf/gstreamer.schemas.in:
7427         * gst-libs/gst/gconf/gconf.c:
7428         * sys/v4l/TODO:
7429         * testsuite/Makefile.am:
7430         * testsuite/embed/Makefile.am:
7431         * testsuite/embed/embed.c: (cb_expose), (main):
7432           Remove all references to xvideosink, fix examples (#140845).
7433         * gst/playback/gstplaybasebin.c: (group_destroy):
7434           Apparently, disposal does not unlink - so do explicitely.
7435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7436           Add debug.
7437
7438 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7439
7440         * README: fix PKG_CONFIG_PATH instructions, what was there
7441         previously was breaking default search path, not nice. 
7442         Fixes #163358
7443
7444 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7445
7446         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7447         (gst_audioscale_chain):
7448           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7449           when resampling - how the ^@$^!@^! is this possible?!?
7450
7451 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7452
7453         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7454           Reset variables on READY.
7455         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7456         (gst_matroska_mux_loop):
7457           Require data before writing header.
7458
7459 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7460
7461         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7462
7463         * ext/mad/gstmad.c: (gst_mad_chain):
7464           Don't call mad_stream_sync() directly after recovering sync.
7465           Fixes #151661.
7466
7467 2005-01-09  Martin Eikermann  <meiker@upb.de>
7468
7469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7470
7471         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7472         (snapshot_handler), (gst_snapshot_sinkconnect),
7473         (gst_snapshot_chain):
7474           Allocate resources when required, fix recursive signal emission
7475           and fix caps. Fixes #161667.
7476
7477 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7478
7479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7480
7481         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7482         (gst_pngdec_chain):
7483           Handle only 8-bppc (bits-per-pixel-component) images, better
7484           error handling and correct strides. Fixes #163177.
7485         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7486         (gst_pngenc_chain):
7487           Better error handling. Fixes #163348.
7488
7489 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7490
7491         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7492         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7493         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7494         (dvdnavsrc_uri_handler_init):
7495           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7496         * gst/playback/gstplaybasebin.c: (gen_source_element):
7497           Add MMS to streaming URIs.
7498
7499 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7500
7501         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7502         * sys/xvimage/xvimagesink.c:
7503         (gst_xvimagesink_navigation_send_event):
7504           Check for pad availability before sending event.
7505
7506 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7507
7508         * gst-plugins.spec.in:
7509           Add subparse.
7510
7511 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7512
7513         * configure.ac:
7514           Since we use functions from CVS, up requirement.
7515
7516 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7517
7518         * gst/playback/Makefile.am:
7519         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7520         (group_destroy), (group_commit), (group_is_muted),
7521         (gen_preroll_element), (add_stream), (unknown_type),
7522         (probe_triggered), (preroll_unlinked), (mute_stream),
7523         (silence_stream), (new_decoded_pad), (setup_substreams),
7524         (setup_source), (get_active_source), (mute_group_type),
7525         (muted_group_change_state), (set_active_source),
7526         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7527         (play_base_eos), (gst_play_base_bin_change_state):
7528         * gst/playback/gstplaybasebin.h:
7529         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7530         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7531         (gst_stream_info_dispose), (stream_info_mute_pad),
7532         (stream_info_change_state), (gst_stream_info_set_mute):
7533         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7534         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7535         (gst_stream_selector_init), (gst_stream_selector_dispose),
7536         (gst_stream_selector_get_linked_pad),
7537         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7538         (gst_stream_selector_get_linked_pads),
7539         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7540         * gst/playback/gststreamselector.h:
7541           Adding stream selection support plus required properties for
7542           applications to use this. Fully fixes #100931.
7543
7544 2005-01-08  Benjamin Otte  <otte@gnome.org>
7545
7546         * gst/games/gstpuzzle.c: (nav_event_handler):
7547           - handle nav events differently: forward every event no matter if it
7548             was handled or not.
7549           - translate events
7550           You can now cheat by using navigationtest ! puzzle and moving the
7551           mouse close to the edge of a tile. ;)
7552
7553 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7554
7555         * configure.ac:
7556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7557         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7558         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7559         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7560         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7561         (gst_ogm_parse_plugin_init):
7562         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7563         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7564         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7565         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7566         * ext/pango/gsttextoverlay.h:
7567         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7568         (gst_matroska_demux_handle_seek_event),
7569         (gst_matroska_demux_sync_streams),
7570         (gst_matroska_demux_parse_blockgroup),
7571         (gst_matroska_demux_subtitle_caps),
7572         (gst_matroska_demux_plugin_init):
7573         * gst/matroska/matroska-ids.h:
7574         * gst/playback/gstdecodebin.c: (close_pad_link):
7575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7576         (gen_preroll_element), (remove_groups), (add_stream),
7577         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7578         (setup_source):
7579         * gst/playback/gstplaybasebin.h:
7580         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7581         * gst/subparse/Makefile.am:
7582         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7583         (gst_subparse_base_init), (gst_subparse_class_init),
7584         (gst_subparse_init), (gst_subparse_formats),
7585         (gst_subparse_eventmask), (gst_subparse_event),
7586         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7587         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7588         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7589         (parse_mpsub_deinit), (parse_mpsub_init),
7590         (gst_subparse_buffer_format_autodetect),
7591         (gst_subparse_format_autodetect), (gst_subparse_loop),
7592         (gst_subparse_change_state), (gst_subparse_type_find),
7593         (plugin_init):
7594         * gst/subparse/gstsubparse.h:
7595         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7596         (plugin_init):
7597           Add subtitle support, .sub parser (supports SRT and MPsub),
7598           OGM text support, Matroska UTF-8 text support, deadlock fixes
7599           all over the place, subtitle awareness in decodebin/playbin
7600           and some fixes to textoverlay to handle subtitles in a stream
7601           correctly. Fixes #100931.
7602
7603 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7604
7605         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7606           Check for pad availability before doing a query on it.
7607
7608 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7609
7610         * ext/dv/gstdvdec.c:
7611           really fix bpp24/32 dvdec caps (classic rgba indeed)
7612         * gst/asfdemux/gstasfdemux.c:
7613         (gst_asf_demux_process_ext_content_desc):
7614           don't send text tags if they are empty (bis repetita)
7615
7616 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7617
7618         * ext/dv/gstdvdec.c:
7619          remove unneeded comment from dvdec
7620           (related to DV 4CC codes in AVI files)
7621           moved them in gstreamer/docs/random/mimetypes
7622         * gst/asfdemux/gstasfdemux.c:
7623         (gst_asf_demux_process_ext_content_desc):
7624          don't send text tags if they are empty
7625          fix mem leak on error path
7626         * gst/ffmpegcolorspace/avcodec.h:
7627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7628         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7629         (gst_ffmpegcsp_avpicture_fill):
7630         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7631         * gst/ffmpegcolorspace/imgconvert_template.h:
7632          adds BGR32 and BGRA32 to ffmpegcolorspace
7633           (still bad colors, fixing it on next commit)
7634           helps with dvdec outputing BGR32
7635
7636 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7637
7638         * ext/dv/gstdvdec.c:
7639          Fix audio caps i just broke (missing ',')
7640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7641         (gst_matroska_mux_reset):
7642          Fix typo + add FIXME about old "x-gst-metadata" crap
7643
7644 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7645
7646         * ext/dv/demo-play.c: (main):
7647          xvideosink -> xvimagesink
7648         * ext/dv/gstdvdec.c:
7649          change rgb 32/32 caps to 24/32 (no alpha)
7650          change nb of channels to be a list (2 or 4, not 2)
7651          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7652         * gst/asfdemux/gstasfdemux.c:
7653         (gst_asf_demux_process_ext_content_desc):
7654          Add 'date/year' to extracted metadata list
7655
7656 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7657
7658         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7659           The return value of fixate_to does not imply that the requested
7660           value was set, so don't assume.
7661
7662 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7663
7664         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7665
7666         * ext/libpng/gstpngdec.c:
7667         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7668         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7669         * ext/libpng/gstpngenc.h:
7670           Alpha support (encoder; #163161), mime fixage.
7671
7672 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7673
7674         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7675
7676         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7677         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7678         (gst_faac_set_property), (gst_faac_get_property):
7679         * ext/faac/gstfaac.h:
7680           Allow for ADTS output (#153434).
7681
7682 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7683
7684         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7685           Fix against template (#150576).
7686
7687 2005-01-06  Benjamin Otte  <otte@gnome.org>
7688
7689         * gst/games/gstpuzzle.c: (draw_puzzle):
7690           don't draw a puzzle if either width or height of tiles would be 0.
7691
7692 2005-01-06  Benjamin Otte  <otte@gnome.org>
7693
7694         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7695         (gst_puzzle_class_init), (gst_puzzle_finalize):
7696           no memleaks, please
7697         (gst_puzzle_create), (gst_puzzle_init),
7698         (gst_puzzle_set_property), (gst_puzzle_setup):
7699           change initialization code around so we don't reshuffle on resize
7700         (draw_puzzle):
7701           fix another stupid typo
7702
7703 2005-01-06  Benjamin Otte  <otte@gnome.org>
7704
7705         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7706           fix stupid typo that borked copying on YUY2
7707
7708 2005-01-06  Benjamin Otte  <otte@gnome.org>
7709
7710         * gst/games/gstpuzzle.c: (draw_puzzle):
7711           fix edges when image sizes aren't multiples of tile sizes
7712
7713 2005-01-06  Benjamin Otte  <otte@gnome.org>
7714
7715         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7716           make RGB endianness work correctly
7717         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7718           refactor and fix race with initial shuffling
7719         (nav_event_handler):
7720           allow using the mouse to puzzle
7721         (draw_puzzle):
7722           insist on tiles having width and height as multiples of 4 to get
7723           clean YUV image handling
7724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7725         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7726           s/DEBUG/LOG/ for common messages
7727         (gst_xvimagesink_navigation_send_event):
7728           fix mouse event translation to not include screen PAR
7729         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7730           fix mouse event translation to actually work
7731
7732 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7733
7734         * gst/asfdemux/gstasfdemux.c:
7735         (gst_asf_demux_process_ext_content_desc):
7736          Extract TrackNumber metadata + clean up code
7737         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7738          Hope this is the good fix (var used unitialised)
7739
7740 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7741
7742         * ext/faad/gstfaad.c: (gst_faad_chain):
7743           Only increment timestamp if it's valid. Fixes raw AAC streams.
7744
7745 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7746
7747         * configure.ac:
7748         * gst/games/Makefile.am:
7749         * gst/games/gstpuzzle.c:
7750           add a puzzle game with...
7751         * gst/games/gstvideoimage.c:
7752         * gst/games/gstvideoimage.h:
7753           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7754           from videotestsrc and made into something that would be a nice
7755           library for a lot of other plugins.
7756
7757 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7758
7759         * configure.ac:
7760          don't compile faad plugin if a RC of 2.0 is found
7761          Fixes #155346 (and FC1 buildbot)
7762         * gst/asfdemux/gstasfdemux.c:
7763         (gst_asf_demux_process_ext_content_desc):
7764          try to make Solaris compiler happier
7765
7766 2005-01-06  Paul Jack  <pjack@sfaf.org>
7767
7768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7769
7770         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7771           Fix segfault (#161667).
7772
7773 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7774
7775         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7776           Fix framerate reporting.
7777
7778 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7779
7780         * gst-libs/gst/riff/riff-ids.h:
7781         * gst/wavenc/riff.h:
7782          Add AMR (VBR and CBR) ids to riff.h audio codec list
7783         * gst/asfdemux/gstasfdemux.c:
7784         (gst_asf_demux_process_ext_content_desc),
7785         (gst_asf_demux_process_object):
7786           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7787
7788 2005-01-05  Martin Eikermann  <meiker@upb.de>
7789
7790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7791
7792         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7793         (gst_dvd_demux_handle_discont):
7794         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7795         (gst_mpeg_demux_handle_discont):
7796           Recreate pads on new-media (#160730).
7797         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7798           Send discont even if manager changes timestamps (#161929).
7799
7800 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7801
7802         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7803
7804         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7805           Fix invalid memory access (#159211).
7806
7807 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7808
7809         * examples/gstplay/player.c: (main):
7810           Don't iterate.
7811         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7812           Add visualizations.
7813         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7814         (gst_a52dec_handle_frame):
7815           Set duration.
7816         * ext/dvdnav/gst-dvd:
7817           Add audioconvert. Fixes #161325.
7818         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7819           Explicitely case to gint64. Possible valgrind error.
7820         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7821         (gst_play_tick_callback), (gst_play_change_state),
7822         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7823         (gst_play_set_location), (gst_play_get_location),
7824         (gst_play_seek_to_time), (gst_play_set_data_src),
7825         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7826         (gst_play_set_visualization), (gst_play_connect_visualization),
7827         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7828         (gst_play_new):
7829           Use playbin. Fixes #139749 and #147744.
7830         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7831           Add genre tag.
7832         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7833         (audioscale_get_type), (gst_audioscale_base_init),
7834         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7835         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7836         (gst_audioscale_link), (gst_audioscale_get_buffer),
7837         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7838         (gst_audioscale_init), (gst_audioscale_dispose),
7839         (gst_audioscale_chain), (gst_audioscale_set_property),
7840         (gst_audioscale_get_property), (plugin_init):
7841           Indent properly.
7842         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7843           Fix LPCM.
7844         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7845         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7846         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7847           Add more metadata (fixes #162656).
7848
7849 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7850
7851         * configure.ac:
7852           back to cvs
7853
7854 === release 0.8.7 ===
7855
7856 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7857
7858         * NEWS:
7859         * RELEASE:
7860         * configure.ac:
7861           releasing 0.8.7, "Hyperspace"
7862
7863 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7864
7865         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7866
7867         * gst/playback/gstplaybasebin.c:
7868          Fix for #162924 - free caps after use, not before
7869
7870 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7871
7872         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7873
7874         * gst/playback/gstplaybasebin.c:
7875         * gst/wavparse/gstwavparse.c:
7876           Fix for #154773 - fixes playback of small .wav files
7877
7878 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7879
7880         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7881
7882         * gst/audioscale/gstaudioscale.c:
7883           Fix for #162819 - make audioscale reusable
7884           Fixes playback of more than one file with playbin/totem
7885
7886 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7887
7888         * gst/ffmpegcolorspace/avcodec.h:
7889         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7890         * gst/ffmpegcolorspace/imgconvert.c:
7891           clean up the mess that made me cry and avoid needless duplication
7892
7893 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7894
7895         * gst/ffmpegcolorspace/imgconvert.c:
7896           give some indication of why we're segfaulting
7897
7898 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7899
7900         * configure.ac:
7901           Fix indentation, fix v4l2 plugin detection.
7902         * ext/Makefile.am:
7903           Fix libmms location (Maciej, use diff -u!).
7904         * ext/alsa/gstalsa.c: (gst_alsa_init):
7905           Initialize caps cache to NULL.
7906         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7907           Only change state on audiosink if it exists.
7908
7909 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7910
7911         * gst/matroska/matroska-demux.c:
7912         * gst/matroska/matroska-ids.h:
7913         * gst/matroska/matroska-demux.h:
7914         Fix Vorbis streams failing to decode in some files, where cluster_time
7915         isn't 0, because then it doesn't send codec_priv before actual data.
7916         Remove time-based test and replace it with marker set on beginning of
7917         new stream
7918
7919 2004-12-28  David Schleef  <ds@schleef.org>
7920
7921         Merge patch from Ronald fixing problems with streaming
7922         text.
7923         * ext/cairo/gstcairo.c: (plugin_init):
7924         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7925         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7926         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7927         (gst_textoverlay_font_init), (gst_textoverlay_init),
7928         (gst_textoverlay_set_property):
7929         * ext/cairo/gsttextoverlay.h:
7930
7931 2004-12-27  David Schleef  <ds@schleef.org>
7932
7933         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7934         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7935         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7936         (gst_textoverlay_font_init), (gst_textoverlay_init),
7937         (gst_textoverlay_set_property): Improvements to actually
7938         render text as white on black outline on video, including
7939         font selection and horizontal/vertical alignment.  (Ronald's
7940         christmas present)
7941         * ext/cairo/gsttextoverlay.h:
7942
7943 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7944
7945         * ext/ogg/gstogg.c:
7946         * ext/ogg/gstogmparse.c:
7947           fix ogm[audio/video]parse plugin registration
7948           (riff won't load if bytestream is already loaded)
7949
7950 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7951
7952         * gst/audioconvert/gstchannelmix.c:
7953           fix for GLIB < 2.4
7954
7955 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7956
7957         * Makefile.am:
7958         * configure.ac:
7959           disable docs again until it actually passes make distcheck.
7960
7961 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7962
7963         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7964         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7965         (plugin_init):
7966           Add 3GP (variables name Q3GP because they can't start with a
7967           number). Add samr audio fourcc (used in .3gp files), decoder
7968           is work in progress. Also do a GST_WARNING instead of ERROR
7969           in case of unknown nodes, to decrease output.
7970
7971 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7972
7973         * Makefile.am:
7974           really fix dist
7975
7976 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7977
7978         * configure.ac:
7979         * ext/speex/gstspeexdec.h:
7980         * ext/speex/gstspeexenc.h:
7981           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7982           Fix detection code in configure.ac
7983
7984 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7985
7986         * gst/matroska/matroska-demux.c:
7987         (gst_matroska_demux_parse_blockgroup):
7988           Save position, so that queries give proper return values. Don't
7989           know how this could ever have worked before...
7990
7991 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7992
7993         * configure.ac:
7994           Put additional LAME check inside the conditional.  Fixes #152339
7995
7996 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7997
7998         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7999         (gst_avi_demux_stream_scan):
8000           Add some more debug. Fix logic error when setting movi offset
8001           while reading index.
8002
8003 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8004
8005         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8006         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
8007         (gst_avi_demux_process_next_entry):
8008           Add some debugging. Better detection of broken indexes and the
8009           accompanying index recovery. No infinite loops on state changes
8010           when we're still in our loopfunction.
8011
8012 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * configure.ac:
8015           Fix up.
8016
8017 2004-12-22  Archana Shah  <archana.shah@wipro.com>
8018
8019         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8020
8021         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
8022           Normalizing the value before setting
8023         (gst_sunaudiomixer_get_volume):
8024           Normalizing the value after getting. Fixes bug# 161980
8025
8026 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8027
8028         * Makefile.am: Make sure docs gets disted
8029         * docs/Makefile.am: Make sure all needed files get disted
8030         * gst-plugins.spec.in: latest updates
8031
8032 2004-12-22  Wim Taymans  <wim@fluendo.com>
8033
8034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8035         Revert patch 1.38 as clock distribution over schedulers does
8036         not work correcly in the core yet.
8037
8038 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8039
8040         * sys/oss/README: remove this file, which predates my birth
8041           (and which content is by far outdated)
8042
8043 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8044
8045         * Makefile.am:
8046         * configure.ac:
8047         * docs/Makefile.am:
8048         * docs/libs/Makefile.am:
8049         * docs/libs/gst-plugins-libs-docs.sgml:
8050         * docs/libs/gst-plugins-libs-sections.txt:
8051         * docs/libs/tmpl/gstgconf.sgml:
8052         * docs/upload.mak:
8053         * docs/version.entities.in:
8054           Added boilerplate gtk-doc files for plugin-libs documentation.
8055
8056 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8057
8058         * gst/auparse/gstauparse.c: fix int and float audio caps
8059
8060 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8061
8062         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8063         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8064           g_assert() can be a macro, don't use #ifdef inside it.
8065
8066 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8067
8068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8069
8070         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8071         (gst_videorate_init), (gst_videorate_chain),
8072         (gst_videorate_change_state):
8073           Event handling (fixes #159986).
8074
8075 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * gst-libs/gst/riff/riff-media.c:
8078         (gst_riff_create_video_caps_with_data):
8079           Add BLZ0 (Blizzard's version of DivX) fourcc.
8080
8081 2004-12-18  David Schleef  <ds@schleef.org>
8082
8083         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8084         portability fix.
8085
8086 2004-12-18  David Schleef  <ds@schleef.org>
8087
8088         * gst/tta/ttadec.h: Disable some header code that isn't used
8089         and clearly isn't portable.
8090
8091 2004-12-18  David Schleef  <ds@schleef.org>
8092
8093         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8094         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8095         (avcodec_get_pix_fmt), (avpicture_layout),
8096         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8097         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8098         Fix code to not use GCC extensions (and c99 extensions that
8099         Forte does not like.)
8100
8101 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8102
8103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8104
8105         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8106         (gst_deinterlace_chain):
8107           Rowstride fixes. Fixes #161039.
8108         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8109         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8110         (gst_video_crop_getcaps), (gst_video_crop_link),
8111         (gst_video_crop_i420), (gst_video_crop_chain),
8112         (gst_video_crop_change_state):
8113           Rework of negotiation. Actually works now. Fixes #158650.
8114
8115 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8116
8117         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8118           That was very stupid.
8119
8120 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8121
8122         * gst/matroska/matroska-demux.c:
8123         (gst_matroska_demux_parse_blockgroup):
8124           Fix possible crasher.
8125
8126 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8127
8128         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8129         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8130           Lace sizes can be zero.
8131
8132 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8133
8134         * ext/musepack/gstmusepackdec.cpp:
8135           Fetch error return values. Fixes #161624.
8136         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8137           Really EOS.
8138
8139 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8140
8141         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8142           Work for truncated (unfinished download etc.) files. Fixes #160514.
8143
8144 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8145
8146         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8147           Fix for integer overflow. Makes #156001 not crash. Probably masks
8148           the real bug.
8149
8150 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8151
8152         * gst/ac3parse/gstac3parse.c: (plugin_init):
8153           Parsers never have ranks. Fixes #159651.
8154
8155 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8156
8157         * gst/playback/gstdecodebin.c: (compare_ranks):
8158           make sure the facotries are ordered the same every time even if they
8159           have the same rank by using the name
8160         * gst/playback/gstdecodebin.c: (find_compatibles):
8161           make sure we don't add factories to the list twice
8162
8163 2004-12-16  David Schleef  <ds@schleef.org>
8164
8165         * configure.ac: look for musepack headers as musepack/*.h
8166         (fixes #159847)
8167         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8168         * ext/musepack/gstmusepackreader.h: same
8169
8170 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8171
8172         * gst-libs/gst/riff/riff-read.c:
8173         (gst_riff_read_strf_auds_with_data):
8174           Read extradata correctly (fixes #155879).
8175
8176 2004-12-16  David Schleef  <ds@schleef.org>
8177
8178         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8179         audio.  does _not_ attempt or allow conversion unless channels
8180         is 1 or 2.
8181
8182 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8183
8184         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8185
8186 2004-12-16  David Schleef  <ds@schleef.org>
8187
8188         * gst/audioscale/gstaudioscale.c: the resample library only
8189         handles 1 or 2 channels.  Change caps to compensate.
8190
8191 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8192
8193         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8194         (gst_matroska_demux_audio_caps):
8195           Some MPEG-AAC hacks, because else it doesn't work...
8196
8197 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8198
8199         * gst-libs/gst/riff/riff-media.c:
8200         (gst_riff_create_video_caps_with_data),
8201         (gst_riff_create_video_template_caps):
8202           Add h264.
8203
8204 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8205
8206         * gst-libs/gst/audio/Makefile.am:
8207           Try to fix buildbot.
8208
8209 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8210
8211         * gst/tcp/gstmultifdsink.c:
8212           Clean up and uniformize debugging.
8213
8214 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8215
8216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8217
8218         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8219         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8220         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8221         (gst_mpeg_demux_change_state):
8222           Reset on ready. Fixes 160276.
8223
8224 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8225
8226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8227
8228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8229         (gst_ffmpegcsp_pad_link):
8230           Fix memleak (#154815).
8231
8232 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8233
8234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8235
8236         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8237         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8238         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8239         * ext/musicbrainz/gsttrm.h:
8240           Add support for using a proxy server when getting a trm id from
8241           the MusicBrainz database (#149613).
8242
8243 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8244
8245         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8246
8247         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8248         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8249           Fix memleaks (#157233).
8250
8251 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8252
8253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8254
8255         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8256         * gst-libs/gst/resample/resample.h:
8257         * gst/audioscale/gstaudioscale.c:
8258           Fix memleak (#159215).
8259
8260 2004-12-16  Toni Willberg  <toniw@iki.fi>
8261
8262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8263
8264         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8265         * sys/oss/oss_probe.c: (main):
8266           Check for mono/stereo support (similar to samplerate probing),
8267           fixes #159433. Also add missing copyright header to oss_probe.c.
8268
8269 2004-12-15  David Schleef  <ds@schleef.org>
8270
8271         * configure.ac: add audioresample and cairo plugins.  Remove
8272         HAVE_MMX stuff, because it's not used.
8273         * ext/Makefile.am: same
8274         * ext/audioresample/Makefile.am: You are not ready for an
8275         audio resampling element based on audioresample.
8276         * ext/audioresample/gstaudioresample.c:
8277         * ext/audioresample/gstaudioresample.h:
8278         * ext/cairo/Makefile.am: You are not ready for overlay elements
8279         based on cairo.  Don't look too closely, these elements kinda
8280         suck right now.
8281         * ext/cairo/gstcairo.c: new
8282         * ext/cairo/gsttextoverlay.c: new
8283         * ext/cairo/gsttextoverlay.h: new
8284         * ext/cairo/gsttimeoverlay.c: new
8285         * ext/cairo/gsttimeoverlay.h: new
8286         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8287         problem with compilers that don't support variadic macros.
8288
8289 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8290
8291         Reviewed by:  David Schleef  <ds@schleef.org>
8292
8293         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8294         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8295         bit.  Also ran indent-gst.
8296         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8297         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8298         (gst_sunaudiosrc_setparams):
8299
8300 2004-12-14  David Schleef  <ds@schleef.org>
8301
8302         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8303         output rate to 16000.  Should fix #160235.
8304
8305 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8306
8307         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8308         Add typefinding for mpeg2 pes streams
8309
8310 2004-12-13  David Schleef  <ds@schleef.org>
8311
8312         * configure.ac:  Applied patch from bug #143659, making default
8313         sources and sinks OS-dependent (for Solaris), and added code
8314         for OS/X.
8315         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8316
8317 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8318
8319         * gst-libs/gst/riff/riff-media.c:
8320           forgot to add h2.64 to avidemux template caps
8321
8322 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8323
8324         * gst/wavenc/riff.h:
8325         * gst-libs/gst/riff/riff-media.c:
8326         * gst-libs/gst/riff/riff-ids.h:
8327         * gst/avi/gstavimux.c
8328         add 4CC code for VideoSoft h264 in AVI (VSSH)
8329           fixes bug #160655
8330         remove s323 from riff, it's quicktime specific :(
8331
8332 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8333
8334         * gst/asfdemux/README
8335         * gst/wavenc/riff.h
8336         * gst-libs/gst/riff/riff-ids.h
8337         * gst-libs/gst/riff/riff-media.c
8338         * gst/qtdemux/qtdemux.c:
8339           add new 4CC codes for h263 related codecs
8340           fixes partially bug #155163
8341
8342 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8343
8344         * configure.ac: Update polyaudio requirement to 0.7
8345         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8346
8347 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8348
8349         * gst/interleave/deinterleave.c:
8350         fix my name's spelling! :)
8351
8352 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8353
8354         * AUTHORS ChangeLog
8355         * gst/auparse/gstauparse.c
8356         * gst/interleave/deinterleave.c
8357         * gst/law/:
8358                 alaw-decode.c alaw-encode.c
8359                 mulaw-decode.c mulaw-encode.c
8360         * gst/oneton/gstoneton.c
8361         * sys/osxaudio/:
8362                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8363         * sys/osxvideo/:
8364                 cocoawindow.h cocoawindow.m
8365                 osxvideosink.h osxvideosink.m
8366
8367         put the same mail address for Zaheer Abbas Merali everywhere
8368
8369 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8370
8371         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8372           Align by packetsize, and assert that we a packet available before
8373           playing. The first makes webstreams work (they often include
8374           trailing padding data in a packet), the second allows pausing a
8375           ASF stream in totem without getting demux errors afterwards.
8376
8377 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8378
8379         * ext/ogg/gstoggdemux.c: (get_relative):
8380           Check for non-NULL before accessing member (end-of-chain).
8381
8382 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8383
8384         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8385         (cdparanoia_set_property), (cdparanoia_get_property):
8386         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8387         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8388         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8389         (dvdreadsrc_init), (dvdreadsrc_set_property),
8390         (dvdreadsrc_get_property):
8391         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8392         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8393           Synchronize property names where not yet the case. Devices are
8394           now device=X, other versions are deprecated (but still exist).
8395           Also use g_free() unconditionally.
8396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8397         (setup_source), (gst_play_base_bin_get_property):
8398           Expose source.
8399
8400 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8401
8402         * configure.ac: move GCONF macro outside conditional for the am
8403           conditional. Fixes #160439
8404
8405 2004-12-08  David Schleef  <ds@schleef.org>
8406
8407         * tools/gst-visualise-m.m: Switch to elements that currently
8408         exist.
8409
8410 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8411
8412         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8413           We love wrong commas.
8414
8415 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8416
8417         * gst/matroska/matroska-demux.c:
8418         (gst_matroska_demux_handle_src_query):
8419           Don't set DEFAULT, unsupported - makes length display incorrectly
8420           in some cases.
8421
8422 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8423
8424         * gst/monoscope/README: remove blurb about files being GPL
8425         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8426         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8427           monoscope is now effectively LGPL licensed
8428
8429 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8430
8431         * gst/monoscope/README: Update information to be more correct
8432         * gst/monoscope/convolve.c: Relicense to LGPL
8433         * gst/monoscope/convolve.h: Relicense to LGPL
8434
8435 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8436
8437         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8438           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8439         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8440           set default_duration for mpeg1 audio
8441
8442 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8443
8444         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8445         * ext/alsa/gstalsa.h:
8446           refactor big chunks of the core caps negotiation code to make it
8447           a lot faster, because people claim it's really slow
8448           (actually, just cache the getcaps when the device is opened)
8449
8450 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8451
8452         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8453         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8454         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8455         (gst_a52dec_change_state), (plugin_init):
8456         * ext/a52dec/gsta52dec.h:
8457           Do something useful with timestamps. Make chain-based (since
8458           there's really no reason to be loopbased).
8459         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8460           Update current_byte/frame correctly.
8461
8462 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8463
8464         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8465         (gst_ape_demux_stream_init):
8466           Forward tags, too.
8467
8468 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8469
8470         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8471           Let's make sure we're done typefinding when detecting tags.
8472
8473 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8474
8475         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8476         (gst_ebml_read_init), (gst_ebml_read_use_event),
8477         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8478         (gst_ebml_read_seek), (gst_ebml_read_skip),
8479         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8480         (gst_ebml_read_master):
8481         * gst/matroska/ebml-read.h:
8482         * gst/matroska/matroska-demux.c:
8483         (gst_matroska_demux_parse_contents),
8484         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8485           Disgustingly evil hack for working around INTERRUPT events and
8486           their extremely annoying habit of being a pain in the ass. We
8487           simply peek a cluster before reading any of it.
8488
8489 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8490
8491         * ext/musepack/gstmusepackdec.cpp:
8492           There's also floating point libmusepacks.
8493
8494 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8495
8496         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8497         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8498           Set DURATION even if source buffer didn't. Also use increasing
8499           timestamps.
8500         * gst-libs/gst/riff/riff-media.c:
8501         (gst_riff_create_audio_caps_with_data):
8502           Block_align can have larger values than 8192.
8503
8504 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8505
8506         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8507         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8508         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8509         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8510           Fix caps.
8511
8512 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8513
8514         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8515           Fix logic bug.
8516
8517 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8518
8519         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8520           Yay, another one.
8521
8522 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8523
8524         * ext/esd/esdsink.c: (gst_esdsink_chain):
8525           Make error actually say something useful (fixes #156798).
8526         * gst-libs/gst/riff/riff-media.c:
8527         (gst_riff_create_video_caps_with_data),
8528         (gst_riff_create_video_template_caps):
8529           Add Intel Video 5.0 fourcc (IV50).
8530
8531 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8532
8533         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8534         detection on mono and stereo mp3 files.
8535
8536 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8537
8538         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8539           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8540           the contained stream).
8541
8542 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8543
8544         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8545           Oops, remove debug.
8546
8547 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8548
8549         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8550
8551         * gst/law/alaw-decode.c: (alawdec_getcaps):
8552         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8553           Prevent warnings when negotiating caps (fixes #159338).
8554
8555 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8556
8557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8558         (gst_ffmpegcsp_chain):
8559           Remove old leftover that shouldn't be there...
8560
8561 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8562
8563         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8564
8565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8566           Don't forward DISCONT events (fixes #159684).
8567
8568 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8569
8570         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8571           Unlink manually since sometimes bin disposal (and therefore
8572           pad unlinking) is delayed, which will cause a new media file
8573           to not be able to start playing instantly.
8574
8575 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8576
8577         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8578           On mute of an unlinked stream, check for pad availability so
8579           we don't crash on unlinked pad.
8580
8581 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8582
8583         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8584         (gst_avi_demux_massage_index):
8585           Fix quite humiliating bug in omitting 0-sized index chunks but
8586           forgetting to count them for timestamps.
8587
8588 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8589
8590         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8591           Actually leave the loop if we failed to sync. Don't crash.
8592
8593 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8594
8595         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8596         (gst_dvd_demux_process_private):
8597         * gst/mpegstream/gstdvddemux.h:
8598           Fix crash (#159759). Doesn't work, though. :-(.
8599
8600 2004-11-28  Benjamin Otte  <otte@gnome.org>
8601
8602         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8603           more overwriting protection due to modifying channels one by one
8604           instead of all at once
8605
8606 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8607
8608         * gst/audioconvert/gstchannelmix.c:
8609         (gst_audio_convert_fill_normalize):
8610           Normalize using absolute values.
8611
8612 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8613
8614         * configure.ac:
8615         * ext/Makefile.am:
8616         * ext/directfb/Makefile.am:
8617         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8618         (gst_directfbvideosink_get_pixel_format),
8619         (gst_directfbvideosink_get_format_from_fourcc),
8620         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8621         (gst_directfbvideosink_sink_link),
8622         (gst_directfbvideosink_change_state),
8623         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8624         (gst_directfbvideosink_buffer_alloc),
8625         (gst_directfbvideosink_interface_supported),
8626         (gst_directfbvideosink_interface_init),
8627         (gst_directfbvideosink_navigation_send_event),
8628         (gst_directfbvideosink_navigation_init),
8629         (gst_directfbvideosink_set_property),
8630         (gst_directfbvideosink_get_property),
8631         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8632         (gst_directfbvideosink_base_init),
8633         (gst_directfbvideosink_class_init),
8634         (gst_directfbvideosink_get_type), (plugin_init):
8635         * ext/directfb/directfbvideosink.h: Adding a first version of
8636         directfbvideosink.
8637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8638         more.
8639
8640 2004-11-28  Benjamin Otte  <otte@gnome.org>
8641
8642         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8643           walk the samples backwards if out_channels > in_channels so we don't
8644           overwrite data
8645
8646 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8647
8648         * gst/audioconvert/Makefile.am:
8649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8650         (gst_audio_convert_link), (gst_audio_convert_change_state),
8651         (gst_audio_convert_channels):
8652         * gst/audioconvert/gstchannelmix.c:
8653         (gst_audio_convert_unset_matrix),
8654         (gst_audio_convert_fill_identical),
8655         (gst_audio_convert_fill_compatible),
8656         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8657         (gst_audio_convert_fill_others),
8658         (gst_audio_convert_fill_normalize),
8659         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8660         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8661         * gst/audioconvert/gstchannelmix.h:
8662           Implement a channel mixer.
8663
8664 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8665
8666         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8667         * ext/alsa/gstalsa.h:
8668         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8669         Make alsasink actually honor gst_element_set_clock and use that
8670         clock instead of its internal one.
8671
8672 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8673
8674         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8675         (gst_play_base_bin_change_state): nullify source and decoder when
8676         going from READY to NULL so that we don't try to do weird stuff with
8677         them when going from NULL to READY
8678         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8679         instead of g_object_unref
8680         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8681         it should be correct
8682         (gst_play_bin_change_state): don't call remove_sinks if we are
8683         currently disposing the object
8684
8685 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8686
8687         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8688           Don't forget bass if it's there. Else left channel is silent...
8689
8690 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8691
8692         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8693         (gst_a52dec_change_state):
8694           Don't do sample adjusting anymore, we use float audio now.
8695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8696           Don't fixate to non-existing properties.
8697
8698 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8699
8700         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8701         (gst_a52dec_change_state):
8702           Advertise that we can do surround sound.
8703
8704 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8705
8706         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8707           Add buffer-frames=0.
8708         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8709         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8710         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8711         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8712         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8713         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8714         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8715         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8716         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8717         * ext/dvdread/dvdreadsrc.h:
8718           Add seeking, querying for bytes, sectors, title, angle and
8719           chapter. Handle multiple chapters. Relicense to LGPL because
8720           Billy agreed on that (thanks Billy!).
8721
8722 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8723
8724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8725         call parent dispose method
8726
8727 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8728
8729         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8730         (gst_audio_clock_get_internal_time):
8731         Fix active <-> inactive transitions: ensure time value always
8732         grows and avoid abrupt value changes.
8733
8734 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8735
8736         * configure.ac:
8737         * gst/tta/Makefile.am:
8738         * gst/tta/crc32.h:
8739         * gst/tta/filters.h:
8740         * gst/tta/gsttta.c:
8741         * gst/tta/gstttadec.c:
8742         * gst/tta/gstttadec.h:
8743         * gst/tta/gstttaparse.c:
8744         * gst/tta/gstttaparse.h:
8745         * gst/tta/ttadec.h:
8746           added TTA parser and decoder
8747
8748 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8749
8750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8751         (probe_triggered), (check_queue), (buffer_underrun),
8752         (buffer_running), (buffer_overrun), (gen_source_element),
8753         (setup_source):
8754         * gst/playback/gstplaybasebin.h:
8755           Implement buffering. Needs some more work.
8756
8757 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8758
8759         * ext/theora/theoradec.c: (theora_dec_chain):
8760           Fix ilog mask range overflow.
8761
8762 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8763
8764         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8765           Don't omit the last (which in case of dmix is the only :) )
8766           channel count. Don't set channels if <= 2.
8767
8768 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8769
8770         * gst/playback/gstplaybin.c: (gen_video_element),
8771         (gen_audio_element): Removed 2 obsolete comments
8772
8773 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8774
8775         * ext/vorbis/oggvorbisenc.c
8776         * ext/vorbis/vorbisenc.c :
8777           change description fields of those plugins to differentiate them
8778           (pitivi show Encoders by description, they had the same one)
8779
8780 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8781
8782         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8783
8784         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8785         (gst_play_bin_set_property), (gen_video_element),
8786         (gen_audio_element):
8787           Refcounting fixes for provided audio-/videosinks.
8788
8789 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8790
8791         * gst/playback/gstplaybin.c: (gen_video_element),
8792         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8793           Don't reference all sinks, but only the video- and audiosinks.
8794           The vis. element should be disposed when we're done with it.
8795           We don't have any reason to keep it around. This fixes warnings
8796           when reusing playbin for playing multiple audio files with
8797           vis. enabled. Also release audio device on pause - idea stolen
8798           from Rhythmbox.
8799
8800 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8801
8802         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8803         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8804         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8805         * ext/alsa/gstalsaplugin.c: (plugin_init):
8806         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8807         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8808         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8809         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8810         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8811         (gst_faad_change_state), (plugin_init):
8812         * ext/faad/gstfaad.h:
8813         * ext/vorbis/vorbis.c: (plugin_init):
8814         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8815         * gst-libs/gst/audio/Makefile.am:
8816         * gst-libs/gst/audio/audio.c: (plugin_init):
8817         * gst-libs/gst/audio/multichannel.c:
8818         (gst_audio_check_channel_positions),
8819         (gst_audio_get_channel_positions),
8820         (gst_audio_set_channel_positions),
8821         (gst_audio_set_structure_channel_positions_list),
8822         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8823         (gst_audio_fixate_channel_positions):
8824         * gst-libs/gst/audio/multichannel.h:
8825         * gst-libs/gst/audio/testchannels.c: (main):
8826         * gst/audioconvert/gstaudioconvert.c:
8827         (gst_audio_convert_class_init), (gst_audio_convert_init),
8828         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8829         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8830         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8831         * gst/audioconvert/plugin.c: (plugin_init):
8832           Surround sound support.
8833
8834 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8835
8836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8837           Fix position for discont if we're close as well. Nitpicking, but
8838           saves a few milliseconds of extra waiting or skipping.
8839
8840 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8841
8842         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8843           We sometimes need parsers for playback, so add those too.
8844
8845 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8846
8847         * configure.ac:
8848         * gst/apetag/Makefile.am:
8849         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8850         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8851         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8852         (gst_ape_demux_get_src_query_types),
8853         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8854         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8855         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8856         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8857         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8858         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8859         (gst_ape_demux_change_state):
8860         * gst/apetag/apedemux.h:
8861         * gst/apetag/apetag.c: (plugin_init):
8862         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8863         (plugin_init):
8864           APE v1/2 tag reader plus typefind function.
8865
8866 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8867
8868         * configure.ac:
8869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8870         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8871           Remove hacks for older core. Require newer core version
8872           accordingly.
8873
8874 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8875
8876         * gst/cdxaparse/Makefile.am:
8877         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8878         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8879         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8880         * gst/cdxaparse/gstcdxaparse.h:
8881         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8882         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8883         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8884         (gst_cdxastrip_get_src_query_types),
8885         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8886         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8887         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8888         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8889         * gst/cdxaparse/gstcdxastrip.h:
8890           SVCD/VCD header stripping separated from CDXA image parsing.
8891         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8892         (plugin_init):
8893           Add VCD/SVCD header typefinding for VCD/SVCD.
8894         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8895         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8896         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8897         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8898         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8899         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8900         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8901         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8902         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8903         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8904         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8905         * sys/vcd/vcdsrc.h:
8906           Fix up, add seeking, querying, URI interface. Works in totem now.
8907
8908 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         * configure.ac:
8911           back to CVS
8912
8913 === release 0.8.6 ===
8914
8915 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8916
8917         * NEWS:
8918         * RELEASE:
8919         * configure.ac:
8920         * po/af.po:
8921         * po/az.po:
8922         * po/cs.po:
8923         * po/en_GB.po:
8924         * po/hu.po:
8925         * po/it.po:
8926         * po/nb.po:
8927         * po/nl.po:
8928         * po/or.po:
8929         * po/sq.po:
8930         * po/sr.po:
8931         * po/sv.po:
8932         * po/uk.po:
8933           releasing 0.8.6, "IOU Love"
8934
8935 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8936
8937         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8938
8939         * gst/playback/gstplaybasebin.c:
8940           Fix unplayable files error handling.  Fixes #158365
8941
8942 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8943
8944         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8945
8946         * gst/typefind/gsttypefindfunctions.c:
8947           Fix broken mp3 typefinding.  Fixes #158375
8948
8949 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8950
8951         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8952
8953         * ext/ogg/gstoggdemux.c:
8954           Fix sync on broken files.  Fixes #158976
8955
8956 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8957
8958         patch by: Edward Hervey <bilboed@bilboed.com>
8959
8960         * ext/libpng/gstpngenc.c:
8961           Copy over buffer properties.  Fixes #158832
8962
8963 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8964
8965         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8966
8967         * ext/dvdread/dvdreadsrc.c:
8968           Fixes invalid reads (#158462)
8969
8970 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8971
8972         * sys/v4l/gstv4lsrc.c:
8973         * sys/v4l/gstv4lsrc.h:
8974         * sys/v4l/v4lsrc_calls.c:
8975           Probe less and cache it.  Fixes #159187.
8976
8977 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8978
8979         * gst/videorate/gstvideorate.c:
8980           Handle all video formats. Fixes #159186.
8981
8982 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8983         * gst/synaesthesia/gstsynaesthesia.c:
8984         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8985         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8986         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8987         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8988         (gst_synaesthesia_change_state), (plugin_init):
8989         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8990         Force 320x200 output, as that's the only thing the underlying
8991         synaesthesia implementation supports. Still needs to be made
8992         re-entrant.
8993
8994 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8995
8996         * configure.ac:
8997           Fix mpeg2enc configure check (similar to mplex check below).
8998
8999 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
9000
9001         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9002
9003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9004           Fix for gcc-2.95 (fixes #158221).
9005
9006 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9007
9008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9009           Re-add clock distribution hack (until new core is released).
9010           Fixes #158125.
9011
9012 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
9013         * configure.ac:
9014           fix mplex configure check segfaulting on some systems (bug #140994)
9015
9016 2004-11-13  Benjamin Otte  <otte@gnome.org>
9017
9018         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
9019           add debugging
9020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9021           do a wait when we enter the loop func with no data available to
9022           write instead of getting into an 100% CPU loop by just returning and
9023           being called again by the scheduler
9024
9025 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
9026
9027         * configure.ac:
9028         * ext/libvisual/visual.c: (gst_visual_get_type),
9029         (libvisual_log_handler), (gst_visual_getcaps),
9030         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
9031         (plugin_init):
9032           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
9033         * ext/smoothwave/Makefile.am:
9034         * ext/smoothwave/demo-osssrc.c: (main):
9035         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9036         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9037         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9038         (plugin_init):
9039         * ext/smoothwave/gstsmoothwave.h:
9040           Make gstsmoothwave a working element in the 20th century.
9041
9042         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9043           Fix incorrect link function
9044
9045 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9046
9047         * gst/volume/gstvolume.c:
9048           Allow buffer-frames=0.
9049
9050 2004-11-12 Iain <iaingnome@gmail.com>
9051
9052         * configure.ac: Check for polypaudio
9053
9054         * ext/Makefile.am: Build the polyp dir
9055
9056         * ext/polyp: The polypsink sources.
9057
9058 2004-10-30 Iain <iaingnome@gmail.com>
9059
9060         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9061         caps to reflect the new number of channels.
9062
9063 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9064
9065         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9066           Fix for negotiation order problem. This would show when the
9067           ALSA loopfuction was called before any other function. ALSA
9068           wouldn't do anything because we're not negotiated yet, leading
9069           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9070
9071 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9072
9073         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9074
9075         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9076           No warnings (#157986).
9077
9078 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9079
9080         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9081           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9082
9083 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9084
9085         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9086           Signal no-more-pads (so it works in playbin).
9087
9088 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9089
9090         * ext/musepack/gstmusepackreader.cpp:
9091           Workaround for older core.
9092
9093 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9094
9095         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9096           Actually test for odd width/height rather than testing whether
9097           a temporary variable that was 0 before we subtracted 1 is now
9098           not equal to zero (which it always is).
9099
9100 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9101
9102         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9103         Fix compilation if HAVE_XVIDEO is not defined
9104
9105 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9106
9107         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9108         Fix compilation if HAVE_XVIDEO is not defined
9109
9110 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9111
9112         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9113         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9114         (gst_goom_change_state), (plugin_init):
9115         Use the bytestream adapter so goom doesn't depend on the input
9116         buffer size.
9117         Add a debug category
9118
9119 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9120
9121         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9122           Only set hardware parameters *after* negotiation. Before
9123           negotiation, it will set ANY and that seems to cause crashes
9124           (see e.g. #151288, #153227).
9125
9126 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9127
9128         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9129           This seems to be antique leftover. It needs to pass error
9130           checking.
9131         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9132         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9133         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9134         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9135           Fix GstXOverlay implementation (#151059).
9136
9137 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9138
9139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9140           Don't assert (#157853).
9141
9142 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9143
9144         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9145           Fix bytes/samples confustion.
9146         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9147           Fix for underrun (#144389).
9148
9149 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9150
9151         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9152           Disable halfway-seek for pending release (since it needs a new
9153           core release).
9154
9155 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9156
9157         * sys/v4l/gstv4lsrc.c:
9158         * sys/v4l/gstv4lsrc.h:
9159         * sys/v4l/v4lsrc_calls.c:
9160           add autoprobe-fps property so we can separate autoprobing parts
9161
9162 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9163
9164         * sys/v4l/gstv4lsrc.c:
9165         * sys/v4l/v4lsrc_calls.c:
9166         initialise fourcc to catch unset fourcc's, and debug
9167
9168 2004-11-09  Wim Taymans  <wim@fluendo.com>
9169
9170         * gst/playback/README:
9171         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9172         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9173         (gst_play_bin_dispose), (gst_play_bin_set_property),
9174         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9175         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9176         (gst_play_bin_get_formats), (gst_play_bin_convert),
9177         (gst_play_bin_get_query_types), (gst_play_bin_query):
9178         Cleanups and some more documentation.
9179
9180 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9181
9182         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9183         (gst_cacasink_init), (gst_cacasink_chain):
9184         * ext/libcaca/gstcacasink.h:
9185         Cacasink inherits from VideoSink, so let that store the clock.
9186
9187 2004-11-09  Wim Taymans  <wim@fluendo.com>
9188
9189         * gst/playback/README:
9190         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9191         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9192         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9193         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9194         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9195         (setup_sinks):
9196         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9197         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9198         * gst/playback/gststreaminfo.h:
9199         Updated README.
9200         Only switch groups if all streams have muted (EOSed).
9201         Send Tags in sync with the stream playback instead of in
9202         the playback/preroll phase.
9203         Some cleanups, free the fakesrc elements.
9204
9205 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9206
9207         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9208           buffer-frames property was missing
9209         * ext/arts/gst_arts.c:
9210           rate missing from sinkcaps
9211         * ext/audiofile/gstafparse.c:
9212         * ext/audiofile/gstafsink.c:
9213         * ext/audiofile/gstafsrc.c:
9214         * ext/swfdec/gstswfdec.c:
9215           int audio doesn't know buffer-frames
9216         * ext/cdparanoia/gstcdparanoia.c:
9217           int audio doesn't know chunksize either
9218         * ext/nas/nassink.c:
9219           it's endianness, not endianess
9220         * gst-libs/gst/audio/audio.h:
9221           make float standard pad template caps really describe float
9222         * gst/law/mulaw.c: (linear_factory):
9223           signed only, please
9224         * gst/mpegstream/gstdvddemux.c:
9225           widths of 20 are not valid
9226
9227 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9228
9229         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9230
9231         * po/LINGUAS:
9232         * po/it.po:
9233           Add Italian
9234
9235 2004-11-08  Wim Taymans  <wim@fluendo.com>
9236
9237         * gst/playback/README:
9238         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9239         * gst/playback/gstplaybasebin.c: (probe_triggered),
9240         (gst_play_base_bin_change_state):
9241         Updated README, added more comments for fixmes etc..
9242
9243 2004-11-08  Wim Taymans  <wim@fluendo.com>
9244
9245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9246         We can remove this hack now.
9247
9248 2004-11-08  Wim Taymans  <wim@fluendo.com>
9249
9250         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9251         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9252         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9253         Only mix AYUV for maximum quality.
9254
9255 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9256
9257         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9258         (gst_ogg_demux_push), (gst_ogg_pad_push):
9259           Let's act as if we're synchronized now! :).
9260         * ext/theora/theoradec.c: (theora_dec_chain):
9261           Add some debug.
9262
9263 2004-11-08  Wim Taymans  <wim@fluendo.com>
9264
9265         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9266         (gst_alpha_set_property), (gst_alpha_sink_link),
9267         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9268         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9269         (gst_alpha_init_params), (gst_alpha_chain):
9270         Implement alpha functions for AYUV too, this increases
9271         accuracy quite a bit.
9272
9273 2004-11-08  Wim Taymans  <wim@fluendo.com>
9274
9275         * gst/ffmpegcolorspace/avcodec.h:
9276         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9277         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9278         (gst_ffmpegcsp_avpicture_fill):
9279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9280         (gst_ffmpegcsp_caps_remove_format_info):
9281         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9282         (shrink12), (img_get_alpha_info), (deinterlace_line),
9283         (deinterlace_line_inplace):
9284         * gst/ffmpegcolorspace/imgconvert_template.h:
9285         Added AYUV colorspace and handle RGBA a bit more respectful.
9286
9287 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9288
9289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9290           Actually always send a discont (cornercase when resending the
9291           same serial-tagged chain twice).
9292
9293 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9294
9295         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9296         (gst_ximagesink_finalize):
9297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9298         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9299
9300 2004-11-08  Wim Taymans  <wim@fluendo.com>
9301
9302         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9303         Don't segfault on NULL data.
9304
9305 2004-11-08  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst/playback/gstdecodebin.c: (unlinked):
9308         * gst/playback/gstplay-marshal.list:
9309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9310         (gst_play_base_bin_init), (group_create), (get_active_group),
9311         (get_building_group), (group_destroy), (group_commit),
9312         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9313         (add_element_stream), (no_more_pads), (probe_triggered),
9314         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9315         (state_change), (setup_source), (gst_play_base_bin_get_property),
9316         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9317         (gst_play_base_bin_link_stream),
9318         (gst_play_base_bin_get_streaminfo):
9319         * gst/playback/gstplaybasebin.h:
9320         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9321         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9322         Add support for chained ogg files. Prepare for playlist
9323         support. This patch introduces the concept of pad groups, which
9324         together compose one playable media file.
9325
9326 2004-11-07  David Schleef  <ds@schleef.org>
9327
9328         * testsuite/gst-lint: Check for pad templates that aren't statically
9329         scoped.
9330
9331 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9332
9333         * configure.ac:
9334         * ext/Makefile.am:
9335         * ext/musepack/Makefile.am:
9336         * ext/musepack/gstmusepackdec.cpp:
9337         * ext/musepack/gstmusepackdec.h:
9338         * ext/musepack/gstmusepackreader.cpp:
9339         * ext/musepack/gstmusepackreader.h:
9340           Add musepack decoder.
9341         * ext/faad/gstfaad.c: (gst_faad_base_init):
9342           Make pad templates static.
9343         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9344         (plugin_init):
9345           Add musepack typefinder, make mp3 typefinding work halfway stream,
9346           which doesn't actually work yet because id3demux doesn't implement
9347           _get_length().
9348
9349 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9350
9351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9352         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9353           Fix interrupt event handling (#144436).
9354
9355 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9356
9357         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9358           Hide unused glory.
9359
9360 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9361
9362         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9363
9364         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9365           Fix weird caps (#157548).
9366
9367 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9368
9369         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9370
9371         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9372           Add missing NULL terminator (#157543).
9373
9374 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9375
9376         * gst/tcp/gsttcp.h:
9377         * gst/tcp/gsttcpclientsink.c:
9378         * gst/tcp/gsttcpclientsrc.c:
9379         * gst/tcp/gsttcpserversink.c:
9380         * gst/tcp/gsttcpserversrc.c:
9381           ports can go up to 65535.  Move common defines to gsttcp.h
9382
9383 2004-11-05  Wim Taymans  <wim@fluendo.com>
9384
9385         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9386         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9387         Added two more colorspaces.
9388
9389 2004-11-05  Wim Taymans  <wim@fluendo.com>
9390
9391         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9392         (gst_ffmpegcsp_avpicture_fill):
9393         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9394         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9395         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9396         More stride fixes.
9397
9398 2004-11-05  Wim Taymans  <wim@fluendo.com>
9399
9400         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9401         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9402         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9403         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9404         (gst_videomixer_loop):
9405         More stride fixes.
9406
9407 2004-11-05  Benjamin Otte  <otte@gnome.org>
9408
9409         * ext/mad/gstmad.c: (gst_mad_chain):
9410           don't overflow data buffer. Flush not needed sync data when syncing
9411           failed.
9412
9413 2004-11-04  Wim Taymans  <wim@fluendo.com>
9414
9415         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9416         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9417         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9418         (gst_alpha_init_params), (gst_alpha_chain),
9419         (gst_alpha_change_state):
9420         Updated the chroma keying algorithm with something more
9421         sophisticated.
9422
9423 2004-11-03  Wim Taymans  <wim@fluendo.com>
9424
9425         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9426         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9427         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9428         Fix stride issues. Does not completely work for odd
9429         heights.
9430
9431 2004-11-03  Wim Taymans  <wim@fluendo.com>
9432
9433         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9434         (gst_alpha_chroma_key), (gst_alpha_chain):
9435         Fix stride issues. Does not completely work for odd
9436         heights.
9437
9438 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9439
9440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9441         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9442         leak fixes
9443
9444 2004-11-03  Wim Taymans  <wim@fluendo.com>
9445
9446         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9447         (gst_ffmpegcsp_avpicture_fill):
9448         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9449         (avpicture_alloc):
9450         * gst/ffmpegcolorspace/imgconvert_template.h:
9451         Use correct _fill function to get correct strides.
9452
9453 2004-11-02  David Schleef  <ds@schleef.org>
9454
9455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9456         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9457         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9458         Change all g_print()s to debugging.  Add a bunch of consistency
9459         checks.
9460
9461 2004-11-02  Wim Taymans  <wim@fluendo.com>
9462
9463         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9464         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9465         (unlinked), (no_more_pads), (close_link):
9466         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9467         (unknown_type), (add_element_stream), (new_decoded_pad),
9468         (removed_decoded_pad), (setup_source):
9469         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9470         (gst_stream_info_class_init), (gst_stream_info_init),
9471         (gst_stream_info_new), (gst_stream_info_dispose),
9472         (stream_info_mute_pad), (gst_stream_info_set_property),
9473         (gst_stream_info_get_property):
9474         * gst/playback/gststreaminfo.h:
9475         Fix playback of multiple files.
9476         a slightly different approach to handling dynamic pad removals.
9477         This one only looks at pads that we have linked.
9478
9479 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9480
9481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9482         free" warning from libc.
9483
9484 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9485
9486         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9487         (get_unconnected_element), (remove_starting_from), (pad_removed),
9488         (close_link):
9489           Implement support for dynamic pad changing. We listen to "live"
9490           pad removals (i.e. while playing) and re-setup autoplugging
9491           after that. Playbasebin/playbin need some more work for this
9492           to finally work, but decodebin supports (and replugs) chained
9493           ogg now.
9494
9495 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9496
9497         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9498         (gst_alsa_finalize):
9499         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9500         (gst_cdaudio_finalize):
9501         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9502         (cdparanoia_finalize):
9503         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9504         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9505         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9506         (dvdreadsrc_finalize):
9507         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9508         (gst_flacdec_finalize):
9509         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9510         (gst_flacenc_finalize):
9511         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9512         (gst_gnomevfssink_finalize):
9513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9514         (gst_gnomevfssrc_finalize):
9515         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9516         (gst_fameenc_finalize):
9517         * ext/nas/nassink.c: (gst_nassink_class_init),
9518         (gst_nassink_finalize):
9519         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9520         (gst_sdlvideosink_class_init):
9521         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9522         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9523         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9524         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9525         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9526         (gst_x_window_listener_dispose):
9527         * gst/audioscale/gstaudioscale.c:
9528         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9529         (play_on_demand_finalize):
9530         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9532         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9533         (cdplayer_finalize):
9534         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9535         (gst_glimagesink_class_init):
9536         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9537         (gst_osselement_finalize):
9538         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9539         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9540         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9541           Fixes a bunch of problems with finalize and dispose functions,
9542           either assumptions that dispose is only called once, or not calling
9543           the parent class dispose/finalize function
9544
9545 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9546
9547         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9548           added two api precondition guards
9549           use g_strdup with getenv to fix crash when using ENVVAR
9550
9551 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9552         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9553         (gst_esdsink_finalize):
9554         Use a finalize function, not dispose, and more importantly,
9555         call the parent class finalize function too
9556
9557 2004-11-01  Johan Dahlin  <johan@gnome.org>
9558
9559         * ext/ogg/gstoggdemux.c:
9560         * gst/tags/gstvorbistag.c:
9561         Plug leaks.
9562
9563 2004-10-31  Benjamin Otte  <otte@gnome.org>
9564
9565         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9566           lotsa memleaks today. But they're all small...
9567
9568 2004-10-31  Benjamin Otte  <otte@gnome.org>
9569
9570         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9571           another memleak crushed
9572
9573 2004-10-31  Benjamin Otte  <otte@gnome.org>
9574
9575         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9576           fix memleak
9577
9578 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9579
9580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9581           Hack to prevent crash when going to READY inside signal handler
9582           while this function is active.
9583
9584 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9585
9586         * gst/ffmpegcolorspace/Makefile.am:
9587         * gst/ffmpegcolorspace/avcodec.h:
9588         * gst/ffmpegcolorspace/common.h:
9589         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9590         * gst/ffmpegcolorspace/dsputil.h:
9591         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9593         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9594         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9595         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9596         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9597         (gst_ffmpegcsp_avpicture_fill):
9598         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9600         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9601         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9602         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9603         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9604         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9605         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9606         * gst/ffmpegcolorspace/imgconvert.c:
9607         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9608         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9609         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9610         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9611         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9612         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9613         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9614         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9615         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9616         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9617         (grow21), (grow22), (grow41), (grow44), (conv411),
9618         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9619         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9620         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9621         (avpicture_free), (is_yuv_planar), (img_convert),
9622         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9623         (deinterlace_line_inplace), (deinterlace_bottom_field),
9624         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9625         * gst/ffmpegcolorspace/imgconvert_template.h:
9626         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9627         * gst/ffmpegcolorspace/mmx.h:
9628         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9629         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9630         (av_freep), (avcodec_get_context_defaults),
9631         (avcodec_alloc_context), (avcodec_init):
9632           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9633           handling plus update from ffmpeg CVS. Large clean-up.
9634
9635 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9636
9637         * gst/playback/Makefile.am:
9638           We need the marshallers for decodebin, too.
9639
9640 2004-10-30  David Schleef  <ds@schleef.org>
9641
9642         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9643           quicktime typefinding work with 64-bit offsets.
9644
9645 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9646
9647         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9648           Set EOS on the element when processing an EOS event.
9649         * ext/speex/gstspeexdec.h:
9650         * ext/speex/gstspeexenc.h:
9651           Only keep a const ptr to the mode
9652         * gst-libs/gst/riff/riff-media.c:
9653         (gst_riff_create_audio_caps_with_data),
9654         (gst_riff_create_audio_template_caps):
9655           Allow WMAV3, with up to 6 channels.
9656         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9657           Don't call gst_pad_set_event_function on a sink pad.
9658         * gst/mpegstream/gstdvddemux.c:
9659         (gst_dvd_demux_get_subpicture_stream),
9660         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9661           Copy the explicit caps that were set across to the cur_* pads,
9662           instead of trying to use a possibly non-existent negotiated caps.
9663           Reset the type of subpicture pads to UNKNOWN after calling
9664           init_stream, so that the caps get set.
9665
9666 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9667
9668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9669
9670         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9671           Don't touch buffer if it is of size 0 (fixes #151064).
9672
9673 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9674
9675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9676           Synchronized discont handling.
9677
9678 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9679
9680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9681         (gst_ogg_demux_push):
9682           Make seeking sort-of exact again (fixes #156387).
9683
9684 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9685
9686         * gst/playback/gstplaybasebin.c: (unknown_type),
9687         (add_element_stream), (new_decoded_pad),
9688         (gst_play_base_bin_change_state):
9689         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9690         (gst_stream_info_init), (gst_stream_info_new),
9691         (gst_stream_info_dispose), (gst_stream_info_get_property):
9692         * gst/playback/gststreaminfo.h:
9693           Make caps explicitely available. Makes testing for unsupported
9694           types possible. Improves error reporting.
9695
9696 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9697
9698         * gst/audioconvert/gstaudioconvert.c:
9699         (gst_audio_convert_buffer_to_default_format):
9700           Really don't touch read-only buffers (#156563).
9701
9702 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9703
9704         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9705
9706         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9707           Fix memleak (#155223).
9708
9709 2004-10-29  Wim Taymans  <wim@fluendo.com>
9710
9711         * gst/tcp/.cvsignore:
9712         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9713         (gst_multifdsink_class_init), (gst_multifdsink_init),
9714         (gst_multifdsink_add), (gst_multifdsink_remove),
9715         (gst_multifdsink_remove_client_link), (is_sync_frame),
9716         (gst_multifdsink_new_client),
9717         (gst_multifdsink_handle_client_write),
9718         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9719         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9720         (gst_multifdsink_get_property):
9721         * gst/tcp/gstmultifdsink.h:
9722         Added burst on connect sync_method, deprecated sync_clients,
9723         streamlined the sync code some more.
9724
9725 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9726
9727         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9728         (gst_play_base_bin_change_state):
9729           Improve error reporting.
9730
9731 2004-10-28  Wim Taymans  <wim@fluendo.com>
9732
9733         * gst/tcp/Makefile.am:
9734         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9735         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9736         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9737         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9738         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9739         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9740         (gst_fdset_wait):
9741         Added more locks around fdset structures. Fixed/reworked
9742         the poll array resizing code.
9743         Added stress test for fdset.
9744
9745 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9746
9747         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9748         fix build
9749
9750 2004-10-28  Benjamin Otte  <otte@gnome.org>
9751
9752         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9753           fix link function to always query channels and query width for
9754           floats
9755         * configure.ac:
9756           add equalizer dir
9757         * gst/equalizer/Makefile.am:
9758         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9759         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9760         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9761         (arg_to_scale), (setup_filter),
9762         (gst_iir_equalizer_compute_frequencies),
9763         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9764         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9765         (plugin_init):
9766           add an equalizer
9767
9768 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9769
9770         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9771
9772         * po/LINGUAS:
9773         * po/nb.po:
9774           Added Norwegian Bokmaal translation
9775
9776 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9779           Don't break on options (fixes #156488).
9780
9781 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9782
9783         * configure.ac:
9784         * ext/cdaudio/Makefile.am:
9785         * sys/Makefile.am:
9786           fix build on older automake
9787
9788 2004-10-26  Wim Taymans  <wim@fluendo.com>
9789
9790         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9791         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9792         Allow a little margin when negotiating the framerate.
9793
9794 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9795
9796         * gst/level/gstlevel.c:
9797           synchonised naming of pads and pad-templates
9798
9799 2004-10-26  Wim Taymans  <wim@fluendo.com>
9800
9801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9802         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9803         (_find_streams_check), (gst_ogg_demux_push):
9804         Fix EOS again. Needs to be done in a better way. We should not
9805         remove the pad if there is no new chained stream.
9806
9807 2004-10-26 Iain <iaingnome@gmail.com>
9808
9809         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9810         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9811         of the caps.
9812         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9813         pad.
9814         (interleave_release_pad): Remove the pad.
9815         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9816         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9817         the set device.
9818         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9819         attrs
9820         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9821         (gst_xvimagesink_finalize): Free the par.
9822
9823 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9824
9825         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9826         (gst_avimux_stop_file):
9827           First calculate the rate, and only then use it. Hdr.rate is a
9828           multiple and not a derivative of hdr.scale. Scale is not the
9829           same as blockalign but is solely related to rate.
9830
9831 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9832
9833         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9834         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9835           Implement seeking.
9836
9837 2004-10-25  James Henstridge  <james@jamesh.id.au>
9838
9839         Reviewed by:  David Schleef  <ds@schleef.org>
9840
9841         * examples/gstplay/player.c: (got_stream_length), (main):
9842         * examples/seeking/cdplayer.c: (update_scale):
9843         * examples/seeking/seek.c: (format_value), (update_scale):
9844         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9845         (stop_seek):
9846         Build fixes on AMD64.
9847
9848 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9849
9850         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9851
9852         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9853         Fix for some v4l cards which hang in v4lsrc
9854
9855 2004-10-25  Wim Taymans  <wim@fluendo.com>
9856
9857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9858         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9859         Make sure to remove the pad when a new chain is
9860         encountered. Set some vars to NULL so we don't try
9861         to reference freed memory.
9862
9863 2004-10-25  Wim Taymans  <wim@fluendo.com>
9864
9865         * examples/seeking/Makefile.am:
9866         * examples/seeking/cdplayer.c: (update_scale):
9867         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9868         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9869         (format_value), (update_scale), (iterate), (start_seek),
9870         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9871         (print_usage), (main):
9872         Added some more examples, update others.
9873
9874 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9875
9876         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9877         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9878         * ext/theora/theoradec.c: (theora_dec_chain):
9879         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9880           Add codec-name metadata.
9881
9882 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9883
9884         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9885
9886         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9887         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9888         * ext/alsa/gstalsamixertrack.h:
9889         * po/POTFILES.in:
9890           ALSA mixer track label internationalization (#154054).
9891
9892 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9893
9894         * ext/theora/theoradec.c: (theora_dec_chain):
9895           Export bitrate as metadata.
9896
9897 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9898
9899         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9900         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9901         * ext/alsa/gstalsamixertrack.h:
9902           Fix names, fix loop.
9903
9904 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9905
9906         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9907         (speex_dec_convert):
9908           sinkconvert function so oggdemux can get the file length (totem).
9909
9910 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9911
9912         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9913
9914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9915           Don't push incomplete packets.
9916         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9917           Fix MPEG-4 audio typefinding.
9918
9919 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9920
9921         * sys/v4l/Makefile.am:
9922         * sys/v4l/gstv4l.c: (plugin_init):
9923         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9924         (gst_v4lelement_init), (gst_v4lelement_dispose),
9925         (gst_v4lelement_change_state):
9926         * sys/v4l/gstv4lelement.h:
9927         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9928         (gst_v4l_xoverlay_close), (idle_refresh),
9929         (gst_v4l_xoverlay_set_xwindow_id):
9930         * sys/v4l/gstv4lxoverlay.h:
9931         * sys/v4l/v4l-overlay_calls.c:
9932         * sys/v4l/v4l_calls.h:
9933         * sys/v4l2/Makefile.am:
9934         * sys/v4l2/gstv4l2.c: (plugin_init):
9935         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9936         (gst_v4l2element_init), (gst_v4l2element_dispose),
9937         (gst_v4l2element_change_state):
9938         * sys/v4l2/gstv4l2element.h:
9939         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9940         (gst_v4l2_xoverlay_close), (idle_refresh),
9941         (gst_v4l2_xoverlay_set_xwindow_id):
9942         * sys/v4l2/gstv4l2xoverlay.h:
9943         * sys/v4l2/v4l2-overlay_calls.c:
9944         * sys/v4l2/v4l2_calls.h:
9945           Remove client-side overlay handling, use the X-server v4l plugin
9946           for that. Nicer overlay, less code. Also make the plugin
9947           compileable without X (but then without overlay, obviously).
9948           Makes xwindowlistener obsolete, should we remove that?
9949
9950 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9951
9952         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9953         (gst_osssrc_src_query):
9954         * sys/oss/gstosssrc.h:
9955           OK, so people want offset in DEFAULT. This time, actually fix all
9956           cases.
9957         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9958           Add FPS properly.
9959
9960 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9961
9962         * gst/asfdemux/gstasfmux.c:
9963         * gst/avi/gstavimux.c:
9964           Framerate.
9965
9966 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9967
9968         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9969           Fix properties (channel, norm, frequency).
9970
9971 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9972
9973         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9974           Flag typo.
9975         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9976           No warnings.
9977
9978 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9979
9980         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9981           Fix hang.
9982
9983 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9984
9985         * sys/v4l2/gstv4l2element.h:
9986           Yet Another Hack (tm) for kernel header borkedness.
9987         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9988         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9989         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9990         (gst_v4l2src_change_state):
9991         * sys/v4l2/gstv4l2src.h:
9992         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9993         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9994           Fix caps, keep track of state, work.
9995
9996 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9997
9998         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9999           Quiet.
10000
10001 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10002
10003         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10004           Don't mix bytes and samples.
10005
10006 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10007
10008         * ext/ogg/gstoggmux.c:
10009           Basic pad template which accepts OGM tracks, speex, flac, vorbis
10010           and theora. Any is incorrect.
10011         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
10012           Fix caps.
10013         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10014         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10015         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
10016         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
10017         * sys/v4l/gstv4lmjpegsrc.h:
10018         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
10019         (gst_v4lsrc_change_state):
10020         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
10021         (gst_v4lmjpegsrc_capture_stop):
10022           Fix caps. Keep track of internal state. Work.
10023
10024 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10025
10026         * ext/Makefile.am:
10027           Fix the build fixes.
10028
10029 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10030
10031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10032         (gst_ogg_demux_src_event), (_find_chain_seek),
10033         (gst_ogg_pad_push):
10034           Check for pad availability before using it.
10035         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10036           Fix parsing of chained ogg. Needs more work on the decoder side.
10037
10038 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10039
10040         * gst/spectrum/Makefile.am:
10041         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10042         (idle_func):
10043           Fix demo and reenable it. Yes, I'm currently playing with audio
10044           analysis tools
10045
10046 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10049           We love it if files that start at zero work too...
10050
10051 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10052
10053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10054           Handle files with missing EOS headers.
10055
10056 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10057
10058         * gst/tcp/gsttcpserversink.c:
10059         (gst_tcpserversink_handle_server_read),
10060         (gst_tcpserversink_init_send):
10061         Zero some variables first (need for accept not to return EINVAL)
10062
10063 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10064
10065         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10066         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10067         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10068         (theora_dec_chain):
10069         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10070         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10071           Seeking and querying finetune.
10072
10073 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10074
10075         * configure.ac:
10076         * ext/Makefile.am:
10077         * ext/raw1394/Makefile.am:
10078           fix the build
10079
10080 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10083           Wrong return.
10084         * gst/playback/Makefile.am:
10085         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10086         * gst/playback/gstplay-marshal.list:
10087         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10088           Fix marshallers.
10089
10090 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10091
10092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10093           Silence.
10094
10095 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10096
10097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10098         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10099         (gst_ogg_pad_push):
10100           Yay for non-lineair granulepos in theora.
10101
10102 2004-10-18  Wim Taymans  <wim@fluendo.com>
10103
10104         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10105         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10106         * ext/dv/gstdvdec.h:
10107         Make sure we renegotiate aspect ratio when the camera switches.
10108
10109 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10110
10111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10112         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10113           Start at zero.
10114         * ext/theora/theoradec.c: (theora_dec_chain):
10115           Skip headers. Bad idea for chained ogg, but fixes seeking.
10116
10117 2004-10-18  Wim Taymans  <wim@fluendo.com>
10118
10119         * configure.ac:
10120         I swear, this is the last time I touch this.
10121
10122 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10123
10124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10125         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10126         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10127           Faster seeking.
10128         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10129           Time-to-default conversion.
10130         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10131           Don't error on unknown packets, just skip. We should probably
10132           read them if we want to support chained ogg.
10133
10134 2004-10-18  Wim Taymans  <wim@fluendo.com>
10135
10136         * configure.ac:
10137         Added cdaudio to wrong list.
10138
10139 2004-10-18  Wim Taymans  <wim@fluendo.com>
10140
10141         * configure.ac:
10142         Revive cdaudio.
10143
10144 2004-10-18  Wim Taymans  <wim@fluendo.com>
10145
10146         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10147         (gst_dvdec_video_link), (gst_dvdec_push):
10148         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10149         (gst_smokeenc_resync), (gst_smokeenc_chain):
10150         Fix mimetype on smoke encoder.
10151         Add aspect ratio to dvdec. Not sure if these
10152         values are correct though....
10153
10154 2004-10-18  Wim Taymans  <wim@fluendo.com>
10155
10156         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10157         Fix vorbis property descriptions and ranges.
10158
10159 2004-10-18  Wim Taymans  <wim@fluendo.com>
10160
10161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10162         Really do nothing when no data is available.
10163         Go to the playing state when the stream is not seekable
10164         instead of failing.
10165
10166 2004-10-18  Wim Taymans  <wim@fluendo.com>
10167
10168         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10169         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10170         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10171         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10172         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10173         Added uri handler for cd://
10174         Port to new API.
10175
10176 2004-10-18  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10179         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10180         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10181         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10182         (remove_prerolls), (unknown_type), (add_element_stream),
10183         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10184         (gst_play_base_bin_remove_element),
10185         (gst_play_base_bin_link_stream):
10186         * gst/playback/gstplaybin.c: (gen_video_element),
10187         (gen_vis_element), (remove_sinks), (setup_sinks):
10188         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10189         (gst_stream_info_get_type), (gst_stream_info_class_init),
10190         (gst_stream_info_init), (gst_stream_info_new),
10191         (gst_stream_info_dispose), (stream_info_mute_pad),
10192         (gst_stream_info_set_property), (gst_stream_info_get_property):
10193         * gst/playback/gststreaminfo.h:
10194         Add sink padtemplate to decodebin.
10195         Added some more comments.
10196         Make queue size configurable in playbasebin.
10197         Added possibility to use elements as sinks (ex cdaudio).
10198
10199 2004-10-15  Wim Taymans  <wim@fluendo.com>
10200
10201         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10202         (gst_speexenc_chain):
10203         Fix speex timestamps so that it gets muxed properly.
10204
10205 2004-10-15  Wim Taymans  <wim@fluendo.com>
10206
10207         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10208         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10209         (gst_dv1394src_init), (gst_dv1394src_dispose),
10210         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10211         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10212         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10213         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10214         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10215         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10216         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10217         * ext/raw1394/gstdv1394src.h:
10218         Added conversion/query functions.
10219         Update buffer timestamps,
10220         Added signals.
10221         Added uri dv:// so it might play from the firewire in playbin.
10222         Fix a possible leak.
10223         Added debugging.
10224
10225 2004-10-15  Wim Taymans  <wim@fluendo.com>
10226
10227         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10228         (gst_dv1394src_init), (gst_dv1394src_set_property),
10229         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10230         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10231         * ext/raw1394/gstdv1394src.h:
10232         Added AV/C VTR control support needed for some cameras.
10233         Added automatic port detection.
10234         Added properties for selecting the channel.
10235         The configure.ac script is not yet updated to reflect the
10236         new libavc1394 and librom1394 dependencies.
10237
10238 2004-10-15  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10241         (qtdemux_parse), (gst_qtdemux_handle_esds):
10242         An esds box is not a container.
10243         Fix parsing of mp4v boxes.
10244         Do not try to renegotiate fps for each frame. Need to
10245         find a better method. This should fix mp4 playback.
10246
10247 2004-10-14  David Schleef  <ds@schleef.org>
10248
10249         * configure.ac: update for swfdec-0.3 and liboil-0.2
10250         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10251         * ext/swfdec/gstswfdec.h: same
10252         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10253         * gst/videotestsrc/videotestsrc.c: same
10254
10255 2004-10-14  Wim Taymans  <wim@fluendo.com>
10256
10257         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10258         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10259         (is_sync_frame), (gst_multifdsink_new_client),
10260         (gst_multifdsink_handle_client_write),
10261         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10262         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10263         Turn warnings into info.
10264         Don't allow a state change in the streaming thread.
10265
10266 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10267
10268         * ext/vorbis/oggvorbisenc.c:
10269         * ext/vorbis/vorbisdec.c:
10270           fix template sample rate
10271
10272 2004-10-13  Wim Taymans  <wim@fluendo.com>
10273
10274         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10275         Decoding the header first fixes some problems in resyncing
10276         in more mp3s.
10277
10278 2004-10-12  Wim Taymans  <wim@fluendo.com>
10279
10280         * gst/playback/gstplaybin.c: (gen_video_element),
10281         (gen_vis_element), (remove_sinks), (setup_sinks):
10282         Added vis plugin support, need to configure the vis
10283         element to activate it.
10284
10285 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10286
10287         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10288         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10289           Some debug.
10290         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10291         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10292         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10293         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10294         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10295         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10296         * gst/avi/gstavidemux.h:
10297           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10298           recovery (where, if part of the index is broken, we will still read
10299           the rest of the index and recover the broken part by stream
10300           scanning). More broken media support. EOS workarounds. General AVI
10301           braindamage headache recovery. Aspirin included.
10302
10303 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10304
10305         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10306         (cdparanoia_event), (cdparanoia_query):
10307           Get rid of hideous lead-in.
10308
10309 2004-10-11  Wim Taymans  <wim@fluendo.com>
10310
10311         * gst/playback/gstplaybasebin.c: (setup_source):
10312         Wrong var used to get g_list_next.
10313
10314 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10315
10316         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10317         (cdparanoia_get), (cdparanoia_open):
10318           Report discid as metadata, add duration.
10319
10320 2004-10-11  Wim Taymans  <wim@fluendo.com>
10321
10322         * gst/playback/gstplaybasebin.c: (setup_source):
10323         Cleanup the previous pipeline a little earlier for the
10324         case that a source element provides raw data.
10325
10326 2004-10-11  Benjamin Otte  <otte@gnome.org>
10327
10328         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10329           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10330           consuming the last 128 bytes, even though it was valid mp3 data.
10331
10332 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10333
10334         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10335         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10336         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10337         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10338
10339 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10340
10341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10342         Fix for webcams that support only specific width or height
10343
10344 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10345
10346         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10347
10348         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10349           Fix wrong discont event setup (fixes #154967).
10350
10351 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10352
10353         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10354
10355         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10356           Error out on invalid data (fixes #154807).
10357
10358 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10359
10360         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10361
10362         * ext/dvdread/dvdreadsrc.c: (_read):
10363           Make titles > 0 work again (fixes #154834).
10364
10365 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * gst-libs/gst/riff/riff-media.c:
10368         (gst_riff_create_video_template_caps):
10369           WMV3 missing in template caps.
10370
10371 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10372
10373         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10374           OK, so the original code was too strict. It makes random AVI files
10375           hang for seconds upon opening, which is unacceptable and is far
10376           beyond the original goal of getting multiple chunks for one-chunk
10377           sounc stream files. So now do just that.
10378
10379 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10380
10381         * gst/playback/gstplaybasebin.c: (setup_source),
10382         (gst_play_base_bin_change_state):
10383           Actually clean up streaminfo if output fails. This would trigger
10384           if, for example, there was no CD in the drive. No preroll, so
10385           a streaminfo structure is created, but the subsequent state change
10386           of the thread fails.
10387         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10388           Don't change state if parent failed.
10389
10390 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10391
10392         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10393         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10394         (gen_video_element), (remove_sinks):
10395           Add small bits of code for screenshot handling.
10396
10397 2004-10-08  Wim Taymans  <wim@fluendo.com>
10398
10399         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10400         (gen_video_element), (gen_audio_element), (setup_sinks):
10401         Don't assume the user provided sinks are named "sink"...
10402
10403 2004-10-08  Wim Taymans  <wim@fluendo.com>
10404
10405         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10406         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10407         (gst_play_base_bin_link_stream):
10408         Do not try to autoplug sources that generate raw streams like
10409         cdparanoia.
10410         disconnect the preroll overrun signal when we don't need it anymore.
10411
10412 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10413
10414         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10415         Added reworked patch from #154903 from milosz derezynski (deadchip).
10416
10417 2004-10-08  Wim Taymans  <wim@fluendo.com>
10418
10419         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10420         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10421         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10422         (cdparanoia_convert), (cdparanoia_uri_get_type),
10423         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10424         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10425         * ext/cdparanoia/gstcdparanoia.h:
10426         This adds the cdda://<tracknum> uri.
10427
10428 2004-10-08  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10431         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10432         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10434         (unknown_type), (gst_play_base_bin_remove_element),
10435         (gst_play_base_bin_link_stream):
10436         * gst/playback/gstplaybasebin.h:
10437         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10438         (gst_play_bin_set_property), (gen_video_element),
10439         (gen_audio_element), (setup_sinks):
10440         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10441         (gst_stream_info_get_type), (gst_stream_info_class_init),
10442         (gst_stream_info_init), (gst_stream_info_new),
10443         (gst_stream_info_dispose), (stream_info_mute_pad),
10444         (gst_stream_info_set_property), (gst_stream_info_get_property):
10445         * gst/playback/gststreaminfo.h:
10446         Reuse the audio and video bins.
10447         Some internal cleanups in the stream selection code.
10448
10449 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10450
10451         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10452         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10453         * sys/ximage/ximagesink.h:
10454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10455         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10456         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10457         not coming from those elements. Moreover these elements should not keep
10458         the xid they have been given when in NULL state.
10459
10460 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10461
10462         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10463         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10464         * sys/ximage/ximagesink.h:
10465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10466         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10467         * sys/xvimage/xvimagesink.h:
10468           Actually only create a new toplevel window if we're not gonna
10469           embed it right after.
10470
10471 2004-10-07  Wim Taymans  <wim@fluendo.com>
10472
10473         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10474         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10475         * gst/playback/gstplaybin.c: (setup_sinks):
10476         Implement muting/unmuting of streams, mute streams that are not
10477         used.
10478
10479 2004-10-07  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10482         (plugin_init):
10483         Added lame audio/x-ac3 typefind function.
10484
10485 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10486
10487         * configure.ac:
10488           bump nano to cvs
10489
10490 === release 0.8.5 ===
10491
10492 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10493
10494         * NEWS:
10495         * RELEASE:
10496         * configure.ac:
10497           releasing 0.8.5, "Take You On"
10498
10499 2004-10-06  Wim Taymans  <wim@fluendo.com>
10500
10501         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10502         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10503         (no_more_pads), (close_link), (type_found):
10504         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10505         * gst/playback/gstplaybin.c: (gen_video_element):
10506         Do not signal the no_more_pads after the first pad when
10507         we are plugging a non dynamic element with multiple
10508         output pads (like swfdec, dvdec, ...).
10509
10510 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10511
10512         * configure.ac:
10513           bump for prerelease
10514
10515 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10516
10517         * gst/wavparse/gstwavparse.c:
10518           add ATRAC3 to STATIC CAPS to fix a warning
10519
10520         * gst/matroska/ebml-read.c:
10521         * gst-libs/gst/riff/riff-read.c:
10522           fix typos
10523
10524 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10525
10526         * gst-libs/gst/riff/riff-media.c:
10527           generate caps for ATRAC3 audio streams
10528
10529         * gst/realmedia/rmdemux.c:
10530           generate caps for ATRAC3 audio streams
10531
10532 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10533
10534         * gst/wavparse/Makefile.am
10535         * gst/wavparse/riff.h
10536         * gst/wavparse/wavparse.vcproj
10537           riff.h removal (unused and duplication with riff-ids.h)
10538
10539 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10540
10541         * gst/wavparse/gstwavparse.h
10542           remove duplicated defines for audio codec codes
10543
10544         * gst-libs/gst/riff/riff-ids.h
10545         * gst/wavenc/riff.h:
10546           add "4CC" code for ATRAC3 audio streams
10547           add "4CC" code for ITU_G721_ADPCM (unused for now)
10548
10549 2004-10-06  Wim Taymans  <wim@fluendo.com>
10550
10551         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10552         Actually _do_ negotiation. Pass gdouble as arg instead
10553         of guint64 for the framerate.
10554
10555 2004-10-06  Wim Taymans  <wim@fluendo.com>
10556
10557         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10558         (find_compatibles), (close_pad_link), (try_to_link_1),
10559         (no_more_pads), (close_link), (type_found):
10560         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10561         * gst/playback/gstplaybin.c: (gen_video_element),
10562         (gen_audio_element):
10563         Set state on newly added element to READY so that negotiation
10564         can happen ASAP.
10565         Addes some more debug info.
10566         Do not try to plug pads with multiple caps structures or ANY
10567         because it is too dangerous since we do not do dynamic
10568         replugging.
10569
10570 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10571
10572         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10573
10574         * po/LINGUAS:
10575         * po/or.po:
10576           add Oriya translation
10577
10578 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10579
10580         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10581           Prevent overwrite of size member. Makes audio sound crappy.
10582
10583 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10584
10585         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10586         Add rmvb to the list of known RealMedia extensions
10587
10588 2004-10-05  Wim Taymans  <wim@fluendo.com>
10589
10590         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10591         (mngdec_openstream), (mngdec_closestream),
10592         (mngdec_handle_sink_event), (mngdec_readdata),
10593         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10594         (mngdec_getcanvasline), (mngdec_refresh),
10595         (gst_mngdec_change_state):
10596         Set the framerate correctly.
10597
10598 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10599
10600         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10601           There was something wrong with the index massaging.
10602
10603 2004-10-04  Wim Taymans  <wim@fluendo.com>
10604
10605         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10606         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10607         (gst_smokedec_chain):
10608         * ext/jpeg/gstsmokedec.h:
10609         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10610         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10611         * ext/jpeg/gstsmokeenc.h:
10612         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10613         (smokecodec_decode_new), (smokecodec_info_free),
10614         (smokecodec_set_quality), (smokecodec_get_quality),
10615         (smokecodec_set_threshold), (smokecodec_get_threshold),
10616         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10617         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10618         (smokecodec_encode), (smokecodec_parse_id),
10619         (smokecodec_parse_header), (smokecodec_decode):
10620         * ext/jpeg/smokecodec.h:
10621         * ext/jpeg/smokeformat.h:
10622         Updated smoke, new bitstream, allows embedding in ogg.
10623
10624 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10625
10626         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10627           Fix seeking in some files. All this code is no longer needed (and
10628           actually breaks stuff) because we now synchronize the full index
10629           right when reading the header.
10630
10631 2004-10-04  Wim Taymans  <wim@fluendo.com>
10632
10633         * configure.ac:
10634         configure update for libmng.
10635
10636 2004-10-04  Wim Taymans  <wim@fluendo.com>
10637
10638         * ext/libmng/Makefile.am:
10639         * ext/libmng/gstmng.c: (plugin_init):
10640         * ext/libmng/gstmng.h:
10641         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10642         (gst_mngdec_base_init), (gst_mngdec_class_init),
10643         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10644         (gst_mngdec_loop), (gst_mngdec_get_property),
10645         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10646         (mngdec_closestream), (mngdec_handle_sink_event),
10647         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10648         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10649         (gst_mngdec_change_state):
10650         * ext/libmng/gstmngdec.h:
10651         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10652         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10653         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10654         (gst_mngenc_chain), (gst_mngenc_get_property),
10655         (gst_mngenc_set_property):
10656         * ext/libmng/gstmngenc.h:
10657         Added basic MNG decoder. Needs more work. The encoder does
10658         not work yet.
10659
10660 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10661
10662         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10663         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10664         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10665           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10666           no-more-pads.
10667
10668 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10669
10670         * configure.ac:
10671           you need at least 1.0.4 of speex
10672
10673 2004-10-04 Iain <iaingnome@gmail.com>
10674
10675         * ext/speex/gstspeexdec.h: Revert the includes changes.
10676
10677         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10678
10679 2004-09-30 Iain <iaingnome@gmail.com>
10680
10681         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10682         found during init or set as a property instead of hardcoding /dev/audio
10683
10684 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10685
10686         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10687         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10688         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10689         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10690         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10691         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10692         (gst_rmdemux_dump_data):
10693           Use debug category, fix EOS handling. filesrc ! rmdemux now
10694           works.
10695
10696 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10697
10698         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10699         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10700         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10701           Improve allocation, cutting and sorting of the index. How takes a
10702           few seconds instead of minutes.
10703
10704 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10705
10706         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10707           fixed compilation
10708
10709 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst-libs/gst/riff/riff-media.c:
10712         (gst_riff_create_video_caps_with_data),
10713         (gst_riff_create_video_template_caps):
10714           Add wing commander format mimetype/fourccs.
10715         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10716           Don't crash if some value is 0.
10717
10718 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10719
10720         * gst-libs/gst/riff/riff-media.c:
10721         (gst_riff_create_video_caps_with_data),
10722         (gst_riff_create_video_template_caps):
10723           Add DIB fourcc (raw, palettized 8-bit RGB).
10724         * gst-libs/gst/riff/riff-read.c:
10725         (gst_riff_read_strf_vids_with_data):
10726           Oops, fix strf_data reading bug.
10727         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10728           Use a non-NULL tag.
10729         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10730           Time for hacks. Sorry Dave. At least one quicktime movie (a
10731           trailer) that I've encountered contains multiple video tracks.
10732           One of those is the actual video track, the other are one-frame
10733           tracks (images). Unfortunately, the number of frames according
10734           to the trak header is 1 for each, so that doesn't help. So
10735           instead, I look at the duration and discard tracks with a
10736           duration shorter than 20% of the length of the stream. Better
10737           than nothing.
10738
10739 2004-10-01  Christian Schaller <christian@fluendo.com>
10740
10741         * ext/ivorbis/vorbis.c:
10742           Patch from Phil Blundell (Bug 152341)
10743
10744 2004-10-01  Wim Taymans  <wim@fluendo.com>
10745
10746         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10747         (speex_dec_get_formats), (speex_dec_convert),
10748         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10749         (speex_dec_chain), (gst_speexdec_get_property),
10750         (gst_speexdec_set_property):
10751         Small cleanups.
10752
10753 2004-10-01  Wim Taymans  <wim@fluendo.com>
10754
10755         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10756         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10757         (gst_wavparse_other), (gst_wavparse_loop),
10758         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10759         (gst_wavparse_srcpad_event):
10760         * gst/wavparse/gstwavparse.h:
10761         Added some more debugging info.
10762         Fix the case where the length of the file is 0.
10763         Make sure we seek to sample borders.
10764
10765 2004-10-01  Wim Taymans  <wim@fluendo.com>
10766
10767         * gst/playback/README:
10768         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10769         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10770         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10771         Add some debug info to decodebin, update README
10772
10773 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10776           Don't use g_print(); use GST_DEBUG().
10777
10778 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10779
10780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10781         (gst_ogg_mux_queue_pads):
10782           Handle EOS properly.
10783
10784 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10785
10786         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10787
10788         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10789         (gst_faad_chain), (gst_faad_change_state):
10790         * ext/faad/gstfaad.h:
10791           Allow playback of raw (unframed) MPEG AAC files (#148993).
10792
10793 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10794
10795         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10796
10797         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10798           Throw error if we didn't recognize the stream. Fixes #152289.
10799
10800 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10803           Fix negotiation.
10804
10805 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10806
10807         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10808
10809         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10810           Fix memleak.
10811
10812 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10813
10814         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10815
10816         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10817           Solve #152805.
10818         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10819           Solve 152806.
10820
10821 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10822
10823         * gst-libs/gst/riff/riff-media.c:
10824         (gst_riff_create_video_caps_with_data),
10825         (gst_riff_create_audio_caps_with_data):
10826           Add codec_data handling (like asfdemux used to do).
10827         * gst/asfdemux/gstasf.c: (plugin_init):
10828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10829         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10830           Use riff-media for caps creation instead of our own (mostly
10831           broken) copy of its functions.
10832
10833 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10834
10835         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10836           Don't actually error out if we get another return value than
10837           -EINVAL. Opposite to what I first thought, drivers have random
10838           return values for this, although -EINVAL is the expected return
10839           value. Since this is not fatal, we shouldn't use
10840           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10841
10842 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10843
10844         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10845         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10846         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10847         (dvdreadsrc_get), (dvdreadsrc_open_file),
10848         (dvdreadsrc_change_state):
10849           Fix. Don't do one big huge loop around the whole DVD, that will
10850           cache all data and thus eat sizeof(dvd) (several GB) before we
10851           see something.
10852         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10853           Actually NULL'ify event after using it.
10854         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10855         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10856         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10857         (gst_ebml_read_seek), (gst_ebml_read_skip):
10858           Handle events.
10859         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10860         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10861         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10862           Fix timing (this will probably break if I seek using menus, but
10863           I didn't get there yet). VOBs and normal DVDs should now work.
10864           Add a mpeg2-only pad with high rank so this get autoplugged for
10865           MPEG-2 movies.
10866         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10867         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10868         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10869         (gst_mpeg_demux_get_audio_stream),
10870         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10871         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10872           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10873           MPEG-1 but use dvddemux for MPEG-2.
10874         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10875         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10876         (gst_mpeg_parse_parse_packhead):
10877           Timing. Only add pad template if it exists. Add sink template from
10878           class and not from ourselves. This means we will always use the
10879           correct sink template even if it is not the one defined in this
10880           file.
10881
10882 2004-09-29  Wim Taymans  <wim@fluendo.com>
10883
10884         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10885         (gst_mpeg_demux_parse_pes):
10886         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10887         Fix playback of mpeg again, timestamps where screwed up by
10888         patch 1.61.
10889
10890 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10891
10892         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10893           Only return true if we actually filled something in. Prevents
10894           player applications from showing a random length for flac files.
10895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10896         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10897         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10898         (gst_riff_read_strf_vids_with_data),
10899         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10900           OK, ok, so I implemented event handling. Apparently it's normal
10901           that we receive random events at random points without asking
10902           for it.
10903         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10904         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10905         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10906         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10907         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10908         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10909         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10910         * gst/avi/gstavidemux.h:
10911           Implement non-lineair chunk handling and subchunk processing.
10912           The first solves playback of AVI files where the audio and video
10913           data of individual buffers that we read are not synchronized.
10914           This should not happen according to the wonderful AVI specs, but
10915           of course it does happen in reality. It is also a prerequisite for
10916           the second. Subchunk processing allows us to cut chunks in small
10917           pieces and process each of these pieces separately. This is
10918           required because I've seen several AVI files with incredibly large
10919           audio chunks, even some files with only one audio chunk for the
10920           whole file. This allows for proper playback including seeking.
10921           This patch is supposed to fix all AVI A/V sync issues.
10922         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10923         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10924           Work.
10925         * gst/modplug/gstmodplug.cc:
10926           Proper return value setting for the query() function.
10927         * gst/playback/gstplaybasebin.c: (setup_source):
10928           Being in non-playing state (after, e.g., EOS) is not necessarily
10929           a bad thing. Allow for that. This fixes playback of short files.
10930           They don't actually playback fully now, because the clock already
10931           runs. This means that small files (<500kB) with a small length
10932           (<2sec) will still not or barely play. Other files, such as mod
10933           or flx, will work correctly, however.
10934
10935 2004-09-28  Wim Taymans  <wim@fluendo.com>
10936
10937         * ext/speex/gstspeex.c: (plugin_init):
10938         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10939         (gst_speex_dec_class_init), (speex_dec_get_formats),
10940         (speex_get_event_masks), (speex_get_query_types),
10941         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10942         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10943         (gst_speexdec_get_property), (gst_speexdec_set_property),
10944         (speex_dec_change_state):
10945         * ext/speex/gstspeexdec.h:
10946         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10947         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10948         (gst_speexenc_base_init), (gst_speexenc_class_init),
10949         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10950         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10951         (gst_speexenc_src_query), (gst_speexenc_init),
10952         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10953         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10954         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10955         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10956         (gst_speexenc_chain), (gst_speexenc_get_property),
10957         (gst_speexenc_set_property), (gst_speexenc_change_state):
10958         * ext/speex/gstspeexenc.h:
10959         Rewrote speex encoder, make sure it can be embedded in ogg.
10960         Implemented speex decoder.
10961
10962 2004-09-28  Christian Schaller <christian@fluendo.com>
10963
10964         * configure.ac:
10965         Remove kioslave plugin. Markey is brewing a new working one
10966         * ext/Makefile.am: Remove kioslave plugin
10967         * ext/kio: remove
10968         * gst-plugins.spec.in: remove kio plugin from spec
10969
10970 2004-09-27  Wim Taymans  <wim@fluendo.com>
10971
10972         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10973         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10974         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10975         (gst_multifdsink_new_client),
10976         (gst_multifdsink_handle_client_write),
10977         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10978         (gst_multifdsink_handle_clients):
10979         * gst/tcp/gstmultifdsink.h:
10980         Make syncing to keyframes actually work for new clients and lagging
10981         clients.
10982
10983 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10984
10985         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10986         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10987         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10988         * gst/debug/gstnavigationtest.h:
10989           make navigationtest display button-press and button-release events
10990
10991 2004-09-26 Iain <iaingnome@gmail.com>
10992
10993         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10994         the channels have received a new media event.
10995         (interleave_buffered_loop): Compresses a new media event on all
10996         channels into one.
10997
10998 2004-09-26 Iain <iaingnome@gmail.com>
10999
11000         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
11001         call the sinkpad's default event handler and not the srcpads. He also
11002         says this is confusing :)
11003         (gst_wavenc_stop_file): Company says that seek events only go upstream
11004         we should send a discontinuous downstream instead.
11005
11006 2004-09-25  Christian Schaller <christian@fluendo.com>
11007
11008         * Update SPEC file to be usable in conjunction with Fedora Core,
11009           Fedora.us and freshrpms packages
11010         * Fix typo in multifilesrc test Makefile
11011
11012 2004-09-24  Wim Taymans  <wim@fluendo.com>
11013
11014         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11015         Only signal the no_more_pads signal when we have
11016         added the stream to our list.
11017
11018 2004-09-24  Wim Taymans  <wim@fluendo.com>
11019
11020         * gst/playback/gstplaybasebin.c: (remove_prerolls),
11021         (new_decoded_pad):
11022         * gst/playback/gstplaybasebin.h:
11023         * gst/playback/gstplaybin.c: (setup_sinks):
11024         Don't try to preroll or decode more than one audio/video
11025         track.
11026
11027 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11028
11029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11030           Throw error if we failed to find a suitable output. This should
11031           throw an error if we successfully set up a pipeline (e.g. because
11032           we recognized a media file) but found no decodable streams in it
11033           (e.g. because it contains only media stream types for which we
11034           have no decoders, or because it's not a media type).
11035
11036 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11037
11038         * ext/dirac/Makefile.am:
11039         * ext/dirac/gstdirac.cc:
11040         * ext/dirac/gstdiracdec.cc:
11041         * ext/dirac/gstdiracdec.h:
11042           Do something. Don't actually know if this works because I don't
11043           have a demuxer yet.
11044         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11045           Add channels=1 to caps returned from _getcaps().
11046         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11047         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11048         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11049         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11050         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11051         (gst_ogm_parse_change_state):
11052           Separate between audio/video so ogmaudioparse actually uses the
11053           audio pad templates. Both audio and video work now, including
11054           autoplugging. Also use sometimes-srcpad hack.
11055         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11056           Handle events better. Don't hang on infinite loops.
11057         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11058         (gst_avi_demux_init), (gst_avi_demux_reset),
11059         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11060         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11061         (gst_avi_demux_change_state):
11062         * gst/avi/gstavidemux.h:
11063           Improve A/V sync. Still not perfect.
11064         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11065         (gst_ebml_read_skip):
11066           Handle events better.
11067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11068         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11069         (qtdemux_audio_caps):
11070           Add IMA4. Improve event handling. Save offset after a seek when
11071           the headers are at the end of the file so that we don't end up in
11072           an infinite loop.
11073         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11074           Add low-priority typefind support for files with no length.
11075
11076 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11077
11078         * testsuite/multifilesink/Makefile.am:
11079         fix typo
11080
11081 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11082
11083         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11085         mistakes from thaytan's patches.
11086
11087 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11088
11089         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11090           For completeness, XSync in the destroy function as xvimage does.
11091
11092 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11093
11094         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11095            Correct caps negotiation
11096         * gst/volume/gstvolume.c: (volume_chain_float),
11097         (volume_chain_int16):
11098            Modify debug output to be little more informative
11099         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11101         (gst_xvimagesink_xvimage_destroy):
11102           Add XSync calls after detaching from the shared memory segment to
11103           avoid a crash.
11104
11105 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11106
11107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11108         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11109         * ext/vorbis/vorbis.c: (plugin_init):
11110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11111         (gst_vorbisenc_chain):
11112         * ext/vorbis/vorbisenc.h:
11113         remove explicit newmedia support from oggmux and vorbisenc
11114         add debug category to vorbisenc
11115         * gst/multifilesink/gstmultifilesink.c:
11116         (gst_multifilesink_class_init), (gst_multifilesink_init),
11117         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11118         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11119         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11120         (plugin_init):
11121         * gst/multifilesink/gstmultifilesink.h:
11122         add support for streamheader in multifilesink
11123
11124 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11125
11126         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11127         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11128         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11129           Prevent infinite loops. More correct error reporting.
11130         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11131           Error out if negotiation fails.
11132         * gst/playback/gstplaybasebin.c: (setup_source),
11133         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11134         (gst_play_base_bin_found_tag):
11135           Error/tag forwarding. Pre-roll fixes for source errors on state
11136           changes (e.g. "file does not exist") to prevent hangs.
11137
11138 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11139
11140         * testsuite/multifilesink/Makefile.am:
11141         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11142         (gst_newmedia_class_init), (gst_newmedia_init),
11143         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11144         (newfile_signal), (test_signal), (main):
11145         * testsuite/multifilesink/multifilesrc_test.c: (main):
11146         * testsuite/multifilesink/oggtheora_test.c:
11147         (gst_newmedia_base_init), (gst_newmedia_class_init),
11148         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11149         (test_format), (newfile_signal), (test_signal), (main):
11150         * testsuite/multifilesink/oggvorbis_test.c:
11151         (gst_newmedia_base_init), (gst_newmedia_class_init),
11152         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11153         (test_format), (newfile_signal), (test_signal), (main):
11154         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11155         (gst_newmedia_class_init), (gst_newmedia_init),
11156         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11157         (newfile_signal), (test_signal), (main):
11158         New media tests
11159
11160 2004-09-20  Christian Schaller <christian@fluendo.com>
11161
11162         * Fix mikmod license to LGPL as they have relicensed
11163         * Move Dirac and Effectv into LGPL section of README_license
11164
11165 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11166
11167         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11168         (gst_mad_change_state):
11169           Allow for mp3 rate/channels changes. However, only very
11170           conservatively. Reason that we *have* to enable this is smiply
11171           because the mad find_sync() function is not good enough, it will
11172           regularly sync on random data as valid frames and therefore make
11173           us provide random caps as *final* caps of the stream. The best fix
11174           I could think of is to simply require several of the same stream
11175           changes in a row before we change caps.
11176           The actual testcase that works now is #
11177         * ext/ogg/Makefile.am:
11178         * ext/ogg/gstogg.c: (plugin_init):
11179         * ext/ogg/gstogmparse.c:
11180           OGM support (video only for now; I need an audio sample file).
11181         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11182         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11183         (gst_asf_demux_add_video_stream):
11184           WMV extradata.
11185         * gst/playback/gstplaybasebin.c: (unknown_type):
11186           Don't error out on single unknown-types after all. It's wrong.
11187           If we found type of video and audio but not of a subtitle stream,
11188           it will still error out (which is unwanted). Will find a better fix
11189           later on.
11190         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11191         (ogmaudio_type_find), (plugin_init):
11192           OGM support.
11193
11194 2004-09-20  Johan Dahlin  <johan@gnome.org>
11195
11196         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11197         after setting caps.
11198
11199 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11200
11201         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11202         * gst/wavenc/gstwavenc.h:
11203         Added newmedia support to wavenc
11204
11205 2004-09-17  Wim Taymans  <wim@fluendo.com>
11206
11207         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11208         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11209         (gst_fdset_fd_can_write), (gst_fdset_wait):
11210         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11211         (gst_multifdsink_init), (gst_multifdsink_add),
11212         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11213         (gst_multifdsink_remove_client_link),
11214         (gst_multifdsink_client_queue_buffer),
11215         (gst_multifdsink_handle_client_write),
11216         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11217         (gst_multifdsink_close), (gst_multifdsink_change_state):
11218         * gst/tcp/gstmultifdsink.h:
11219         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11220         (gst_tcpserversink_removed):
11221         Small cleanups in fdset.c
11222         Use a hastable to map fd to the client structure for faster
11223         lookup in _remove and get_stats.
11224         Added virtual function to close the fds.
11225         Handle clients even when the select/poll call was unblocked because
11226         of a command.
11227         Implement syncing to keyframe in the recovery procedure.
11228
11229 2004-09-16 Iain <iaingnome@gmail.com>
11230
11231         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11232         try caps.
11233
11234 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11235
11236         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11237           Caps are only set if the type of the stream is unknown, but this
11238           is initialized in ->init_stream(), so set to UNKNOWN after calling
11239           ->init_stream() so that capsnego starts.
11240
11241 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11242
11243         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11244         (gst_avi_demux_stream_data):
11245           Just hardcode for raw audio then. AVI audio sucks.
11246
11247 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11248
11249         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11250         * gst/matroska/matroska-mux.c: (audiosink_templ),
11251         (gst_matroska_mux_audio_pad_link):
11252         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11253         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11254
11255 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11256
11257         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11258         (gst_avi_demux_stream_data):
11259           Try to fix a/v sync issues.
11260
11261 2004-09-15  David Schleef  <ds@schleef.org>
11262
11263         * configure.ac: remove NASM check, since we don't use it.  Update
11264         dirac check to 0.4
11265         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11266         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11267         Initialized variables.
11268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11269         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11270         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11271         SVQ3 format
11272
11273 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11274
11275         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11276         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11277         * gst/avi/gstavidemux.h:
11278           Fix for compressed audio (mp3) timestamp generation. How did this
11279           ever work?
11280
11281 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11282
11283         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11284           Volume is a double not a float.
11285
11286 2004-09-15  Wim Taymans  <wim@fluendo.com>
11287
11288         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11289         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11290         Don't close the fd in multifdsink as we didn't open it in the
11291         first place. Some cleanups.
11292
11293 2004-09-15  Wim Taymans  <wim@fluendo.com>
11294
11295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11297         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11298         Fix the case where the muxer would mark pages as delta
11299         frames when they are not (vorbis only ogg).
11300
11301 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11302
11303         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11304         (gst_play_base_bin_change_state):
11305           Handle the case where we failed to setup a clear pipeline. This
11306           will throw an error (or EOS, another nice case) and if you don't
11307           catch that, the app will wait for the signal forever (and thus
11308           hang).
11309
11310 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11311
11312         * ext/gnomevfs/gstgnomevfssink.c:
11313         (gst_gnomevfssink_uri_get_protocols):
11314         * ext/gnomevfs/gstgnomevfssrc.c:
11315         (gst_gnomevfssrc_uri_get_protocols):
11316         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11317         * ext/gnomevfs/gstgnomevfsuri.h:
11318           Use _uri_new() instead of _open(), so it doesn't take as long and
11319           Christophe's computer won't hang.
11320         * gst/playback/gstplaybasebin.c: (unknown_type):
11321           Throw error on unknown media type, so apps actually display it.
11322
11323 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11324
11325         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11326           this script to work on Solaris since bash shell handles echo
11327           differenly than bash.
11328
11329 2004-09-17  Wim Taymans  <wim@fluendo.com>
11330
11331         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11332         (setup_source), (gst_play_base_bin_set_property),
11333         (gst_play_base_bin_add_element):
11334         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11335         Some more work on making sure seeking pauses the pipeline and
11336         that changing the uri actually does something.
11337
11338 2004-09-17  Wim Taymans  <wim@fluendo.com>
11339
11340         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11342         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11343         (gst_tcpserversink_close):
11344         Be a bit more paranoid when freeing memory.
11345
11346 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11347
11348         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11349         (qtdemux_parse_trak):
11350           Don't crash by dividing by zero (see sample movie in #126922).
11351
11352 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11353
11354         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11355           Don't touch non-existing data (fixes crash on file in #140147).
11356
11357 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11358
11359         * gst/playback/gstplaybasebin.c:
11360         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11361           Handle double disposals, and proper change of URIs.
11362
11363 2004-09-13  Martin Eikermann <meiker@upb.de>
11364
11365         * gst/mpegstream/gstmpegparse.c:
11366           fix synchronistation for streams recorded from digital PCR
11367           fixes bug #119376
11368
11369 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11370
11371         * ext/gnomevfs/Makefile.am:
11372         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11373         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11374         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11375         (gst_gnomevfssink_uri_get_type),
11376         (gst_gnomevfssink_uri_get_protocols),
11377         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11378         (gst_gnomevfssink_uri_handler_init),
11379         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11380         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11382         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11383         (gst_gnomevfssrc_uri_get_type),
11384         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11385         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11386         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11387         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11388         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11389         * ext/gnomevfs/gstgnomevfsuri.h:
11390           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11391           of fake URIs to see which this version of Gnome-VFS likes, and
11392           uses that for the Gst-URI interface. Makes playbin support http://
11393           streams. Also fix up some stupid behaviour in gnomevfssrc.
11394
11395 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11396
11397         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11398         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11399         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11400         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11401           Update mixer (to sync with other sessions) if we try to obtain
11402           a new value. This makes alsamixer work accross applications.
11403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11404           Only call sync functions if we're running, else alsalib asserts.
11405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11406           Sometimes fails to compile. Possibly a gcc bug.
11407         * gst/playback/gstplaybin.c: (gen_video_element),
11408         (gen_audio_element):
11409           Add a reference to an application-provided object, because we lose
11410           this same reference if we add it to the bin. If we don't do this,
11411           we can only use this object once and thus crash if we go from
11412           ready to playing, back to ready and back to playing again.
11413           Also add an audioscale element because several cheap soundcards -
11414           like mine - don't support all samplerates.
11415         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11416         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11417           Fix wrong order or PAR calls. Makes automatically obtained PAR
11418           from the X server atually being used.
11419
11420 2004-09-12  David Schleef  <ds@schleef.org>
11421
11422         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11423         #151887, #152102, #152247.
11424         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11425         * examples/seeking/cdparanoia.c: same
11426         * examples/seeking/cdplayer.c: same
11427         * examples/seeking/seek.c: same
11428         * examples/seeking/spider_seek.c: same
11429         * examples/seeking/vorbisfile.c: same
11430         * examples/stats/mp2ogg.c: same
11431         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11432         (gst_esdsink_dispose): Dispose of element properly.
11433         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11434         fixes.
11435         * ext/nas/nassink.c: (gst_nassink_class_init),
11436         (gst_nassink_dispose): Dispose of element correctly.
11437         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11438         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11439         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11440         Fix 64-bit warning.
11441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11442         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11443         Fix 64-bit warning.
11444
11445 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11446
11447         * configure.ac : change speex detection as 1.1.6 now uses
11448           .pc/pkg-config and they changed their headers location.
11449
11450 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11451
11452         * gst/matroska/matroska-mux.h:
11453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11454         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11455         (gst_matroska_mux_write_data):
11456           Write multiple blocks/frames per cluster.
11457                 Write meta-seek information (seek heads).
11458
11459 2004-09-09  Scott Wheeler <wheeler@kde.org>
11460
11461         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11462         (gst_play_bin_set_property), (gst_play_bin_get_property),
11463         (gen_audio_element), (gen_audio_element):
11464           Add a volume element / property to the pipeline.
11465
11466 2004-09-07  Wim Taymans  <wim@fluendo.com>
11467
11468         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11469         Copy timestamps from the master pad to the output buffers.
11470
11471 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11472
11473         * ext/raw1394/gstdv1394src.c:
11474           throw errors when applicable
11475
11476 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11477
11478         * gst/matroska/ebml-ids.h:
11479         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11480         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11481         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11482           automatically convert unix time <-> ebml time when reading/writing
11483           a date, use gst_ebml_write_uint to write CUETIME,
11484           not gst_ebml_write_date.
11485         * gst/matroska/matroska-ids.h:
11486         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11487         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11488         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11489         (gst_matroska_mux_write_data):
11490           Write track and segment UIDs, write muxing date, write
11491           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11492           Create cues for audio only files.
11493
11494 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11495
11496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11497         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11498           Re-commit ALSA switches.
11499         * gst/adder/gstadder.c: (gst_adder_loop):
11500           64-bit fix (#151416).
11501         * gst/debug/progressreport.c: (gst_progressreport_report):
11502           64-bit fix (#151419).
11503         * gst/matroska/matroska-demux.c:
11504         (gst_matroska_demux_parse_contents):
11505           64-bit fix (#151420).
11506         * gst/playback/test3.c: (update_scale):
11507           64-bit fix (#151421).
11508
11509 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11510
11511         * configure.ac:
11512           bump nano to cvs
11513
11514 === release 0.8.4 ===
11515
11516 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11517
11518         * configure.ac: releasing 0.8.4, "Alias"
11519
11520 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11521
11522         * ext/theora/Makefile.am:
11523           fix makefile.  Fixes #151462.
11524
11525 2004-08-30  Wim Taymans  <wim@fluendo.com>
11526
11527         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11528         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11529         (gst_multifdsink_remove_client_link),
11530         (gst_multifdsink_client_queue_buffer),
11531         (gst_multifdsink_handle_client_write):
11532         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11534         Fix some memory leaks.
11535
11536 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11537
11538         Patch by: David Schleef
11539
11540         * configure.ac:
11541         * sys/Makefile.am:
11542           rename our detection macro for V4L2.  Fixes #151236.
11543
11544 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11545
11546         Patch by: David Schleef
11547
11548         * configure.ac:
11549           check to define LAMEPRESET.  Fixes #151232.
11550
11551 2004-08-27  David Schleef  <ds@schleef.org>
11552
11553         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11554         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11555         (gst_glimagesink_fixate):  Move local variable declarations to
11556         make gcc-2.95 happy.
11557
11558 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11559
11560         * configure.ac:
11561           bump nano for prerelease
11562
11563 2004-08-27  David Schleef  <ds@schleef.org>
11564
11565         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11566         * sys/sunaudio/gstsunaudiosrc.c:
11567         * sys/sunaudio/gstsunaudiosrc.h:
11568
11569 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11570
11571         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11572         handle EOS correctly
11573         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11574         * gst/matroska/matroska-mux.h:
11575         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11576         VFW compatibility mode
11577
11578 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11579
11580         patch by: Zaheer Abbas Merali
11581
11582         * ext/ogg/gstoggmux.c:
11583         * ext/vorbis/vorbisenc.c:
11584         * ext/vorbis/vorbisenc.h:
11585           handle NEWMEDIA
11586
11587 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11588
11589         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11590         fix byte order reversion on little endian machines.
11591         * gst/matroska/matroska-mux.c: (audiosink_templ),
11592         (gst_matroska_mux_audio_pad_link):
11593         add TTA codec to the list of supported codecs.
11594         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11595         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11596         (gst_matroska_mux_write_data):
11597         * gst/matroska/matroska-mux.h:
11598         write segment duration correctly, write muxing app string, fixes bugs
11599         #140897 and #140898.
11600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11601         wait for all pads to be negotiated before starting to mux.
11602
11603 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11604
11605         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11606         * ext/lame/gstlame.h:
11607         Added new media support to lame
11608
11609 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11610
11611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11612         send vorbis headers at the beginning of a stream, fixes bug #141554.
11613         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11614         bug #148950.
11615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11616         (gst_matroska_demux_plugin_init):
11617         * gst/matroska/matroska-ids.h:
11618         enable demuxing of TTA audio streams, fixes bug #148951.
11619         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11620         enable typefinding for TTA audio files, fixes bug #148711.
11621         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11622         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11623         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11624
11625 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11626
11627         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11628         (gst_riff_read_element_data), (gst_riff_read_seek),
11629         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11630         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11631         <teuf@gnome.org>
11632
11633 2004-08-23 Iain <iaingnome@gmail.com>
11634
11635         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11636         tags. They appear to be handled differently to normal.
11637         (tag_list_to_id3_tag_foreach): Ditto.
11638
11639 2004-08-22  Wim Taymans  <wim@fluendo.com>
11640
11641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11642         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11643         Make sure we never send -1 granulepos.
11644
11645 2004-08-20  Wim Taymans  <wim@fluendo.com>
11646
11647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11648         (gst_ogg_mux_loop):
11649         I will accept bitchslappings with non sharp objects.
11650
11651 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11652
11653         * configure.ac:
11654         Clean up the test for lame presets
11655
11656 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11657
11658         * configure.ac:
11659         * ext/lame/Makefile.am:
11660         * ext/lame/gstlame.c: (gst_lame_class_init),
11661         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11662         Only enable lame presets if version of lame has presets in API
11663
11664 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11665         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11666         * gst/udp/gstudpsrc.h:
11667           Don't call gst_pad_push in a get function. Fixes #150449
11668
11669 2004-08-18  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11672         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11673         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11674         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11675         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11676         (gst_fdset_wait):
11677         * gst/tcp/gstfdset.h:
11678         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11679         (gst_multifdsink_client_queue_buffer),
11680         (gst_multifdsink_handle_client_write):
11681         * gst/tcp/gstmultifdsink.h:
11682         Some extra checks in gstfdset.
11683         Only use send() when the fd is a socket. Don't try to
11684         read from write only fds.
11685
11686 2004-08-18  Wim Taymans  <wim@fluendo.com>
11687
11688         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11689         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11690         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11691         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11692         (gst_fdset_wait):
11693         Add more locking and bounds checking.
11694
11695 2004-08-18  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11698         Realloc test fdset in the lock and right before starting
11699         the poll call. Bump the limit to 4096.
11700
11701 2004-08-17  David Schleef  <ds@schleef.org>
11702
11703         * sys/sunaudio/Makefile.am:
11704         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11705         of rates and channels.  Make debugging less obnoxious.
11706
11707         Patch from Balamurali Viswanathan implementing a mixer for
11708         Sun audio.  (bug #144091):
11709         * sys/sunaudio/gstsunelement.c:
11710         * sys/sunaudio/gstsunelement.h:
11711         * sys/sunaudio/gstsunmixer.c:
11712         * sys/sunaudio/gstsunmixer.h:
11713
11714 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11715
11716         * gst/audioscale/gstaudioscale.c:
11717         * gst/audioscale/gstaudioscale.h:
11718         made audioscale resample from any sample rate to any sample rate
11719
11720 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11721
11722         * ext/libpng/gstpngdec.c:
11723           error out on unsupported types
11724
11725 2004-08-17  Iain <iaingnome@gmail.com>
11726
11727         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11728         mid_side and loose_mid_side properties if its a stereo stream.
11729
11730 2004-08-17  Wim Taymans  <wim@fluendo.com>
11731
11732         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11733         (theora_get_formats), (theora_dec_src_convert),
11734         (theora_dec_sink_convert), (theora_dec_src_query),
11735         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11736         Add a debug line.
11737
11738 2004-08-17  Wim Taymans  <wim@fluendo.com>
11739
11740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11741         (gst_ogg_pad_push):
11742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11743         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11744         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11745         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11746         Mark delta units in the muxer.
11747         Try to decode the packet after an out-of-sync error from
11748         libogg.
11749
11750 2004-08-17  Wim Taymans  <wim@fluendo.com>
11751
11752         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11753         (gst_multifdsink_init), (gst_multifdsink_add),
11754         (gst_multifdsink_client_queue_buffer),
11755         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11756         * gst/tcp/gstmultifdsink.h:
11757         Added option to send a keyframe to clients as the first buffer.
11758         Make timeout property writable.
11759
11760 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11761
11762         patch by: Wim Taymans
11763
11764         * gst/tcp/gstfdset.c:
11765         * gst/tcp/gstmultifdsink.c:
11766           fix index comparison, should include 0
11767
11768 2004-08-16  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11771         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11772         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11773         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11774         (gst_fdset_wait):
11775           copy when reallocing for poll so the select arguments don't get
11776           changed during the call
11777
11778 2004-08-16  Wim Taymans  <wim@fluendo.com>
11779
11780         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11781         (gst_theora_enc_class_init), (theora_enc_sink_link),
11782         (theora_buffer_from_packet), (theora_enc_chain):
11783         Fix bug where buffers were not marked as keyframes
11784         correctly.
11785
11786 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11787
11788         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11789         (gst_lame_preset_get_type), (gst_lame_class_init):
11790         describe the enum values for vbr mode and presets more verbosely
11791
11792 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11793
11794         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11795         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11796         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11797         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11798         * ext/lame/gstlame.h:
11799         add preset property to lame so it can use lame presets
11800
11801 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11802
11803         * ext/lame/gstlame.c: (gst_lame_get_property):
11804         whoops forgot break, thanks teuf
11805
11806 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11807
11808         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11809         (gst_lame_class_init), (gst_lame_src_getcaps),
11810         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11811         (gst_lame_get_property), (gst_lame_setup):
11812         * ext/lame/gstlame.h:
11813         fix lame's broken vbr stuff, allow it to resample if need be, and also
11814         make xing header optional
11815
11816 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11817
11818         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11819         added getcaps function so samplerate doesnt get fixated to silly values
11820
11821 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11822
11823         * ext/lame/gstlame.c: (gst_lame_src_link):
11824         revert previous fix
11825
11826 2004-08-12  Johan Dahlin  <johan@gnome.org>
11827
11828         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11829         checks. Doesn't matter what state we are in. Interfaces are a
11830         compile time thing, not runtime. It also broke the python bindings.
11831
11832 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11833
11834         * ext/lame/gstlame.c: (gst_lame_src_link):
11835         made source pad link function check if sinkpad is ok..fixes the problem
11836         where core fixates the output rate of lame stupidly
11837
11838 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11839
11840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11841         * sys/v4l/v4l_calls.c:
11842         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11843           fix fixate function to handle nonsimple caps.
11844           remove bogus check in _link
11845           cleanups
11846
11847 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11848
11849         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11850         set default compression ratio parameter to 0.0 so bitrate parameter
11851         works :)
11852
11853 2004-08-11  David Schleef  <ds@schleef.org>
11854
11855         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11856
11857 2004-08-11  David Schleef  <ds@schleef.org>
11858
11859         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11860         before.
11861
11862 2004-08-11  David Schleef  <ds@schleef.org>
11863
11864         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11865
11866 2004-08-11  David Schleef  <ds@schleef.org>
11867
11868         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11869           license field
11870         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11871         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11872           LGPL.
11873         * gst/auparse/gstauparse.c: Fix plugin license field.
11874         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11875         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11876         * gst/rtp/gstrtp.c: Fix plugin license field.
11877
11878 2004-08-11  Wim Taymans  <wim@fluendo.com>
11879
11880         * gst/tcp/Makefile.am:
11881         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11882         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11883         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11884         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11885         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11886         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11887         (gst_fdset_fd_can_write), (gst_fdset_wait):
11888         * gst/tcp/gstfdset.h:
11889         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11890         (gst_multifdsink_class_init), (gst_multifdsink_init),
11891         (gst_multifdsink_add), (gst_multifdsink_remove),
11892         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11893         (gst_multifdsink_remove_client_link),
11894         (gst_multifdsink_handle_client_read),
11895         (gst_multifdsink_client_queue_data),
11896         (gst_multifdsink_client_queue_caps),
11897         (gst_multifdsink_client_queue_buffer),
11898         (gst_multifdsink_handle_client_write),
11899         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11900         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11901         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11902         (gst_multifdsink_close):
11903         * gst/tcp/gstmultifdsink.h:
11904         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11905         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11906         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11907         (gst_tcpserversink_close):
11908         * gst/tcp/gsttcpserversink.h:
11909         Abstracted away the select call, implemented poll (yes we ran into
11910         the 1024 limit in production).
11911
11912 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11913
11914         * gst/tcp/gsttcp.c:
11915         * gst/tcp/gsttcpplugin.c:
11916           improve debuggging, remove assert
11917
11918 2004-08-10  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11921         (gst_client_status_get_type), (gst_multifdsink_class_init),
11922         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11923         (gst_multifdsink_handle_client_read),
11924         (gst_multifdsink_handle_client_write),
11925         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11926         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11927         (gst_multifdsink_get_property):
11928         * gst/tcp/gstmultifdsink.h:
11929         * gst/tcp/gsttcp-marshal.list:
11930         Starting to prepare for specifying buffer time in other units
11931         than buffers. Expose remove reason in signal.
11932
11933 2004-08-10  Wim Taymans  <wim@fluendo.com>
11934
11935         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11936         (gst_multifdsink_remove), (gst_multifdsink_clear),
11937         (gst_multifdsink_remove_client_link),
11938         (gst_multifdsink_handle_client_read),
11939         (gst_multifdsink_client_queue_data),
11940         (gst_multifdsink_client_queue_buffer),
11941         (gst_multifdsink_handle_client_write),
11942         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11943         (gst_multifdsink_chain), (gst_multifdsink_close):
11944         * gst/tcp/gstmultifdsink.h:
11945         Added more debugging info. Changed the way clients are
11946         removed from the lists. Fixed a bug where a bad file descriptor
11947         could cause many clients to be removed.
11948
11949 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11950
11951         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11952           allow all pixel-aspect-ratios, not just 1:1
11953
11954 2004-08-09  David Schleef  <ds@schleef.org>
11955
11956         * sys/glsink/ARB_multitexture.h:  Remove old files.
11957         * sys/glsink/EXT_paletted_texture.h:
11958         * sys/glsink/NV_register_combiners.h:
11959         * sys/glsink/gstgl_nvimage.c:
11960         * sys/glsink/gstgl_pdrimage.c:
11961         * sys/glsink/gstgl_rgbimage.c:
11962         * sys/glsink/gstglsink.c:
11963         * sys/glsink/gstglsink.h:
11964         * sys/glsink/gstglxwindow.c:
11965         * sys/glsink/regcomb_yuvrgb.c:
11966
11967 2004-08-09  David Schleef  <ds@schleef.org>
11968
11969         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11970         GL sink plugin.  (Bug #147302)
11971
11972         * configure.ac: Test for OpenGL
11973         * sys/Makefile.am: Use test for OpenGL
11974         * sys/glsink/Makefile.am:
11975         * sys/glsink/glimagesink.c: rewrite
11976         * sys/glsink/glimagesink.h: rewrite
11977
11978 2004-08-09  David Schleef  <ds@schleef.org>
11979
11980         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11981         sane framerates.
11982         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11984         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11985
11986 2004-08-09  Wim Taymans  <wim@fluendo.com>
11987
11988         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11989         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11990         (gst_multifdsink_client_remove),
11991         (gst_multifdsink_handle_client_read),
11992         (gst_multifdsink_handle_client_write),
11993         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11994         Do a bit more logging, make the client_read code more robust.
11995
11996 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11997
11998         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11999         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
12000         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
12001         (gst_jpegdec_init), (gst_jpegdec_chain):
12002         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12003         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
12004           cleanups, debugging fixes and memleak plugging
12005
12006 2004-08-09  Wim Taymans  <wim@fluendo.com>
12007
12008         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12009         (theora_get_formats), (theora_dec_src_convert),
12010         (theora_dec_sink_convert), (theora_dec_src_query),
12011         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
12012         (theora_dec_change_state):
12013         Don't crash on missing header packets.
12014
12015 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12016
12017         * po/LINGUAS:
12018         * po/sq.po:
12019           Added Albanian translation (Laurent Dhima)
12020         * po/cs.po:
12021           updated
12022
12023 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12024
12025         * ext/lame/gstlame.c:
12026           fix/add debugging
12027
12028 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12029
12030         * sys/ximage/ximagesink.c:
12031         * sys/xvimage/xvimagesink.c:
12032           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
12033
12034 2004-08-06  Wim Taymans  <wim@fluendo.com>
12035
12036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12037         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12038         (gst_multifdsink_client_remove),
12039         (gst_multifdsink_handle_client_read),
12040         (gst_multifdsink_handle_client_write),
12041         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12042         Make sure we don't try to read more from a client that what
12043         ioctl says us or we deadlock.
12044
12045 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12046
12047         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12048         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12049         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12050           decouple running_time and n_frames so it can handle changing
12051           framerate while running
12052
12053 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12054
12055         * po/nl.po:
12056         * po/sv.po:
12057           updated translations
12058
12059 2004-08-04  Benjamin Otte  <otte@gnome.org>
12060
12061         * gst/videotestsrc/gstvideotestsrc.c:
12062         (gst_videotestsrc_get_capslist), (generate_capslist),
12063         (plugin_init):
12064           generate the list of supported caps at startup and reuse it instead
12065           of always generating it
12066
12067 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12068
12069         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12070           whoops, last checkin broke normal build
12071
12072 2004-08-03  Benjamin Otte  <otte@gnome.org>
12073
12074         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12075         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12076         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12077         (gst_alsa_mixer_get_option):
12078         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12079         (dvdnavsrc_print_event):
12080         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12082         (gst_ogg_mux_pad_unlink):
12083         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12084         (gst_multipart_mux_pad_unlink):
12085         * gst/videofilter/gstvideobalance.c:
12086         (gst_videobalance_colorbalance_set_value):
12087         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12088         (gst_videomixer_pad_unlink):
12089         * po/uk.po:
12090         * sys/oss/gstossmixer.c:
12091         * sys/v4l/gstv4lcolorbalance.c:
12092         * sys/v4l/gstv4ltuner.c:
12093         * sys/v4l/v4lsrc_calls.c:
12094         * sys/v4l2/gstv4l2colorbalance.c:
12095         * sys/v4l2/gstv4l2tuner.c:
12096           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12097
12098 2004-08-03  Benjamin Otte  <otte@gnome.org>
12099
12100         * examples/dynparams/filter.c: (ui_control_create):
12101         * examples/gstplay/player.c: (print_tag):
12102         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12103         * ext/gdk_pixbuf/gstgdkanimation.c:
12104         (gst_gdk_animation_iter_may_advance):
12105         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12106         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12107         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12108         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12109         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12110         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12111         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12112         * gst/sine/demo-dparams.c: (main):
12113         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12114         * testsuite/alsa/formats.c: (create_pipeline):
12115         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12116           fixes for G_DISABLE_ASSERT and friends
12117         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12118         (mp3_type_frame_length_from_header), (mp3_type_find),
12119         (plugin_init):
12120           require mp3 typefinding to have at least MIN_HEADERS valid headers
12121           add typefinding for AAC adts files
12122
12123 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12124
12125         * sys/ximage/ximagesink.c:
12126         (gst_ximagesink_calculate_pixel_aspect_ratio):
12127         * sys/xvimage/xvimagesink.c:
12128         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12129         Make sure we calculate pixel-aspect-ratio using floating point maths
12130
12131 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12132
12133         * po/uk.po:
12134           updated translation
12135
12136 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12137
12138         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12140           add debugging for display PAR calculation
12141
12142 2004-08-02  David Schleef  <ds@schleef.org>
12143
12144         * configure.ac: Fix mikmod CFLAGS.
12145
12146 2004-07-27  Benjamin Otte  <otte@gnome.org>
12147
12148         * gst/audioscale/gstaudioscale.c:
12149         - fix templates to only support S16, it's the only format that works
12150         - make caps nego code use try_set_caps_nonfixed and fixation instead
12151         of try_set_caps twice, which is not nice for autopluggers
12152         - change rank to secondary, so autopluggers can pick it up after
12153         audioconvert
12154
12155 2004-08-02  Iain <iain@prettypeople.org>
12156
12157         * gst/interleave/interleave.c (interleave_init),
12158         (interleave_request_new_pad),
12159         (interleave_pad_removed),
12160         (interleave_buffered_loop): Use the real pad count, not the artificial
12161         one.
12162
12163 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12164
12165         * configure.ac: bump nano back to development
12166
12167 === release 0.8.3 ===
12168
12169 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12170
12171         * configure.ac: releasing 0.8.3, "Water"
12172
12173 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12174
12175         * sys/xvimage/xvimagesink.c:
12176         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12177         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12178         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12179         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12180         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12181         * sys/xvimage/xvimagesink.h:
12182           apply similar PAR fixes as to ximagesink
12183
12184 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12185
12186         patch from: Benjamin Otte
12187
12188         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12189           add link function to lame.  Fixes #148986.
12190
12191 2004-08-02  Johan Dahlin  <johan@gnome.org>
12192
12193         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12194         fix debugging log
12195
12196 2004-07-30  David Schleef  <ds@schleef.org>
12197
12198         * gst/videomixer/Makefile.am: Fix things that should have been
12199         fixed in the last checkin.
12200
12201 2004-07-30  David Schleef  <ds@schleef.org>
12202
12203         * gst/multipart/Makefile.am: Fix things that should have been
12204         fixed in the last checkin.
12205
12206 2004-07-30  David Schleef  <ds@schleef.org>
12207
12208         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12209
12210 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12211
12212         * configure.ac:
12213           bump nano for prerelease
12214         * po/af.po:
12215         * po/az.po:
12216         * po/cs.po:
12217         * po/en_GB.po:
12218         * po/hu.po:
12219         * po/nl.po:
12220         * po/sr.po:
12221         * po/sv.po:
12222         * po/uk.po:
12223           updates
12224
12225 2004-07-30  Wim Taymans  <wim@fluendo.com>
12226
12227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12228         (gst_multifdsink_add), (gst_multifdsink_remove),
12229         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12230         (gst_multifdsink_client_remove),
12231         (gst_multifdsink_handle_client_write),
12232         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12233         * gst/tcp/gstmultifdsink.h:
12234         Recover from a select with a bad file descriptor by removing
12235         the client.
12236
12237 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12238
12239         * configure.ac:
12240           fix requirement of core
12241         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12242         (gst_play_pipeline_setup):
12243           don't use colorspace element.  do use hermescolorspace element.
12244           make macro to get a colorspace element.
12245           mark strings for translation.
12246         * po/POTFILES.in:
12247           add play.c
12248         * po/af.po:
12249         * po/az.po:
12250         * po/cs.po:
12251         * po/en_GB.po:
12252         * po/hu.po:
12253         * po/nl.po:
12254         * po/sr.po:
12255         * po/sv.po:
12256         * po/uk.po:
12257           update translations
12258
12259 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12260
12261         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12262         fix default for newmedia flag
12263
12264 2004-07-30  Wim Taymans  <wim@fluendo.com>
12265
12266         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12267         (gst_theora_dec_init), (theora_get_formats),
12268         (theora_dec_src_convert), (theora_dec_sink_convert),
12269         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12270         (theora_dec_chain), (theora_dec_set_property),
12271         (theora_dec_get_property):
12272         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12273         (gst_theora_enc_class_init), (gst_theora_enc_init),
12274         (theora_enc_sink_link), (theora_enc_chain),
12275         (theora_enc_set_property), (theora_enc_get_property):
12276         Added cropping option to theora decoder.
12277         Added border option to theora encoder.
12278
12279 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12280
12281         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12282         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12283         (gst_pngenc_set_property):
12284         * ext/libpng/gstpngenc.h:
12285         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
12286
12287 2004-07-30  Wim Taymans  <wim@fluendo.com>
12288
12289         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12290         (theora_enc_sink_link), (theora_enc_chain),
12291         (theora_enc_set_property), (theora_enc_get_property):
12292         Fix encoding of non-multiple-of-16 video.
12293
12294 2004-07-29  David Schleef  <ds@schleef.org>
12295
12296         * configure.ac: make test for audiofile more strict
12297
12298 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12299
12300         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12301           give different names to typefind functions
12302
12303 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12304
12305         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12306         (gst_ximagesink_calculate_pixel_aspect_ratio),
12307         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12308         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12309         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12310         (gst_ximagesink_get_property), (gst_ximagesink_init):
12311         * sys/ximage/ximagesink.h:
12312           allocate PAR's dynamically.
12313           use autodetected PAR if no object-set PAR is given.
12314           add workaround for directfb's X not setting physical size.
12315           fix to xvimagesink will follow tomorrow.
12316
12317 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12318
12319         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12320         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12321         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12322         (gst_shout2send_class_init), (gst_shout2send_init),
12323         (set_shout_metadata), (gst_shout2send_set_metadata),
12324         (gst_shout2send_chain), (gst_shout2send_set_property),
12325         (gst_shout2send_get_property), (gst_shout2send_connect),
12326         (gst_shout2send_change_state):
12327         * ext/shout2/gstshout2.h:
12328         - fix for sending mp3 audio to icecast2 server, if pad link function not
12329         called before PAUSED state
12330         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12331         - added tagging support for mp3 audio broadcasted
12332         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12333         debug info
12334
12335 2004-07-28  Wim Taymans  <wim@fluendo.com>
12336
12337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12338         (gst_ogg_demux_push):
12339         Return query failure when we don't know the length of
12340         an ogg stream insteda of returning TRUE with a bogus value.
12341
12342 2004-07-28  Wim Taymans  <wim@fluendo.com>
12343
12344         * ext/theora/theoradec.c: (theora_get_formats),
12345         (theora_dec_src_convert), (theora_dec_sink_convert),
12346         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12347         (theora_dec_chain):
12348         Don't screw up the 1 Chroma for 1 luma sample situation when we
12349         have an odd offset/width by adding a black border in those cases.
12350
12351 2004-07-28  Wim Taymans  <wim@fluendo.com>
12352
12353         * ext/theora/theoradec.c: (theora_get_formats),
12354         (theora_dec_src_convert), (theora_dec_sink_convert),
12355         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12356         (theora_dec_chain):
12357         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12358         Added first attempt at cropping of the image as required by the
12359         theora spec. We need more properties in the caps (offset_x,
12360         offset_y,stride) to implement this correctly.
12361
12362 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12363
12364         * ext/dvdnav/README:
12365           Update the README to use dvddemux
12366         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12367           Ensure getcaps returns a subset of the template caps
12368         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12369         (gst_mpeg2subt_init):
12370           Ensure getcaps returns a subset of the template caps
12371         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12372         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12373         (gst_dvd_demux_get_subpicture_stream),
12374         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12375         * gst/mpegstream/gstdvddemux.h:
12376           Set the explicit caps on the current_video pad before pushing
12377           anything
12378         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12379         (gst_mpeg_demux_get_audio_stream):
12380           Free caps used to gst_pad_set_explicit_caps, which takes a const
12381           GstCaps *
12382
12383 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12384
12385         * configure.ac: update GStreamer requirement to 0.8.4 because of
12386           GstFraction.
12387
12388 2004-07-28  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12391         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12392         Add the pad to the element after setting up the caps. This
12393         makes it a lot easier to autoplug.
12394
12395 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12396
12397         * gst/median/gstmedian.c:
12398         * gst/mpeg2subt/gstmpeg2subt.c:
12399         * gst/mpegaudioparse/gstmpegaudioparse.c:
12400         * gst/mpegstream/gstdvddemux.c:
12401         * gst/mpegstream/gstmpegdemux.c:
12402         * gst/mpegstream/gstmpegpacketize.c:
12403         * gst/rtjpeg/gstrtjpeg.c:
12404         * gst/rtjpeg/gstrtjpegdec.c:
12405         * gst/rtjpeg/gstrtjpegenc.c:
12406         * gst/sine/gstsinesrc.c:
12407         * gst/smooth/gstsmooth.c:
12408         * gst/smpte/gstsmpte.c:
12409         * gst/smpte/gstsmpte.h:
12410         * gst/stereo/gststereo.c:
12411         * gst/videofilter/gstgamma.c:
12412         * gst/videofilter/gstvideobalance.c:
12413         * gst/videofilter/gstvideofilter.c:
12414         * gst/videofilter/gstvideoflip.c:
12415         * gst/videoscale/gstvideoscale.c:
12416         * gst/videoscale/videoscale.c:
12417         * gst/videotestsrc/gstvideotestsrc.c:
12418         * gst/videotestsrc/videotestsrc.c:
12419         * gst/wavenc/gstwavenc.c:
12420         * gst/wavparse/gstwavparse.c:
12421           fix local includes and 64 bits constants
12422
12423 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12424
12425         * win32/gst.sln:
12426         * gst-libs/gst/*/*.vcproj:
12427         * gst/*/*.vcproj:
12428           more working plugins
12429
12430 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12431
12432         * testsuite/alsa/Makefile.am:
12433         * testsuite/alsa/srcstate.c:
12434         add test for alsasrc changing state
12435
12436 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12437
12438         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12439         (gst_silence_get):
12440         * gst/silence/gstsilence.h:
12441         fix silence generation for 16bit raw audio
12442
12443 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12444
12445         * gst/matroska/matroska-demux.c:
12446         (gst_matroska_demux_parse_metadata),
12447         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12448         * gst/mpegaudio/common.c:
12449         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12450         (gst_videoscale_getcaps), (gst_videoscale_link),
12451         (gst_videoscale_src_fixate), (gst_videoscale_init),
12452         (gst_videoscale_finalize):
12453         * gst/videoscale/gstvideoscale.h:
12454         * gst/videotestsrc/gstvideotestsrc.c:
12455         (gst_videotestsrc_get_capslist):
12456         * gst/wavenc/gstwavenc.c:
12457         * sys/oss/gstossmixer.c: (fill_labels):
12458         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12459         (gst_ximagesink_handle_xevents),
12460         (gst_ximagesink_calculate_pixel_aspect_ratio),
12461         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12462         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12463         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12464         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12465         (gst_ximagesink_init), (gst_ximagesink_class_init):
12466         * sys/ximage/ximagesink.h:
12467         * sys/xvimage/xvimagesink.c:
12468         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12469         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12470         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12471         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12472         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12473         * sys/xvimage/xvimagesink.h:
12474           first batch of pixel aspect ratio commits.
12475
12476 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12477
12478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12479         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12480         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12481           handle stride, needs work if we want to move stride handling
12482           upstream, but works correctly for our purposes.
12483
12484 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12485
12486         * gst/videoscale/README:
12487           add testing examples
12488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12489         (gst_videoscale_chain):
12490         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12491         (gst_videoscale_get_size):
12492           add get_size function that handles stride like videotestsrc.
12493           fixes conversion for YUV formats for as much as I can test them.
12494
12495 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12496
12497         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12498         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12500         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12501         (gst_xvimagesink_xvimage_put):
12502           further cleanups, logging, error handling and synchronizing
12503
12504 2004-07-27  Wim Taymans  <wim@fluendo.com>
12505
12506         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12507         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12508         (gst_videomixer_pad_set_property),
12509         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12510         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12511         (gst_videomixer_class_init), (gst_videomixer_init),
12512         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12513         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12514         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12515         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12516         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12517         (gst_videomixer_loop), (plugin_init):
12518         Be a nicer negotiation citizen and provide a getcaps function on
12519         the srcpad. This also fixes a crash when resizing.
12520
12521 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12522
12523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12524         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12525
12526 2004-07-27  Wim Taymans  <wim@fluendo.com>
12527
12528         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12529         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12530         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12531         (gst_pngenc_set_property):
12532         * ext/libpng/gstpngenc.h:
12533         Added snapshot property to pngenc.
12534         removed g_print from pngdec
12535
12536 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12537
12538         * gst/ac3parse/ac3parse.vcproj
12539         * gst/adder/adder.vcproj
12540         * gst/alpha/alpha.vcproj
12541         * gst/alpha/alphacolor.vcproj
12542         * gst/asfdemux/asf.vcproj
12543         * gst/audioconvert/audioconvert.vcproj
12544         * gst/audiorate/audiorate.vcproj
12545         * gst/audioscale/audioscale.vcproj
12546         * gst/auparse/auparse.vcproj
12547         * gst/avi/avi.vcproj
12548         * gst/cdxaparse/cdxaparse.vcproj
12549         * gst/chart/chart.vcproj
12550         * gst/colorspace/colorspace.vcproj
12551         * gst/cutter/cutter.vcproj
12552         * gst/debug/debug.vcproj
12553         * gst/debug/efence.vcproj
12554         * gst/debug/navigationtest.vcproj
12555         * gst/deinterlace/deinterlace.vcproj
12556         * gst/effectv/effectv.vcproj
12557         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12558         * gst/filter/filter.vcproj
12559         * gst/flx/flxdec.vcproj
12560         * gst/goom/goom.vcproj
12561         * gst/interleave/interleave.vcproj
12562         * gst/law/alaw.vcproj
12563         * gst/law/mulaw.vcproj
12564         * gst/matroska/matroska.vcproj
12565         * gst/median/median.vcproj
12566         * gst/mixmatrix/mixmatrix.vcproj
12567         * gst/mpeg1sys/mpeg1systemencode.vcproj
12568         * gst/mpeg1videoparse/mp1videoparse.vcproj
12569         * gst/mpeg2sub/mpeg2subt.vcproj
12570         * gst/mpegaudio/mpegaudio.vcproj
12571         * gst/mpegaudioparse/mpegaudioparse.vcproj
12572         * gst/mpegstream/mpegstream.vcproj
12573         * gst/multifilesink/multifilesink.vcproj
12574         * gst/multipart/multipart.vcproj
12575         * gst/oneton/oneton.vcproj
12576         * gst/overlay/overlay.vcproj
12577         * gst/passthrough/passthrough.vcproj
12578         * gst/qtdemux/qtdemux.vcproj
12579         * gst/realmedia/rmdemux.vcproj
12580         * gst/rtjpeg/rtjpeg.vcproj
12581         * gst/rtp/rtp.vcproj
12582         * gst/silence/silence.vcproj
12583         * gst/sine/sinesrc.vcproj
12584         * gst/smooth/smooth.vcproj
12585         * gst/smpte/smpte.vcproj
12586         * gst/spectrum/spectrum.vcproj
12587         * gst/speed/speed.vcproj
12588         * gst/stereo/stereo.vcproj
12589         * gst/switch/switch.vcproj
12590         * gst/tags/tagedit.vcproj
12591         * gst/tcp/tcp.vcproj
12592         * gst/typefind/typefindfunctions.vcproj
12593         * gst/udp/udp.vcproj
12594         * gst/videobox/videobox.vcproj
12595         * gst/videocrop/videocrop.vcproj
12596         * gst/videodrop/videodrop.vcproj
12597         * gst/videofilter/gamma.vcproj
12598         * gst/videofilter/videobalance.vcproj
12599         * gst/videofilter/videofilter.vcproj
12600         * gst/videofilter/videoflip.vcproj
12601         * gst/videoflip/videoflip.vcproj
12602         * gst/videomixer/videomixer.vcproj
12603         * gst/videorate/videorate.vcproj
12604         * gst/videoscale/videoscale.vcproj
12605         * gst/videotestsrc/videotestsrc.vcproj
12606         * gst/virtualdub/virtualdub.vcproj
12607         * gst/volenv/volenv.vcproj
12608         * gst/volume/volume.vcproj
12609         * gst/wavenc/wavenc.vcproj
12610         * gst/wavparse/wavparse.vcproj
12611         * gst/y4m/y4menc.vcproj
12612         * gst-libs/gst/audio/audio.vcproj
12613         * gst-libs/gst/audio/audiofilter.vcproj
12614         * gst-libs/gst/colorbalance/colorbalance.vcproj
12615         * gst-libs/gst/idct/idtc.vcproj
12616         * gst-libs/gst/media-info/media-info.vcproj
12617         * gst-libs/gst/mixer/mixer.vcproj
12618         * gst-libs/gst/navigation/navigation.vcproj
12619         * gst-libs/gst/play/play.vcproj
12620         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12621         * gst-libs/gst/resample/resample.vcproj
12622         * gst-libs/gst/riff/riff.vcproj
12623         * gst-libs/gst/tuner/tuner.vcproj
12624         * gst-libs/gst/video/video.vcproj
12625         * gst-libs/gst/xoverlay/xoverlay.vcproj
12626           avoid problems with math.h, fix release dependancy
12627           rename GStreamer-0.8.lib to libgstreamer.lib
12628
12629 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12630
12631         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12633         the atom is not available we have to unlock the mutex. Fixes #148023
12634
12635 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12636
12637         * gst-libs/gst/media-info/media-info.h:
12638           issue for a vararg macro with MSVC
12639
12640 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12641
12642         * gst/effectv/effectv.vcproj
12643         * gst-libs/gst/idct/idct.vcproj:
12644         * gst-libs/gst/media-info/media-info.vcproj:
12645         * gst-libs/gst/navigation/navigation.vcproj:
12646         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12647         * gst-libs/gst/video/video.vcproj:
12648         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12649           fixes for build problems
12650
12651 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12652
12653         * gst-libs/gst/audio/audio.def:
12654         * gst-libs/gst/audio/riff.def:
12655           add some definitions needed by plugins
12656
12657 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12658
12659         * gst/asfdemux/gstasfmux.c
12660           Fix some 64 bits constants to be glib friendly
12661
12662 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12663
12664         * gst/ac3parse/gstac3parse.c
12665         * gst/audioscale/gstaudioscale.c
12666         * gst/auparse/gstauparse.c
12667         * gst/colorspace/gstcolorspace.c
12668         * gst/colorspace/yuv2rgb.h
12669           local include fixes
12670
12671 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12672
12673         * win32/gst.sln
12674           add more plugins to the build
12675
12676 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12677
12678         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12679         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12680
12681 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12682
12683         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12684         (gst_level_set_property), (gst_level_get_property),
12685         (gst_level_base_init), (gst_level_class_init):
12686           add debugging categories.  cleanups.
12687
12688 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12689
12690         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12691         (gst_videoscale_planar411), (gst_videoscale_planar400),
12692         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12693         (gst_videoscale_scale_nearest_str1),
12694         (gst_videoscale_scale_nearest_str2),
12695         (gst_videoscale_scale_nearest_str4),
12696         (gst_videoscale_scale_nearest_16bit),
12697         (gst_videoscale_scale_nearest_24bit):
12698           fixed stride issues
12699           tested with 320x240 -> 321, 322, 324 x240
12700           tested with YV12, I420, YUY2, UYVY
12701           fixed packed422rev (don't think it could have worked before)
12702           by testing with UYVY
12703
12704 2004-07-26  Benjamin Otte  <otte@gnome.org>
12705
12706         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12707         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12708         (plugin_init):
12709           add debugging category, add error checks like checking return values
12710           of setup calls, make sure it still works after
12711           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12712
12713 2004-07-26  Wim Taymans  <wim@fluendo.com>
12714
12715         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12716         (gst_mpeg_demux_get_audio_stream),
12717         (gst_mpeg_demux_process_private):
12718         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12719         Check for error codes from the negotiation functions. Make sure
12720         we really set the pad caps when a new pad is created.
12721
12722 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12723
12724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12725         (gst_ffmpeg_caps_to_pix_fmt):
12726         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12728         (gst_ffmpegcolorspace_pad_link):
12729           don't make function do two things at the same time without reason.
12730
12731 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12732
12733         * gst/ac3parse/ac3parse.vcproj
12734         * gst/adder/adder.vcproj
12735         * gst/alpha/alpha.vcproj
12736         * gst/alpha/alphacolor.vcproj
12737         * gst/asfdemux/asf.vcproj
12738         * gst/audioconvert/audioconvert.vcproj
12739         * gst/audiorate/audiorate.vcproj
12740         * gst/audioscale/audioscale.vcproj
12741         * gst/auparse/auparse.vcproj
12742         * gst/avi/avi.vcproj
12743         * gst/cdxaparse/cdxaparse.vcproj
12744         * gst/chart/chart.vcproj
12745         * gst/colorspace/colorspace.vcproj
12746         * gst/cutter/cutter.vcproj
12747         * gst/debug/debug.vcproj
12748         * gst/debug/efence.vcproj
12749         * gst/debug/navigationtest.vcproj
12750         * gst/deinterlace/deinterlace.vcproj
12751         * gst/effectv/effectv.vcproj
12752         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12753         * gst/filter/filter.vcproj
12754         * gst/flx/flxdec.vcproj
12755         * gst/goom/goom.vcproj
12756         * gst/interleave/interleave.vcproj
12757         * gst/law/alaw.vcproj
12758         * gst/law/mulaw.vcproj
12759         * gst/matroska/matroska.vcproj
12760         * gst/median/median.vcproj
12761         * gst/mixmatrix/mixmatrix.vcproj
12762         * gst/mpeg1sys/mpeg1systemencode.vcproj
12763         * gst/mpeg1videoparse/mp1videoparse.vcproj
12764         * gst/mpeg2sub/mpeg2subt.vcproj
12765         * gst/mpegaudio/mpegaudio.vcproj
12766         * gst/mpegaudioparse/mpegaudioparse.vcproj
12767         * gst/mpegstream/mpegstream.vcproj
12768         * gst/multifilesink/multifilesink.vcproj
12769         * gst/multipart/multipart.vcproj
12770         * gst/oneton/oneton.vcproj
12771         * gst/overlay/overlay.vcproj
12772         * gst/passthrough/passthrough.vcproj
12773         * gst/qtdemux/qtdemux.vcproj
12774         * gst/realmedia/rmdemux.vcproj
12775         * gst/rtjpeg/rtjpeg.vcproj
12776         * gst/rtp/rtp.vcproj
12777         * gst/silence/silence.vcproj
12778         * gst/sine/sinesrc.vcproj
12779         * gst/smooth/smooth.vcproj
12780         * gst/smpte/smpte.vcproj
12781         * gst/spectrum/spectrum.vcproj
12782         * gst/speed/speed.vcproj
12783         * gst/stereo/stereo.vcproj
12784         * gst/switch/switch.vcproj
12785         * gst/tags/tagedit.vcproj
12786         * gst/tcp/tcp.vcproj
12787         * gst/typefind/typefindfunctions.vcproj
12788         * gst/udp/udp.vcproj
12789         * gst/videobox/videobox.vcproj
12790         * gst/videocrop/videocrop.vcproj
12791         * gst/videodrop/videodrop.vcproj
12792         * gst/videofilter/gamma.vcproj
12793         * gst/videofilter/videobalance.vcproj
12794         * gst/videofilter/videofilter.vcproj
12795         * gst/videofilter/videoflip.vcproj
12796         * gst/videoflip/videoflip.vcproj
12797         * gst/videomixer/videomixer.vcproj
12798         * gst/videorate/videorate.vcproj
12799         * gst/videoscale/videoscale.vcproj
12800         * gst/videotestsrc/videotestsrc.vcproj
12801         * gst/virtualdub/virtualdub.vcproj
12802         * gst/volenv/volenv.vcproj
12803         * gst/volume/volume.vcproj
12804         * gst/wavenc/wavenc.vcproj
12805         * gst/wavparse/wavparse.vcproj
12806         * gst/y4m/y4menc.vcproj
12807           more plugins supported under windows
12808
12809 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12810
12811         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12812         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12813         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12815         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12816           Add debugging statements.  Use the sizes as returned by the
12817           *CreateImage calls.
12818
12819 2004-07-26  Johan Dahlin  <johan@gnome.org>
12820
12821         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12822         the pad is negotiated.
12823
12824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12825
12826 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12827
12828         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12829         * gst-libs/gst/idct/idct.vcproj:
12830         * gst-libs/gst/media-info/media-info.vcproj:
12831         * gst-libs/gst/mixer/mixer.vcproj:
12832         * gst-libs/gst/navigation/navigation.vcproj:
12833         * gst-libs/gst/play/play.vcproj:
12834         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12835         * gst-libs/gst/resample/resample.vcproj:
12836         * gst-libs/gst/tuner/tuner.vcproj:
12837         * gst-libs/gst/video/video.vcproj:
12838         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12839           more plugins supported under windows
12840
12841 2004-07-25 Iain <iain@prettypeople.org>
12842
12843         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12844         pad now rather than when the pad is created because state changes wipe
12845         explicit caps (fixes #148043).
12846
12847 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12848
12849         reviewed by Benjamin Otte  <otte@gnome.org>
12850
12851         * ext/mad/gstmad.c:
12852           fix mad plugin crashing on Sun (fixes #148289)
12853
12854 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12855
12856         * gst/avi/avi.def:
12857         * gst/avi/avi.vcproj:
12858         * gst/matroska/matroska.def:
12859         * gst/matroska/matroska.vcproj:
12860           remove unused .def files
12861
12862 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12863
12864         * gst-libs/gst/audio/gstaudiofilter.c:
12865           Clean the local include
12866
12867 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12868
12869         * win32/gst.sln:
12870         * gst-libs/gst/audio/audio.def:
12871         * gst-libs/gst/audio/audio.vcproj:
12872         * gst-libs/gst/audio/audiofilter.vcproj:
12873         * gst-libs/gst/audio/riff.def:
12874         * gst-libs/gst/audio/riff.vcproj:
12875         * gst-libs/gst/gst-libs.def:
12876         * gst-libs/gst/gst-libs.vcproj:
12877         * gst/avi/avi.vcproj:
12878         * gst/avi/avi.vcproj:
12879           Copy the files where needed after building, cleaner projects
12880
12881 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12882
12883         * gst/matroska/ebml-write.c:
12884           Fix some 64 bits constants to be glib friendly
12885
12886 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12887
12888         * win32/gst.sln:
12889         * gst-libs/gst/gst-libs.def:
12890         * gst-libs/gst/gst-libs.vcproj:
12891         * gst/matroska/matroska.def:
12892         * gst/matroska/matroska.vcproj:
12893           Add the preliminary canvas to build plugins on Win32
12894
12895 2004-07-23  Benjamin Otte  <otte@gnome.org>
12896
12897         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12898           don't enfore negotiation from source side, it breaks
12899           sinesrc ! audioconvert ! osssink
12900
12901 2004-07-22  David Schleef  <ds@schleef.org>
12902
12903         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12904         for ELF files, since they can easily be recognized as audio/mpeg.
12905         (bug #147441)
12906
12907 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12908
12909         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12910         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12911         (gst_videoscale_scale_nearest_24bit),
12912         (gst_videoscale_scale_nearest_16bit):
12913           fix 16bit and 24bit for stride (24bit might need testing)
12914           don't pretend we do more than one algorithm
12915
12916 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12917
12918         * configure.ac:
12919         * gst/Makefile.am:
12920         * gst/multifilesink/Makefile.am:
12921         * gst/multifilesink/gstmultifilesink.c:
12922         (gst_multifilesink_get_formats),
12923         (gst_multifilesink_get_query_types), (_do_init),
12924         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12925         (gst_multifilesink_init), (gst_multifilesink_dispose),
12926         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12927         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12928         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12929         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12930         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12931         (gst_multifilesink_uri_get_type),
12932         (gst_multifilesink_uri_get_protocols),
12933         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12934         (gst_multifilesink_uri_handler_init), (plugin_init):
12935         * gst/multifilesink/gstmultifilesink.h:
12936         * testsuite/Makefile.am:
12937         * testsuite/multifilesink/Makefile.am:
12938         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12939         (gst_newmedia_class_init), (gst_newmedia_init),
12940         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12941         (newfile_signal), (test_signal), (main):
12942         multifilesink plugin for creating new files every time a new media
12943         discontinuity event occurs
12944
12945 2004-07-22  Wim Taymans  <wim@fluendo.com>
12946
12947         * gst/alpha/Makefile.am:
12948         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12949         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12950         (gst_alpha_color_init), (gst_alpha_color_set_property),
12951         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12952         (transform), (gst_alpha_color_chain),
12953         (gst_alpha_color_change_state), (plugin_init):
12954         Stupid plugin to to RGBA to AYUV conversion because none of
12955         the colorspace plugins can handle that yet.
12956
12957 2004-07-22  Wim Taymans  <wim@fluendo.com>
12958
12959         * examples/seeking/seek.c: (update_scale), (main):
12960         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12961         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12962         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12963         (gst_decode_bin_init), (gst_decode_bin_dispose),
12964         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12965         (no_more_pads), (close_link), (type_found),
12966         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12967         (plugin_init):
12968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12969         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12970         (gst_play_base_bin_dispose), (queue_overrun),
12971         (gen_preroll_element), (remove_prerolls), (unknown_type),
12972         (no_more_pads), (new_stream), (setup_source),
12973         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12974         (play_base_eos), (gst_play_base_bin_change_state),
12975         (gst_play_base_bin_add_element),
12976         (gst_play_base_bin_remove_element),
12977         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12978         (gst_play_base_bin_unlink_stream),
12979         (gst_play_base_bin_get_streaminfo):
12980         * gst/playback/gstplaybin.c: (gen_video_element),
12981         (gen_audio_element):
12982         * gst/playback/gststreaminfo.h:
12983         More playback updates, attempt to fix things after the state change
12984         breakage.
12985
12986 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12987
12988         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12989         (gst_videoscale_scale_nearest_16bit):
12990           comment algorithm
12991
12992 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12993
12994         * gst/videotestsrc/gstvideotestsrc.c:
12995         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12996         (gst_videotestsrc_init), (gst_videotestsrc_get),
12997         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12998         (gst_videotestsrc_get_property):
12999         * gst/videotestsrc/gstvideotestsrc.h:
13000         * gst/videotestsrc/videotestsrc.c:
13001         * gst/videotestsrc/videotestsrc.h:
13002           cleanup and commenting
13003
13004 2004-07-21  Wim Taymans  <wim@fluendo.com>
13005
13006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13007         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
13008         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
13009         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
13010         (_find_chain_get_unknown_part), (_find_streams_check),
13011         (gst_ogg_demux_push), (gst_ogg_pad_push):
13012         * ext/theora/theoradec.c: (theora_get_formats),
13013         (theora_dec_src_convert), (theora_dec_sink_convert),
13014         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13015         (theora_dec_chain):
13016         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13017         (vorbis_dec_convert), (vorbis_dec_src_query),
13018         (vorbis_dec_src_event), (vorbis_dec_event):
13019         More seeking fixes, oggdemux now supports seeking to time and
13020         uses the downstream element to convert granulepos to time.
13021         Seeking in theora-only ogg files now works.
13022
13023 2004-07-21  Wim Taymans  <wim@fluendo.com>
13024
13025         * ext/theora/theoradec.c: (gst_theora_dec_init),
13026         (theora_get_formats), (theora_get_event_masks),
13027         (theora_get_query_types), (theora_dec_src_convert),
13028         (theora_dec_sink_convert), (theora_dec_src_query),
13029         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13030         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13031         (vorbis_get_event_masks), (vorbis_get_query_types),
13032         (gst_vorbis_dec_init), (vorbis_dec_convert),
13033         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13034         Added query/convert/formats functions to vorbis and theora decoders
13035         so that the outside world can use them too. Fixed seeking on an
13036         ogg/theora/vorbis file by disabling the seeking seeking on the
13037         theora srcpad.
13038
13039 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13040
13041         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13042         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13043         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13044         images creation for both elements. We don't create the image on caps
13045         nego or renego, we just destroy the internal one if present if it does
13046         not match the needs. The chain function takes care of creating a new
13047         image when needed.
13048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13049         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13050         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13051         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13052         the image format information. The buffer pool checks for the context
13053         image format and discard images with different formats.
13054         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13055
13056 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13057
13058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13059         (gst_ffmpegcolorspace_chain):
13060           no point in doing any chaining if the pad we want to push from
13061           isn't usable.
13062
13063 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13064
13065         * gst-libs/gst/riff/riff-media.c:
13066         (gst_riff_create_audio_caps_with_data):
13067           Fix double end-to-native symbol conversion (#148021).
13068
13069 2004-07-20  David Schleef  <ds@schleef.org>
13070
13071         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13072         Don't use an Atom that doesn't exist.
13073
13074 2004-07-20  Wim Taymans  <wim@fluendo.com>
13075
13076         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13077         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13078         (gst_multifdsink_client_remove),
13079         (gst_multifdsink_handle_client_write),
13080         (gst_multifdsink_queue_buffer):
13081         * gst/tcp/gstmultifdsink.h:
13082         More multifdsink stats. Avoid deadlock by releasing locks
13083         before sending out a signal.
13084
13085 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13086
13087         * po/LINGUAS:
13088         * po/hu.po:
13089           added Hungarian translation (Laszlo Dvornik)
13090
13091 2004-07-20  Wim Taymans  <wim@fluendo.com>
13092
13093         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13094         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13095         (gst_multifdsink_handle_client_write),
13096         (gst_multifdsink_queue_buffer):
13097         * gst/tcp/gsttcp-marshal.list:
13098         Fixed the stupid marshal definition.
13099
13100 2004-07-20  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13103         (gst_multifdsink_init), (gst_multifdsink_add),
13104         (gst_multifdsink_client_remove),
13105         (gst_multifdsink_handle_client_write),
13106         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13107         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13108         (gst_multifdsink_init_send):
13109         * gst/tcp/gstmultifdsink.h:
13110         Added more stats, added timeout for a client, fixed some typos
13111         and added some comments.
13112
13113 2004-07-20  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13116         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13117         (gst_multifdsink_client_remove),
13118         (gst_multifdsink_handle_client_write):
13119         * gst/tcp/gstmultifdsink.h:
13120         * gst/tcp/gsttcp-marshal.list:
13121         Added get_stats method that returns a GValueArray of
13122         stats values.
13123
13124 2004-07-19  Benjamin Otte  <otte@gnome.org>
13125
13126         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13127           make sure longname, description and author are valid UTF-8
13128
13129 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13130
13131         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13132         (gst_ximagesink_set_property):
13133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13134         (gst_xvimagesink_set_property):
13135           make sure SYNCHRONOUS is respected after getting the X context
13136
13137 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13138
13139         * gst/matroska/matroska-demux.c:
13140         (gst_matroska_demux_handle_src_event),
13141         (gst_matroska_demux_parse_blockgroup):
13142         * gst/matroska/matroska-ids.h:
13143           add BlockReference tag and ignore it to clear out log.
13144           ignore NAVIGATION events to clear out log.
13145
13146 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13147
13148         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13149         (gst_matroska_demux_add_stream):
13150         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13151           add debug categories
13152
13153 2004-07-16  Wim Taymans  <wim@fluendo.com>
13154
13155         * ext/libpng/Makefile.am:
13156         * ext/libpng/gstpng.c: (plugin_init):
13157         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13158         (gst_pngdec_get_type), (gst_pngdec_base_init),
13159         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13160         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13161         * ext/libpng/gstpngdec.h:
13162         Added png decoder.
13163
13164 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13165
13166         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13167         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13168         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13169         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13170         (gst_ximagesink_buffer_alloc):
13171         * sys/ximage/ximagesink.h:
13172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13173         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13174         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13175         (gst_xvimagesink_buffer_alloc):
13176         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13177         again. Using internal data pointer of the x(v)image to store image's
13178         data to be coherent with the buffer alloc mechanism. Investigated the
13179         image destruction code to be sure that everything gets freed correctly.
13180
13181 2004-07-16  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst-libs/gst/riff/riff-read.c:
13184         (gst_riff_read_strf_vids_with_data),
13185         (gst_riff_read_strf_auds_with_data):
13186         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13187         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13188         Make sure we don't create 0 sized subbuffers in riff-read.
13189         Signal the no more pads signal after reading the avi header.
13190
13191 2004-07-16  Wim Taymans  <wim@fluendo.com>
13192
13193         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13194         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13195         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13196         (gst_decode_bin_init), (gst_decode_bin_dispose),
13197         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13198         (no_more_pads), (close_link), (type_found),
13199         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13200         (gst_decode_bin_change_state), (plugin_init):
13201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13202         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13203         (gst_play_base_bin_dispose), (queue_overrun),
13204         (gen_preroll_element), (remove_prerolls), (unknown_type),
13205         (no_more_pads), (new_stream), (setup_source),
13206         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13207         (play_base_eos), (gst_play_base_bin_change_state),
13208         (gst_play_base_bin_add_element),
13209         (gst_play_base_bin_remove_element),
13210         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13211         (gst_play_base_bin_unlink_stream),
13212         (gst_play_base_bin_get_streaminfo):
13213         * gst/playback/gstplaybasebin.h:
13214         Better error recovery. Added configurable preroll queue size. Faster
13215         detection of no-more-pads.
13216
13217 2004-07-16  Wim Taymans  <wim@fluendo.com>
13218
13219         * gst-libs/gst/video/video.h:
13220         Added 32 bits RGBA. Not sure if we should use another mime-type
13221         for alpha rgb. Currently the presence of the alpha_mask property
13222         signals an alpha channel.
13223
13224 2004-07-16  Wim Taymans  <wim@fluendo.com>
13225
13226         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13228         FPS seems to be 0.0 to MAX everywhere else.
13229
13230 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13231
13232         * gst-libs/gst/riff/riff-media.c:
13233         (gst_riff_create_video_caps_with_data):
13234           mp42/mp43 (no caps) exist too.
13235         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13236           Set pixel_width/height; we've got them in-caps.
13237         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13238         * gst/wavparse/gstwavparse.c: (plugin_init):
13239           Both are valid primary.
13240         * sys/oss/gstossmixer.c:
13241           Remove i18n hack and enable translations.
13242
13243 2004-07-15  Benjamin Otte  <otte@gnome.org>
13244
13245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13246         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13247           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13248
13249 2004-07-15  Benjamin Otte  <otte@gnome.org>
13250
13251         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13252         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13253         (gst_alsa_close_audio):
13254           disable some of the debugging code for now. Writing debugging to a
13255           buffer is broken in current alsalib releases.
13256
13257 2004-07-12  Benjamin Otte  <otte@gnome.org>
13258
13259         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13260           use bufferpools
13261
13262 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13263
13264         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13265         (theora_dec_src_query), (theora_dec_event):
13266         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13267           add debugging categories.  Remove \n's.
13268
13269 2004-07-13  Johan Dahlin  <johan@gnome.org>
13270
13271         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13272         (gst_play_bin_get_property): Impl.
13273
13274 2004-07-13  Wim Taymans  <wim@fluendo.com>
13275
13276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13277         When trying to find the stream length, seek back N pages
13278         instead of just one, where N is the number of streams in
13279         the current chain.
13280
13281 2004-07-13  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst-libs/gst/riff/riff-media.c:
13284         (gst_riff_create_audio_caps_with_data),
13285         (gst_riff_create_audio_caps),
13286         (gst_riff_create_audio_template_caps):
13287         * gst-libs/gst/riff/riff-media.h:
13288         * gst-libs/gst/riff/riff-read.c:
13289         (gst_riff_read_strf_vids_with_data),
13290         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13291         * gst-libs/gst/riff/riff-read.h:
13292         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13293         (gst_avi_demux_add_stream):
13294         Set codec_data on caps for avidemuxer.
13295
13296 2004-07-12  David Schleef  <ds@schleef.org>
13297
13298         * configure.ac: Fix test for Objective C
13299
13300 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13301         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13302         (gst_gdk_pixbuf_chain):
13303           Add svg and pcx to template caps, and ensure that getcaps returns a
13304           subset of the template caps.
13305           Copy each row manually for output, as gdkpixbuf may pad the
13306           rowstride to a 32-bit word boundary.
13307
13308 2004-07-12  Wim Taymans  <wim@fluendo.com>
13309
13310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13311         (gst_riff_create_video_template_caps):
13312         Fix the template caps to include some more media types.
13313
13314 2004-07-12  Wim Taymans  <wim@fluendo.com>
13315
13316         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13317         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13318         (compare_ranks), (print_feature), (gst_decode_bin_init),
13319         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13320         (try_to_link_1), (new_pad), (close_link), (type_found),
13321         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13322         (gst_decode_bin_change_state), (plugin_init):
13323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13324         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13325         (gst_play_base_bin_dispose), (queue_overrun),
13326         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13327         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13328         (gst_play_base_bin_get_property), (play_base_eos),
13329         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13330         (gst_play_base_bin_remove_element),
13331         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13332         (gst_play_base_bin_unlink_stream),
13333         (gst_play_base_bin_get_streaminfo):
13334         * gst/playback/gstplaybasebin.h:
13335         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13336         (gst_play_bin_class_init), (gst_play_bin_init),
13337         (gst_play_bin_dispose), (gst_play_bin_set_property),
13338         (gst_play_bin_get_property), (gen_video_element),
13339         (gen_audio_element), (remove_sinks), (setup_sinks),
13340         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13341         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13342         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13343         (gst_play_bin_query), (plugin_init):
13344         * gst/playback/test4.c: (main):
13345         More fixes on reusing of the element.
13346
13347 2004-07-11  Benjamin Otte  <otte@gnome.org>
13348
13349         * ext/mad/gstmad.c: (normal_seek):
13350           allow seeking for other methods than just SET
13351
13352 2004-07-11  Andy Wingo  <wingo@pobox.com>
13353
13354         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13355         float, "any" caps -> buffer_frames=[0,MAX].
13356
13357         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13358         doesn't intersect our caps with the template any more. Do it
13359         ourselves.
13360         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13361
13362 2004-07-09  Wim Taymans  <wim@fluendo.com>
13363
13364         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13365         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13366         (compare_ranks), (print_feature), (gst_decode_bin_init),
13367         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13368         (try_to_link_1), (new_pad), (close_link), (type_found),
13369         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13370         (gst_decode_bin_change_state), (plugin_init):
13371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13372         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13373         (gst_play_base_bin_dispose), (queue_overrun),
13374         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13375         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13376         (gst_play_base_bin_get_property), (play_base_eos),
13377         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13378         (gst_play_base_bin_remove_element),
13379         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13380         (gst_play_base_bin_unlink_stream),
13381         (gst_play_base_bin_get_streaminfo):
13382         * gst/playback/gstplaybasebin.h:
13383         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13384         (gst_play_bin_class_init), (gst_play_bin_init),
13385         (gst_play_bin_dispose), (gst_play_bin_set_property),
13386         (gst_play_bin_get_property), (gen_video_element),
13387         (gen_audio_element), (remove_sinks), (setup_sinks),
13388         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13389         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13390         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13391         (gst_play_bin_query), (plugin_init):
13392         * gst/playback/test4.c: (main):
13393         Work on object reuse and seeking.
13394
13395 2004-07-09  Wim Taymans  <wim@fluendo.com>
13396
13397         * examples/seeking/seek.c: (iterate):
13398         Don't consume all CPU in the idle loop.
13399
13400 2004-07-09  Wim Taymans  <wim@fluendo.com>
13401
13402         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13403         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13404         Add pad to element *after* setting the pad functions so that
13405         the scheduler can use the correct ones.
13406
13407 2004-07-09  Wim Taymans  <wim@fluendo.com>
13408
13409         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13410         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13411         Sync to keyframe after seek
13412
13413 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13414
13415         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13417         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13418         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13419         * ext/libvisual/visual.c: (gst_visual_change_state):
13420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13421         * ext/theora/theoradec.c: (theora_dec_change_state):
13422         * ext/theora/theoraenc.c: (theora_enc_change_state):
13423         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13424         * gst-libs/gst/navigation/navigation.c:
13425         * gst/adder/gstadder.c: (gst_adder_change_state):
13426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13427         (gst_audio_convert_get_buffer):
13428         * gst/multipart/multipartdemux.c:
13429         (gst_multipart_demux_change_state):
13430         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13432         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13433         * gst/videoscale/gstvideoscale.c:
13434         (gst_videoscale_handle_src_event):
13435         * gst/volume/gstvolume.c: (volume_chain_int16):
13436           don't assert in state change, this should be done by the base
13437           GstElement class.
13438           various debugging fixes.
13439
13440 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13441
13442         * configure.ac:
13443         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13444         (gst_play_dispose), (gst_play_set_location),
13445         (gst_play_set_data_src), (gst_play_set_video_sink),
13446         (gst_play_set_audio_sink), (gst_play_set_visualization),
13447         (gst_play_connect_visualization), (gst_play_get_sink_element),
13448         (gst_play_get_all_by_interface):
13449         * gst-libs/gst/play/play.h:
13450           add new method to get elements implementing an interface.
13451           add various error logging
13452
13453 2004-07-08  Wim Taymans  <wim@fluendo.com>
13454
13455         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13456         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13457         (make_playerbin_pipeline), (query_durations_elems),
13458         (query_durations_pads), (query_positions_elems),
13459         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13460         (main):
13461         Added playbin seeking example.
13462
13463 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13464
13465         * gst-libs/gst/play/play.c: (gst_play_set_location),
13466         (gst_play_set_data_src), (gst_play_set_video_sink),
13467         (gst_play_set_audio_sink), (gst_play_set_visualization),
13468         (gst_play_connect_visualization), (gst_play_get_framerate):
13469           use a macro to look up elements from hash table
13470
13471 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13472
13473         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13474         (gst_play_get_length_callback), (gst_play_set_location),
13475         (gst_play_seek_to_time), (gst_play_set_data_src),
13476         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13477         (gst_play_set_visualization), (gst_play_connect_visualization),
13478         (gst_play_get_sink_element):
13479         - add debugging info
13480         - fix looking up sink elements by iterating over complete caps
13481         - put everything except for source and autoplugger in a complete bin
13482
13483 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13484
13485         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13487         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13488         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13489         * ext/alsa/gstalsasink.h:
13490         - add debugging info
13491         - clean up schizophrenia of data/buffer/event
13492         - fix double event unref error
13493
13494 2004-07-08  Wim Taymans  <wim@fluendo.com>
13495
13496         * gst/playback/Makefile.am:
13497         Add headers to noinst
13498
13499 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13500
13501         * tools/gst-launch-ext-m.m:
13502         * tools/gst-launch-ext.1.in:
13503           convert to the third millenium
13504
13505 2004-07-07  David Schleef  <ds@schleef.org>
13506
13507         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13508
13509 2004-07-07  Wim Taymans  <wim@fluendo.com>
13510
13511         * gst/playback/Makefile.am:
13512         * gst/playback/README:
13513         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13514         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13515         (compare_ranks), (print_feature), (gst_decode_bin_init),
13516         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13517         (try_to_link_1), (new_pad), (close_link), (type_found),
13518         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13519         (plugin_init):
13520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13521         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13522         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13523         (gen_preroll_element), (no_more_pads), (new_stream),
13524         (setup_source), (gst_play_base_bin_set_property),
13525         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13526         (gst_play_base_bin_add_element),
13527         (gst_play_base_bin_remove_element),
13528         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13529         (gst_play_base_bin_unlink_stream),
13530         (gst_play_base_bin_get_streaminfo):
13531         * gst/playback/gstplaybasebin.h:
13532         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13533         (gst_play_bin_class_init), (gst_play_bin_init),
13534         (gst_play_bin_dispose), (gst_play_bin_set_property),
13535         (gst_play_bin_get_property), (gen_video_element),
13536         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13537         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13538         (gst_play_bin_get_formats), (gst_play_bin_convert),
13539         (gst_play_bin_get_query_types), (gst_play_bin_query),
13540         (plugin_init):
13541         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13542         (gst_stream_info_get_type), (gst_stream_info_class_init),
13543         (gst_stream_info_init), (gst_stream_info_new),
13544         (gst_stream_info_dispose), (gst_stream_info_set_property),
13545         (gst_stream_info_get_property):
13546         * gst/playback/gststreaminfo.h:
13547         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13548         (main):
13549         * gst/playback/test2.c: (main):
13550         * gst/playback/test3.c: (update_scale), (main):
13551         More playbin fixes. Added README. Do better element filtering.
13552         Added base class to preroll media. Added test apps.
13553
13554 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13555
13556         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13557         * ext/mpeg2dec/gstmpeg2dec.h:
13558           various debugging improvements.  Reset stream to next picture
13559           instead of sequence header, otherwise seeks cannot work.
13560
13561 2004-07-07  Wim Taymans  <wim@fluendo.com>
13562
13563         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13564         (gst_video_box_class_init), (gst_video_box_set_property),
13565         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13566         Use pad_alloc where possible.
13567
13568 2004-07-07  Wim Taymans  <wim@fluendo.com>
13569
13570         * sys/oss/gstosselement.c: (gst_osselement_reset),
13571         (gst_osselement_parse_caps):
13572         * sys/oss/gstosselement.h:
13573         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13574         Fix offset on osssrc.
13575
13576 2004-07-07  Wim Taymans  <wim@fluendo.com>
13577
13578         * ext/theora/theora.c: (plugin_init):
13579         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13580         (theora_dec_src_query), (theora_dec_chain):
13581         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13582         (theora_enc_sink_link), (theora_buffer_from_packet),
13583         (theora_push_packet), (theora_enc_chain):
13584         Fix theora granulepos calculation.
13585         Fix overflow in duration/position calculation.
13586         Bump rank to PRIMARY for theoradec.
13587         Use granulepos of last packet to calculate position.
13588         Set keyframe flag on buffers when needed.
13589
13590 2004-07-06  David Schleef  <ds@schleef.org>
13591
13592         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13593         serious?  (Fixed, obviously.)
13594
13595 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13596
13597         * po/LINGUAS:
13598         * po/cs.po:
13599           added Czech translation (Miloslav Trmac)
13600
13601 2004-07-05  Wim Taymans  <wim@fluendo.com>
13602
13603         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13604         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13605         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13606         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13607         (close_link), (type_found), (gst_decode_bin_set_property),
13608         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13609         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13610         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13611         (gst_decode_bin_query), (plugin_init):
13612         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13613         (gst_play_bin_class_init), (gst_play_bin_init),
13614         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13615         (get_video_element), (new_pad), (setup_source),
13616         (gst_play_bin_set_property), (gst_play_bin_get_property),
13617         (gst_play_bin_change_state), (gst_play_bin_add_element),
13618         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13619         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13620         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13621         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13622         * gst/playback/test.c: (main):
13623         More fixes, cleaned up playbin, make it use decodebin. Added
13624         threaded property to playbin.
13625
13626 2004-07-05  Wim Taymans  <wim@fluendo.com>
13627
13628         * configure.ac:
13629         * gst/playback/Makefile.am:
13630         * gst/playback/decodetest.c: (main):
13631         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13632         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13633         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13634         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13635         (close_link), (type_found), (gst_decode_bin_set_property),
13636         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13637         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13638         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13639         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13640         (plugin_init):
13641         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13642         (gst_play_bin_class_init), (gst_play_bin_init),
13643         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13644         (collect_sink_pads), (find_compatibles), (close_pad_link),
13645         (try_to_link_1), (new_pad), (close_link), (type_found),
13646         (setup_source), (gst_play_bin_set_property),
13647         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13648         (compare_ranks), (gst_play_bin_collect_factories),
13649         (gst_play_bin_change_state), (gst_play_bin_add_element),
13650         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13651         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13652         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13653         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13654         * gst/playback/test.c: (main):
13655         Added some playback helper elements and some test apps, very alpha
13656         still.
13657
13658 2004-07-04  Benjamin Otte  <otte@gnome.org>
13659
13660         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13661           only restart audio when we indeed have an xrun to fix repeated
13662           xruns. Fix suggested by Giuliano Pochini.
13663
13664 2004-07-03  David Schleef  <ds@schleef.org>
13665
13666         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13667         call to gst_debug_log() if debugging is disabled (bug #145118)
13668
13669 2004-07-03  Benjamin Otte  <otte@gnome.org>
13670
13671         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13672           use our own functions for restarting the alsa device.
13673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13674           I should apply patches myself - use MIN for the third argument, not
13675           the second, this fixes seeking
13676
13677 2004-07-02  David Schleef  <ds@schleef.org>
13678
13679         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13680         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13681         do with the logic.
13682
13683 2004-07-02  David Schleef  <ds@schleef.org>
13684
13685         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13686         output buffers.  Fix logic mistake.  (bug #144866)
13687
13688 2004-07-02  David Schleef  <ds@schleef.org>
13689
13690         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13691         on X.  (bug #144753)
13692
13693 2004-07-02  David Schleef  <ds@schleef.org>
13694
13695         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13696         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13697         (bug #144624)
13698         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13699         (gst_osselement_rate_probe_check): Add another workaround for
13700         buggy drivers (bug #145336)
13701
13702 2004-07-02  David Schleef  <ds@schleef.org>
13703
13704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13705         Most systems don't have MSG_NOSIGNAL.
13706
13707 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13708
13709         * Makefile.am:
13710         * gst-libs/gst/colorbalance/Makefile.am:
13711         * gst-libs/gst/mixer/Makefile.am:
13712         * gst-libs/gst/play/Makefile.am:
13713         * gst-libs/gst/tuner/Makefile.am:
13714           (hopefully) fix both install and dist and make error message useful.
13715           needs testing across automakes.
13716
13717 2004-07-02  Benjamin Otte  <otte@gnome.org>
13718
13719         * ext/ogg/gstogg.c: (plugin_init):
13720           we require bytestream now
13721         * ext/ogg/gstoggdemux.c:
13722           huge diff to implement chain setup in a fast and generic way. This
13723           improves tag reading and startup of huge files (read: Theora videos)
13724           quite a bit. It probably contains bugs, too, so please test.
13725           Seeking is not improved to the fast method.
13726
13727 2004-06-29  Wim Taymans  <wim@fluendo.com>
13728
13729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13730         * ext/ogg/gstoggmux.c:
13731         Fix memleak in oggdemux when running unconnected pads.
13732         doc update in mux, start working on keyframe mode.
13733
13734 2004-06-29  Benjamin Otte  <otte@gnome.org>
13735
13736         * sys/oss/gstosssink.c:
13737         * sys/oss/gstosssrc.c:
13738           advertise correct template caps - we indeed do non-native endianness
13739           and 8bit audio has no endianness
13740         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13742           avoid (wrong) duplications in getcaps function and return
13743           template caps
13744
13745 2004-06-29  Wim Taymans  <wim@fluendo.com>
13746
13747         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13748         (gst_multifdsink_class_init), (gst_multifdsink_add),
13749         (gst_multifdsink_remove), (gst_multifdsink_clear),
13750         (gst_multifdsink_client_remove),
13751         (gst_multifdsink_handle_client_read),
13752         (gst_multifdsink_client_queue_data),
13753         (gst_multifdsink_client_queue_caps),
13754         (gst_multifdsink_client_queue_buffer),
13755         (gst_multifdsink_handle_client_write),
13756         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13757         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13758         (gst_multifdsink_init_send), (gst_multifdsink_close):
13759         Fix wrong GList iteration that could crash the server when
13760         more then 2 clients disconnect at the same time. Read all the
13761         pending commands in one batch to recover from command storms under
13762         very heavy load.
13763
13764 2004-06-28  Wim Taymans  <wim@fluendo.com>
13765
13766         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13767         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13768         (gst_videomixer_pad_set_property),
13769         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13770         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13771         (gst_videomixer_class_init), (gst_videomixer_init),
13772         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13773         (pad_zorder_compare), (gst_videomixer_sort_pads),
13774         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13775         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13776         (gst_videomixer_update_queues), (gst_videomixer_loop),
13777         (plugin_init):
13778         Avoid divide by zero, choose masterpad as the pad with the highest
13779         framerate.
13780
13781 2004-06-27  Julien Moutte  <julien@moutte.net>
13782
13783         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13784         (gst_ximagesink_xwindow_new):
13785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13786         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13787         function directly. We might want to call it from somewhere else one day.
13788
13789 2004-06-27  Julien Moutte  <julien@moutte.net>
13790
13791         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13792         (gst_ximagesink_xwindow_new):
13793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13794         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13795         window decorations.
13796
13797 2004-06-27  Wim Taymans  <wim@fluendo.com>
13798
13799         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13800         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13801         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13802         (gst_dvdec_set_property), (gst_dvdec_get_property):
13803         * ext/dv/gstdvdec.h:
13804         Implement drop_factor property to lower the framerate with
13805         a factor.
13806
13807 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13808
13809         * gst-libs/gst/colorbalance/Makefile.am:
13810         * gst-libs/gst/mixer/Makefile.am:
13811         * gst-libs/gst/play/Makefile.am:
13812         * gst-libs/gst/tuner/Makefile.am:
13813           unbreak Company's fix that didn't install the -enum.h files
13814
13815 2004-06-27  Wim Taymans  <wim@fluendo.com>
13816
13817         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13818         (gst_dvdec_change_state):
13819         * ext/dv/gstdvdec.h:
13820         Fix timestamp, duration and offset of the buffers.
13821
13822 2004-06-27  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13825         (gst_multifdsink_class_init), (gst_multifdsink_add),
13826         (gst_multifdsink_remove), (gst_multifdsink_clear),
13827         (gst_multifdsink_client_remove),
13828         (gst_multifdsink_handle_client_read),
13829         (gst_multifdsink_client_queue_data),
13830         (gst_multifdsink_client_queue_caps),
13831         (gst_multifdsink_client_queue_buffer),
13832         (gst_multifdsink_handle_client_write),
13833         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13834         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13835         (gst_multifdsink_init_send), (gst_multifdsink_close):
13836         * gst/tcp/gstmultifdsink.h:
13837         * gst/tcp/gsttcpserversink.c:
13838         (gst_tcpserversink_handle_server_read),
13839         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13840         More multifdsink fixes, more recovery policy fixes.
13841         Removed stupid g_print
13842
13843 2004-06-26  Wim Taymans  <wim@fluendo.com>
13844
13845         * gst/tcp/Makefile.am:
13846         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13847         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13848         (gst_multifdsink_class_init), (gst_multifdsink_init),
13849         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13850         (gst_multifdsink_handle_client_read),
13851         (gst_multifdsink_client_queue_data),
13852         (gst_multifdsink_client_queue_caps),
13853         (gst_multifdsink_client_queue_buffer),
13854         (gst_multifdsink_handle_client_write),
13855         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13856         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13857         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13858         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13859         (gst_multifdsink_close), (gst_multifdsink_change_state):
13860         * gst/tcp/gstmultifdsink.h:
13861         * gst/tcp/gsttcpplugin.c: (plugin_init):
13862         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13863         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13864         (gst_tcpserversink_handle_server_read),
13865         (gst_tcpserversink_handle_select),
13866         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13867         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13868         * gst/tcp/gsttcpserversink.h:
13869         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13870         one of the locks, added recovery policy to multifdsink.
13871
13872 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13873
13874         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13875           fix decision for when getting frames with same timestamp
13876         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13877         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13878         (gst_v4lsrc_get_property):
13879         * sys/v4l/gstv4lsrc.h:
13880           add latency offset property
13881
13882 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13885         (plugin_init):
13886           fix debugging. add category.
13887
13888 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13889
13890         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13891           fix wrong offsets
13892
13893 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13896         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13897         (gst_alsa_src_change_state):
13898           return a time that is in sync with the element's processing
13899
13900 2004-06-25  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13903         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13904         (gst_tcpserversink_client_remove),
13905         (gst_tcpserversink_handle_client_read),
13906         (gst_tcpserversink_client_queue_data),
13907         (gst_tcpserversink_client_queue_caps),
13908         (gst_tcpserversink_client_queue_buffer),
13909         (gst_tcpserversink_handle_client_write),
13910         (gst_tcpserversink_queue_buffer),
13911         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13912         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13913         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13914         (gst_tcpserversink_close):
13915         * gst/tcp/gsttcpserversink.h:
13916         Serversink rewrite. Really do non blocking writes to clients and
13917         maintain an internal queue to handle slower clients while not
13918         disturbing fast clients.
13919
13920 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13921
13922         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13923           better debug, don't override OFFSET and OFFSET_END
13924
13925 2004-06-25  Iain <iain@prettypeople.org>
13926
13927         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13928         name=source for the wavparse pipeline.
13929
13930 2004-06-24  Johan Dahlin  <johan@gnome.org>
13931
13932         * ext/theora/theoraenc.c (theora_enc_chain): Call
13933         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13934         streamheader caps are set correctly.
13935
13936 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13937
13938         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13939         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13940           respect minimum bitrate; same could be done for max bitrate
13941
13942 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13943
13944         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13945         (gst_vorbisenc_setup):
13946           fix sample rate range
13947
13948 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13949
13950         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13951         (gst_oggvorbisenc_setup):
13952         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13953         (gst_vorbisenc_setup):
13954           resolve ambiguities in code and description
13955
13956 2004-06-24  Wim Taymans  <wim@fluendo.com>
13957
13958         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13959         * ext/alsa/gstalsa.h:
13960         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13961         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13962         Use alsa trigger_tstamp to get the timestamp of the first
13963         sample in the buffer for more precise sync. Some cleanups.
13964
13965 2004-06-24  Wim Taymans  <wim@fluendo.com>
13966
13967         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13968         (gst_audiorate_init), (gst_audiorate_chain),
13969         (gst_audiorate_set_property), (gst_audiorate_get_property):
13970         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13971         (gst_videorate_chain):
13972         Added some logging, fixed an overflow bug in videorate.
13973
13974 2004-06-24  Benjamin Otte  <otte@gnome.org>
13975
13976         * ext/kio/Makefile.am:
13977           fix for builddir != srcdir and distcheck
13978
13979 2004-06-24  Benjamin Otte  <otte@gnome.org>
13980
13981         * gst-libs/gst/colorbalance/Makefile.am:
13982         * gst-libs/gst/mixer/Makefile.am:
13983         * gst-libs/gst/play/Makefile.am:
13984         * gst-libs/gst/tuner/Makefile.am:
13985         * gst/tcp/Makefile.am:
13986         * sys/dxr3/Makefile.am:
13987           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13988           tarball.
13989           Also add all *.list files that were missing.
13990         * Makefile.am:
13991           add a distcheck hook to ensure the above doesn't happen again.
13992
13993 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13994
13995         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13996
13997 2004-06-23  Colin Walters  <walters@redhat.com>
13998
13999         * m4/Makefile.am: Distribute gst-fionread.m4.
14000
14001 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * configure.ac: back to dev
14004
14005 2004-06-23  Wim Taymans  <wim@fluendo.com>
14006
14007         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14008         (gst_alsa_xrun_recovery):
14009         * ext/alsa/gstalsa.h:
14010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14011         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
14012         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14013         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
14014         (gst_alsa_src_loop):
14015         Add clock to alsasrc. Take new capture timestamp when
14016         restarting after an overrun. Split up some functions between
14017         alsasrc and alsasink.
14018
14019 === release 0.8.2 ===
14020
14021 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14024         (gst_alsa_change_state), (gst_alsa_update_avail),
14025         (gst_alsa_xrun_recovery):
14026         * ext/alsa/gstalsa.h:
14027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14028           merge back changes from release
14029
14030 2004-06-23  Wim Taymans  <wim@fluendo.com>
14031
14032         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
14033         (gst_audiorate_init), (gst_audiorate_chain),
14034         (gst_audiorate_set_property), (gst_audiorate_get_property):
14035         Implement sample dropping and notify
14036
14037 2004-06-22  Wim Taymans  <wim@fluendo.com>
14038
14039         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14040         (theora_enc_sink_link), (theora_buffer_from_packet),
14041         (theora_push_packet), (theora_enc_chain):
14042         Some cleanups, make sure the timestamps are correct.
14043
14044 2004-06-22  Wim Taymans  <wim@fluendo.com>
14045
14046         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14047         (gst_alsa_change_state), (gst_alsa_update_avail),
14048         (gst_alsa_xrun_recovery):
14049         * ext/alsa/gstalsa.h:
14050         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14051         Cleanups, take queued samples into account when reporting
14052         the time.
14053
14054 2004-06-22  Wim Taymans  <wim@fluendo.com>
14055
14056         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14057         (gst_videorate_init):
14058         Initialize the property as well.
14059
14060 2004-06-22  Wim Taymans  <wim@fluendo.com>
14061
14062         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14063         (gst_videorate_init), (gst_videorate_chain),
14064         (gst_videorate_set_property), (gst_videorate_get_property):
14065         Add property to make videorate silent.
14066         Add property to prefer new frames over old ones.
14067
14068 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14069
14070         * sys/osxvideo/Makefile.am:
14071         Workaround so that the osxvideo .so file gets linked with the
14072         Cocoa, OpenGL and QuickTime frameworks
14073
14074 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14075
14076         * sys/osxaudio/Makefile.am:
14077         Workaround so that the osxaudio .so file gets linked with the
14078         CoreAudio framework
14079
14080 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14081
14082         * configure.ac:
14083         Whoops, my fault...fixed build issues
14084
14085 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14086
14087         * configure.ac:
14088         Add objective-c support if running in Darwin/Mac OS X
14089         * sys/Makefile.am:
14090         * sys/osxvideo:
14091         * sys/osxvideo/Makefile.am:
14092         * sys/osxvideo/osxvideosink.h:
14093         * sys/osxvideo/osxvideosink.m:
14094         * sys/osxvideo/cocoawindow.h:
14095         * sys/osxvideo/cocoawindow.m:
14096         Add osxvideosink, a cocoa-based osx video sink
14097
14098
14099 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14100         * ext/dvdnav/gst-dvd:
14101         Grab the gconf key from the right spot
14102         * gst/debug/gstnavseek.c: (gst_navseek_init),
14103         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14104         (gst_navseek_chain):
14105         * gst/debug/gstnavseek.h:
14106           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14107           and loop parameters of a segment seek.
14108         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14109         (gst_videotestsrc_get_event_masks),
14110         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14111         * gst/videotestsrc/gstvideotestsrc.h:
14112           Add seeking support to videotestsrc
14113           Initialise the timestamp_offset variable.
14114
14115 2004-06-18  Wim Taymans  <wim@fluendo.com>
14116
14117         * ext/sidplay/gstsiddec.cc:
14118         Fix negotiation and set correct end offset.
14119
14120 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14121
14122         * configure.ac: branch and prerelease
14123
14124 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14125
14126         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14127         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14128         (gst_tcpclientsrc_init_receive):
14129         * gst/tcp/gsttcpclientsrc.h:
14130           read caps when connecting to server for GDP so we set them correctly
14131
14132 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14133
14134         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14135           notify drops and duplicates
14136         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14137           no good reason to limit ourselves to 100x100
14138
14139 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14142         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14143         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14144         (gst_v4lsrc_get_property):
14145         * sys/v4l/gstv4lsrc.h:
14146         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14147         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14148         (gst_v4l_set_audio):
14149         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14150         (gst_v4lsrc_try_capture):
14151         * sys/v4l/v4lsrc_calls.h:
14152           change try_palette to more general try_capture
14153           add autoprobe option so we can turn off autoprobing
14154           various fixes
14155
14156 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14157
14158         * configure.ac:
14159           add videorate
14160         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14161         (gst_ximagesink_class_init):
14162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14163         (gst_xvimagesink_class_init):
14164           run them as finalize, not dispose, since dispose can be invoked
14165           multiple times
14166
14167 2004-06-17  Wim Taymans  <wim@fluendo.com>
14168
14169         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14170         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14171         * ext/alsa/gstalsa.h:
14172         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14173         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14174         (gst_alsa_src_change_state):
14175         * ext/alsa/gstalsasrc.h:
14176         Make the xrun code timestamp and offset the buffers correctly.
14177         moved the clock to the base class, use alsa methods to get time.
14178         Do correct timestamping on outgoing buffers.
14179
14180 2004-06-17  Wim Taymans  <wim@fluendo.com>
14181
14182         * gst/audiorate/Makefile.am:
14183         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14184         (gst_audiorate_base_init), (gst_audiorate_class_init),
14185         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14186         (gst_audiorate_set_property), (gst_audiorate_get_property),
14187         (gst_audiorate_change_state), (plugin_init):
14188         Added an audiorate converter that fills in gaps.
14189
14190 2004-06-17  Johan Dahlin  <johan@gnome.org>
14191
14192         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14193
14194 2004-06-16  Wim Taymans  <wim@fluendo.com>
14195
14196         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14198         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14199         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14200         (gst_v4lsrc_get_property):
14201         * sys/v4l/gstv4lsrc.h:
14202         Added a copy mode to v4lsrc where it will output a copied version
14203         of its internal hardware buffer.
14204         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14205         can't | them.
14206
14207 2004-06-16  Wim Taymans  <wim@fluendo.com>
14208
14209         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14210         Timestamp fixes.
14211
14212 2004-06-16  Wim Taymans  <wim@fluendo.com>
14213
14214         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14215         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14216         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14217         (gst_v4lsrc_get_property):
14218         * sys/v4l/gstv4lsrc.h:
14219         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14220         Added a sync mode enum property to control v4lsrc timestamp method
14221         Removed the use-fixed-fps property and moved functionality in
14222         the enum.
14223         Don't error on an error value from v4l-conf, it might not always
14224         be a real error.
14225
14226 2004-06-16  Wim Taymans  <wim@fluendo.com>
14227
14228         * gst/videorate/Makefile.am:
14229         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14230         (gst_videorate_base_init), (gst_videorate_class_init),
14231         (gst_videorate_getcaps), (gst_videorate_link),
14232         (gst_videorate_init), (gst_videorate_chain),
14233         (gst_videorate_set_property), (gst_videorate_get_property),
14234         (gst_videorate_change_state), (plugin_init):
14235         Added a video timestamp corrector.
14236
14237 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14238
14239         fixed a potential leak with previous commit
14240
14241         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14242
14243 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14244
14245         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14246         Added missing refcount, fixes bug #144425
14247         Cheers Tim for finding the bug
14248
14249 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14250
14251         * sys/v4l/gstv4l.c: (plugin_init):
14252         * sys/v4l/gstv4lcolorbalance.c:
14253         * sys/v4l/gstv4lcolorbalance.h:
14254         * sys/v4l/gstv4lelement.c:
14255         * sys/v4l/gstv4lelement.h:
14256         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14257         * sys/v4l/gstv4lmjpegsink.h:
14258         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14259         * sys/v4l/gstv4lmjpegsrc.h:
14260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14261         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14262         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14263         * sys/v4l/gstv4lsrc.h:
14264         * sys/v4l/gstv4ltuner.c:
14265         * sys/v4l/gstv4ltuner.h:
14266         * sys/v4l/gstv4lxoverlay.c:
14267         * sys/v4l/gstv4lxoverlay.h:
14268         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14269         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14270         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14271         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14272         (gst_v4l_set_audio):
14273         * sys/v4l/v4l_calls.h:
14274         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14275         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14276         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14277         (gst_v4lmjpegsink_playback_init),
14278         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14279         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14280         (gst_v4lmjpegsink_playback_stop),
14281         (gst_v4lmjpegsink_playback_deinit):
14282         * sys/v4l/v4lmjpegsink_calls.h:
14283         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14284         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14285         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14286         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14287         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14288         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14289         * sys/v4l/v4lmjpegsrc_calls.h:
14290         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14291         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14292         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14293         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14294         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14295         (gst_v4lsrc_try_palette):
14296         * sys/v4l/v4lsrc_calls.h:
14297           bunch of paranoia cleanups
14298
14299 2004-06-14  David Schleef  <ds@schleef.org>
14300
14301         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14302         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14303         Send discont events and change timestamps appropriately when
14304         we get a seek event.  (bug #144240)
14305         * ext/cdparanoia/gstcdparanoia.h:
14306
14307 2004-06-14  Benjamin Otte  <otte@gnome.org>
14308
14309         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14310           snd_pcm_hw_params_set_rate  since the latter fails for no good
14311           reason on some setups.
14312
14313 2004-06-14  David Schleef  <ds@schleef.org>
14314
14315         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14316         standard.  Thank you for playing.
14317
14318 2004-06-14  Wim Taymans  <wim@fluendo.com>
14319
14320         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14321         Patch 1.3 broke the ordering of the colorspace info and
14322         made the plugin basically work by coincidence, reordered
14323         the info.
14324
14325 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14326
14327         * ext/lame/gstlame.c:
14328         * ext/mad/gstmad.c:
14329           sync caps.  Make sure mad can only output a list of rates, not
14330           a full range.  In the future, have three caps lists for each of the
14331           mpeg versions.  Change mpegversion to a double as well.
14332
14333 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14334
14335         * gst/volume/.cvsignore:
14336         * gst/volume/Makefile.am:
14337         * gst/volume/demo.c: (value_changed_callback), (idler),
14338         (setup_gui), (main):
14339           added small demo app
14340
14341 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14342         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14343         * ext/esd/esdsink.h:
14344         Close the esd connection on pause, because esd will just wait -
14345         blocking all other esd clients indefinitely.
14346
14347 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14348
14349         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14350           previous commit with GST_DEBUG
14351
14352 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14353
14354         * configure.ac:
14355           add a header check for a dvdread header in dvdnav.  Fixes #133002
14356
14357 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14358
14359         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14360         * gst/tcp/gsttcpclientsink.h:
14361         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14362         * gst/tcp/gsttcpclientsrc.h:
14363         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14364         (gst_tcpserversink_handle_server_read),
14365         (gst_tcpserversink_init_send):
14366         * gst/tcp/gsttcpserversink.h:
14367         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14368         * gst/tcp/gsttcpserversrc.h:
14369         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14370         version of IP)
14371
14372 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14373
14374         * configure.ac:
14375         Added ogg library so that OSX detects libtheora properly
14376
14377 2004-06-11  Wim Taymans  <wim@fluendo.com>
14378
14379         * ext/theora/theoradec.c: (theora_dec_chain),
14380         (theora_dec_change_state):
14381         Don't try to decode frames before we received a keyframe.
14382
14383 2004-06-11  Wim Taymans  <wim@fluendo.com>
14384
14385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14386         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14387         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14388         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14389         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14390         Added property to set the maximum delay of a page.
14391
14392 2004-06-10  Wim Taymans  <wim@fluendo.com>
14393
14394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14395         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14396         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14397         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14398         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14399         Added max-delay property to control the maximum amount
14400         of data to put in one page.
14401
14402 2004-06-10  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14405         (gst_theora_enc_init), (theora_enc_sink_link),
14406         (theora_buffer_from_packet), (theora_enc_set_property),
14407         (theora_enc_get_property):
14408         Set duration on encoded buffer, added some more properties
14409
14410 2004-06-10  Wim Taymans  <wim@fluendo.com>
14411
14412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14413         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14414         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14415         * ext/theora/theoraenc.c: (theora_enc_chain):
14416         Fix refcounting bugs
14417
14418 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14419
14420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14421         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14422         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14423         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14424         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14425         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14426         (gst_asf_demux_change_state):
14427         * gst/asfdemux/gstasfdemux.h:
14428           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14429           feels like. I think we should set a new requirement for demuxers
14430           from now on to implement sane loop functions, data loops, query
14431           and seek functions before first commit into CVS. And this commit
14432           fixes all of the above.
14433
14434 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14435
14436         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14437           vorbis comments are properly encoded in UTF-8 before adding them
14438           to a GstTagList
14439
14440 2004-06-09  Benjamin Otte  <otte@gnome.org>
14441
14442         * ext/alsa/gstalsa.c: (add_channels):
14443           handle min <= max correctly
14444         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14445         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14446           add fixation functions so we fixate correctly. No preferring of alaw
14447           anymore because it's the first structure.
14448         * ext/alsa/gstalsa.h:
14449         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14450         (gst_alsa_hw_params_dump):
14451           add functions to ease debugging in alsalib
14452         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14453         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14454         (gst_alsa_start_audio):
14455           only specify hw params if we really setup a format (fixes #134007 -
14456           or at least works around it)
14457
14458 2004-06-09  Wim Taymans  <wim@fluendo.com>
14459
14460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14461         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14462         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14463         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14464         (gst_ogg_mux_loop):
14465         Use stream caps to setup the initial pages in the ogg stream.
14466         Correctly set the streamheader caps on the srcpad.
14467
14468 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14469
14470         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14471         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14472         (gst_v4lsrc_getcaps):
14473         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14474         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14475           add querying of fps lists for webcams.  Negotiating to a framerate
14476           now works.
14477
14478 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14479
14480         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14481         (theora_push_buffer), (theora_push_packet),
14482         (theora_set_header_on_caps), (theora_enc_chain):
14483           mark buffers and put on streamheader, raw theora streaming
14484           now works too, whee
14485
14486 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14487
14488         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14489         (gst_tcp_gdp_read_caps):
14490           do a looping read for caps and GDP headers too
14491
14492 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14493
14494         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14495         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14496           return EOS instead of NULL in _get
14497
14498 2004-06-08  Wim Taymans  <wim@fluendo.com>
14499
14500         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14501         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14502         (gst_tcp_gdp_write_caps):
14503         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14504         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14505         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14506         Memory leak fixes
14507
14508 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14509
14510         * ext/vorbis/Makefile.am:
14511         * ext/vorbis/vorbis.c: (plugin_init):
14512         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14513         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14514         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14515         (vorbis_parse_change_state):
14516         * ext/vorbis/vorbisparse.h:
14517           adding a vorbisparse element that marks the buffers, streaming
14518           raw vorbis using GDP now works, whee
14519
14520 2004-06-08  Wim Taymans  <wim@fluendo.com>
14521
14522         * ext/jpeg/Makefile.am:
14523         * ext/jpeg/README:
14524         * ext/jpeg/gstjpeg.c: (plugin_init):
14525         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14526         (gst_smokedec_base_init), (gst_smokedec_class_init),
14527         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14528         * ext/jpeg/gstsmokedec.h:
14529         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14530         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14531         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14532         (gst_smokeenc_resync), (gst_smokeenc_chain),
14533         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14534         * ext/jpeg/gstsmokeenc.h:
14535         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14536         (smokecodec_flush_destination), (smokecodec_term_destination),
14537         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14538         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14539         (smokecodec_term_source), (smokecodec_encode_new),
14540         (smokecodec_decode_new), (smokecodec_info_free),
14541         (smokecodec_set_quality), (smokecodec_get_quality),
14542         (smokecodec_set_threshold), (smokecodec_get_threshold),
14543         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14544         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14545         (smokecodec_parse_header), (smokecodec_decode):
14546         * ext/jpeg/smokecodec.h:
14547         Added a new simple jpeg based codec
14548
14549 2004-06-08  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14552         (gst_multipart_mux_loop):
14553         Fix memory leak
14554
14555 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14556
14557         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14558         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14559         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14560         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14561         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14562         * gst/tcp/gsttcpserversink.h:
14563           take streamheader into account
14564
14565 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14566
14567         * gst/level/Makefile.am:
14568         * gst/level/gstlevel.c: (gst_level_class_init):
14569           clean up marshal generation
14570
14571 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14572
14573         * gst/tcp/Makefile.am:
14574         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14575         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14576         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14577         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14578         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14579         (gst_tcpclientsrc_get_property):
14580         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14581         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14582         (gst_tcpserversink_handle_client_read),
14583         (gst_tcpserversink_handle_client_write),
14584         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14585         * gst/tcp/gsttcpserversink.h:
14586           add signals client-added and client-removed
14587         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14588         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14589         (gst_tcpserversrc_get_property):
14590         uniformized, change default protocol to NONE
14591         * gst/tcp/gsttcp-marshal.list: added
14592 2004-06-07  Benjamin Otte  <otte@gnome.org>
14593
14594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14595           handle discont events if they happen before caps nego
14596
14597 2004-06-07  Wim Taymans  <wim@fluendo.com>
14598
14599         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14600         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14601         (gst_multipart_demux_plugin_init):
14602         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14603         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14604         (gst_multipart_mux_change_state):
14605         Small updates, fix a memleak
14606
14607 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14608
14609         * configure.ac: OSS portability
14610         * ext/arts/gst_arts.c: idem
14611         * sys/oss/gstosselement.c: idem
14612         * sys/oss/gstossmixer.c: idem
14613         * sys/oss/gstosssink.c: idem
14614         * sys/oss/gstosssrc.c: idem
14615         * sys/oss/oss_probe.c: idem
14616           - check for soundcard.h in different places for some BSD
14617
14618 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14619
14620         * AUTHORS:
14621         Add me to the authors file
14622         * configure.ac:
14623         Increase the libdv requirement to >= version 0.100
14624         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14625         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14626         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14627         * ext/dv/gstdvdec.h:
14628         Add support for the new_media flag when sending DISCONT events
14629         Make the querying work when video pad is not linked
14630
14631 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14632
14633         reviewed by Benjamin Otte  <otte@gnome.org>
14634
14635         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14636           create a NULL-initialized array of pads, so we don't think they
14637           exist already. (fixes #143130)
14638
14639 2004-06-07  Benjamin Otte  <otte@gnome.org>
14640
14641         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14642         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14643         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14644           don't use // coments
14645
14646 2004-06-07  Benjamin Otte  <otte@gnome.org>
14647
14648         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14649           cast to GstClockTime to get higher granularity
14650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14651           use gst_element_set_time_delay to get the exact time
14652         * ext/mad/gstmad.c: (gst_mad_chain):
14653           use the negotiated rate instead of the current frame's rate which
14654           might be wrong because of bit errors. This avoids emitting totally
14655           bogus timestamps and screwing sync.
14656         (fixes #143454)
14657
14658 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14659
14660         reviewed by Benjamin Otte  <otte@gnome.org>
14661
14662         * gst/adder/gstadder.c: (gst_adder_loop):
14663           properly error out when no negotiation has happened yet. (fixes
14664           #143032)
14665
14666 2004-06-06  Benjamin Otte  <otte@gnome.org>
14667
14668         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14669           forward correctly transformed offset in discont events. Based on
14670           patch by Arwed v. Merkatz. (fixes #142851)
14671
14672 2004-06-06  David Schleef  <ds@schleef.org>
14673
14674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14675         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14676         problems on several systems.
14677
14678 2004-06-06  Benjamin Otte  <otte@gnome.org>
14679
14680         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14681           use explicit caps on the srcpad
14682         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14683           properly error out if caps couldn't be set (fixes #142764)
14684
14685 2004-06-06  Benjamin Otte  <otte@gnome.org>
14686
14687         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14688         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14689         (gst_alsa_start_audio):
14690           - don't call set_periods_integer anymore, it breaks the
14691           configuration randomly
14692           - call snd_pcm_hw_params_set_access directly instead of using masks
14693           - don't fail if the sw_params can't be set, just use the default
14694           params and hope it works. Alsalib has weird issues when you touch
14695           sw_params and does no proper error reporting about what failed.
14696         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14697         (gst_alsa_close_audio):
14698           make our alsa debugging go via gst debugging and not conditionally
14699           defined
14700         * ext/alsa/gstalsa.h:
14701           add ALSA_DEBUG_FLUSH macro
14702         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14703         (plugin_init):
14704           wrap alsa errors to be printed via the gst debugging system and not
14705           spammed to stderr
14706
14707 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14708
14709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14710         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14711         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14712         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14713         (qtdemux_parse_trak):
14714         * gst/qtdemux/qtdemux.h:
14715           Bitch. Also known as seeking, querying & co.
14716         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14717         (gst_osssink_change_state):
14718         * sys/oss/gstosssink.h:
14719           Resyncing is for weenies, this hack is no longer needed and was
14720           broken anyway (since it - unintendedly - always leaves resync to
14721           TRUE).
14722
14723 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14724
14725         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14726         * gst/tcp/gsttcpclientsrc.h: idem
14727           - define MSG_NOSIGNAL if not done
14728           - include unistd.h for off_t
14729           (fixes #143749)
14730
14731 2004-06-05  Benjamin Otte  <otte@gnome.org>
14732
14733         * configure.ac:
14734         * ext/kio/Makefile.am:
14735           check for qt's moc preprocessor explicitly and use it
14736
14737 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14738
14739         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14740           don't get a signal for EPIPE on socket writes
14741           (somebody check if this works on other platforms)
14742
14743 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14744
14745         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14746         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14747           check error condition on available samples correctly
14748
14749 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14750
14751         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14752           avoid a segfault
14753         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14754         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14755         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14756         (gst_tcpserversrc_gdp_read_header):
14757          use ssize_t over size_t since the former is signed and thus the
14758          check for error codes can work
14759
14760 2004-06-02  Wim Taymans  <wim@fluendo.com>
14761
14762         reviewed by: Johan
14763
14764         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14765         (gst_multipart_mux_loop):
14766         Oops
14767
14768 2004-06-02  Wim Taymans  <wim@fluendo.com>
14769
14770         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14771         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14772         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14773         (gst_multipart_mux_change_state):
14774         Added configurable boundary specifier, added the value as a
14775         caps field as well.
14776
14777 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14778
14779         * gst/tcp/gsttcp.c:
14780         * gst/tcp/gsttcpclientsrc.c:
14781         * gst/tcp/gsttcpclientsrc.h:
14782         * gst/tcp/gsttcpserversrc.c:
14783           - portability fix, to compile on OSX
14784             (fixes #143146)
14785
14786         * sys/osxaudio/gstosxaudioelement.c:
14787         * sys/osxaudio/gstosxaudiosink.c:
14788         * sys/osxaudio/gstosxaudiosrc.c:
14789           - compilation warnings on OSX
14790             (fixes #143153)
14791
14792 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14793
14794         * ext/vorbis/vorbisdec.c : sign warning fixes
14795
14796         * gst-libs/gst/mixer/mixertrack.c :
14797           do no use defines which are glib 2.4 specific
14798
14799 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14800
14801         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14802           buffer since libflac doesn't expect it (reports a sync error when
14803           it encounters that)
14804
14805
14806 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14807
14808         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14809         * gst-libs/gst/mixer/mixertrack.c:
14810         (gst_mixer_track_get_property), (get_mixer_track_init),
14811         (get_mixer_track_get_property): Added property accessors
14812         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14813         * gst-libs/gst/mixer/mixeroptions.c:
14814         (gst_mixer_options_get_values): Added
14815         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14816         * gst-libs/gst/mixer/mixer.c: Fixed comment
14817
14818
14819 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14820
14821         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14822           improve error messages on open
14823
14824
14825 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14826
14827         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14828           check if v4l-conf is in path
14829
14830 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14831
14832         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14833           change assert to a more readable error message
14834
14835 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14836
14837         * gst-libs/gst/tuner/tunerchannel.h:
14838           - add a freq_multiplicator field to make the conversion
14839             between internal frequency unit and Hz
14840         * sys/v4l/gstv4lelement.c:
14841         * sys/v4l2/gstv4l2element.c:
14842           - change default video device to /dev/video0
14843         * sys/v4l/v4l_calls.c:
14844         * sys/v4l2/v4l2_calls.c:
14845           - we only expose frequency to the user in Hz instead of
14846             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14847
14848 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14849         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14850           Initialise b_o_s and e_o_s variables
14851         * gst-libs/gst/riff/riff-media.c:
14852         (gst_riff_create_video_caps_with_data):
14853           Add some unusual fourcc's from mplayer avi's
14854         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14855           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14856           autoplugging.
14857
14858 2004-05-28  Wim Taymans  <wim@fluendo.com>
14859
14860         * configure.ac:
14861         * gst/alpha/Makefile.am:
14862         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14863         (gst_alpha_get_type), (gst_alpha_base_init),
14864         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14865         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14866         (gst_alpha_chroma_key), (gst_alpha_chain),
14867         (gst_alpha_change_state), (plugin_init):
14868         A plugin to add an alpha channel to I420 video. Can optionally do
14869         chroma keying.
14870         * gst/multipart/Makefile.am:
14871         * gst/multipart/multipart.c: (plugin_init):
14872         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14873         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14874         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14875         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14876         (gst_multipart_demux_change_state),
14877         (gst_multipart_demux_plugin_init):
14878         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14879         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14880         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14881         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14882         (gst_multipart_mux_pad_unlink),
14883         (gst_multipart_mux_request_new_pad),
14884         (gst_multipart_mux_handle_src_event),
14885         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14886         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14887         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14888         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14889         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14890         send multipart jpeg images to a browser.
14891         * gst/videobox/Makefile.am:
14892         * gst/videobox/README:
14893         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14894         (gst_video_box_get_type), (gst_video_box_base_init),
14895         (gst_video_box_class_init), (gst_video_box_init),
14896         (gst_video_box_set_property), (gst_video_box_get_property),
14897         (gst_video_box_sink_link), (gst_video_box_i420),
14898         (gst_video_box_ayuv), (gst_video_box_chain),
14899         (gst_video_box_change_state), (plugin_init):
14900         Crops or adds borders around an image. can do alpha channel
14901         borders as well.
14902         * gst/videomixer/Makefile.am:
14903         * gst/videomixer/README:
14904         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14905         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14906         (gst_videomixer_pad_get_sink_event_masks),
14907         (gst_videomixer_pad_get_property),
14908         (gst_videomixer_pad_set_property),
14909         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14910         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14911         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14912         (gst_videomixer_base_init), (gst_videomixer_class_init),
14913         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14914         (gst_videomixer_handle_src_event),
14915         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14916         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14917         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14918         (gst_videomixer_loop), (gst_videomixer_get_property),
14919         (gst_videomixer_set_property), (gst_videomixer_change_state),
14920         (plugin_init):
14921         Generic video mixer plugin, can handle multiple inputs all with
14922         different framerates and video sizes. Is fully alpha channel
14923         aware.
14924
14925 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14926
14927         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14928           Select first track as master track. Not sure how else to handle
14929           that...
14930         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14931           Discard discont events. Should fix #142962.
14932
14933 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14934
14935         * ext/alsa/Makefile.am:
14936         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14937         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14938         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14939         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14940         (gst_alsa_mixer_get_option):
14941         * ext/alsa/gstalsamixer.h:
14942         * ext/alsa/gstalsamixeroptions.c:
14943         (gst_alsa_mixer_options_get_type),
14944         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14945         (gst_alsa_mixer_options_new):
14946         * ext/alsa/gstalsamixeroptions.h:
14947         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14948         * ext/alsa/gstalsamixertrack.h:
14949           Add enumerations (as GstMixerOptions). Make correct distinction
14950           between input/output tracks. Add capture/playback private flag.
14951           Use flag to decide on whether to set capture or playback volumes
14952           or switches. Use playback and record switches.
14953         * gst-libs/gst/mixer/Makefile.am:
14954         * gst-libs/gst/mixer/mixer-marshal.list:
14955         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14956         (gst_mixer_set_option), (gst_mixer_get_option),
14957         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14958         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14959         * gst-libs/gst/mixer/mixer.h:
14960         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14961         (gst_mixer_options_class_init), (gst_mixer_options_init),
14962         (gst_mixer_options_dispose):
14963         * gst-libs/gst/mixer/mixeroptions.h:
14964           Add GstMixerOptions.
14965         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14966           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14967           broken device detection on computers with multiple OSS sound
14968           cards.
14969
14970 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14971
14972         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14973           fixate nicely even when the peer is not negotiating
14974
14975 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14976
14977         * gst/audioconvert/gstaudioconvert.c:
14978         (gst_audio_convert_parse_caps):
14979           make sure we don't allow depth > width
14980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14981           fixate endianness to G_BYTE_ORDER as default
14982         * gst/audioscale/gstaudioscale.c:
14983           we don't handle another endianness as host-endianness
14984
14985 2004-05-25  David Schleef  <ds@schleef.org>
14986
14987         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14988
14989 2004-05-24  Benjamin Otte  <otte@gnome.org>
14990
14991         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14992         (gst_oggvorbisenc_setup):
14993           properly fail when we can't setup the vorbis encoder due to
14994           unsupported settings
14995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14996         (gst_vorbisenc_setup):
14997           same
14998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14999           fix case where warnings occured when one pad was unlinked while the
15000           other's link function was called
15001
15002 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15003
15004         * gst/tcp/Makefile.am:
15005           use GST_ENABLE_NEW
15006
15007 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15008
15009         * gst-libs/gst/resample/private.h:
15010           don't use optimizations that are #if 0'ed
15011
15012 2004-05-24  Wim Taymans  <wim@fluendo.com>
15013
15014         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15015         Fix potential division by zero error and hopefully get
15016         the position query right to get correct timestamps on avi
15017         audio.
15018
15019 2004-05-24  Wim Taymans  <wim@fluendo.com>
15020
15021         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
15022         (gst_videoscale_scale_nearest_str2),
15023         (gst_videoscale_scale_nearest_str4),
15024         (gst_videoscale_scale_nearest_32bit),
15025         (gst_videoscale_scale_nearest_24bit),
15026         (gst_videoscale_scale_nearest_16bit):
15027         Fix the scaling algorithm and avoid a buffer overflow.
15028         removed the while loop in the scaling function as it
15029         was used for point sampling only.
15030
15031 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15032
15033         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15034         (gst_id3_tag_class_init), (gst_id3_tag_init),
15035         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15036         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15037         (gst_id3_tag_send_tag_event):
15038           lots of fixes to make id3mux work and id3demux work correctly
15039
15040 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15041
15042         * ext/Makefile.am:
15043           add rules to build shout2send (was removed by accident
15044           when this module was no more marked experimental/broken)
15045
15046 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15047
15048         * ext/shout2/gstshout2.c:
15049         * ext/shout2/gstshout2.h:
15050           adding a "connection problem" signal to shout2send
15051           (fixes #142954)
15052
15053 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15054
15055         * ext/kio/kioreceiver.cpp:
15056         * ext/kio/kioreceiver.h:
15057           fix sign comparison issues
15058
15059 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15060
15061         * gst/cdxaparse/gstcdxaparse.c:
15062         * gst/cdxaparse/gstcdxaparse.h:
15063           some renaming
15064           add some checks/sanity
15065           prepare for seek addition
15066
15067         * sys/sunaudio/gstsunaudio.c:
15068           remove exported dupe init function
15069
15070 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15071
15072         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15073         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15074           Fix format conversion and position querying.
15075         * gst/debug/progressreport.c: (gst_progressreport_report):
15076           Don't output a bogus total value that we didn't query.
15077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15078           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15079           only a blank window after xine has been used.
15080
15081 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15082
15083         * m4/as-arts.m4:
15084           sync with upstream version to fix test on FC2
15085           readd with -ko to preserve Id header
15086
15087 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15088
15089         * configure.ac:
15090           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15091         * gst/tcp/gsttcpclientsrc.c: idem
15092         * gst/tcp/gsttcpserversink.c: idem
15093         * gst/tcp/gsttcpserversrc.c: idem
15094         * m4/gst-fionread.m4: idem
15095
15096         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15097
15098         * configure.ac: enable speex plugin for speex 1.1.5+
15099         * ext/speex/gstspeexenc.c: fix cast warning
15100
15101         * ext/esd/README: fix typo
15102
15103 2004-05-20  David Schleef  <ds@schleef.org>
15104
15105         * configure.ac: Minor cosmetic change to convince the buildbot to
15106         reautogen.
15107         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15108         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15109         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15110         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15111         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15112         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15113         More hacking.  Plays audio now.
15114
15115 2004-05-20  David Schleef  <ds@schleef.org>
15116
15117         * configure.ac:
15118         * sys/Makefile.am:
15119
15120 2004-05-20  David Schleef  <ds@schleef.org>
15121
15122         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15123         * sys/osxaudio/gstosxaudio.c:
15124         * sys/osxaudio/gstosxaudioelement.c:
15125         * sys/osxaudio/gstosxaudioelement.h:
15126         * sys/osxaudio/gstosxaudiosink.c:
15127         * sys/osxaudio/gstosxaudiosink.h:
15128         * sys/osxaudio/gstosxaudiosrc.c:
15129         * sys/osxaudio/gstosxaudiosrc.h:
15130
15131 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15132
15133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15134         (gst_vorbisenc_chain):
15135           put the codec headers on the caps as streamheader as well as
15136           pushing them out
15137
15138 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15139
15140         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15141         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15142         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15143         split up push_packet into two functions
15144
15145 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15146
15147         * gst/tcp/.cvsignore:
15148           ignore enums
15149         * gst/tcp/Makefile.am:
15150         * gst/tcp/README:
15151         * gst/tcp/gsttcp.c:
15152         * gst/tcp/gsttcp.h:
15153         * gst/tcp/gsttcpclientsink.c:
15154         * gst/tcp/gsttcpclientsink.h:
15155         * gst/tcp/gsttcpclientsrc.c:
15156         * gst/tcp/gsttcpclientsrc.h:
15157         * gst/tcp/gsttcpplugin.c:
15158         * gst/tcp/gsttcpserversink.c:
15159         * gst/tcp/gsttcpserversink.h:
15160         * gst/tcp/gsttcpserversrc.c:
15161         * gst/tcp/gsttcpserversrc.h:
15162           add new tcp elements
15163
15164 2004-05-19  Wim Taymans  <wim@fluendo.com>
15165
15166         * gst/law/mulaw-conversion.c: (mulaw_encode):
15167         Fix overflow bug in ulaw encoding.
15168
15169 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15170
15171         * ext/mad/gstmad.c: (gst_mad_handle_event):
15172           don't unref the event twice
15173
15174 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15175
15176         * configure.ac:
15177           remove -Wno-sign-compare
15178
15179 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15180
15181         * configure.ac:
15182           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15183           if you want to work against glib 2.2 and 2.4
15184
15185 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15186
15187         * gst/tcp/Makefile.am:
15188         * gst/tcp/gsttcp.c:
15189         * gst/tcp/gsttcp.h:
15190         * gst/tcp/gsttcpsink.h:
15191         * gst/tcp/gsttcpsrc.h:
15192           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15193
15194 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15195
15196         * gst/debug/tests.c: (md5_get_value):
15197           fix segfault on gst-inspect
15198
15199 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15200
15201         * gst/debug/testplugin.c:
15202         * gst/debug/tests.c:
15203         * gst/debug/tests.h:
15204           add new extensible and configurable testing element. Current tests
15205           include buffer count, stream length, timestamp/duration matching and
15206           md5.
15207         * gst/debug/Makefile.am:
15208         * gst/debug/gstdebug.c: (plugin_init):
15209           add infrastructure for new element
15210
15211 2004-05-19  Johan Dahlin  <johan@gnome.org>
15212
15213         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15214         ending of the array. Fixes gst-inspect segfault on ppc.
15215
15216 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15217
15218         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15219
15220         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15221
15222 2004-05-18  David Schleef  <ds@schleef.org>
15223
15224         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15225         warnings (bugs, actually) noticed by gcc but not forte.
15226
15227 2004-05-18  David Schleef  <ds@schleef.org>
15228
15229         * sys/sunaudio/Makefile.am:
15230         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15231
15232 2004-05-18  David Schleef  <ds@schleef.org>
15233
15234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15235         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15236         to allow qtdemux to use non-seekable streams. (bug #142272)
15237
15238 2004-05-18  David Schleef  <ds@schleef.org>
15239
15240         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15241         (gst_resample_sinc_ft_float): Remove use of static temporary
15242         buffer.  This code was obviously not supposed to last long, but
15243         it's stuck in our ABI, so it required a little hack to make it
15244         ABI-compatible.  Fixes #142585.
15245         * gst-libs/gst/resample/resample.h: same.
15246
15247 2004-05-18  David Schleef  <ds@schleef.org>
15248
15249         * configure.ac: Add sunaudio
15250         * examples/Makefile.am: make gstplay depend on gconf
15251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15252         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15253         (convert_table_lookup), (img_convert): remove c99-isms
15254         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15255           unsigned, to fix a warning on Solaris
15256         * gst/mpeg1sys/systems.c: bcopy->memcpy
15257         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15258         * sys/Makefile.am: Add sunaudio
15259
15260 2004-05-18  Wim Taymans  <wim@fluendo.com>
15261
15262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15263         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15264         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15265         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15266         (gst_ogg_mux_loop):
15267         Fix an ugly memleak where the muxer didn't flush enough ogg
15268         pages. This also resulted in badly muxed ogg files.
15269
15270 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15271
15272         * gst/asfdemux/asfheaders.c :
15273         * gst/asfdemux/asfheaders.h :
15274         * gst/asfdemux/gstasfdemux.c :
15275           - fix ASF_OBJ_PADDING guid
15276           - add 3 new object guids (language list, metadata,
15277             extended stream properties)
15278           - add a function to parse extended header objects
15279
15280 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15281
15282         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15283           remove leftover debugging g_print
15284
15285 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15286
15287         * ext/mad/gstmad.c: (gst_mad_handle_event):
15288           Fix for when the first format in a discont event is not a
15289           byte-based one. Should fix #137710.
15290
15291 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15292
15293         * m4/a52.m4 : fix compilation with -Wall -Werror
15294         * m4/libfame.m4 : idem
15295         * m4/libmikmod.m4 : idem
15296
15297 2004-05-17  Benjamin Otte  <otte@gnome.org>
15298
15299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15300           signal the new tags before giving up the reference
15301
15302 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15303
15304         * ext/shout2/gstshout2.c:
15305           use application/ogg instead of application/x-ogg (patch by Patrick
15306           Guimond, fixes #142432)
15307         * sys/oss/gstosselement.c: (gst_osselement_reset),
15308         (gst_osselement_sync_parms):
15309           don't set fragment size unless specified (fixes #142493)
15310
15311 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15312
15313         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15314           fixes #142664
15315
15316 2004-05-17  Benjamin Otte  <otte@gnome.org>
15317
15318         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15319           compute offsets correctly for internal buffers so timestamps are set
15320           correctly when we can't seek. Also handle cases where there are no
15321           offsets. (based on a patch by David Moore, fixes #142507)
15322
15323 2004-05-17  Benjamin Otte  <otte@gnome.org>
15324
15325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15326           use correct variable when determining amount of data to skip so we
15327           don't skip into the void and segfault
15328
15329 2004-05-16  Benjamin Otte  <otte@gnome.org>
15330
15331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15332           Hi, I'm a memleak
15333
15334 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15335
15336         * gst/asfdemux/gstasfdemux.c:
15337           - fix a mem leak and always propagate tags
15338           - add WMV3 to known video codecs (but no decoder yet)
15339           - replace "surplus data" at end of audio header for what
15340             it is : codec specific data
15341           - fix a typo
15342
15343 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15344
15345         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15346
15347         * gst-libs/gst/audio/audioclock.c:
15348           Fix wrong return type (#142205).
15349
15350 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15351
15352         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15353           Ignore CRCs by default (fixes #142566).
15354
15355 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15356
15357         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15358         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15359         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15360         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15361         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15362         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15363           Fix for cases where we fail to attach to a mixer.
15364
15365 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15366
15367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15368           Don't touch events after not owning them anymore.
15369         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15370         (gst_wavparse_fmt), (gst_wavparse_other),
15371         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15372         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15373         (gst_wavparse_srcpad_event):
15374         * gst/wavparse/gstwavparse.h:
15375           Add seeking, fix querying.
15376
15377 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15378
15379         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15380           - process comments even if they don't end with \0\0
15381             g_convert would ignore them if present and works well without them
15382
15383 2004-05-16  Benjamin Otte  <otte@gnome.org>
15384
15385         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15386           simplify caps
15387
15388 2004-05-16  Benjamin Otte  <otte@gnome.org>
15389
15390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15391           don't write to memory we might not write to - g_convert does that
15392           for us anyway (fixes #142613)
15393         (gst_asf_demux_audio_caps):
15394           comment out gst_util_dump_mem
15395
15396 2004-05-16  Benjamin Otte  <otte@gnome.org>
15397
15398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15399           compute correct expected timestamps after seek (broken since
15400           last commit)
15401         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15402           rename element and debugging category to gdkpixbufscale
15403
15404 2004-05-16  Benjamin Otte  <otte@gnome.org>
15405
15406         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15407           add error checking to snd_pcm_delay and remove duplicate call to
15408           snd_pcm_delay that caused issues (see inline code comments)
15409         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15410           make more readable and fix return value when snd_pcm_delay fails
15411         (fixes #142586)
15412
15413 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15414         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15415         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15416         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15417         (gst_pixbufscale_link), (gst_pixbufscale_init),
15418         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15419         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15420         (gst_pixbufscale_get_property), (pixbufscale_init):
15421         * ext/gdk_pixbuf/pixbufscale.h:
15422         Add these files I forgot earlier
15423
15424 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15425         * ext/gdk_pixbuf/Makefile.am:
15426         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15427         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15428         Add new pixbufscale element to scale RGB video
15429         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15430         and HYPER interpolation correctly.
15431         * ext/theora/theoraenc.c: (theora_enc_chain),
15432         Discard buffer and return if explicit caps could not be set
15433         (theora_enc_get_property):
15434         Make _get return kbps for the bitrate consistent with
15435         the _set function.
15436
15437
15438 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15439
15440         * ext/libvisual/visual.c: (gst_visual_chain):
15441           add missing visual_audio_analyze
15442
15443 2004-05-14  David Schleef  <ds@schleef.org>
15444
15445         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15446         is killed while we're playing.
15447         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15448         gst_element_no_more_pads().
15449
15450 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15451
15452         * gst-libs/gst/riff/riff-read.c :
15453           - fix INFO tag extraction in RIFF/AVI files
15454             because gst_event_unref (event) also freed taglist
15455           - avoid a mem leak
15456
15457 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15458
15459         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15460         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15461
15462         * gst/auparse/gstauparse.c :
15463           - add code (commented for now) to support audio/x-adpcm on src pad
15464             (we have no decoder for those layout yet)
15465
15466         * gst/cdxaparse/gstcdxaparse.c :
15467         * gst/cdxaparse/gstcdxaparse.h :
15468           - partial rewrite using RiffRead (ripped iain's wavparse code)
15469
15470         * gst/rtp/gstrtpL16enc.c : typo
15471         * gst/rtp/gstrtpgsmenc.c : typo
15472
15473 2004-05-13  Benjamin Otte  <otte@gnome.org>
15474
15475         * configure.ac:
15476           check for exact version of libvisual, it's not supposed to be
15477           API/ABI stable yet
15478
15479 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15480
15481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15482           signal no-more-pads
15483
15484 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15485
15486         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15487         Report which format was used for GST_FORMAT_DEFAULT
15488         * gst/debug/Makefile.am:
15489         * gst/debug/gstdebug.c: (plugin_init):
15490         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15491         (gst_progressreport_class_init), (gst_progressreport_init),
15492         (gst_progressreport_report), (gst_progressreport_set_property),
15493         (gst_progressreport_get_property), (gst_progressreport_chain),
15494         (gst_progressreport_plugin_init):
15495         Add progressreport element for testing.
15496
15497 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15500         * sys/v4l/gstv4lsrc.h:
15501         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15502         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15503         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15504         (gst_v4lsrc_grab_frame):
15505           add more debugging
15506           send a discont at start
15507
15508 2004-05-12  Colin Walters  <walters@redhat.com>
15509
15510         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15511         inflooping if we can't find a chunk.  Or in other words, don't blow
15512         chunks if we don't have a chunk to blow.
15513
15514 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15515         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15516         Remove old debug output
15517         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15518         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15519         (gst_dvdec_set_property), (gst_dvdec_get_property):
15520         Change the quality setting to an enum, so it works from gst-launch
15521         Don't renegotiate a non-linked pad. Allows audio only decoding.
15522         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15523         (gst_deinterlace_link), (gst_deinterlace_init):
15524         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15525         (gst_videodrop_link):
15526         Some caps negotiation fixes
15527
15528 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15529
15530         * ext/tarkin/gsttarkin.c :
15531           - Change RANK from NONE to PRIMARY
15532         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15533           - Change RANK from NONE to MARGINAL
15534         * ext/divx/gstdivxenc.c :
15535           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15536
15537 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15538
15539         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15540         (gst_vorbisenc_push_packet):
15541           copy a function that was added between 1.0 and 1.0.1 until we
15542           depend on worthwhile features of post-1.0
15543
15544 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15545
15546         * configure.ac:
15547           enable shout2 by default
15548         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15549         (gst_shout2send_base_init), (gst_shout2send_init),
15550         (gst_shout2send_connect), (gst_shout2send_change_state):
15551         * ext/shout2/gstshout2.h:
15552           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15553           #142262)
15554         * ext/theora/theora.c: (plugin_init):
15555           don't set rank on encoders
15556
15557 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15558
15559         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15560           Use codec_data property instead of flag1 and flag2 for wma
15561
15562 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15563
15564         * gst/cdxaparse/gstcdxaparse.c :
15565           - Add mpegversion to CAPS to make it link
15566           - Rank is as GST_RANK_SECONDARY instead of NONE
15567         * gst/auparse/gstauparse.c :
15568           - Document all audio encoding we can encounter from Solaris 9
15569             headers and libsndfile information.
15570           - Increase max. rate from 48000 to 192000 (to match other elements)
15571           - Don't try to play junk data between header and samples
15572
15573 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15574
15575         * ext/libvisual/visual.c: (gst_visual_getcaps):
15576           use the right caps depending on endianness (I hope)
15577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15578           use GST_RANK_NONE for all non-decoding elements or spider gets
15579           mighty confused
15580
15581 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15582
15583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15584           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15585
15586 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15587
15588         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15589         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15590         (gst_switch_loop), (gst_switch_get_type):
15591           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15592           HEADERS. Had to be said.
15593
15594 2004-05-10  David Schleef  <ds@schleef.org>
15595
15596         * configure.ac: Add prototype Dirac support.
15597         * ext/Makefile.am:
15598         * ext/dirac/Makefile.am:
15599         * ext/dirac/gstdirac.cc:
15600         * ext/dirac/gstdiracdec.cc:
15601
15602 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15603
15604         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15605         (gst_auparse_init), (gst_auparse_chain),
15606         (gst_auparse_change_state):
15607           Hack around spider. Remove me some day please.
15608
15609 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15610
15611         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15612           Fix for some uninitialized variables in previous patch, also
15613           makes it work. Fixes #142286 while we're at it.
15614
15615 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15616
15617         * gst/auparse/gstauparse.c:
15618                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15619                 only unsupported formats are ADPCM/CCITT G.72x
15620                 reviewed by Ronald
15621         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15622
15623 2004-05-10  Wim Taymans  <wim@fluendo.com>
15624
15625         * ext/vorbis/Makefile.am:
15626         * ext/vorbis/README:
15627         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15628         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15629         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15630         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15631         (gst_oggvorbisenc_convert_sink),
15632         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15633         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15634         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15635         (get_constraints_string), (update_start_message),
15636         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15637         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15638         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15639         * ext/vorbis/oggvorbisenc.h:
15640         * ext/vorbis/vorbis.c: (plugin_init):
15641         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15642         (raw_caps_factory), (gst_vorbisenc_class_init),
15643         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15644         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15645         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15646         * ext/vorbis/vorbisenc.h:
15647         Added a raw vorbis encoder to be used with the oggmuxer.
15648         We still need the old encoder for some gnome applications,
15649         read the README to find out how that works.
15650         The raw encoder is called "rawvorbisenc" until 0.9.
15651
15652 2004-05-10  Wim Taymans  <wim@fluendo.com>
15653
15654         * ext/ogg/gstogg.c: (plugin_init):
15655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15656         (gst_ogg_print):
15657         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15658         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15659         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15660         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15661         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15662         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15663         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15664         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15665         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15666         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15667         Added an ogg muxer.
15668         Small typo fixes in the demuxer.
15669
15670 2004-05-10  Wim Taymans  <wim@fluendo.com>
15671
15672         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15673         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15674         (theora_enc_change_state), (theora_enc_set_property),
15675         (theora_enc_get_property):
15676         Mark the last packet with an EOS flag which is not really needed
15677         in gstreamer.
15678         Do some better video framerate initialisation.
15679         Update the buffer timestamp.
15680
15681 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15682
15683         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15684         Return the result of the parent state change call
15685
15686 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15687
15688         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15689         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15690         * gst/law/alaw-encode.c : (idem)
15691         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15692         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15693         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15694
15695 2004-05-09  Benjamin Otte  <otte@gnome.org>
15696
15697         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15698           don't use a fixed buffer size when writing variable length data to
15699           it. Fixes memory corruption and makes alsasrc work
15700
15701 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15702
15703         * ext/gnomevfs/gstgnomevfssink.c:
15704         (_gst_boolean_allow_overwrite_accumulator),
15705         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15706           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15707           RUN_LAST, and don't use that to set the accumulator value because
15708           then it's always FALSE.
15709
15710 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15711
15712         * gst-libs/gst/riff/riff-media.c:
15713         (gst_riff_create_video_caps_with_data),
15714         (gst_riff_create_audio_caps),
15715         (gst_riff_create_audio_template_caps):
15716         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15717           Fix for unaligned RIFF files (i.e. where all the chunks together
15718           in a LIST chunk are not of the same size as the size given in
15719           the LIST chunk header). Fixes several odd WAVE files. Also fix
15720           ADPCM (block_align property) in audio, so that wavparse based
15721           on this works now as it used to stand-alone.
15722
15723 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15724
15725         reviewed by Benjamin Otte  <otte@gnome.org>
15726
15727         * ext/a52dec/gsta52dec.c:
15728         * ext/divx/gstdivxdec.c:
15729         * ext/divx/gstdivxenc.c:
15730         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15731         * ext/faac/gstfaac.c: (gst_faac_base_init):
15732         * ext/faad/gstfaad.c: (gst_faad_base_init):
15733         * ext/ivorbis/vorbisfile.c:
15734         * ext/lame/gstlame.c:
15735         * ext/libfame/gstlibfame.c:
15736         * ext/mpeg2enc/gstmpeg2enc.cc:
15737         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15738         * ext/sidplay/gstsiddec.cc:
15739         * ext/speex/gstspeexdec.c:
15740         * ext/speex/gstspeexenc.c:
15741         * ext/xvid/gstxviddec.c:
15742         * ext/xvid/gstxvidenc.c:
15743           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15744           (fixes #142193)
15745
15746 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15747
15748         * ext/alsa/gstalsa.c: (device_list),
15749         (gst_alsa_class_probe_devices):
15750         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15751           Fix alsa oddness in mixer after the combination of using mixer
15752           in source/sink elements and using hw:x,y instead of just hw:x.
15753
15754 2004-05-09  Benjamin Otte  <otte@gnome.org>
15755
15756         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15757         (gst_wavparse_create_sourcepad):
15758           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15759           sourcepads
15760
15761 2004-05-09  Benjamin Otte  <otte@gnome.org>
15762
15763         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15764           allow discont events before caps nego
15765
15766 2004-05-08  Benjamin Otte  <otte@gnome.org>
15767
15768         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15769           don't leak events
15770
15771 2004-05-08  Benjamin Otte  <otte@gnome.org>
15772
15773         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15774         (gst_level_change_state), (gst_level_init):
15775         * gst/level/gstlevel.h:
15776           figure out if we're initialized directly instead of keeping a
15777           variable that's wrong in 90% of cases
15778           don't initialize pads and then leak them and use a new unitialized
15779           pad. (fixes #142084)
15780           these were bugs so n00bish I didn't find them for an hour :/
15781
15782 2004-05-08 Iain <iain@prettypeople.org>
15783
15784         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15785         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15786         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15787         return the length that was read.
15788         (gst_riff_read_strf_auds): Allow fmt tags as well.
15789
15790 2004-05-07  David Schleef  <ds@schleef.org>
15791
15792         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15793         signed char assumption in faad.h.
15794
15795 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15796
15797         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15798           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15799
15800 2004-05-07  Colin Walters  <walters@redhat.com>
15801
15802         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15803         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15804         function.
15805         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15806         Add dispose function.
15807
15808 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15809         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15810           Fix caps nego and pad templates. RGB mode caps should
15811           work now.
15812         * ext/dvdnav/gst-dvd:
15813           Move mpeg2dec inside the thread because otherwise the
15814           queue rejects cap changes mid-stream
15815         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15816         (gst_mpeg2dec_flush_decoder):
15817           For mpeg2dec > 0.4.0, call the flush function instead of
15818           manually extracting all in-flight frames.
15819         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15820         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15821           Change mime type video/dv go video/x-dv to match the
15822           rest of gst-plugins
15823
15824 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15825
15826         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15828         (gst_alsa_sink_class_init):
15829         * ext/alsa/gstalsasink.h:
15830         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15831         (gst_alsa_src_class_init):
15832         * ext/alsa/gstalsasrc.h:
15833           Make alsasink/src a subclass of alsamixer so that mixer stuff
15834           shows up in gst-rec. Needs some finetuning.
15835
15836 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15837
15838         * ext/lame/gstlame.c: (gst_lame_chain):
15839           simplify
15840         * ext/mad/gstmad.c: (gst_mad_handle_event):
15841           fix event leak
15842         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15843           be able to detect mp3 files < 4096 bytes
15844
15845 2004-05-06  Wim Taymans  <wim@fluendo.com>
15846
15847         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15848         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15849         (theora_enc_set_property), (theora_enc_get_property):
15850         Also encode the first frame, cleanup some code.
15851
15852 2004-05-06  Wim Taymans  <wim@fluendo.com>
15853
15854         * ext/mpeg2enc/gstmpeg2enc.cc:
15855         Forward events first before deciding that negotiation was
15856         not performed.
15857
15858 2004-05-06  Wim Taymans  <wim@fluendo.com>
15859
15860         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15861         First process the events before deciding that negotiation
15862         was not performed.
15863
15864 2004-05-06  Wim Taymans  <wim@fluendo.com>
15865
15866         * ext/theora/Makefile.am:
15867         * ext/theora/theora.c: (plugin_init):
15868         * ext/theora/theoradec.c: (theora_dec_change_state):
15869         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15870         (gst_theora_enc_class_init), (gst_theora_enc_init),
15871         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15872         (theora_enc_chain), (theora_enc_change_state),
15873         (theora_enc_set_property), (theora_enc_get_property):
15874         Added a theora encoder, grouped the encoder and decoder into the
15875         same plugin.
15876
15877 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15878
15879         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15880         (gst_jpegenc_chain):
15881         fix DURATION on outgoing buffers
15882         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15883         debug using time formats
15884         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15886         (gst_xvimagesink_sink_link):
15887         windows with width/height 0 generate X errors, so don't allow them
15888
15889 2004-05-05  Wim Taymans  <wim@fluendo.com>
15890
15891         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15892         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15893         (gst_mpeg2dec_negotiate_format):
15894         * ext/mpeg2dec/gstmpeg2dec.h:
15895           removed the static pad template so that we can add the
15896           more accurate framerate value to the caps.
15897
15898
15899 2004-05-04  Benjamin Otte  <otte@gnome.org>
15900
15901         * configure.ac:
15902           check for kdemacros.h, too (should fix #141821)
15903         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15904           don't crash if no header was sent, but nicely error out (fixes part
15905           of #141554)
15906
15907 2004-05-04  Wim Taymans  <wim@fluendo.com>
15908
15909         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15910         parent dispose function to avoid segfault on destroy.
15911
15912 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15913
15914         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15915         (plugin_init):
15916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15917         (gst_xvimagesink_sink_link):
15918         clean up debugging caps
15919         also recreate xvimage when format has changed
15920
15921 2004-05-04  Benjamin Otte  <otte@gnome.org>
15922
15923         * ext/libvisual/Makefile.am:
15924         * ext/libvisual/visual.c: (gst_visual_class_init),
15925         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15926         (gst_visual_srclink), (gst_visual_chain),
15927         (gst_visual_change_state), (plugin_init):
15928           use a GstAdapter to correctly adapt buffer sizes - allows using a
15929           framerate
15930
15931 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15932
15933         * sys/v4l/gstv4lelement.h:
15934         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15935         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15936         (gst_v4lsrc_buffer_free):
15937         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15938         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15939         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15940         (gst_v4lsrc_requeue_frame):
15941         move some debugging categories around
15942         query for fps index and set accordingly if found
15943
15944 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15945
15946         * ext/lame/gstlame.c:
15947         correct defaults that lame_init puts out of range
15948
15949 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15950
15951         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15952         (gst_divxenc_class_init):
15953         fix range since -1 is the default
15954         * gst/mpeg1sys/gstmpeg1systemencode.c:
15955         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15956         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15957         (gst_rtjpegdec_chain):
15958         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15959         (gst_rtjpegenc_chain):
15960         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15961         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15962         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15963         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15964         * sys/v4l/gstv4lsrc.c:
15965         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15966         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15967         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15968         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15969         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15970           remove gst_info calls
15971
15972 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15973
15974         * Makefile.am:
15975         * po/af.po:
15976         * po/az.po:
15977         * po/en_GB.po:
15978         * po/nl.po:
15979         * po/sr.po:
15980         * po/sv.po:
15981           Updated translations
15982
15983 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15984
15985         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15986           refactor/comment code
15987
15988 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15989
15990         * gst/asfdemux/Makefile.am:
15991         * gst/asfdemux/asfheaders.c:
15992         * gst/asfdemux/asfheaders.h:
15993         * gst/asfdemux/gstasf.c: (plugin_init):
15994         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15995         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15996         (gst_asf_demux_setup_pad):
15997         * gst/asfdemux/gstasfdemux.h:
15998         * gst/asfdemux/gstasfmux.c:
15999         * gst/asfdemux/gstasfmux.h:
16000           Add tagging support to demuxer, split out registration in its own
16001           file instead of in demux (hacky), and prevent having some tables
16002           in our memory multiple times (in asfheaders.h).
16003
16004 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16005
16006         * gst/matroska/matroska-demux.c:
16007         (gst_matroska_demux_parse_metadata):
16008         * gst/matroska/matroska-ids.h:
16009           Basic tag reading support.
16010
16011 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16012
16013         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16014           Really detect ac-3 audio.
16015         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
16016           really detect matroska files (off-by-1).
16017
16018 2004-04-30  David Schleef  <ds@schleef.org>
16019
16020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16021         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
16022         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
16023         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
16024         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
16025         hackage -- parse a lot more atoms, extract a few tags.  One might even
16026         mistake this for tag support.  Maybe it is.
16027         * gst/qtdemux/qtdemux.h:
16028
16029 2004-04-30  Colin Walters  <walters@verbum.org>
16030
16031         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
16032
16033 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16036         (gst_ffmpegcolorspace_getcaps):
16037           remove broken nego fix
16038
16039 2004-04-30  Benjamin Otte  <otte@gnome.org>
16040
16041         * configure.ac:
16042         * ext/Makefile.am:
16043         * ext/libvisual/Makefile.am:
16044         * ext/libvisual/visual.c:
16045           add initial support for libvisual (http://libvisual.sourceforge.net)
16046           libvisual is still quite alpha, so expect crashes in there :)
16047
16048 2004-04-29  David Schleef  <ds@schleef.org>
16049
16050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16051         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16052         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16053         code; you will no longer respect me.
16054
16055 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16056
16057         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16058         * ext/alsa/gstalsa.h :
16059         change alsa pcm device discovery to find more than 1 device
16060         per card. code review by Ronald.
16061
16062 2004-04-29  David Schleef  <ds@schleef.org>
16063
16064         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16065         Add a check for a driver bug on FreeBSD.  (bug #140565)
16066
16067 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16068
16069         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16070         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16071         (gst_jpegenc_getcaps):
16072           move format setting to inner loop
16073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16074         (gst_ffmpegcolorspace_getcaps):
16075           use GST_PAD_CAPS if available so that we use already negotiated
16076           caps
16077         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16078         (qtdemux_parse_moov), (qtdemux_parse):
16079           extra debugging
16080         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16081         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16082           move hardcoded path to DEFINE
16083
16084 2004-04-28  David Schleef  <ds@schleef.org>
16085
16086         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16087         (bug #140064)
16088
16089 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16090
16091         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16092           Don't probe for playback device if we're a source element. Fixes
16093           #139658.
16094
16095 2004-04-29  Benjamin Otte  <otte@gnome.org>
16096
16097         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16098         (gst_id3_tag_chain):
16099           rewrite buffer offset
16100
16101 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16102
16103         * configure.ac:
16104         * ext/Makefile.am:
16105         * ext/dts/Makefile.am:
16106         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16107         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16108         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16109         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16110         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16111         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16112         (plugin_init):
16113         * ext/dts/gstdtsdec.h:
16114           New DTS decoder.
16115         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16116         (gst_faad_srcconnect):
16117           Add ESDS atom handling (.m4a).
16118
16119 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16120
16121         * ext/divx/gstdivxdec.c: (plugin_init):
16122           Remove comment that makes no sense.
16123         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16124           Fix for obvious typo that resulted in warnings during gst-register.
16125         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16126         (gst_xviddec_sink_link):
16127           Fix caps negotiation a bit better.
16128         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16129           We call this 'codec_data', not 'esds'.
16130
16131 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16132
16133         * gst/monoscope/gstmonoscope.c:
16134           make sure we only provide 256x128
16135         * gst/monoscope/monoscope.c: (monoscope_init):
16136           assert size of 256x128
16137
16138 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16139
16140         * Makefile.am:
16141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16142         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16143           fixate to max width and height of device
16144
16145 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16146
16147         * Makefile.am:
16148         * sys/v4l/gstv4l.c:
16149         * sys/v4l/gstv4lsrc.c:
16150         * sys/v4l/v4l_calls.c:
16151         * sys/v4l/v4lsrc_calls.c:
16152           fix for qc-usb driver which fakes having more than one buffer
16153           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16154           buffer_free override
16155           add debugging
16156
16157 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16158
16159         * Makefile.am:
16160         * gst/videotestsrc/gstvideotestsrc.c:
16161         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16162         (gst_videotestsrc_init), (gst_videotestsrc_get),
16163         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16164         * gst/videotestsrc/gstvideotestsrc.h:
16165           add num-buffers property
16166
16167         2004-04-26  Benjamin Otte  <otte@gnome.org>
16168
16169         * ext/mad/gstid3tag.c: (plugin_init):
16170           set id3mux rank to NONE so it doesn't confuse spider
16171           require audio/mpeg,mpegversion=1 in id3mux
16172
16173 2004-04-26  Benjamin Otte  <otte@gnome.org>
16174
16175         * configure.ac:
16176           detect faad correctly as non-working if it's indeed non-working
16177
16178 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16179
16180         * Makefile.am:
16181         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16182         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16183         fix _getcaps so it only negotiates to its supported format
16184
16185 2004-04-25  Benjamin Otte  <otte@gnome.org>
16186
16187         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16188           fix memleak
16189
16190 2004-04-23  Benjamin Otte  <otte@gnome.org>
16191
16192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16193           audio/x-raw-int with height rules! not. Now it's depth.
16194
16195 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16196
16197         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16198         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16199         (gst_wavparse_loop):
16200           Missing variable initialization. Add handling of DVI ADPCM. Fix
16201           mis-parsing of LIST chunks. This works around a bug where we mis-
16202           parse non-aligning LIST chunks (so LIST chunks where the contents
16203           don't align with the actual LIST size). The correct fix is to use
16204           rifflib, I'm not going to fix wavparse - too much work. All this
16205           fixes #104878.
16206
16207 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16208
16209         reviewed by Benjamin Otte  <otte@gnome.org>
16210
16211         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16212           fix shoutcast not working (fixes #140844)
16213
16214 2004-04-22  Benjamin Otte  <otte@gnome.org>
16215
16216         * ext/hermes/gsthermescolorspace.c:
16217         (gst_hermes_colorspace_caps_remove_format_info):
16218         * gst/colorspace/gstcolorspace.c:
16219         (gst_colorspace_caps_remove_format_info):
16220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16221         (gst_ffmpegcolorspace_caps_remove_format_info):
16222           s/gst_caps_simplify/gst_caps_do_simplify/
16223
16224 2004-04-22  Benjamin Otte  <otte@gnome.org>
16225
16226         * gst-libs/gst/riff/riff-media.c:
16227         (gst_riff_create_video_caps_with_data):
16228           mpegversion is an int
16229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16230           don't try to create pad templates with NULL caps, use any caps
16231           instead.
16232
16233 2004-04-20  David Schleef  <ds@schleef.org>
16234
16235         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16236         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16237         (bug #140384)
16238
16239 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16240
16241         reviewed by David Schleef
16242
16243         * ext/mad/gstid3tag.c: Add stdlib.h
16244         * gst/rtp/gstrtpgsmenc.c: same
16245         * gst/tags/gstid3tag.c: same
16246         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16247         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16248         GST_DISABLE_LOADSAVE use.
16249         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16250         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16251         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16252         atol(3)).
16253         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16254         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16255         strtoul(3)).
16256         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16257         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16258         $(ID3_CFLAGS).
16259         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16260         $(LIBFAME_CFLAGS).
16261
16262 2004-04-20  David Schleef  <ds@schleef.org>
16263
16264         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16265         last checkin.  Same idea.
16266
16267 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16268
16269         reviewed by David Schleef
16270
16271         * configure.ac: bump required gstreamer version to 0.8.1.1
16272         because of following changes [--ds]
16273
16274         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16275         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16276         (gst_riff_read_header):  Use GST_READ_UINT*
16277         macros to access possibly unaligned memory.
16278
16279         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16280         (mp3_type_find):  Use GST_READ_UINT*
16281         macros to access possibly unaligned memory.
16282         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16283         (speex_type_find): Likewise
16284
16285         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16286
16287         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16288         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16289         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16290         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16291         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16292         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16293         macros to access possibly unaligned memory.
16294
16295         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16296         Likewise.
16297
16298         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16299         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16300
16301         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16302         Likewise.
16303
16304         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16305         (gst_mpeg2subt_chain_subtitle): Likewise.
16306
16307         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16308         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16309         Likewise.
16310
16311         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16312         Likewise.
16313
16314         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16315         Likewise.
16316
16317         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16318         Likewise.
16319
16320 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16321
16322         * configure.ac:
16323           update required version of GStreamer because of GST_TIME_FORMAT
16324
16325 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16326
16327         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16328           remove leftover g_print
16329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16330           don't try setting only a subset of the caps. We don't want to kill
16331           autoplugging on purpose
16332
16333 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16334
16335         * sys/ximage/ximagesink.c: (plugin_init):
16336         * sys/xvimage/xvimagesink.c: (plugin_init):
16337           add debugging categories
16338
16339 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16340
16341         * po/en_GB.po:
16342         * po/LINGUAS:
16343           Adding en_GB translation (Gareth Owen)
16344
16345 2004-04-20  David Schleef  <ds@schleef.org>
16346
16347         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16348         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16349         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16350         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16351         A number of new features and hacks to extract the esds atom and
16352         put it into the caps.  (bug #137724)
16353
16354 2004-04-19  David Schleef  <ds@schleef.org>
16355
16356         * gconf/Makefile.am: Fix for non-GNU make
16357         * gst-libs/gst/Makefile.am: Change directory order to handle
16358         GstPlay linking with gstinterfaces
16359         * gst-libs/gst/audio/make_filter: make use of tr portable
16360         * gst-libs/gst/play/Makefile.am: Add intended \
16361         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16362         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16363         function prototype instead of void *.
16364         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16365         macro.
16366         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16367         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16368         * gst/videofilter/make_filter: make use of tr portable
16369         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16370
16371 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16372
16373         * po/LINGUAS:
16374         * po/uk.po:
16375           Added Ukrainian translation (Maxim V. Dziumanenko)
16376
16377 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16378
16379         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16380         (gst_gsmdec_link), (gst_gsmdec_chain):
16381           Fix capsnego, simplify chain function slightly.
16382         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16383           Add GSM.
16384
16385 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16386
16387         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16388         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16389         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16390           Hack to make wavparse work with spider (always -> sometimes pad).
16391           Fixes #135862 && #140411.
16392
16393 2004-04-18  Benjamin Otte  <otte@gnome.org>
16394
16395         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16396         (gst_osselement_rate_probe_check),
16397         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16398           get rid of \n in debug output
16399
16400 2004-04-17  Iain <iain@prettypeople.org>
16401
16402         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16403         not just EOS.
16404
16405 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16406
16407         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16408         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16409         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16410         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16411         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16412         (gst_id3_tag_change_state), (plugin_init):
16413           deprecate id3tag element and replace with id3demux/id3mux.
16414           great side effect: this ugly file is now even uglier, yay!
16415         * ext/mad/gstmad.h:
16416           remove non-available function
16417           update for new get_type
16418
16419 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16420
16421         * configure.ac:
16422           require mpeg2dec >= 0.4.0
16423
16424 2004-04-17  Benjamin Otte  <otte@gnome.org>
16425
16426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16427         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16428         (gst_xvimagesink_set_xwindow_id):
16429           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16430           assorted cleanup fixes.
16431
16432 2004-04-16  David Schleef  <ds@schleef.org>
16433
16434         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16435         * sys/xvimage/xvimagesink.h: same
16436
16437 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16438
16439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16440           Fix GST_ELEMENT_ERROR with (NULL)
16441
16442 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16443
16444         * gst-libs/gst/riff/riff-media.c:
16445         (gst_riff_create_video_caps_with_data):
16446           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16447
16448 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16449
16450         * gst-libs/gst/riff/riff-media.c:
16451         (gst_riff_create_video_caps_with_data),
16452         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16453         (gst_riff_create_video_template_caps),
16454         (gst_riff_create_audio_template_caps):
16455         * gst-libs/gst/riff/riff-media.h:
16456         * gst-libs/gst/riff/riff-read.c:
16457         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16458         * gst-libs/gst/riff/riff-read.h:
16459         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16460           Add MS RLE support. I added some functions to read out strf chunks
16461           into strf chunks and the data behind it. This is usually color
16462           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16463           caps creation. Lastly, add ADPCM (similar to wavparse - which
16464           should eventually be rifflib based).
16465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16466         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16467         * gst/matroska/matroska-demux.h:
16468           Remove placeholders for some prehistoric tagging system. Didn't add
16469           support for any tag system really anyway.
16470         * gst/qtdemux/qtdemux.c:
16471           Add support for audio/x-m4a (MPEG-4) through spider.
16472         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16473         (gst_wavparse_loop):
16474           ADPCM support (#135862). Increase max. buffer size because we
16475           cannot split buffers for ADPCM (screws references) and I've seen
16476           files with 2048 byte chunks. 4096 seems safe for now.
16477
16478 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16479
16480         * configure.ac: bump nano to 1
16481
16482 === release 0.8.1 ===
16483
16484 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16485
16486         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16487
16488 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16489
16490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16491           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16492           Fixes #140058
16493
16494 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16495
16496         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16497           lower rank of dvddemux so that it's not used for mpeg playback.
16498
16499 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16500
16501         * configure.ac:
16502           save libs correctly when checking mad
16503
16504 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16505
16506         * ext/mad/gstid3tag.c: (plugin_init):
16507           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16508
16509 2004-04-13  David Schleef  <ds@schleef.org>
16510
16511         * common/m4/gst-feature.m4: Call -config scripts with
16512         --plugin-libs if it is supported.
16513         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16514         JPEG images are image/jpeg.
16515         * gst/debug/Makefile.am:
16516         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16517         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16518         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16519         (gst_negotiation_plugin_init): Add a property that acts like
16520         filter caps.
16521         * testsuite/gst-lint:  Move license checking to be a standard
16522         test.
16523
16524 2004-04-13  David Schleef  <ds@schleef.org>
16525
16526         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16527         patch from Sebastien Cote (bug #139958)
16528
16529 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16530
16531         * examples/gstplay/Makefile.am:
16532         * examples/gstplay/player.c: (main):
16533           make the commandline player example use gconf settings
16534
16535 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16536
16537         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16538         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16539         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16540           init/end library during state transition, not object
16541           creation/disposal.  get rid of custom dispose handler.
16542
16543
16544 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16545
16546         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16547         be a symlink
16548
16549 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16550
16551         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16552           Handle JUNK chunks inside data section. Prevents warnings.
16553
16554 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16555
16556         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16557         (gst_riff_create_video_template_caps):
16558           Add MS video v1.
16559         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16560         (gst_avi_demux_stream_data):
16561           Add support for "rec-list" chunks.
16562
16563 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16564
16565         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16566           Fix another codecname mismatch.
16567
16568 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16569
16570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16571           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16572           so that MJPEG plays back.
16573
16574 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16575
16576         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16577         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16578         * gst/mpeg1videoparse/gstmp1videoparse.h:
16579           Fix for some slight mis-cuts in buffer parsing, and for some
16580           potential overflows or faults-causers. Adds disconts. Also fixes
16581           #139105 while we're at it.
16582
16583 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * configure.ac:
16586         * sys/v4l2/gstv4l2element.h:
16587           Workaround for missing struct v4l2_buffer declaration in Suse 9
16588           and Mandrake 10 linux/videodev2.h header file (#135919).
16589
16590 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16591
16592         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16593           Bail out if no filename was given.
16594
16595 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16596
16597         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16598         (gst_v4l2_fourcc_from_structure):
16599           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16600           Y41B somewhere).
16601
16602 2004-04-09  Benjamin Otte  <otte@gnome.org>
16603
16604         * ext/gnomevfs/gstgnomevfssink.c:
16605         (_gst_boolean_allow_overwrite_accumulator),
16606         (gst_gnomevfssink_class_init):
16607           fix erase signal - if any handler returns false the file will not be
16608           overwritten. If no handler is connected, the file will not be
16609           overwritten either.
16610           renamed signal to "allow-overwrite"
16611         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16612           free string when adding it to ID3 failed
16613         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16614           unref event when done
16615         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16616           free caps
16617         * gst/typefind/gsttypefindfunctions.c:
16618         (mpeg_video_stream_type_find):
16619           fix invalid read
16620
16621 2004-04-08  David Schleef  <ds@schleef.org>
16622
16623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16624         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16625
16626 2004-04-08  David Schleef  <ds@schleef.org>
16627
16628         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16629         we don't support (bug #139532)
16630
16631 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16632
16633         * ext/mad/gstmad.c: (gst_mad_handle_event),
16634         (gst_mad_check_caps_reset), (gst_mad_chain),
16635         (gst_mad_change_state):
16636           only set explicit caps if they haven't been set before for
16637           this stream.  MPEG-audio sample rate/channels aren't allowed
16638           to change in-stream.
16639           Fixes #139382
16640
16641 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16644         (_gst_boolean_did_something_accumulator),
16645         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16646         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16647         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16648         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16649         (gst_gnomevfssink_change_state):
16650           Fix erase signal. Don't erase by default. Remove handoff signal.
16651           Remove erase property. Don't segfault. General cleanup.
16652
16653 2004-04-07  Benjamin Otte  <otte@gnome.org>
16654
16655         * gst-libs/gst/gconf/test-gconf.c: (main):
16656           add missing gst_init
16657
16658 2004-04-07  Benjamin Otte  <otte@gnome.org>
16659
16660         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16661           free the mutexes, too
16662
16663 2004-04-07  Benjamin Otte  <otte@gnome.org>
16664
16665         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16666           actually free the URI string
16667         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16668           compute offset correctly when passing discont events
16669         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16670           don't leak discont events
16671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16672           add some missing breaks so caps aren't copied randomly
16673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16674           if we realloc memory, we better use it
16675
16676 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16677
16678         * ext/mad/gstmad.c: (normal_seek):
16679           fix GST_FORMAT_TIME usage
16680
16681 2004-04-05  David Schleef  <ds@schleef.org>
16682
16683         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16684         a deprecated function (hack!)
16685
16686 2004-04-05  Benjamin Otte  <otte@gnome.org>
16687
16688         * ext/esd/esdmon.c: (gst_esdmon_get):
16689           fix nonterminated vararg and memleak
16690
16691 2004-04-05  Benjamin Otte  <otte@gnome.org>
16692
16693         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16694         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16695         (gst_ladspa_set_property), (gst_ladspa_get_property),
16696         (gst_ladspa_instantiate), (gst_ladspa_activate),
16697         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16698           clean up debugging
16699
16700 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16701
16702         reviewed by Benjamin Otte  <otte@gnome.org>
16703
16704         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16705           check for broken LADSPA parameters (fixes #138635)
16706
16707 2004-04-05  Benjamin Otte  <otte@gnome.org>
16708
16709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16710           advertise buffer-frames correctly on sinkpads
16711
16712 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16715         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16716         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16717         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16718         (gst_mad_check_caps_reset), (gst_mad_chain):
16719         add more debugging, only reset caps when we're not in error state
16720
16721 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16722
16723         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16724
16725 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16726
16727         reviewed by Benjamin Otte  <otte@gnome.org>
16728
16729         * configure.ac:
16730           fix == in test(1) operator
16731
16732 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16733
16734         reviewed by Benjamin Otte  <otte@gnome.org>
16735
16736         * configure.ac:
16737           fix --export-symblos-regex to a working regex.
16738
16739 2004-04-04  Benjamin Otte  <otte@gnome.org>
16740
16741         * sys/oss/.cvsignore:
16742           add for oss_probe
16743
16744 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16745
16746         reviewed by Benjamin Otte  <otte@gnome.org>
16747
16748         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16749           add missing 'new_media' argument (fixes #138168)
16750         * gst/matroska/matroska-demux.c:
16751         (gst_matroska_demux_handle_seek_event):
16752           add vararg terminator (fixes #138169)
16753
16754 2004-04-02  David Schleef  <ds@schleef.org>
16755
16756         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16757         disted (bug #138914)
16758
16759 2004-04-01  Benjamin Otte  <otte@gnome.org>
16760
16761         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16762         (gst_alsa_close_audio):
16763           handle case better where a soundcard can't pause
16764         * ext/ogg/gstoggdemux.c:
16765           don't crash when we get events but don't have pads yet
16766
16767 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16768
16769         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16770           throw an error if we couldn't probe any caps.
16771
16772 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16773
16774         * ext/dvdnav/gst-dvd:
16775         Add a really simple sample DVD player
16776
16777 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16778
16779         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16780         (gst_a52dec_push), (gst_a52dec_handle_event),
16781         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16782         (gst_a52dec_change_state):
16783         * ext/a52dec/gsta52dec.h:
16784           Use a debug category, Output timestamps correctly
16785           Emit tag info, Handle events, tell liba52dec about cpu
16786           capabilities so it can use MMX etc.
16787         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16788           Fix a crasher accessing invalid memory
16789         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16790         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16791         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16792         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16793         (dvdnavsrc_query):
16794           Some support for byte-format seeking.
16795           Small fixes for still frames and menu button overlays
16796         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16797         (gst_mpeg2dec_alloc_buffer):
16798           Use a debug category. Adjust the report level of several items to
16799           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16800           so it doesn't lose the GstBuffer pointer
16801         * gst/debug/Makefile.am:
16802         * gst/debug/gstdebug.c: (plugin_init):
16803         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16804         (gst_navseek_base_init), (gst_navseek_class_init),
16805         (gst_navseek_init), (gst_navseek_seek),
16806         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16807         (gst_navseek_get_property), (gst_navseek_chain),
16808         (gst_navseek_plugin_init):
16809         * gst/debug/gstnavseek.h:
16810           Add the navseek debug element for seeking back and forth in a
16811           video stream using arrow keys.
16812         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16813         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16814         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16815         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16816         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16817         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16818         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16819         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16820         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16821         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16822         * gst/mpeg2sub/gstmpeg2subt.h:
16823           Pretty much a complete rewrite. Now a loopbased element. May still
16824           require work to properly synchronise subtitle buffers.
16825         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16826         (gst_dvd_demux_send_subbuffer):
16827         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16828           Don't attempt to create subbuffers of size 0
16829           Reduce a couple of error outputs to warnings.
16830         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16831         (gst_y4mencode_chain):
16832         Output the y4m frame header correctly.
16833
16834 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16835
16836         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16837           throw errors instead of allowing SIGFPE
16838
16839 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16840
16841         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16842         (gst_gconf_render_bin_from_key):
16843           leak plugging and style fixing
16844
16845 2004-03-31  David Schleef  <ds@schleef.org>
16846
16847         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16848         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16849         (bug #138225)
16850         * gst/debug/Makefile.am:
16851         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16852         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16853         plugin.
16854         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16855         (gst_negotiation_base_init), (gst_negotiation_class_init),
16856         (gst_negotiation_init), (gst_negotiation_getcaps),
16857         (gst_negotiation_pad_link), (gst_negotiation_chain),
16858         (gst_negotiation_set_property), (gst_negotiation_get_property),
16859         (gst_negotiation_plugin_init):  New element to talk about random
16860         negotiation things happening in a pipeline.
16861
16862 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16863
16864         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16865           fix integer addition with help of Stefan Kost
16866
16867 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16868
16869         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16870
16871 2004-03-30  David Schleef  <ds@schleef.org>
16872
16873         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16874         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16875         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16876         (bug #137504)
16877         * ext/mpeg2dec/gstmpeg2dec.h:
16878
16879 2004-03-30  David Schleef  <ds@schleef.org>
16880
16881         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16882
16883 2004-03-30  David Schleef  <ds@schleef.org>
16884
16885         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16886         Michael Petullo) to handle .mov
16887
16888 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16889
16890         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16891         (gst_osselement_rate_check_rate):
16892           probe caps correctly for sound cards that only support one format
16893
16894 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16895
16896         * ext/kio/kiosrc.cpp: (process_events):
16897           update handling event processing if inside KDE - untested
16898
16899 2004-03-29  David Schleef  <ds@schleef.org>
16900
16901         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16902         by 2 to not interfere with other colorspaces.
16903         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16904         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16905         one to not interfere with ffmpeg_colorspace.
16906
16907 2004-03-29  David Schleef  <ds@schleef.org>
16908
16909         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16910         aren't in the caps.
16911         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16912         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16913
16914 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16915
16916         * gst-libs/gst/riff/riff-media.c:
16917           fail on error, don't try to set stuff on NULL caps
16918
16919 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16920
16921         * configure.ac:
16922         * ext/Makefile.am:
16923         * ext/kio/Makefile.am:
16924         * ext/kio/kioreceiver.cpp:
16925         * ext/kio/kioreceiver.h:
16926         * ext/kio/kiosrc.cpp:
16927         * ext/kio/kiosrc.h:
16928           add experimental kiosrc plugin
16929         * ext/alsa/gstalsaplugin.c: (plugin_init):
16930           initialize debugging category only when we're sure registering the
16931           plugins worked.
16932
16933 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16934
16935         * examples/gstplay/player.c: (main):
16936         * gst-libs/gst/play/play.c: (gst_play_class_init),
16937         (gst_play_set_location), (gst_play_set_data_src),
16938         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16939         (gst_play_set_visualization), (gst_play_connect_visualization):
16940           check return values of element_set_state and return FALSE where
16941           failed
16942
16943 2004-03-29  Benjamin Otte  <otte@gnome.org>
16944
16945         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16946           try harder to check if an event is really a discont
16947
16948 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16949
16950         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16951         * po/az.po:
16952
16953 2004-03-28  Benjamin Otte  <otte@gnome.org>
16954
16955         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16956         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16957         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16958           get rid of non-standard "..." ranges in case statements.
16959
16960 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16961
16962         * gst/mpegstream/gstmpegdemux.c:
16963         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16964         specific functionality split to the new dvddemux element.
16965         * gst/mpegstream/gstdvddemux.c:
16966         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16967         streams, derived from mpegdemux.
16968         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16969         up. SCR based timestamp rewriting can be turned off (will probably
16970         completely disappear soon).
16971         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16972         hacking. General cleanup. All printf statements replaced by
16973         debugging messages. Almost complete libdvdnav support.
16974         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16975         by events. New properties for audio and subpicture languages.
16976         (dvdnavsrc_update_highlight): Now uses events.
16977         (dvdnavsrc_user_op): Cleaned up.
16978         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16979         based). Lots of cleanup, and propper support for most libdvdnav
16980         events.
16981         (dvdnavsrc_make_dvd_event): New function.
16982         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16983         (dvdnavsrc_make_clut_change_event): New function.
16984
16985 2004-03-26  Benjamin Otte  <otte@gnome.org>
16986
16987         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16988           fix bug where typefinding would claim it's theora whenever less then
16989           7 bytes of data were available
16990
16991 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16992
16993         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16994         (gst_alawdec_base_init), (gst_alawdec_class_init),
16995         (gst_alawdec_init), (gst_alawdec_chain):
16996         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16997         (gst_alawenc_base_init), (gst_alawenc_class_init),
16998         (gst_alawenc_init), (gst_alawenc_chain):
16999         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
17000         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
17001         (gst_mulawdec_init), (gst_mulawdec_chain):
17002         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
17003         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
17004         (gst_mulawenc_init), (gst_mulawenc_chain):
17005           Fix capsnego in all four, remove the unused property functions and
17006           simplify the chain functions slightly. I guess we could use macros
17007           or something similar for those, since the code is so similar, but
17008           I'm currently too lazy...
17009
17010 2004-03-24  David Schleef  <ds@schleef.org>
17011
17012         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17013         (gst_osselement_close_audio), (gst_osselement_probe_caps),
17014         (gst_osselement_get_format_structure),
17015         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
17016         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
17017         (gst_osselement_rate_int_compare): Add code to handle rate probing
17018         (bug #120883)
17019         * sys/oss/gstosselement.h: same
17020         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
17021         Use rate probing provided by osselement.
17022         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
17023
17024 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
17027         (gst_xvidenc_get_property):
17028           ulong/int mess-up.
17029
17030 2004-03-24  David Schleef  <ds@schleef.org>
17031
17032         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
17033         (gst_speexdec_init):
17034         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17035         (gst_speexenc_init):  Create the pad template correctly (from
17036         the static pad template, not a NULL pointer.)
17037
17038 2004-03-25  Benjamin Otte  <otte@gnome.org>
17039
17040         * gst/debug/Makefile.am:
17041         * gst/debug/breakmydata.c:
17042           add element that quasi-randomly changes bytes in the stream.
17043           Intended use is robustness checking of demuxers and decoders in
17044           media tests.
17045
17046 2004-03-24  Benjamin Otte  <otte@gnome.org>
17047
17048         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17049         (gst_alsa_probe_hw_params):
17050         * ext/alsa/gstalsa.h:
17051           debugging output fixes
17052
17053 2004-03-24  Benjamin Otte  <otte@gnome.org>
17054
17055         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17056           don't g_return_if_fail if element is PLAYING, fail silently as every
17057           other element.
17058         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17059           only fix needed for cast lvalue issues in gst-plugins
17060         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17061           add proxy_getcaps
17062
17063 2004-03-24  Benjamin Otte  <otte@gnome.org>
17064
17065         * gst/level/gstlevel.c: (gst_level_init):
17066           add proxying getcaps function, so level doesn't advertise impossible
17067           caps
17068
17069 2004-03-24  David Schleef  <ds@schleef.org>
17070
17071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17072         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17073         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17074         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17075         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17076         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17077         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17078         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17079         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17080         messages.  Divide the chunk size by the compression ratio
17081         (needed for MACE audio)
17082
17083 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17084
17085         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17086           Fix buffer overflow read error.
17087
17088 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17089
17090         * ext/alsa/gstalsa.h:
17091           Remove unused entry.
17092         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17093           Add cinepak.
17094         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17095         (gst_videodrop_link), (gst_videodrop_chain):
17096           Fix, sort of. Was horribly broken with new capsnego. Bah...
17097
17098 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17099
17100         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17101         (plugin_init):
17102         Add a monkeysaudio typefind function
17103
17104 2004-03-23  Johan Dahlin  <johan@gnome.org>
17105
17106         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17107         (gst_play_video_fixate): Check so the structure has the field
17108         before trying to fixate them, this makes it possible to have
17109         fakesinks for video and audio output without printing errors on
17110         the output console.
17111
17112 2004-03-22  David Schleef  <ds@schleef.org>
17113
17114         * sys/oss/Makefile.am:
17115         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17116         (check_rate), (add_rate):  Rate probing test app.
17117
17118 2004-03-21  Benjamin Otte  <otte@gnome.org>
17119
17120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17121         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17122           add a fixation function that pretty much does the right thing (fixes
17123           #137556)
17124
17125 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17126
17127         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17128
17129 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17130
17131         reviewed by: Benjamin Otte  <otte@gnome.org>
17132
17133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17134           terminate gst_event_new_discontinuous correctly (fixes parts of
17135           #137711)
17136
17137 2004-03-19  David Schleef  <ds@schleef.org>
17138
17139         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17140         since it doesn't depend on X, and it's part of our ABI.
17141
17142 2004-03-19  Iain <iain@prettypeople.org>
17143
17144         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17145         is_int in the structure, not the local variable.
17146
17147 2004-03-19  David Schleef  <ds@schleef.org>
17148
17149         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17150         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17151         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17152         Improvements in caps negotiation.
17153
17154 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17155
17156         * po/LINGUAS:
17157         * po/af.po:
17158           adding Afrikaans (Petri Jooste)
17159
17160 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17161
17162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17163         (gst_ffmpegcolorspace_chain):
17164         throw error instead of g_critical (#137588)
17165
17166 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17167
17168         * Makefile.am:
17169         * configure.ac:
17170           dist common and m4 correctly
17171         * po/sv.po:
17172
17173 2004-03-17  David Schleef  <ds@schleef.org>
17174
17175         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17176         (bug #137348)
17177
17178 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17179
17180         * po/LINGUAS:
17181         * po/sv.po:
17182           adding Swedish translation (Christian Rose)
17183
17184 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17185
17186         * Makefile.am: use release.mak
17187
17188 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17189
17190         * common/ChangeLog:
17191         * common/gst-autogen.sh:
17192           add some explanation about the version detection
17193         * configure.ac:
17194           fix X check
17195
17196 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17197
17198         * configure.ac: bump nano to 1
17199
17200 === release 0.8.0 ===
17201
17202 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17203
17204         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17205
17206 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17207
17208         * configure.ac:
17209           update libtool version
17210         * gst-libs/gst/media-info/Makefile.am:
17211           actually use libtool version
17212
17213 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17214
17215         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17216
17217 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17218
17219         * configure.ac:
17220         * gst-plugins.spec.in:
17221         * pkgconfig/Makefile.am:
17222         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17223         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17224         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17225         * pkgconfig/gstreamer-libs.pc.in:
17226         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17227         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17228         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17229         * pkgconfig/gstreamer-plugins.pc.in:
17230           remove @VERSION@ from some of the pc files since core and plugins
17231           are decoupled.
17232           created gstreamer-plugins.pc as it's a better name, but keeping
17233           -libs around for now to get fixes upstream done first.
17234
17235 2004-03-15  Julien MOUTTE <julien@moutte.net>
17236
17237         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17238         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17239         * gst-libs/gst/play/play.h:
17240
17241 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17242
17243         * *.c, *.cc: don't mix tabs and spaces
17244
17245 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17246
17247         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17248           use the new ffmpegcolorspace
17249         * gst-plugins.spec.in:
17250           package new colorspace and media-info
17251         * configure.ac:
17252         * pkgconfig/Makefile.am:
17253           fix some more disting issues
17254         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17255         * pkgconfig/gstreamer-media-info.pc.in:
17256           generate media-info pc files
17257
17258 2004-03-15  Johan Dahlin  <johan@gnome.org>
17259
17260         * *.h: Revert indenting
17261
17262 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17263
17264         * configure.ac:
17265           adding ffmpegcolorspace element
17266         * gst/ffmpegcolorspace/Makefile.am:
17267         * gst/ffmpegcolorspace/avcodec.h:
17268         * gst/ffmpegcolorspace/common.h:
17269         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17270         * gst/ffmpegcolorspace/dsputil.h:
17271         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17272         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17273         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17274         (gst_ffmpeg_caps_to_pix_fmt):
17275         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17276         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17277         (gst_ffmpegcolorspace_caps_remove_format_info),
17278         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17279         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17280         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17281         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17282         (gst_ffmpegcolorspace_set_property),
17283         (gst_ffmpegcolorspace_get_property),
17284         (gst_ffmpegcolorspace_register):
17285         * gst/ffmpegcolorspace/imgconvert.c:
17286         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17287         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17288         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17289         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17290         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17291         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17292         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17293         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17294         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17295         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17296         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17297         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17298         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17299         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17300         (img_get_alpha_info), (deinterlace_line),
17301         (deinterlace_line_inplace), (deinterlace_bottom_field),
17302         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17303         * gst/ffmpegcolorspace/imgconvert_template.h:
17304         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17305         * gst/ffmpegcolorspace/mmx.h:
17306         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17307           adding ffmpegcolorspace element supplied by Ronald after cleaning
17308           up and pulling in the right bits of upstream source.
17309           I'm sure a better C/compiler wizard could do some cleaning up (for
17310           example use GLIB's malloc stuff), but as a first pass this
17311           works very well
17312
17313 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17314
17315         * ext/alsa/gstalsa.h:
17316           I assume Ronald forgot to commit the change to have cardname
17317           as a struct member.  Expect some public spanking at the next
17318           opportunity.
17319
17320 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17321
17322         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17323         (gst_alsa_open_audio), (gst_alsa_close_audio):
17324         * ext/alsa/gstalsa.c:
17325           Don't open the device if we're a mixer (= padless).
17326         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17327         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17328         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17329           Open mixer during state change rather than during object
17330           initialization. Also, get a device name. Currently in a somewhat
17331           hackish fashion, but I didn't really find something better.
17332
17333 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17334
17335         * *.c, *.h: run gst-indent
17336
17337 2004-03-14  Benjamin Otte  <otte@gnome.org>
17338
17339         * gst/modplug/gstmodplug.cc:
17340         * gst/modplug/gstmodplug.h:
17341           set correct timestamps on outgoing buffers
17342
17343 2004-03-14  Benjamin Otte  <otte@gnome.org>
17344
17345         * gst/modplug/gstmodplug.cc:
17346           handle events - don't do crap when a discont arrives that's not
17347           necessary
17348           This allows correct loading and playback of mods in Rhythmbox
17349
17350 2004-03-14  Benjamin Otte  <otte@gnome.org>
17351
17352         * configure.ac:
17353         * gst-libs/gst/gconf/Makefile.am:
17354         * pkgconfig/Makefile.am:
17355           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17356           they get rebuilt properly
17357         * configure.ac:
17358           when checking for vorbis, try pkgconfig first.
17359         * gst/modplug/gstmodplug.cc:
17360           add fixate function
17361
17362 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17365           Fix for obvious mistake, where we first shift the offset and then
17366           read a samplesize element assuming the old offset. Note that this
17367           part still has something weird, i.e. my movies containing those
17368           don't actually play well, but at least there's something that looks
17369           like sound now.
17370
17371 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17372         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17373         (plugin_init):
17374         Add a typefind function for speex format
17375
17376 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17377
17378         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17379         (gst_asf_demux_setup_pad):
17380           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17381           instead of 0. Reason is simple: some elements have a fps range
17382           of 1-max instead of 0-max. So now ASF video actually works.
17383
17384 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17385
17386         * po/LINGUAS:
17387         * po/sr.po:
17388           adding serbian as a language
17389
17390 2004-03-13  Benjamin Otte  <otte@gnome.org>
17391
17392         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17393           return taglist correctly from _get function, don't gst_pad_push it.
17394           (fixes #137042)
17395
17396 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17397         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17398
17399 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17400
17401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17402         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17403         (gst_alsa_mixer_track_new):
17404         * ext/alsa/gstalsamixertrack.h:
17405           Fix ancient leftovers... MixerTrack is a GObject.
17406
17407 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17408
17409         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17410         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17411           Don't block during probing...
17412
17413 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17416         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17417         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17418         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17419         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17420         (gst_alsa_open_audio), (gst_alsa_close_audio):
17421         * ext/alsa/gstalsa.h:
17422           Add propertyprobe interface implementation, add some device-name
17423           property, all this so that it looks good in gnome-volume-control.
17424
17425 2004-03-12  David Schleef  <ds@schleef.org>
17426
17427         * configure.ac: the Hermes library controls hermescolorspace, not
17428         colorspace.
17429         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17430         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17431         not /* */
17432         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17433         * ext/sdl/sdlvideosink.h: ditto.
17434         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17435
17436 2004-03-12  Benjamin Otte  <otte@gnome.org>
17437
17438         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17439         (gst_x_overlay_got_xwindow_id):
17440         * gst-libs/gst/xoverlay/xoverlay.h:
17441           replace XID with unsigned long to get rid of the xlibs dependency in
17442           XOverlay (fixes #137004)
17443
17444 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17445         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17446         (gst_agingtv_setup):
17447         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17448         (gst_dicetv_base_init), (gst_dicetv_class_init),
17449         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17450         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17451         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17452         (gst_edgetv_setup), (gst_edgetv_rgb32):
17453         * gst/effectv/gsteffectv.c:
17454         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17455         (gst_quarktv_set_property):
17456         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17457         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17458         (gst_revtv_setup), (gst_revtv_rgb32):
17459         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17460         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17461         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17462         (gst_shagadelictv_rgb32):
17463         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17464         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17465         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17466         * gst/effectv/gstwarp.c:
17467         Port everything that can be ported to videofilter and fix up the caps.
17468         Can someone with a big-endian machine please check these?
17469
17470 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17471
17472         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17473         (gst_osssink_chain), (gst_osssink_change_state):
17474           Latest fixes for A/V sync, audio playback and such. This is about
17475           all... MPEG playback issues are mostly related to the async build-
17476           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17477
17478 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17479
17480         patch from: Stephane Loeuillet
17481
17482         * configure.ac:
17483           use pkg-config for some libraries, falling back to the old .m4 way
17484           (fixes #131270)
17485         * m4/libdv.m4:
17486           removed
17487
17488 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17489
17490         * configure.ac:
17491         * tools/Makefile.am:
17492         * tools/Makefile.in:
17493         * tools/gst-launch-ext-m.m:
17494         * tools/gst-launch-ext.1.in:
17495         * tools/gst-visualise-m.m:
17496         * tools/gst-visualise.1:
17497         * tools/gst-visualise.1.in:
17498           reorganizing generation of script tools
17499
17500 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17501
17502         * ext/divx/gstdivxdec.c:
17503           Downgrade priority. We prefer ffdec_mpeg4.
17504         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17505         (gst_faad_chain), (gst_faad_change_state):
17506           Fix capsnego. Doesn't work for some sounds because we don't have
17507           a 5:1 to stereo element.
17508         * ext/xvid/gstxvid.c: (plugin_init):
17509           Add priority.
17510         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17511         (gst_osssink_change_state):
17512           Add discont handling.
17513
17514 2004-03-09  Colin Walters  <walters@verbum.org>
17515
17516         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17517         conversion.
17518
17519 2004-03-09  Benjamin Otte  <otte@gnome.org>
17520
17521         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17522           the signals take 2 arguments
17523
17524 2004-03-09  David Schleef  <ds@schleef.org>
17525
17526         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17527         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17528         * ext/alsa/gstalsa.h:
17529         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17530
17531 2004-03-09  Benjamin Otte  <otte@gnome.org>
17532
17533         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17534         (gst_mikmod_change_state):
17535         * ext/mikmod/gstmikmod.h:
17536           make mikmod's loop function not loop infinitely and call
17537           gst_element_yield anymore
17538         * gst/modplug/gstmodplug.cc:
17539           fix pad negotiation (fixes #136590)
17540
17541 2004-03-09  David Schleef  <ds@schleef.org>
17542
17543         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17544         doesn't conflict with the internal colorspace plugin.
17545         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17546         satisfy the crappy-ass shell shipped by a certain vendor.
17547         * gst/videofilter/make_filter: same (bug #135299)
17548
17549 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17550
17551         * configure.ac: bump nano to 1
17552
17553 === release 0.7.6 ===
17554
17555 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17556
17557         * configure.in: releasing 0.7.6, "There"
17558
17559 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17560
17561         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17562         * pkgconfig/gstreamer-play.pc.in:
17563           synchronize the two
17564
17565 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17566
17567         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17568         (cdparanoia_open), (cdparanoia_event):
17569           fix/add error handling
17570         * po/POTFILES.in:
17571           add cdparanoia source
17572         * tools/Makefile.am:
17573           make scripts executable
17574
17575 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17576
17577         * configure.ac:
17578         * ext/vorbis/Makefile.am:
17579         * sys/Makefile.am:
17580           remove id3types, vorbisfile and xvideosink from the build (#133783)
17581
17582 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17583
17584         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17585           Fix metadata read crash (#136537).
17586
17587 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17588
17589         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17590         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17591           adding mime types, fixing the one-stop function
17592
17593 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17594
17595         * ext/nas/nassink.c and /ext/nas/nassink.h:
17596         More NAS love from Arwed von Merkatz
17597         So lets all sing 'Can you feel the NAS tonight'
17598
17599 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17600
17601         * tools/gst-launch-ext.in:
17602         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17603
17604 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17605
17606         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17607         (gst_mpeg2dec_init):
17608         remove the user_data pad for now, because it is being used in
17609         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17610         If someone knows how to fix this properly, please do.
17611
17612 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17613
17614         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17615         (gst_osssink_get_time):
17616         add a warning, IMO this won't get triggered anymore, remove later
17617
17618 2004-03-07  David Schleef  <ds@schleef.org>
17619
17620         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17621         format (bug #136470)
17622
17623 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17624
17625         * gst-libs/Makefile.am:
17626         * gst-libs/gst/media-info/Makefile.am:
17627         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17628         (error_callback), (gst_media_info_error_create),
17629         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17630         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17631         * gst-libs/gst/media-info/media-info-priv.h:
17632         * gst-libs/gst/media-info/media-info-test.c: (main):
17633         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17634         (gst_media_info_class_init), (gst_media_info_instance_init),
17635         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17636         (gst_media_info_read_idler), (gst_media_info_read):
17637         * gst-libs/gst/media-info/media-info.h:
17638         fixed, should work now
17639
17640 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17641
17642         * ext/nas/nassink.c:
17643         A bunch of NAS fixes from Arwed von Merkatz
17644
17645 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17646
17647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17648         (qtdemux_parse_trak):
17649           Fix crash (j might be greater than n_samples, in which case we're
17650           writing outside the allocated space for the array) and memleak.
17651
17652 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17653
17654         * sys/oss/gstosssink.c: (gst_osssink_chain):
17655           And another caller that couldn't handle delay < 0 (unsigned
17656           integer overflow). Video now continues playing on an audio
17657           buffer underrun, and the clock continues working. Audio still
17658           stalls.
17659
17660 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17661
17662         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17663         (gst_osssink_get_time):
17664           get_delay() may return values lower than 0. In those cases, we
17665           should not actually cast to *unsigned* int64, that will break
17666           stuff horribly. In my case, it screwed up A/V sync in movies
17667           in totem rather badly.
17668
17669 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17670
17671         * ext/faac/gstfaac.c: (gst_faac_chain):
17672         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17673         * ext/libpng/gstpngenc.c: (user_write_data):
17674         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17675         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17676         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17677         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17678         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17679         of any buffer), should fix some leaks. I hope I didn't unref buffers
17680         that shouldn't be...
17681
17682 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17683
17684         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17685         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17686         (error_callback), (gmi_reset), (gmi_seek_to_track),
17687         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17688         (gmip_find_type_post), (gmip_find_stream_post),
17689         (gmip_find_track_streaminfo_post):
17690         * gst-libs/gst/media-info/media-info-priv.h:
17691         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17692         (info_print), (main):
17693         * gst-libs/gst/media-info/media-info.c:
17694         (gst_media_info_error_create), (gst_media_info_error_element),
17695         (gst_media_info_instance_init), (gst_media_info_get_property),
17696         (gst_media_info_new), (gst_media_info_set_source),
17697         (gst_media_info_read_idler), (gst_media_info_read):
17698         * gst-libs/gst/media-info/media-info.h:
17699           first pass at making this work again.  This seems to work on
17700           tagged ogg/vorbis and mp3 files.
17701
17702 2004-03-06  Benjamin Otte  <otte@gnome.org>
17703
17704         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17705           fix huge leak: gst_buffer_merge doesn't unref the first argument
17706           itself.
17707
17708 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17709
17710         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17711           report layer/mode/emphasis
17712
17713 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17714
17715         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17716
17717 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17718
17719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17720           signal serial
17721
17722 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17723
17724         * ext/vorbis/vorbis.c: (plugin_init):
17725         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17726         (gst_vorbis_dec_init), (vorbis_dec_event):
17727         add debug category
17728         make vorbisdec handle _BYTE and _TIME queries
17729
17730 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17731
17732         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17733           from the xing header
17734
17735 2004-03-06  Benjamin Otte  <otte@gnome.org>
17736
17737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17738         (gst_audio_convert_link), (gst_audio_convert_change_state),
17739         (gst_audio_convert_buffer_from_default_format):
17740           do conversions from/to float correctly, fix some caps nego errors,
17741           export correct supported caps in template and getcaps, use correct
17742           caps in try_set_caps functions
17743
17744 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17745
17746         For some reason, I only committed a ChangeLog entry yesterday and
17747         not the corresponding code...
17748         * ext/mad/gstmad.c: Fix detection of Xing headers
17749         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17750
17751 2004-03-06  Benjamin Otte  <otte@gnome.org>
17752
17753         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17754         (gst_ogg_demux_src_query):
17755           make sure to handle the case where there's no current chain
17756           gracefully.
17757
17758 2004-03-05  David Schleef  <ds@schleef.org>
17759
17760         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17761         Add fixate function. (bug #131128)
17762         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17763         (gst_sdlvideosink_fixate):  Add fixate function.
17764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17765         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17766         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17767         Fix missing break that was causing ulaw to be interpreted as
17768         raw int.
17769
17770 2004-03-05  David Schleef  <ds@schleef.org>
17771
17772         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17773         Fix code that ignores return value of gst_buffer_merge().
17774         (bug #114560)
17775         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17776         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17777         * testsuite/gst-lint:  Check for above.
17778
17779 2004-03-05  David Schleef  <ds@schleef.org>
17780
17781         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17782         caps and throw an element error.  (bug #136334)
17783
17784 2004-03-05  David Schleef  <ds@schleef.org>
17785
17786         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17787         (gst_faad_chain): Fix negotiation.
17788         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17789         key and button events.
17790         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17791         dung heap of code.
17792         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17793         depends on gconf
17794         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17795         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17796         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17797         function to encourage better negotiation, particularly between
17798         audioconvert and osssink.
17799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17800         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17801         more important.
17802         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17803         typefinding.
17804         * gst/vbidec/vbiscreen.c:  Add glib header
17805         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17806
17807 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17808
17809         * ext/mad/gstmad.c: Fix detection of Xing headers
17810         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17811
17812 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17813
17814         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17815         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17816           debug updates
17817
17818 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17819
17820         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17821         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17822         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17823         files, and report the parsed length as a GST_TAG_DURATION tag.
17824         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17825
17826 2004-03-05  Benjamin Otte  <otte@gnome.org>
17827
17828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17829           convert channels correctly. convert correctly to unsigned.
17830
17831 2004-03-05  Julien MOUTTE <julien@moutte.net>
17832
17833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17834         we have a window before clearing it.
17835
17836 2004-03-05  Julien MOUTTE <julien@moutte.net>
17837
17838         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17839         have a window before clearing it.
17840
17841 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17842
17843         * gconf/gstreamer.schemas.in:
17844         * gst-libs/gst/gconf/Makefile.am:
17845           version installation path the same way as for 0.6
17846         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17847         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17848         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17849           remove comment that was fixed
17850
17851 2004-03-05  David Schleef  <ds@schleef.org>
17852
17853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17854         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17855         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17856         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17857         Add prototype code for handling seeking and querying.
17858
17859 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * examples/gstplay/player.c: (main):
17862           Initialize variables to NULL. Prevents a segfault because the
17863           (uninitialized) variable is not NULL, resulting in a crash on
17864           trying to reach error->message.
17865
17866 2004-03-05  Benjamin Otte  <otte@gnome.org>
17867
17868         * gst/audioconvert/gstaudioconvert.c:
17869         (gst_audio_convert_buffer_to_default_format):
17870         make float=>int conversion work correctly even in cornercases.
17871
17872 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17873
17874         * debian/README.Debian:
17875         * debian/build-deps:
17876         * debian/changelog:
17877         * debian/control:
17878         * debian/control.in:
17879         * debian/copyright:
17880         * debian/gstreamer-a52dec.files:
17881         * debian/gstreamer-aa.files:
17882         * debian/gstreamer-alsa.files:
17883         * debian/gstreamer-alsa.manpages:
17884         * debian/gstreamer-arts.files:
17885         * debian/gstreamer-artsd.files:
17886         * debian/gstreamer-audiofile.files:
17887         * debian/gstreamer-avifile.files:
17888         * debian/gstreamer-cdparanoia.files:
17889         * debian/gstreamer-colorspace.files:
17890         * debian/gstreamer-doc.files:
17891         * debian/gstreamer-dv.files:
17892         * debian/gstreamer-dvd.files:
17893         * debian/gstreamer-esd.files:
17894         * debian/gstreamer-festival.files:
17895         * debian/gstreamer-flac.files:
17896         * debian/gstreamer-gconf.conffiles:
17897         * debian/gstreamer-gconf.files:
17898         * debian/gstreamer-gconf.postinst:
17899         * debian/gstreamer-gnomevfs.files:
17900         * debian/gstreamer-gsm.files:
17901         * debian/gstreamer-http.files:
17902         * debian/gstreamer-jack.files:
17903         * debian/gstreamer-jpeg.files:
17904         * debian/gstreamer-mad.files:
17905         * debian/gstreamer-mikmod.files:
17906         * debian/gstreamer-misc.files:
17907         * debian/gstreamer-mpeg2dec.files:
17908         * debian/gstreamer-oss.files:
17909         * debian/gstreamer-plugin-apps.files:
17910         * debian/gstreamer-plugin-apps.manpages:
17911         * debian/gstreamer-plugin-libs-dev.files:
17912         * debian/gstreamer-plugin-libs.files:
17913         * debian/gstreamer-plugin-template.postinst:
17914         * debian/gstreamer-plugin-template.postrm:
17915         * debian/gstreamer-sdl.files:
17916         * debian/gstreamer-sid.files:
17917         * debian/gstreamer-vorbis.files:
17918         * debian/gstreamer-x.files:
17919         * debian/mk.control:
17920         * debian/rules:
17921         Debian package info not maintained here.
17922
17923 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17924
17925         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17926         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17927         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17928         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17929         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17930         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17931         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17932         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17933         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17934         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17935         * gst-libs/gst/colorbalance/colorbalance.c:
17936         (gst_color_balance_class_init):
17937         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17938         (gst_color_balance_channel_class_init):
17939         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17940         * gst-libs/gst/play/play.c: (gst_play_class_init):
17941         * gst-libs/gst/propertyprobe/propertyprobe.c:
17942         (gst_property_probe_iface_init):
17943         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17944         * gst-libs/gst/tuner/tunerchannel.c:
17945         (gst_tuner_channel_class_init):
17946         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17947         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17948         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17949         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17950         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17951         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17952         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17954         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17955           fix signals to use - instead of _
17956         * ext/libcaca/gstcacasink.h:
17957         * ext/sdl/sdlvideosink.h:
17958           fix header rename
17959
17960 2004-03-04  David Schleef  <ds@schleef.org>
17961
17962         * testsuite/gst-lint:  Add a check for bad signal names.
17963
17964 2004-03-04  <kost@imn.htwk-leipzig.de>
17965
17966         reviewed by David Schleef
17967
17968         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17969         modified the alpha channel and caused a warning. (bug #136192)
17970
17971 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17972
17973         * gst-plugins.spec.in:
17974         Change names of plugins to actually be correct. Try to keep things
17975         alphabetical to avoid getting beat up by Thomas
17976
17977 2004-03-03  Julien MOUTTE <julien@moutte.net>
17978
17979         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17980         Using ximagesink as a default if no gconf key found. We should
17981         probably consider using alsasink instead of osssink for the audio
17982         part.
17983
17984 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17985
17986         * configure.ac:
17987           fix --with-plugins, don't think it ever worked before
17988         * gst-plugins.spec.in:
17989           even more updates
17990
17991 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17992
17993         * ext/sdl/sdlvideosink.h:
17994         * sys/ximage/ximagesink.h:
17995         * sys/xvideo/xvideosink.h:
17996         * sys/xvimage/xvimagesink.h:
17997           Fix for move of gstvideosink.h -> videosink.h.
17998
17999 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18000
18001         * gst-libs/gst/xwindowlistener/Makefile.am:
18002           this is a plugin library, not a library
18003
18004 2004-03-01  David Schleef  <ds@schleef.org>
18005
18006         * AUTHORS:  Added some names.  Add yourself if you're still
18007         missing.
18008
18009 2004-03-01  David Schleef  <ds@schleef.org>
18010
18011         * MAINTAINERS: Add
18012
18013 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18014
18015         * gst-plugins.spec.in: clean up spec file
18016
18017 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18018
18019         * gst-libs/gst/video/Makefile.am:
18020         * gst-libs/gst/video/gstvideosink.c:
18021         * gst-libs/gst/video/gstvideosink.h:
18022           rename gstvideosink.h to videosink.h to match other headers
18023         * gst/mixmatrix/Makefile.am:
18024           fix plugin filename
18025         * gst/tags/Makefile.am: fix plugin filename
18026
18027 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18028
18029         * gst/tags/Makefile.am: fix plugin filename
18030
18031 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18032
18033         * examples/gstplay/player.c: (got_time_tick), (main):
18034           add error handler
18035           display time_tick more readably
18036         * gst/mixmatrix/Makefile.am:
18037           fix plugin file name
18038
18039 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18040
18041         * sys/oss/gstosselement.c: (gst_osselement_probe),
18042         (device_combination_append), (gst_osselement_class_probe_devices):
18043         * sys/oss/gstosselement.h:
18044           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18045           on my system using alsa oss emulation, fixes bug #135597
18046
18047 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18048
18049         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18050         (gst_videodrop_chain), (gst_videodrop_change_state):
18051         * gst/videodrop/gstvideodrop.h:
18052           Work based on timestamp of input data, not based on the expected
18053           framerate from the input. The consequence is that this element now
18054           not only scales framerates, but also functions as a framerate
18055           corrector or framerate stabilizer/constantizer.
18056
18057 2004-02-27  David Schleef  <ds@schleef.org>
18058
18059         patches from jmmv@menta.net (Julio M. Merino Vidal)
18060
18061         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18062         GST_ELEMENT_ERROR call (bug #135634)
18063         * gst/interleave/interleave.c: (interleave_buffered_loop),
18064         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18065         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18066         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18067         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18068         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18069         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18070         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18071         Fix GST_ELEMENT_ERROR call.
18072         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18073         GST_ELEMENT_ERROR call.
18074
18075 2004-02-27  Benjamin Otte  <otte@gnome.org>
18076
18077         * gst-libs/gst/audio/audio.h:
18078           add macro to make sure header isn't included twice
18079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18080           don't use gst_buffer_free
18081         * gst/playondemand/filter.func:
18082           don't use gst_data_free. Free data only once.
18083
18084 2004-02-26  David Schleef  <ds@schleef.org>
18085
18086         * gst-libs/gst/colorbalance/Makefile.am:
18087         * gst-libs/gst/mixer/Makefile.am:
18088         * gst-libs/gst/tuner/Makefile.am:
18089         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18090         should not be disted, -marshal.h files should not be installed,
18091         and -enum.h files _should_ be installed.  Fix to make this the
18092         case.
18093
18094 === release 0.7.5 ===
18095
18096 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18097
18098         * configure.ac: release 0.7.5, "Under The Sea"
18099
18100 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18101
18102         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18103         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18104         * gst/videoscale/gstvideoscale.c:
18105         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18106           assorted debug/warning fixes
18107
18108 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18109
18110         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18111         (gst_videoscale_init), (gst_videoscale_chain),
18112         (gst_videoscale_set_property), (plugin_init):
18113         * gst/videoscale/gstvideoscale.h:
18114         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18115         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18116         (gst_videoscale_planar400), (gst_videoscale_packed422),
18117         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18118         (gst_videoscale_24bit), (gst_videoscale_16bit),
18119         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18120         (gst_videoscale_scale_plane_slow),
18121         (gst_videoscale_scale_point_sample),
18122         (gst_videoscale_scale_nearest),
18123         (gst_videoscale_scale_nearest_str2),
18124         (gst_videoscale_scale_nearest_str4),
18125         (gst_videoscale_scale_nearest_32bit),
18126         (gst_videoscale_scale_nearest_24bit),
18127         (gst_videoscale_scale_nearest_16bit):
18128         add debugging category and use it properly
18129         fix use of GST_PTR_FORMAT
18130
18131 2004-02-25  Andy Wingo  <wingo@pobox.com>
18132
18133         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18134         push only when channel->buffer is NULL. Prevents segfaults doing
18135         the state change after a nonlocal exit, like a scheme exception.
18136
18137         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18138         Handle the case where the intersected caps is empty.
18139
18140 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18141
18142         * gst/law/mulaw-decode.c: (mulawdec_link):
18143         * gst/law/mulaw.c: (plugin_init):
18144           fix mulawdec so it actually works again
18145
18146 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18147
18148         reviewed by: David Schleef  <ds@schleef.org>
18149
18150         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18151         (gst_gamma_init), (gst_gamma_set_property),
18152         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18153         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18154         for RGB, with separate r g and b correction factors. (#131167)
18155
18156 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18157
18158         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18159           only signal tags for bitrate if they're > 0 (#134894)
18160
18161 2004-02-24  David Schleef  <ds@schleef.org>
18162
18163         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18164         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18165         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18166         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18167         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18168         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18169         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18170         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18171         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18172         category.  Attempt to fix timestamp calculation.
18173
18174 2004-02-24  Johan Dahlin  <johan@gnome.org>
18175
18176         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18177
18178 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18179
18180         * configure.ac:
18181         * gconf/Makefile.am:
18182         * gconf/gstreamer.schemas:
18183         * gst-libs/gst/gconf/Makefile.am:
18184         * gst-libs/gst/gconf/gconf.c:
18185           version gconf schemas and install locations
18186
18187 2004-02-23  Benjamin Otte  <otte@gnome.org>
18188
18189         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18190         (gst_xine_input_subclass_init):
18191           call parent dispose.
18192           change pad template for CD reader correctly
18193         * ext/xine/Makefile.am:
18194         * ext/xine/gstxine.h:
18195         * ext/xine/xine.c: (plugin_init):
18196         * ext/xine/xineaudiosink.c:
18197           wrap audio sinks, too
18198         * gst-libs/gst/resample/private.h:
18199         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18200         (gst_resample_reinit), (gst_resample_scale),
18201         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18202         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18203         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18204         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18205         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18206         * gst-libs/gst/resample/resample.h:
18207         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18208         (gst_audioscale_class_init), (gst_audioscale_link),
18209         (gst_audioscale_get_buffer), (gst_audioscale_init),
18210         (gst_audioscale_chain), (gst_audioscale_set_property),
18211         (gst_audioscale_get_property):
18212         * gst/audioscale/gstaudioscale.h:
18213           s/resample_*/gst_resample_*/i to not clobber namespaces
18214
18215 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18216
18217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18218         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18219         (gst_riff_create_video_template_caps),
18220         (gst_riff_create_audio_template_caps),
18221         (gst_riff_create_iavs_template_caps):
18222         * gst-libs/gst/riff/riff-media.h:
18223         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18224         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18225         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18226         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18227         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18228         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18229         (gst_matroska_demux_plugin_init): First batch implementing audio and
18230         video codec tags in demuxers.
18231
18232 2004-02-22  Benjamin Otte  <otte@gnome.org>
18233
18234         * ext/xine/Makefile.am:
18235         * ext/xine/gstxine.h:
18236         * ext/xine/xine.c: (plugin_init):
18237         * ext/xine/xineinput.c:
18238           add input plugin wrapper. Playback from files, http, mms and cdda
18239           works.
18240         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18241           remove leftover G_GNUC_UNUSED
18242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18243         (gst_asf_demux_identify_guid):
18244           improve debugging output
18245
18246 2004-02-22  Benjamin Otte  <otte@gnome.org>
18247
18248         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18249
18250         * autogen.sh:
18251           replace test -e with test -x for mkinstalldirs to be more portable.
18252           (fixes #134816)
18253
18254 2004-02-22  Benjamin Otte  <otte@gnome.org>
18255
18256         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18257
18258         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18259           set rank to PRIMARY
18260         * gst/volume/gstvolume.c: (plugin_init):
18261           set rank to NONE
18262         fixes #134960
18263
18264 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18265
18266         reviewed by Benjamin Otte  <otte@gnome.org>
18267
18268         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18269           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18270
18271 2004-02-22  Benjamin Otte  <otte@gnome.org>
18272
18273         * configure.ac:
18274           export [_]*{gst,Gst,GST}.* symbols from plugins
18275
18276 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18277
18278         reviewed by: Benjamin Otte  <otte@gnome.org>
18279
18280         * ext/lame/gstlame.c: (add_one_tag):
18281         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18283         (gst_vorbisenc_metadata_set1):
18284         * gst/tags/gstid3tag.c:
18285         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18286           apply fixes from bugs #135042 (lame can't write tags) and #133817
18287           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18288
18289 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18290
18291         * configure.ac: Export only gst_plugin_desc from plugins.
18292          Note that this change only makes any effect with Linux using libtool
18293          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18294          fine. And don't try to have several versions of libtool in different
18295          directories.
18296
18297 2004-02-20  Andy Wingo  <wingo@pobox.com>
18298
18299         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18300         interleave respectively.
18301
18302         * gst/interleave/deinterleave.c: New plugin: deinterleave
18303         (replaces on oneton).
18304         * gst/interleave/interleave.c: New plugin: interleave.
18305         * gst/interleave/plugin.h: Support file.
18306         * gst/interleave/plugin.c: Support file.
18307
18308         * configure.ac: Remove intfloat and oneton, add interleave.
18309
18310         * ext/sndfile/gstsf.c: Handle events better.
18311
18312         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18313         and float2int operation. int2float has scheduling problems as
18314         noted in in2float_chain.
18315
18316 2004-02-20  Benjamin Otte  <otte@gnome.org>
18317
18318         * ext/xine/Makefile.am:
18319         * ext/xine/gstxine.h:
18320         * ext/xine/xine.c:
18321         * ext/xine/xineaudiodec.c:
18322         * ext/xine/xinecaps.c:
18323           add first version of xine plugin wrapper. Currently only wraps the
18324           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18325         * configure.ac:
18326         * ext/Makefile.am:
18327           add xine plugin wrapper, disabled by default. Use --enable-xine to
18328           build. Note that it'll segfault on gst-register if you don't remove
18329           the goom and tvtime post plugins from xine.
18330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18331         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18332           add extradata parsing for QDM2.
18333           change around debugging prints.
18334
18335 2004-02-19  Benjamin Otte  <otte@gnome.org>
18336
18337         * ext/lame/gstlame.c: (gst_lame_chain):
18338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18339           use gst_tag_list_insert when you want to insert tags
18340
18341 2004-02-18  David Schleef  <ds@schleef.org>
18342
18343         * configure.ac:  Move massink to gst-rotten
18344         * ext/Makefile.am:
18345         * ext/mas/Makefile.am:
18346         * ext/mas/massink.c:
18347         * ext/mas/massink.h:
18348
18349 2004-02-18  David Schleef  <ds@schleef.org>
18350
18351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18352         typefinding, since it seems to be worse than nothing.
18353         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18354         atom to recognize .mp4 and .m4a files as video/quicktime.
18355
18356 2004-02-18  David Schleef  <ds@schleef.org>
18357
18358         * gst/sine/demo-dparams.c: (quit_live),
18359         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18360         Use double dparams, not float.
18361         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18362         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18363         sync'd elements don't really work correctly.
18364         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18365         (volume_update_volume), (volume_get_property):  Change dparam
18366         to double.
18367
18368 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18369
18370         * sys/ximage/ximagesink.c:
18371         (gst_ximagesink_xwindow_update_geometry),
18372         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18373         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18374         (gst_ximagesink_init): Rework the way software video scaling works. So
18375         now we check on each chain call if the video frames are feeling the
18376         window. If not we try to renegotiate caps. On failure we memorize that
18377         and we won't try again for that PLAYING sessions.
18378         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18379         failure.
18380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18381         synchronous flag.
18382
18383 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18384
18385         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18386           break up _link so we can give a better debug message for errors
18387
18388 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18389
18390         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18391           set up debug category
18392
18393 2004-02-18  Julien MOUTTE <julien@moutte.net>
18394
18395         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18396         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18397         the way renegotiation work. The event handling function is not taking
18398         care of external windows and renegotiate method check for pad flags
18399         NEGOTIATING. Should fix : #133209
18400
18401 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18402
18403         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18404         pad is negotiating before trying renegotiation.
18405
18406 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18407
18408         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18409           pass on all possible mime types as typefind hints
18410
18411 2004-02-17  Julien MOUTTE <julien@moutte.net>
18412
18413         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18415         possible SHM leak if we crash. All other apps using XShm are doing
18416         that.
18417
18418 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18419
18420         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18421         (gst_ximagesink_expose): Renegotiate size on expose.
18422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18423         size on expose.
18424
18425 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18426
18427         * testsuite/alsa/sinesrc.c:
18428           cosmetic fix to fix compile issue with gcc 2.95.4
18429
18430 2004-02-16  Julien MOUTTE <julien@moutte.net>
18431
18432         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18433         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18434         failed opening the audio device.
18435         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18436         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18437         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18438         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18439         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18440         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18441         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18442         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18443         Removing some useless g_return_if_fail like wingo suggested.
18444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18445         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18446         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18447         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18448         (gst_xvimagesink_update_colorbalance),
18449         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18450         (gst_xvimagesink_xcontext_clear),
18451         (gst_xvimagesink_get_fourcc_from_caps),
18452         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18453         (gst_xvimagesink_set_xwindow_id),
18454         (gst_xvimagesink_colorbalance_list_channels),
18455         (gst_xvimagesink_colorbalance_set_value),
18456         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18457         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18458
18459 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18460
18461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18462           throw error when not negotiated instead of asserting
18463
18464 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18465
18466         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18467         correct data refcounting.
18468
18469 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18470
18471         * gst/switch/gstswitch.c: (gst_switch_change_state),
18472         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18473         change, mostly the EOS flag.
18474
18475 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18476
18477         * examples/gstplay/player.c: (got_eos), (main): Adding some
18478         output for debugging.
18479         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18480         timeouts if we go to any state different from PLAYING.
18481         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18482         more EOS bugs in riff lib.
18483
18484 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18485
18486         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18487         visualization until i find a way to fix switch correctly.
18488         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18489         EOS arrives.
18490         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18491         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18492         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18493         Reworked switch to get a more correct behaviour with events and refing
18494         of data stored in sinkpads.
18495         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18496         we don't pull from a pad in EOS.
18497
18498 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18499
18500         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18501           remove v1 tag even if we can't read it (makes sure we don't detect
18502           it again)
18503
18504 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18505
18506         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18507         (gst_alsa_xrun_recovery):
18508         * ext/alsa/gstalsa.h:
18509           try xrun recovery when wait failed. Make xrun recovery function
18510           return TRUE/FALSE to indicate success. (might fix #134354)
18511
18512 2004-02-13  David Schleef  <ds@schleef.org>
18513
18514         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18515         (dynparm_value_changed), (main): Convert from float to double.
18516         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18517
18518 2004-02-13  David Schleef  <ds@schleef.org>
18519
18520         * gst/silence/gstsilence.c: (gst_silence_class_init),
18521         (gst_silence_set_clock), (gst_silence_get),
18522         (gst_silence_set_property), (gst_silence_get_property):
18523         * gst/silence/gstsilence.h: Add sync property.
18524         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18525         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18526         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18527         * gst/sine/gstsinesrc.h: Add sync property.
18528
18529 2004-02-13  David Schleef  <ds@schleef.org>
18530
18531         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18532         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18533
18534 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18535
18536         * configure.ac:
18537         * ext/Makefile.am:
18538         * gst-libs/ext/Makefile.am:
18539           move ffmpeg plugin to gst-ffmpeg module
18540
18541 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18542
18543         * configure.ac: use GST_ARCH to detect architecture
18544
18545 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18546
18547         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18548
18549 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18550
18551         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18552           classify LADSPA plugins based on number of src/sink pads
18553           (#133663, Stefan Kost)
18554         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18555           fix dparams registration
18556           (#133528, Stefan Kost)
18557         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18558           fix use of isprint and use g_ascii_isprint instead
18559           (#133316, Stefan Kost)
18560
18561 2004-02-11  David Schleef  <ds@schleef.org>
18562
18563         Convert a few inner loops to use liboil.  This is currently
18564         optional, and is only enabled if liboil is present (duh!).
18565         * configure.ac: Check for liboil-0.1
18566         * gst/intfloat/Makefile.am:
18567         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18568         (gst_int2float_chain_gint16):
18569         * gst/videofilter/Makefile.am:
18570         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18571         (tablelookup_u8), (gst_videobalance_planar411):
18572         * gst/videotestsrc/Makefile.am:
18573         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18574         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18575         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18576         (paint_hline_RGB565), (paint_hline_xRGB1555):
18577
18578 2004-02-11  David Schleef  <ds@schleef.org>
18579
18580         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18581         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18582         (gst_colorspace_getcaps), (gst_colorspace_link),
18583         (gst_colorspace_base_init), (gst_colorspace_init),
18584         (gst_colorspace_chain), (gst_colorspace_change_state),
18585         (plugin_init): Merge Ronald's patch (bug #117897) and update
18586         for new caps and negotiation.  Seems to work, although it
18587         shows off bugs in lcs.
18588
18589 2004-02-11  David Schleef  <ds@schleef.org>
18590
18591         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18592         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18593
18594 2004-02-11  David Schleef  <ds@schleef.org>
18595
18596         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18597         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18598         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18599         Add server and port properties
18600
18601 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18602
18603         * m4/a52.m4:
18604         * m4/aalib.m4:
18605         * m4/as-ffmpeg.m4:
18606         * m4/as-liblame.m4:
18607         * m4/as-slurp-ffmpeg.m4:
18608         * m4/check-libheader.m4:
18609         * m4/esd.m4:
18610         * m4/freetype2.m4:
18611         * m4/gconf-2.m4:
18612         * m4/glib.m4:
18613         * m4/gst-alsa.m4:
18614         * m4/gst-artsc.m4:
18615         * m4/gst-ivorbis.m4:
18616         * m4/gst-matroska.m4:
18617         * m4/gst-sdl.m4:
18618         * m4/gst-shout2.m4:
18619         * m4/gst-sid.m4:
18620         * m4/gtk.m4:
18621         * m4/libdv.m4:
18622         * m4/libfame.m4:
18623         * m4/libmikmod.m4:
18624         * m4/ogg.m4:
18625         * m4/vorbis.m4:
18626           fix underquotedness of macros (#133800)
18627         * m4/as-avifile.m4:
18628         * m4/xmms.m4:
18629           removed because no longer used
18630
18631 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18632
18633         * configure.ac:
18634           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18635           by autopoint (fixes #132996)
18636
18637 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18638
18639         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18640         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18641         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18642         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18643           fix memleaks
18644
18645 2004-02-11  David Schleef  <ds@schleef.org>
18646
18647         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18648         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18649         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18650         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18651         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18652         (gst_jpegenc_class_init), (gst_jpegenc_init),
18653         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18654         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18655         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18656         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18657
18658 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18659
18660         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18661         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18662         * ext/mikmod/gstmikmod.h:
18663           fix caps negotiation in mikmod
18664         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18665           output debug information
18666
18667 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18668
18669         * gst-libs/gst/colorbalance/Makefile.am:
18670         * gst-libs/gst/navigation/Makefile.am:
18671         * gst-libs/gst/xoverlay/Makefile.am:
18672           remove unused GST_OPT_CFLAGS from Makefiles
18673           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18674
18675 2004-02-07  David Schleef  <ds@schleef.org>
18676
18677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18678         push events to pads that haven't been created (#133508)
18679
18680 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18681
18682         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18683         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18684         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18685         (gst_dvdec_loop), (gst_dvdec_change_state):
18686         Second attempt at committing a working dvdec element.
18687
18688 2004-02-06  David Schleef  <ds@schleef.org>
18689
18690         Build fixes for OS X: (see #129600)
18691         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18692         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18693         (gst_riff_read_strf_iavs):
18694         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18695         (gst_avi_demux_stream_odml):
18696         * gst/playondemand/Makefile.am:
18697         * gst/rtp/rtp-packet.c:
18698
18699 2004-02-05  David Schleef  <ds@schleef.org>
18700
18701         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18702         last change, because it Just Doesn't Compile.
18703
18704 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18705
18706         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18707           skip undecodable id3v2 tag instead of keeping it
18708
18709 2004-02-05  David Schleef  <ds@schleef.org>
18710
18711         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18712         Unref leaked buffer.  (Noticed by Ronald)
18713
18714 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18715
18716         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18717         Sync requires with other checks.  >= vs =.
18718
18719 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18720
18721         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18722         (gst_dvdec_video_link), (gst_dvdec_loop):
18723         * ext/dv/gstdvdec.h:
18724           rework the caps negotiation so that dvdec works again instead
18725           of just segfaulting.
18726
18727 === release 0.7.4 ===
18728
18729 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18730
18731         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18732         * configure.ac: changed for release
18733
18734 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18735
18736         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18737         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18738         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18739         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18740           reworked patch by David Lehn to fix libdir and includedir for
18741           uninstalled libraries
18742           removed play and gconf from gstreamer-libs since they have their
18743           own pkgconfig files
18744
18745 2004-02-04  David Schleef  <ds@schleef.org>
18746
18747         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18748         memleak.
18749
18750 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18751
18752         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18753           use correct GST_TAG_ENCODER tag
18754
18755 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18756
18757         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18758           be sure to stop the clock when going to paused
18759         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18760           reset number of transmitted when going to ready.
18761         fixes #132935
18762
18763 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18764
18765         reviewed by Benjamin Otte
18766
18767         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18768           extract track count (fixes #133410)
18769
18770 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18771
18772         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18773           that should be !=, not == (fixes #132519)
18774
18775 2004-02-04  David Schleef  <ds@schleef.org>
18776
18777         Make sure set_explicit_caps() is called before adding pad.
18778         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18779         * gst/id3/gstid3types.c: (gst_id3types_loop):
18780         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18781         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18782
18783 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18784
18785         * configure.ac:
18786           bump nano to 2, first prerelease
18787           put back AM_PROG_LIBTOOL
18788
18789 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18790
18791         * testsuite/alsa/Makefile.am:
18792           these are user test apps, not automatic testsuite tests
18793
18794 2004-02-04  David Schleef  <ds@schleef.org>
18795
18796         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18797         * gst/mpeg1videoparse/gstmp1videoparse.c:
18798         (mp1videoparse_parse_seq):
18799         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18801         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18802         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18803         (gst_xvideosink_getcaps):
18804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18805         * testsuite/gst-lint: more tests
18806
18807 2004-02-04  David Schleef  <ds@schleef.org>
18808
18809         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18810         with the code that they would expand to.
18811         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18812         (gst_flacdec_get_src_query_types),
18813         (gst_flacdec_get_src_event_masks):
18814         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18815         (gst_gnomevfssrc_get_query_types),
18816         (gst_gnomevfssrc_get_event_mask):
18817
18818 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18819
18820         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18821         (gst_sinesrc_dispose):
18822           fix memleak by properly disposing sinesrc
18823
18824 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18825
18826         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18827         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18828         an overlay to redraw the image because it has been exposed.
18829         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18830         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18831         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18832         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18833         interface
18834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18835         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18836         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18837         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18838         interface
18839
18840 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18841
18842         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18843           more memleak fixage
18844
18845 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18846
18847         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18848         * gst/typefind/gsttypefindfunctions.c:
18849           fix memleaks shown by gst-typefind
18850
18851 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18852
18853         * common/glib-gen.mak:
18854           add hack rule to touch .Plo files
18855         * gst-libs/gst/colorbalance/Makefile.am:
18856         * gst-libs/gst/mixer/Makefile.am:
18857         * gst-libs/gst/play/Makefile.am:
18858         * gst-libs/gst/tuner/Makefile.am:
18859           remove glib_root variable
18860
18861 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18862
18863         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18864           set explicit caps before adding the element, so the autopluggers can
18865           plug correctly.
18866         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18867         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18868         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18869         (dv_type_find):
18870           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18871           argument.
18872
18873 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18874
18875         * gst-libs/gst/colorbalance/Makefile.am:
18876         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18877         * gst-libs/gst/colorbalance/colorbalance.c:
18878         * gst-libs/gst/colorbalance/colorbalance.h:
18879         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18880         * gst-libs/gst/mixer/Makefile.am:
18881         * gst-libs/gst/mixer/mixer-marshal.list:
18882         * gst-libs/gst/mixer/mixer.c:
18883         * gst-libs/gst/mixer/mixer.h:
18884         * gst-libs/gst/mixer/mixermarshal.list:
18885         * gst-libs/gst/play/Makefile.am:
18886         * gst-libs/gst/play/play.h:
18887         * gst-libs/gst/tuner/Makefile.am:
18888         * gst-libs/gst/tuner/tuner-marshal.list:
18889         * gst-libs/gst/tuner/tuner.c:
18890         * gst-libs/gst/tuner/tuner.h:
18891         * gst-libs/gst/tuner/tunermarshal.list:
18892           use new glib-gen.mak snippet to clean up Makefile.am
18893           fix various bugs in Makefile.am's
18894
18895 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18896
18897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18898           handle chain parsing correctly in the multichain case
18899         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18900         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18901         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18902         (theora_dec_chain):
18903           handle events and queries correctly
18904
18905 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18906
18907         * .cvsignore:
18908         Ignore generated file _stdint.h.
18909
18910 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18911
18912         * gst-libs/gst/colorbalance/Makefile.am:
18913         * gst-libs/gst/colorbalance/colorbalance.h:
18914         * gst-libs/gst/mixer/Makefile.am:
18915         * gst-libs/gst/mixer/mixer.h:
18916         * gst-libs/gst/play/Makefile.am:
18917         * gst-libs/gst/play/play.h:
18918         * gst-libs/gst/tuner/Makefile.am:
18919         * gst-libs/gst/tuner/tuner.h:
18920         Generate enum type code with glib-mkenums.
18921         * gst-libs/gst/colorbalance/.cvsignore:
18922         * gst-libs/gst/mixer/.cvsignore:
18923         * gst-libs/gst/play/.cvsignore:
18924         * gst-libs/gst/tuner/.cvsignore:
18925         Ignore generated files.
18926
18927 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18928
18929         * gst-libs/gst/audio/.cvsignore:
18930         Ignore generated file.
18931         * gst-libs/gst/audio/Makefile.am:
18932         Do not install example filter.
18933
18934 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18935
18936         * examples/switch/.cvsignore:
18937         Ignore generated file.
18938
18939 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18940
18941         * common/m4/ax_create_stdint_h.m4:
18942         * configure.ac:
18943           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18944           _stdint.h.
18945         * Makefile.am:
18946           remove generated _stdint.h in DISTCLEANFILES
18947         * ext/a52dec/gsta52dec.c:
18948           include _stdint.h for a52dec. (should fix #133064)
18949
18950 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18951
18952         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18953         (gst_tag_to_vorbis_comments):
18954         Add replaygain support to vorbistag
18955
18956 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18957         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18958         (gst_ffmpeg_caps_to_extradata):
18959           Fix SVQ3 caps flag properties
18960           Use glib macro for bytes swap
18961
18962 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18963
18964         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18965         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18966         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18967         * ext/sndfile/gstsf.c: (plugin_init):
18968         * gst/avi/gstavi.c: (plugin_init):
18969         * sys/dxr3/dxr3init.c: (plugin_init):
18970         * sys/oss/gstossaudio.c: (plugin_init):
18971         * sys/v4l/gstv4l.c: (plugin_init):
18972         * sys/v4l2/gstv4l2.c: (plugin_init):
18973           remove textdomain calls
18974         * po/nl.po:
18975           update Dutch translation
18976
18977 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18978
18979         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18980         (gst_play_set_audio_sink): Moving volume in the audio thread for
18981         instantaneous volume change. Maybe i will add another volume in front
18982         of visualization later, not sure yet though.
18983
18984 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18985
18986         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18987         (gst_ximagesink_handle_xevents): Better X events handling, only take
18988         the latest events for configure and motion.
18989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18990
18991 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18992
18993         reviewed by: David Schleef  <ds@schleef.org>
18994
18995         Fix memory leaks:
18996         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18997         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18998
18999 2004-02-02  David Schleef  <ds@schleef.org>
19000
19001         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
19002         of lines.
19003         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
19004         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19005         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
19006         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19007         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19008         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
19009         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
19010         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
19011         (gst_float2_2_int_link):
19012         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19013         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
19014         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
19015         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
19016         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
19017         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
19018         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
19019         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
19020         * testsuite/gst-lint: Add tests for bzero and ;;
19021
19022 2004-02-02  David Schleef  <ds@schleef.org>
19023
19024         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
19025
19026 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028         * ext/aalib/gstaasink.c: (gst_aasink_open):
19029         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19030         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19031         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19032         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19033         (gst_afsink_close_file):
19034         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19035         (gst_afsrc_close_file):
19036         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19037         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19038         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19039         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19040         * ext/esd/esdmon.c: (gst_esdmon_get):
19041         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19042         * ext/faac/gstfaac.c: (gst_faac_chain):
19043         * ext/faad/gstfaad.c: (gst_faad_chain):
19044         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19045         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19046         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19047         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19048         (gst_flacdec_loop):
19049         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19050         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19051         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19052         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19053         (gst_gnomevfssink_close_file):
19054         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19055         (gst_gnomevfssrc_open_file):
19056         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19057         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19058         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19059         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19060         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19061         * ext/mad/gstmad.c: (gst_mad_chain):
19062         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19063         * ext/mpeg2dec/gstmpeg2dec.c:
19064         * ext/mpeg2enc/gstmpeg2enc.cc:
19065         * ext/mplex/gstmplex.cc:
19066         * ext/mplex/gstmplexibitstream.cc:
19067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19068         (gst_ogg_demux_push):
19069         * ext/raw1394/gstdv1394src.c:
19070         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19071         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19072         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19073         (gst_sf_loop):
19074         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19075         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19076         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19077         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19079         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19080         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19081         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19082         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19083         (gst_riff_read_element_data), (gst_riff_read_seek),
19084         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19085         * gst/adder/gstadder.c: (gst_adder_loop):
19086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19087         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19088         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19089         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19090         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19091         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19092         * gst/goom/gstgoom.c: (gst_goom_chain):
19093         * gst/id3/gstid3types.c: (gst_id3types_loop):
19094         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19095         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19096         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19097         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19098         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19099         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19100         (gst_ebml_read_float), (gst_ebml_read_header):
19101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19102         (gst_matroska_demux_parse_blockgroup):
19103         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19104         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19105         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19106         * gst/silence/gstsilence.c: (gst_silence_get):
19107         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19108         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19109         * gst/speed/gstspeed.c: (speed_loop):
19110         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19111         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19112         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19113         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19114         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19115         (gst_wavparse_loop):
19116         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19117         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19118         (dxr3audiosink_close):
19119         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19120         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19121         (dxr3videosink_close), (dxr3videosink_write_data):
19122         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19123         * sys/oss/gstosssink.c: (gst_osssink_chain):
19124         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19125         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19126         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19128         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19129         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19130         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19131         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19132         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19133         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19134         (gst_v4l_set_audio):
19135         * sys/v4l/v4l_calls.h:
19136         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19137         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19138         (gst_v4lmjpegsink_playback_init),
19139         (gst_v4lmjpegsink_playback_start):
19140         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19141         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19142         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19143         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19144         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19145         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19146         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19147         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19148         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19149         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19150         (gst_v4l2_get_output), (gst_v4l2_set_output),
19151         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19152         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19153         (gst_v4l2_set_attribute):
19154         * sys/v4l2/v4l2_calls.h:
19155         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19156         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19157         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19158         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19159         (gst_v4l2src_capture_stop):
19160         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19161         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19162         (gst_ximagesink_chain):
19163         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19164         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19165         (gst_xvideosink_xwindow_new):
19166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19167         (gst_xvimagesink_chain):
19168
19169 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19170
19171         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19172         (gst_volume_get_volume), (volume_class_init), (volume_init),
19173         (volume_chain_int16), (volume_update_volume):
19174         * gst/volume/gstvolume.h:
19175           make code more readable by removing magic numbers
19176           make mixer interface export 0-100 range
19177           make it internally map to 0.0-1.0 range so users don't distort
19178           output by putting the sliders at full volume
19179
19180 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19181
19182         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19183         (gst_play_state_change), (gst_play_seek_to_time):
19184         block the tick callback for 0.5 secs after doing a seek
19185
19186 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19187
19188         * gst-libs/gst/play/play.c: (gst_play_new):
19189           check for GError
19190
19191 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19192
19193         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19194         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19195         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19196         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19198         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19199
19200 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19201
19202         * configure.ac:
19203         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19204           check for a function added in vorbis 1.1
19205
19206 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19207
19208         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19209         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19210           really start/stop clock only on PLAYING <=> PAUSED
19211         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19212           remove \n from debugging lines
19213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19214           make it work when seeking does not
19215         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19216           reset on DISCONT
19217
19218 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19219
19220         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19221           start clock on PAUSED=>PLAYING, not later
19222         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19223           extract correct time for different discont formats
19224         (gst_alsa_sink_get_time):
19225           don't segfault when no format is negotiated yet, just return 0
19226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19227         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19228         (gst_ogg_pad_push):
19229           handle flush and discont events correctly
19230         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19231           handle discont events correctly
19232
19233 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19234
19235         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19236         (gst_play_error_create), (gst_play_error_plugin),
19237         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19238         * gst-libs/gst/play/play.h:
19239           add error handling during creation
19240         * examples/gstplay/player.c: (main):
19241           use new gst_play_new
19242
19243
19244 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19245
19246         * ext/theora/theoradec.c: (theora_dec_chain):
19247           make comments work
19248         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19249         (vorbis_dec_src_event), (vorbis_dec_chain):
19250           add encoder tag, fix tag reading to be more error tolerant, change
19251           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19252           gst_pad_event_default.
19253         * gst/tags/gstvorbistag.c:
19254         (gst_tag_list_from_vorbiscomment_buffer):
19255           undefine function specific define at end of function
19256
19257 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19258
19259         * ext/flac/gstflac.c: (plugin_init):
19260         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19261         * ext/flac/gstflacdec.h:
19262         * ext/flac/gstflacenc.h:
19263           Fix typos
19264
19265 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19266
19267         * examples/gstplay/player.c: s/gstplay.h/play.h/
19268
19269 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19270
19271         * gst-libs/gst/play/Makefile.am:
19272         * gst-libs/gst/play/gstplay.c:
19273         * gst-libs/gst/play/gstplay.h:
19274         * gst-libs/gst/play/play.c:
19275           more surgery, operation complete
19276
19277 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19278
19279         * gst-libs/gst/play/play.old.c:
19280         * gst-libs/gst/play/play.old.h:
19281           after CVS surgery by moving, remove
19282         * gst-libs/gst/play/playpipelines.c:
19283           remove
19284
19285         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19286           add negotiation error
19287
19288 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19289
19290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19291         (gst_ogg_demux_push):
19292           add some seeking debug info
19293           send a flush when seeking
19294
19295 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19296
19297         * configure.ac:
19298           use AC_C_INLINE
19299         * configure.ac:
19300         * ext/Makefile.am:
19301         * ext/theora/Makefile.am:
19302         * ext/theora/theoradec.c:
19303           add theora video decoder. Does just do simple decoding for now and
19304           has been tested against Theora cvs only. It only works when theora
19305           is compiled with --enable-static.
19306         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19307           always reset packetno on DISCONT
19308
19309 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19312           Fix audio.
19313
19314 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19315
19316         * gst/mpegaudioparse/gstmpegaudioparse.c:
19317         (mp3_type_frame_length_from_header):
19318           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19319
19320 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19321
19322         * ext/esd/esdsink.c: (gst_esdsink_init):
19323           Since we have static pad template caps, we don't need to negotiate;
19324           either the core errors out or we know the format.
19325
19326 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19327
19328         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19329         (gst_riff_read_seek):
19330         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19331         (gst_ebml_read_seek):
19332           Fix event handling.
19333
19334 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19335
19336         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19337           removee video/x-theora from vp3 decoder, it doesn't handle raw
19338           theora streams
19339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19340           fix bug with finalizing element that never went to PAUSED
19341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19342           length and position queries were swapped
19343         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19344         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19345         (vorbis_dec_src_event):
19346           implement querying time and bytes
19347
19348 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19349
19350         * just about every source file:
19351           gst_element_error -> GST_ELEMENT_ERROR
19352
19353 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19354
19355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19356         emiting FLUSH and even before DISCONT.
19357         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19358         get the best instant seeking as possible yay!
19359
19360 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19361
19362         * gst/mpeg1videoparse/gstmp1videoparse.c:
19363         (gst_mp1videoparse_real_chain):
19364           Committed wrong version last week... Grr... Didn't notice until now.
19365
19366 2004-01-29  Julien MOUTTE <julien@moutte.net>
19367
19368         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19370         have_xwindow_id signal in xwindow_create.
19371
19372 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19373
19374         * ext/ogg/gstoggdemux.c:
19375           lots of changes - mainly support for chained bitstreams, seeking,
19376           querying and bugfixes of course
19377         * ext/vorbis/Makefile.am:
19378         * ext/vorbis/vorbisdec.c:
19379         * ext/vorbis/vorbisdec.h:
19380           add vorbisdec raw vorbis decoder
19381         * ext/vorbis/vorbis.c: (plugin_init):
19382           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19383         * gst/intfloat/Makefile.am:
19384         * gst/intfloat/float22int.c:
19385         * gst/intfloat/float22int.h:
19386         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19387           add float2intnew plugin. It converts multichannel interleaved float to
19388           multichannel interleaved int. The name should probably be changed.
19389         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19390         (plugin_init):
19391           add typefinding for raw theora video so oggdemux can detect it.
19392
19393 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19394
19395         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19396         sink element first.
19397         * gst/videoscale/gstvideoscale.c:
19398         (gst_videoscale_handle_src_event): Fixing src event handler.
19399
19400 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19401
19402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19403         (gst_v4lsrc_open), (gst_v4lsrc_close),
19404         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19405         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19406         * sys/v4l/gstv4lsrc.h:
19407         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19408         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19409           Implement resizing... Hack. But that's why v4l is b0rked...
19410
19411 2004-01-28  Julien MOUTTE <julien@moutte.net>
19412
19413         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19414         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19415         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19416         (gst_ximagesink_xwindow_destroy):
19417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19418         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19419         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19420         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19421         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19422         correctly cleaning the image created to check xshm calls on succes,
19423         added a lot of XSync calls in X11 functions, and fixed a segfault when
19424         no image format was defined before negotiation happened.
19425
19426 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19427
19428         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19429           use gst_element_get_time to get correct time
19430
19431 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19432
19433         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19434         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19435         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19437         (gst_xvimagesink_check_xshm_calls),
19438         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19439         X plugins are now able to detect that XShm calls will fail even if the
19440         server claims that it has XShm support (remote displays most of the
19441         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19442         so that we use non XShm functions. This feature is almost useless for
19443         xvimagesink as Xv is not supported on remote displays anyway, but
19444         it might happen than even on the local display XShm calls fail.
19445
19446 2004-01-27  David Schleef  <ds@schleef.org>
19447
19448         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19449         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19450         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19451         changed esdsink to only use 44100,16,2, since esd sucks at rate
19452         conversion and esdsink has had difficulty negotiating.
19453
19454 2004-01-27  Julien MOUTTE <julien@moutte.net>
19455
19456         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19457         (gst_play_seek_to_time): Fixing the way to get current position.
19458
19459 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19460
19461         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19462           use gst_element_get_time to get correct time
19463
19464 2004-01-27  Julien MOUTTE <julien@moutte.net>
19465
19466         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19467         fix ever... Inverting 2 lines of code make spider autoplug correctly
19468         tagged mp3 !
19469
19470 2004-01-27  David Schleef  <ds@schleef.org>
19471
19472         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19473         Use gst_pad_try_set_caps_nonfixed().
19474
19475 2004-01-27  David Schleef  <ds@schleef.org>
19476
19477         * gst/ac3parse/gstac3parse.c: update to checklist 5
19478         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19479         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19480         * gst/audioscale/gstaudioscale.c: same
19481         * gst/auparse/gstauparse.c: same
19482         * gst/avi/gstavidemux.c: same
19483
19484 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19485
19486         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19487           stop processing after EOS
19488
19489 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19490
19491         * gst/asfdemux/asfheaders.h:
19492         * gst/asfdemux/gstasfdemux.c:
19493         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19494         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19495         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19496           lot's of fixes to make data extraction simpler and get the code
19497           architecture and compiler independant. Add debugging category
19498         * gst/goom/gstgoom.c: (gst_goom_change_state):
19499           reset channel count on PAUSED=>READY, not READY=>PAUSED
19500
19501 2004-01-26  Colin Walters  <walters@verbum.org>
19502
19503         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19504         code to pull a bigger buffer in iradio mode.  This as a side effect
19505         makes typefinding work.
19506
19507 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19508
19509         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19510         Fix SVQ3 decoding on PPC
19511
19512 2004-01-26  Julien MOUTTE <julien@moutte.net>
19513
19514         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19515         that one managed to stay there... Fixed.
19516
19517 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19518
19519         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19520         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19521         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19522         (qtdemux_video_caps):
19523         * gst/qtdemux/qtdemux.h:
19524         Add SVQ3 specific flags to qtdemux and ffmpeg
19525
19526 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19527
19528         * gst-libs/gst/audio/audio.h:
19529           remove buffer-frames from audio caps
19530         * gst/audioconvert/gstaudioconvert.c:
19531           fix plugin to really work.
19532
19533 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19534
19535         * gst-libs/gst/mixer/mixer.c:
19536         * gst-libs/gst/propertyprobe/propertyprobe.c:
19537         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19538         (gst_tuner_find_channel_by_name):
19539         * gst-libs/gst/tuner/tuner.h:
19540           Add gtk-doc style comments. Also fix a function name.
19541
19542 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19545         (gst_divxdec_negotiate):
19546           Fix for new capsnego - also fixes gst-player with divxdec.
19547
19548 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19549
19550         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19551         (gst_play_identity_handoff), (gst_play_set_location),
19552         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19553         try in visualization implementation. Still have an issue with switch
19554         blocking when pulling from video_queue and only audio comes out of
19555         spider.
19556         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19557         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19558         release method. And check if the pad is usable before pulling.
19559
19560 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19561
19562         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19563         (gst_videobalance_init),
19564         (gst_videobalance_colorbalance_list_channels),
19565         (gst_videobalance_colorbalance_set_value),
19566         (gst_videobalance_colorbalance_get_value),
19567         (gst_videobalance_update_properties),
19568         (gst_videobalance_update_tables_planar411),
19569         (gst_videobalance_planar411):
19570         * gst/videofilter/gstvideobalance.h:
19571           Implement lookup-tables. +/- 10x faster.
19572
19573 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19576         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19577           The index reading was broken. The rest worked fine, but the whole
19578           goal of my rewrite was to make avidemux readable, and this was
19579           not at all readable. Please use typed variables.
19580
19581 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19582
19583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19584           Additional pad usability check.
19585         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19586         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19587         (gst_mp1videoparse_real_chain):
19588           Fix MPEG video stream parsing. The original plugin had several
19589           issues, including not timestamping streams where the source was
19590           not timestamped (this happens with PTS values in mpeg system
19591           streams, but MPEG video is also a valid stream on its own so
19592           that needs timestamps too). We use the display time code for that
19593           for now. Also, if one incoming buffer contains multiple valid
19594           frames, we push them all on correctly now, including proper EOS
19595           handling. Lastly, several potential segfaults were fixed, and we
19596           properly sync on new sequence/gop headers to include them in next,
19597           not previous frames (since they're header for the next frame, not
19598           the previous). Also see #119206.
19599         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19600         (bpf_from_header):
19601           Move caps setting so we only do it after finding several valid
19602           MPEG-1 fraes sequentially, not right after the first one (which
19603           might be coincidental).
19604         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19605         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19606         (plugin_init):
19607           Add unsynced MPEG video stream typefinding, and change some
19608           probability values so we detect streams rightly. The idea is as
19609           follows: I can have an unsynced system stream which contains
19610           video. In the current code, I would randomly get a type for either
19611           system or video stream type found, because the probabilities are
19612           being calculated rather randomly. I now use fixed values, so we
19613           always prefer system stream if that was found (and that is how it
19614           should be). If no system stream was found, we can still identity                the stream as video-only.
19615
19616 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19617
19618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19619         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19620           don't write to buffer. Extract data without the need of
19621           __attribute__ ((packed))
19622
19623 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19626         (mpeg1_sys_type_find):
19627           Fix MPEG-1 stream typefinding.
19628
19629 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19630
19631         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19632           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19633
19634 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19635
19636         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19637         * ext/esd/gstesd.c: (plugin_init):
19638           private debugging, better error reporting
19639
19640 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19641
19642         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19643         (gst_riff_read_init), (gst_riff_read_change_state):
19644         * gst-libs/gst/riff/riff-read.h:
19645           Remove stuff fromold metadata system.
19646
19647 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19648
19649         * ext/ogg/gstoggdemux.c:
19650           Fix wrong file comment.
19651         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19652         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19653           Add metadata reading properly.
19654
19655 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * ext/Makefile.am:
19658           Fix nas DIST_SUBDIRS
19659           Uraeus:
19660           Fix bug where make distcheck doesn't get run on adding stuff to
19661           the build.
19662
19663 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19664
19665         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19666         * ext/divx/gstdivxdec.h:
19667           Fix divx3 ("msmpeg4") playback using divxdec.
19668
19669 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19670
19671         * gst/typefind/gsttypefindfunctions.c:
19672         (mp3_type_frame_length_from_header): fix bug in length computation
19673         (mp3_type_find): improve debugging output
19674
19675 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19676
19677         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19678         (gst_play_set_location), (gst_play_seek_to_time),
19679         (gst_play_set_audio_sink), (gst_play_set_visualization),
19680         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19681         the pipeline from scratch. Visualization is back and switch went out as
19682         i realized it was not possible to use the way i wanted.
19683         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19684         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19685         clearing in state change from READY to NULL. So that one can clean the
19686         X ressources keeping the element.
19687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19688         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19689         (gst_xvimagesink_colorbalance_set_value),
19690         (gst_xvimagesink_colorbalance_get_value),
19691         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19692         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19693         change from READY to NULL and fixed some stupid bugs in colorbalance
19694         get/set values. Also added the following feature : when nobody tries to
19695         set some values to the colorbalance levels before the xcontext is
19696         grabbed, then when creating channels list from Xv attributes we set the
19697         internal values to the Xv defaults. This way we handle buggy Xv drivers
19698         that set default hue values far from the middle of the range (Thanks
19699         to Jon Trowbridge for pointing that issue).
19700         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19701         colorbalance levels have been set before xcontext is grabbed.
19702
19703 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19704
19705         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19706           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19707           it might block operations (which is bad for a mixer).
19708
19709 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19710
19711         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19712         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19713         (gmip_find_type_pre):
19714         * gst-libs/gst/media-info/media-info-priv.h:
19715         * gst-libs/gst/media-info/media-info.c:
19716         (gst_media_info_instance_init), (gst_media_info_read_idler):
19717         add fakesink to get caps on decoder src pad again
19718         fix callback prototype to match new have_type signal signature
19719
19720 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19721
19722         * gst/adder/gstadder.c: (gst_adder_link):
19723           fix non-compile and cut-n-paste code
19724
19725 2004-01-21  David Schleef  <ds@schleef.org>
19726
19727         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19728         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19729         (gst_swfdec_init), (gst_swfdec_change_state):
19730         * ext/swfdec/gstswfdec.h:
19731         Fix negotiation.
19732         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19733         (gst_adder_request_new_pad): Fix negotiation.
19734         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19735         Add a fixate function.
19736         * gst/intfloat/gstfloat2int.c:
19737         * gst/intfloat/gstfloat2int.h:
19738         * gst/intfloat/gstint2float.c:
19739         * gst/intfloat/gstint2float.h:
19740         Completely rewrite the negotiation.  Doesn't quite work yet,
19741         due to some buffer-frames problem.
19742
19743 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19744
19745         * ext/gnomevfs/gstgnomevfssrc.c:
19746         * sys/v4l2/v4l2_calls.h:
19747           fix includes for distcheck
19748
19749 2004-01-21  Christian Schaller <uraeus@gnome.org>
19750
19751         * ext/nas/
19752         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19753         based on earlier patch from Laurent Vivier
19754
19755 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19756
19757         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19758         Fix wma caps property
19759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19760         Fix typo (flags1 and flags2)
19761
19762 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19763
19764         * gst-libs/gst/media-info/media-info-priv.c:
19765         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19766         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19767         (gmip_find_stream), (gmip_find_track_metadata),
19768         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19769         (gmip_find_track_format):
19770         * gst-libs/gst/media-info/media-info-priv.h:
19771         * gst-libs/gst/media-info/media-info-test.c: (main):
19772         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19773         (gst_media_info_read_idler), (gst_media_info_read):
19774         * gst-libs/gst/media-info/media-info.h:
19775           register debugging category and use it for debugging
19776
19777 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19778
19779         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19780         (gst_vorbisfile_new_link):
19781           signal streaminfo through tags
19782
19783 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19784
19785         * ext/mplex/gstmplex.cc:
19786         * ext/mplex/gstmplexibitstream.cc:
19787           g++ doesn't like NULL in our i18n/error macros, should be
19788           either (NULL) or ("").
19789
19790 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19791
19792         * sys/dxr3/dxr3audiosink.c:
19793         * sys/dxr3/dxr3init.c:
19794         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19795         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19796           Fix more error error error errors (missing includes here).
19797
19798 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19799
19800         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19801           fix thomas' error errors.
19802
19803 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19804
19805         * ext/mpeg2enc/gstmpeg2enc.cc:
19806           fix error errors.
19807
19808 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19809
19810         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19811         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19812           Fix for new error system.
19813
19814 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19815
19816         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19817           fix for new error reporting
19818
19819 2004-01-20  David Schleef  <ds@schleef.org>
19820
19821         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19822         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19823         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19824         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19825         and neither is 100+, most likely.
19826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19827         (gst_xvimagesink_getcaps): same
19828
19829 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19830
19831         * configure.ac:
19832           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19833           clashes with ffmpeg.
19834
19835 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19836
19837         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19838         (gst_switch_init): Fixed switch element : proxying link and setting
19839         caps from src to sink on request.
19840
19841 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19842
19843         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19844         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19845         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19846         fix element_error
19847
19848 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * sys/v4l/v4l_calls.h:
19851         * sys/v4l2/v4l2_calls.h:
19852           element_error fixes
19853
19854 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19855
19856         * gst-libs/gst/gst-i18n-plugin.h:
19857           add locale.h
19858           remove config.h inclusion
19859
19860 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19861
19862         * autogen.sh:
19863           adding autopoint invocation
19864         * Makefile.am:
19865         * configure.ac:
19866         * gst-libs/gst/gettext.h:
19867           adding gettext bits
19868         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19869         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19870         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19871         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19872         (gst_gnomevfssink_close_file):
19873         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19874         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19875         * gst-libs/gst/gst-i18n-plugin.h:
19876         * gst/avi/gstavi.c: (plugin_init):
19877         * sys/dxr3/dxr3init.c: (plugin_init):
19878         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19879         * sys/oss/gstossaudio.c: (plugin_init):
19880         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19881         * sys/v4l/gstv4l.c: (plugin_init):
19882         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19883         * sys/v4l2/gstv4l2.c: (plugin_init):
19884         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19885         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19886         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19887         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19888         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19889         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19890           make sure locale and translation domain are set
19891           fix translated strings
19892         * po/.cvsignore:
19893         * po/LINGUAS:
19894         * po/Makevars:
19895         * po/POTFILES.in:
19896         * po/nl.po:
19897           put translation files into place
19898         * sys/xvideo/imagetest.c: (main):
19899         * ext/dv/demo-play.c: (main):
19900           fix unnecessary translations
19901
19902 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19903
19904         * ext/sndfile/gstsf.c:
19905         * gst/avi/gstavimux.c:
19906         * ext/audiofile/gstafsink.c:
19907         * ext/audiofile/gstafsrc.c:
19908         * ext/gnomevfs/gstgnomevfssink.c:
19909         * ext/gnomevfs/gstgnomevfssrc.c:
19910         * sys/oss/gstosselement.c:
19911         * sys/v4l/v4l_calls.h:
19912           fix i18n include
19913
19914 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19915
19916         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19917         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19918         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19919         (gst_v4l2_get_output), (gst_v4l2_set_output),
19920         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19921         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19922         (gst_v4l2_set_attribute):
19923         update to new error handling
19924
19925 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19926
19927         * ext/sidplay/gstsiddec.cc:
19928         * gst/modplug/gstmodplug.cc:
19929           parenthese NULL because C++ seems angry about it
19930
19931 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19932
19933         * gst-libs/gst/gst-i18n-plugin.h:
19934           add skeleton i18n stuff, but needs to be further implemented
19935
19936 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19937
19938         * examples/gstplay/player.c: (main):
19939         * ext/aalib/gstaasink.c: (gst_aasink_open):
19940         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19942         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19943         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19944         (gst_afsink_close_file):
19945         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19946         (gst_afsrc_close_file):
19947         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19948         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19949         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19950         * ext/esd/esdmon.c: (gst_esdmon_get):
19951         * ext/esd/esdsink.c: (gst_esdsink_chain):
19952         * ext/faac/gstfaac.c: (gst_faac_chain):
19953         * ext/faad/gstfaad.c: (gst_faad_chain):
19954         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19955         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19956         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19957         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19958         (gst_flacdec_loop):
19959         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19960         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19961         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19962         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19963         (gst_gnomevfssink_close_file):
19964         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19965         (gst_gnomevfssrc_open_file):
19966         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19967         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19968         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19969         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19970         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19971         * ext/mad/gstmad.c: (gst_mad_chain):
19972         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19973         * ext/mpeg2dec/gstmpeg2dec.c:
19974         * ext/mpeg2enc/gstmpeg2enc.cc:
19975         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19976         * ext/mplex/gstmplex.cc:
19977         * ext/mplex/gstmplexibitstream.cc:
19978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19979         (gst_ogg_demux_push), (gst_ogg_pad_push):
19980         * ext/raw1394/gstdv1394src.c:
19981         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19982         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19983         * ext/sidplay/gstsiddec.cc:
19984         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19985         (gst_sf_loop):
19986         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19987         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19988         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19990         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19991         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19992         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19993         * gst-libs/gst/Makefile.am:
19994         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19995         (gst_riff_read_element_data), (gst_riff_read_seek),
19996         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19997         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19999         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20000         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20001         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20002         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20003         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20004         * gst/goom/gstgoom.c: (gst_goom_chain):
20005         * gst/id3/gstid3types.c: (gst_id3types_loop):
20006         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20007         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20008         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20009         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20010         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20011         (gst_ebml_read_float), (gst_ebml_read_header):
20012         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20013         (gst_matroska_demux_parse_blockgroup):
20014         * gst/modplug/gstmodplug.cc:
20015         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20016         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20017         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20018         * gst/silence/gstsilence.c: (gst_silence_get):
20019         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20020         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20021         * gst/speed/gstspeed.c: (speed_loop):
20022         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20023         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20024         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20025         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20026         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20027         (gst_wavparse_loop):
20028         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20029         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20030         (dxr3audiosink_close):
20031         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20032         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20033         (dxr3videosink_close), (dxr3videosink_write_data):
20034         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20035         * sys/oss/gstosselement.h:
20036         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20037         (gst_osssink_chain):
20038         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20039         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20040         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20042         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20043         (gst_v4l_enable_overlay):
20044         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20045         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20046         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20047         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20048         (gst_v4l_set_audio):
20049         * sys/v4l/v4l_calls.h:
20050         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20051         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20052         (gst_v4lmjpegsink_playback_init),
20053         (gst_v4lmjpegsink_playback_start):
20054         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20055         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20056         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20057         (gst_v4lmjpegsrc_requeue_frame):
20058         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20059         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20060         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20061         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20063         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20064         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20065         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20066         (gst_v4l2src_capture_stop):
20067         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20068         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20069         (gst_ximagesink_chain):
20070         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20071         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20072         (gst_xvideosink_xwindow_new):
20073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20074         (gst_xvimagesink_chain):
20075         use new error signal, function and categories
20076
20077 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20078
20079         * configure.ac:
20080         * ext/Makefile.am:
20081         * ext/musicbrainz/gsttrm.c:
20082         * ext/musicbrainz/gsttrm.h:
20083         * ext/musicbrainz/Makefile.am:
20084         Add a trm plugin
20085
20086 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20087
20088         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20089         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20090         synchronous property for debugging.
20091         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20093         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20094         smaller block, fixing indent.
20095
20096 2004-01-16  David Schleef  <ds@schleef.org>
20097
20098         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20099         property affects the video stream.
20100         * sys/xvimage/xvimagesink.c:
20101         * sys/xvimage/xvimagesink.h:
20102         Add synchronous property for debugging.  Should probably be
20103         disabled in non-CVS builds.  Make sure that the Xv attribute
20104         exists before we set it (crash!).  Fix a silly float bug that
20105         caused colorbalance to just not work.
20106
20107 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20108
20109         * tools/gst-launch-ext.in - update for new plugins
20110
20111 2004-01-16  David Schleef  <ds@schleef.org>
20112
20113         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20114         already-freed caps.
20115
20116 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20117
20118         * Update spec for new colorspace plugin and libcaca plugin
20119         * Fix compilation of libcaca plugin (clock -> id)
20120
20121 2004-01-16  Julien MOUTTE <julien@moutte.net>
20122
20123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20124         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20125         (gst_xvimagesink_set_xwindow_id),
20126         (gst_xvimagesink_colorbalance_set_value),
20127         (gst_xvimagesink_colorbalance_get_value),
20128         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20129         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20130         correct colorbalance properties. They can now be set when the element
20131         is still in NULL state. The values will be committed to the Xv Port
20132         when xcontext is initialized.
20133         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20134         brightness int values in the GstXvImagesink structure.
20135
20136 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20137
20138         * gst-libs/gst/Makefile.am:
20139           restructure so having local patches works easier.
20140
20141 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20142
20143         * ext/mpeg2enc/Makefile.am:
20144         * ext/mpeg2enc/gstmpeg2enc.cc:
20145         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20146           Bugfix with respect to EOS handling.
20147
20148 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20149
20150         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20151           Link with right caps (else, it segfaults).
20152         * ext/mplex/gstmplexjob.cc:
20153           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20154
20155 2004-01-15  David Schleef  <ds@schleef.org>
20156
20157         * gst-libs/gst/audio/Makefile.am:
20158         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20159         from the template.
20160         * gst-libs/gst/audio/gstaudiofilter.c:
20161         * gst-libs/gst/audio/gstaudiofilter.h:
20162         Add bytes_per_sample and size and n_samples calculation.
20163         * gst-libs/gst/audio/gstaudiofilterexample.c:
20164         Remove, now autogenerated.
20165         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20166         Moved from gstaudiofilterexample, object name changed, code added
20167         so that it actually works.
20168         * gst-libs/gst/audio/make_filter:
20169         Script to build an audiofilter subclass from the template.
20170         * gst/colorspace/Makefile.am:
20171         * gst/colorspace/yuv2yuv.c:
20172         Remove file, since it's GPL, and we don't use it.
20173
20174 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20175
20176         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20178         them use the buffer free function to test how the buffer was allocated.
20179
20180 2004-01-15  David Schleef  <ds@schleef.org>
20181
20182         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20183         that handles osssink fallback.
20184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20185         (gst_audio_convert_getcaps):
20186         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20187         Add audio/x-qdm2 for QDM2 audio.
20188         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20189         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20190         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20191         Decrease minimum size to 16x16.
20192         * gst/wavparse/gstwavparse.c:
20193         Convert disabled pad template caps to new caps.
20194         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20196         (gst_xvimagesink_chain): Throw element error when display cannot
20197         be opened.  Increase minimum framerate to 1.0.  Check the data
20198         free function on a buffer to make sure it is the type we expect
20199         before manipulating it.
20200
20201 2004-01-15  Julien MOUTTE <julien@moutte.net>
20202
20203         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20204         (gst_videobalance_colorbalance_set_value): Implement passthru if
20205         settings are in the middle.
20206         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20207
20208 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20209
20210         * gst/videofilter/Makefile.am:
20211         * gst/volume/Makefile.am:
20212           Since we use videofilter symbols, link to it.
20213
20214 2004-01-15  Julien MOUTTE <julien@moutte.net>
20215
20216         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20217         mixer interface type to HARDWARE.
20218         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20219         type to SOFTWARE.
20220         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20221         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20222         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20223         (gst_volume_interface_init), (gst_volume_list_tracks),
20224         (gst_volume_set_volume), (gst_volume_get_volume),
20225         (gst_volume_set_mute), (gst_volume_mixer_init),
20226         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20227         (volume_init): Implementing mixer interface.
20228         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20229         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20230         (gst_osselement_change_state): Removing some trailing commas in
20231         structures.
20232         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20233         interface type to HARDWARE.
20234         * sys/v4l/gstv4lcolorbalance.c:
20235         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20236         type to HARDWARE.
20237         * sys/v4l2/gstv4l2colorbalance.c:
20238         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20239         interface type to HARDWARE.
20240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20241         same code than ximagesink for event handling.
20242
20243 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20244
20245         * ext/snapshot/Makefile.am:
20246         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20247         (gst_snapshot_chain):
20248         * ext/snapshot/gstsnapshot.h:
20249           This has to be a joke... Snapshot should be connected to a tee,
20250           colorspace element before it and EOS after that, where the other
20251           src of the tee receives normal data.
20252           The current way is *wrong*.
20253
20254 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20255
20256         * ext/hermes/gsthermescolorspace.c:
20257           Fix another compile error. Same as below.
20258
20259 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20260
20261         * gst/colorspace/gstcolorspace.c:
20262         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20263         (gst_colorspace_i420_to_yv12):
20264           Fix compiling... Didn't test if it actually works.
20265
20266 2004-01-15  David Schleef  <ds@schleef.org>
20267
20268         * configure.ac:
20269         * gst/colorspace/Makefile.am:
20270         * gst/colorspace/gstcolorspace.c:
20271         * gst/colorspace/gstcolorspace.h:
20272         * gst/colorspace/yuv2rgb.c:
20273         * gst/colorspace/yuv2rgb.h:
20274         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20275         code and GPL code.  Fix for new caps negotiation.  Rewrite
20276         much of the format handling code, and some of the conversion
20277         code.  Basically, rewrote almost everything.  This element
20278         handles I420, YV12 to RGB conversions.
20279         * ext/hermes/Makefile.am:
20280         * ext/hermes/gsthermescolorspace.c:
20281         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20282         Remove non-Hermes related code.  This element handles lots of
20283         RGB to RGB conversions, but no YUV.
20284         * ext/hermes/gstcolorspace.c:
20285         * ext/hermes/gstcolorspace.h:
20286         * ext/hermes/rgb2yuv.c:
20287         * ext/hermes/yuv2rgb.c:
20288         * ext/hermes/yuv2rgb.h:
20289         * ext/hermes/yuv2rgb_mmx16.s:
20290         * ext/hermes/yuv2yuv.c:
20291         * ext/hermes/yuv2yuv.h:
20292         Remove old code.
20293
20294 2004-01-14  Colin Walters  <walters@verbum.org>
20295
20296         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20297         they've already been.
20298
20299 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20300
20301         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20302           assume tag mode when pad is not connected
20303
20304 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20305
20306         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20307           Don't update the time of the clock
20308         (gst_alsa_sink_loop):
20309           sync to the clock given to alsasink, not the own clock
20310         * sys/oss/gstosssink.c: (gst_osssink_chain):
20311           sync to the clock
20312         (gst_osssink_change_state):
20313           activate the clock
20314         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20316           remove bogus code that made DISCONT events unhandled
20317         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20318           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20319           #131502)
20320         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20321         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20322         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20323           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20324           2nd warning in bug #131502)
20325
20326 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20327
20328         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20329         (gst_videobalance_colorbalance_set_value),
20330         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20331         for colorbalance interface implementation.
20332         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20333         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20334         (gst_ximagesink_dispose), (gst_ximagesink_init),
20335         (gst_ximagesink_class_init): Adding DISPLAY property.
20336         * sys/ximage/ximagesink.h: Adding display_name to store display.
20337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20338         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20339         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20340         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20341         properties (they still need polishing though for gst-launch use : no
20342         xcontext yet, i ll do that tomorrow).
20343         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20344
20345 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20346
20347         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20348         (gst_play_set_location), (gst_play_set_visualization): Preparing
20349         switch integration, adding videobalance in the pipeline.
20350
20351 2004-01-14  Julien MOUTTE <julien@moutte.net>
20352
20353         * gst-libs/gst/colorbalance/colorbalance.c:
20354         (gst_color_balance_class_init): Adding a default type.
20355         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20356         the type.
20357         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20358         (gst_videobalance_dispose), (gst_videobalance_class_init),
20359         (gst_videobalance_init), (gst_videobalance_interface_supported),
20360         (gst_videobalance_interface_init),
20361         (gst_videobalance_colorbalance_list_channels),
20362         (gst_videobalance_colorbalance_set_value),
20363         (gst_videobalance_colorbalance_get_value),
20364         (gst_videobalance_colorbalance_init): Implementing colorbalance
20365         interface.
20366         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20367         list.
20368         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20369         bug which was triggering a BadAccess X error when setting an overlay
20370         before pad was really negotiated.
20371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20372         Using the colorbalance type macro.
20373
20374 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20375
20376         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20377         (gst_flacenc_chain):
20378           handle tags correctly
20379         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20380           extract ID3v1 tags correctly
20381
20382 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20383
20384         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20385         (plugin_init):
20386           Improve matroska typefinding for odd-typed headers...
20387
20388 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20389
20390         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20391           Fix for using incremental number on padnames.
20392
20393 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20394
20395         * ext/divx/gstdivxdec.c:
20396         * ext/divx/gstdivxenc.c:
20397           Set category to divx4linux instead of divx (too generic).
20398         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20399         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20400         (gst_wavparse_loop), (gst_wavparse_change_state):
20401         * gst/wavparse/gstwavparse.h:
20402           fix parsing of WAV files with non-standard fmt-tag size and fix
20403           skipping of unrecognized chunks... Someone please fix this thing
20404           to use rifflib so all this is automated.
20405         * sys/v4l/Makefile.am:
20406         * sys/v4l2/Makefile.am:
20407           Add X_CFLAGS because we depend on X (for overlay).
20408
20409 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20410
20411         * ext/mpeg2dec/gstmpeg2dec.c:
20412           Don't issue a timestamp unless we tagged the frame
20413           with a PTS.
20414
20415 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20416
20417         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20418           Query the audio element to get the time, not the clock. We're
20419           interested in the element's time here.
20420
20421 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20422
20423         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20425         * ext/esd/esdsink.c: (gst_esdsink_chain):
20426         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20427         * ext/mas/massink.c: (gst_massink_chain):
20428         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20430         (gst_matroska_demux_parse_metadata):
20431         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20432         (gst_mpeg_parse_release_locks):
20433         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20434         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20435         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20436         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20437         (gst_osssink_change_state):
20438         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20439         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20440         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20441         (gst_xvideosink_release_locks):
20442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20443           use element time.
20444         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20445         (gst_alsa_clock_stop):
20446         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20447         (gst_audio_clock_get_internal_time):
20448           simplify for use with new clocking code.
20449         * testsuite/alsa/Makefile.am:
20450         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20451           fix testsuite for new caps system
20452
20453 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20454
20455         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20456         * ext/flac/gstflacenc.c: (add_one_tag):
20457           length is already host endian, no need to convert. Fixes playback of
20458           tagged files on PPC. (bug #128384)
20459
20460 2004-01-13  Julien MOUTTE <julien@moutte.net>
20461
20462         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20463         colorbalance interface stating if it is hardware based or software
20464         based.
20465         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20466         Removing a trailing comma.
20467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20468         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20469         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20470         the documentation seems to be wrong on the -1000 to 1000 interval.
20471
20472 2004-01-12  David Schleef  <ds@schleef.org>
20473
20474         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20475         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20476         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20477         Fix negotiation.  Add a bufferalloc function for the sink pad,
20478         and generally clean up some of the code.
20479
20480 2004-01-12  Julien MOUTTE <julien@moutte.net>
20481
20482         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20483         (gst_color_balance_channel_dispose): Adding safety check in dispose
20484         method.
20485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20486         (gst_xvimagesink_xcontext_clear),
20487         (gst_xvimagesink_interface_supported),
20488         (gst_xvimagesink_colorbalance_list_channels),
20489         (gst_xvimagesink_colorbalance_set_value),
20490         (gst_xvimagesink_colorbalance_get_value),
20491         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20492         Adding colorbalance interface support to set XV parameters such as
20493         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20494         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20495         interface.
20496
20497 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20498
20499         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20500         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20501         (gst_audio_convert_init), (gst_audio_convert_set_property),
20502         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20503         (gst_audio_convert_link),
20504         (gst_audio_convert_buffer_to_default_format),
20505         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20506           - implement _getcaps and use it
20507           - improve linking
20508           - remove float caps since no float conversion is actually done
20509           - remove properties and arguments that were to be used for rate
20510             conversion
20511
20512 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20513
20514         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20515         (gst_audio_structure_set_int):
20516         * gst-libs/gst/audio/audio.h:
20517           add helper functions for _getcaps matching the standard audio
20518           templates
20519
20520 2004-01-12  David Schleef  <ds@schleef.org>
20521
20522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20523         Test that pad is negotiated before getting its caps.
20524
20525 2004-01-12  Julien MOUTTE <julien@moutte.net>
20526
20527         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20528         analyzing the pads of an element the bin is mostly in READY state so
20529         no caps were negotiated. This helper function needs to work with
20530         _get_caps directly then. I was not freeing them though, added that to
20531         fix the mem leak.
20532
20533 2004-01-12  Julien MOUTTE <julien@moutte.net>
20534
20535         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20537         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20538         than the free_func.
20539
20540 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20541
20542         * sys/oss/gstossaudio.c: (plugin_init):
20543         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20544         * sys/oss/gstosselement.h:
20545           make an oss debugging category
20546           make failure more descriptive
20547
20548 2004-01-11  David Schleef  <ds@schleef.org>
20549
20550         * ext/ffmpeg/gstffmpeg.c:
20551         * ext/ffmpeg/gstffmpegcodecmap.c:
20552         * ext/ffmpeg/gstffmpegdec.c:
20553         * ext/ffmpeg/gstffmpegenc.c:
20554         * ext/ffmpeg/gstffmpegprotocol.c:
20555         * ext/gdk_pixbuf/gstgdkanimation.c:
20556         * ext/jpeg/gstjpeg.c:
20557         * ext/libpng/gstpng.c:
20558         * ext/mpeg2dec/perftest.c:
20559         * ext/speex/gstspeex.c:
20560         * gst-libs/gst/resample/dtos.c:
20561         * gst/intfloat/gstintfloatconvert.c:
20562         * gst/oneton/gstoneton.c:
20563         * gst/rtjpeg/RTjpeg.c:
20564         * gst/rtp/gstrtp.c:
20565         * sys/dxr3/dxr3init.c:
20566         * sys/glsink/gstgl_nvimage.c:
20567         * sys/glsink/gstgl_pdrimage.c:
20568         * sys/glsink/gstglsink.c:
20569         * testsuite/gst-lint:
20570         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20571
20572 2004-01-11  David Schleef  <ds@schleef.org>
20573
20574         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20575         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20576         * ext/gdk_pixbuf/gstgdkanimation.c:
20577         (gst_gdk_animation_iter_create_pixbuf):
20578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20579         (gst_gdk_pixbuf_chain):
20580         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20581         * ext/jack/gstjack.c: (gst_jack_change_state):
20582         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20583         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20584         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20585         * gst/videofilter/gstvideofilter.c:
20586         (gst_videofilter_set_output_size):
20587         Remove all usage of gst_pad_get_caps(), and replace it with
20588         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20589
20590 2004-01-11  David Schleef  <ds@schleef.org>
20591
20592         * configure.ac:
20593         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20594         * ext/divx/gstdivxdec.c:
20595         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20596         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20597         handle images that span multiple buffers.  Now work with both
20598         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20599         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20600         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20601         video/video.h changes
20602         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20604         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20605         of GstData free function.
20606         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20607         same.
20608
20609 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20610
20611         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20612         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20613         (gst_v4l2element_get_property):
20614         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20615           add norm, channel and frequency properties.
20616         * sys/v4l2/gstv4l2tuner.c:
20617           fixes for tuner interface changes
20618         * sys/v4l2/gstv4l2element.h:
20619         * sys/v4l2/gstv4l2src.c:
20620         * sys/v4l2/gstv4l2src.h:
20621         * sys/v4l2/v4l2src_calls.c:
20622         * sys/v4l2/v4l2src_calls.h:
20623           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20624
20625 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20626
20627         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20628         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20629         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20630         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20631         * gst-libs/gst/tuner/tuner.h:
20632           GObjects aren't const.
20633           Add find_by_name functions.
20634           Add checks to _changed functions.
20635         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20636         (gst_v4l_tuner_get_norm):
20637           Fixes for above.
20638
20639 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20640
20641         * gst-libs/gst/video/video.h:
20642           Fix caps template names to be understandable.
20643           Prefix everything with GST_VIDEO.
20644         * ext/aalib/gstaasink.c:
20645         * ext/divx/gstdivxdec.c:
20646         * ext/divx/gstdivxenc.c:
20647         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20648         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20649         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20650         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20651         * ext/libcaca/gstcacasink.c:
20652         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20653         * ext/snapshot/gstsnapshot.c:
20654         * ext/swfdec/gstswfdec.c:
20655         * ext/xvid/gstxviddec.c:
20656         * ext/xvid/gstxvidenc.c:
20657         * gst/chart/gstchart.c:
20658         * gst/deinterlace/gstdeinterlace.c:
20659         * gst/effectv/gsteffectv.c:
20660         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20661         * gst/goom/gstgoom.c:
20662         * gst/median/gstmedian.c:
20663         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20664         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20665         * gst/overlay/gstoverlay.c:
20666         * gst/smooth/gstsmooth.c:
20667         * gst/smpte/gstsmpte.c:
20668         * gst/synaesthesia/gstsynaesthesia.c:
20669         * gst/videocrop/gstvideocrop.c:
20670         * gst/videodrop/gstvideodrop.c:
20671         * gst/y4m/gsty4mencode.c:
20672         * sys/qcam/gstqcamsrc.c:
20673         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20674           Make them work with new video.h file.
20675         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20676         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20678         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20679           Make it work with new buffer allocation system.
20680
20681 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20682
20683         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20684         pad_alloc_buffer implementation to use ->srcpad
20685         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20686         pad_alloc_buffer implementation to use ->srcpad
20687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20688         pad_alloc_buffer implementation to use ->srcpad
20689         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20690         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20691         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20692         a reference to everything we need.
20693         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20695         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20696         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20697         a reference to everything we need.
20698         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20699
20700 2004-01-11  David Schleef  <ds@schleef.org>
20701
20702         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20703         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20704         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20705         structure members.
20706         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20707         value during a resize/renegotiation.
20708         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20709         gst_pad_alloc_buffer();
20710         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20711         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20712         structure members.
20713         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20714         Fix for rename of buffer private structure members.
20715         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20716         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20717         Fix for rename of buffer private structure members.
20718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20719         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20720         Fix for rename of buffer private structure members.
20721
20722 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20723
20724         reviewed by: David Schleef <ds@schleef.org>
20725
20726         * gst/videofilter/Makefile.am:
20727         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20728         from the patch by ds to fit in with recent make_filter changes.
20729
20730 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20731
20732         * configure.ac: Adding examples/switch/Makefile
20733         * examples/Makefile.am: Adding examples/switch
20734         * examples/switch/Makefile.am: Adding switcher example.
20735         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20736         (switch_timer), (main): Adding an example demonstrating switch usage
20737         with 2 videotestsrc showing different patterns.
20738         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20739         (gst_switch_init): Fixing switch with the new caps system.
20740
20741 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20742
20743         * gst-libs/gst/video/video.h:
20744           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20745           They should probably be like
20746           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20747
20748 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20749
20750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20751         (qtdemux_parse_trak):
20752           fix audio chunk size/timestamp calculation
20753
20754 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20755
20756         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20757           fix SVQ3 caps
20758
20759 2004-01-11  Steve Baker  <steve@stevebaker.org>
20760
20761         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20762         (gst_agingtv_base_init), (gst_agingtv_class_init),
20763         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20764         (gst_agingtv_set_property), (gst_agingtv_get_property):
20765         Port agingTV to videofilter
20766
20767 2004-01-09  Julien MOUTTE <julien@moutte.net>
20768
20769         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20770         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20771
20772 2004-01-09  Julien MOUTTE <julien@moutte.net>
20773
20774         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20775         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20776         * gst-libs/gst/xoverlay/xoverlay.c:
20777         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20778         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20779         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20780         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20781         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20782         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20783         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20784         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20785         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20786         interface implementation to handle xid being 0 and fix some bugs
20787         triggered by Benjamin's testcase.
20788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20789         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20790         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20791         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20792         interface implementation to handle xid being 0 and fix some bugs
20793         triggered by Benjamin's testcase.
20794
20795 2004-01-09  David Schleef  <ds@schleef.org>
20796
20797         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20798         mouse pointer events.  It works.
20799
20800 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20801
20802         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20803           Use explicit caps - fix capsnego.
20804         * ext/xvid/gstxviddec.c:
20805         * ext/xvid/gstxvidenc.c:
20806           Remove macro-inside-macro which caused compile errors.
20807         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20808           Error out if it's not a RIFF file. Else we error out without
20809           gst_element_error() which is not good...
20810
20811 2004-01-08  David Schleef  <ds@schleef.org>
20812
20813         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20814         Fix pad_link function to handle formats that ffmpeg returns
20815         as multiple caps structures.
20816         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20817         Only complain if source buffer is _smaller_ than expected.
20818         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20819         (gst_videoscale_handle_src_event): Resize navigation events
20820         when passing them upstream.
20821         * gst/videotestsrc/gstvideotestsrc.c:
20822         * gst/videotestsrc/gstvideotestsrc.h:
20823         * gst/videotestsrc/videotestsrc.c:
20824         * gst/videotestsrc/videotestsrc.h:
20825         Rewrite many of the buffer painting functions to handle odd
20826         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20827         been verified to work with my video card.
20828         * testsuite/gst-lint:  Add check for elements calling
20829         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20830
20831 2004-01-08  David Schleef  <ds@schleef.org>
20832
20833         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20834         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20835
20836 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20837
20838         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20839         configure event is not emiting the desired size signal. That fixes
20840         aspect ratio issues with gst-player.
20841
20842 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20843
20844         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20845           Fix capsnego.
20846
20847 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20848
20849         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20850         public method to fire size signal.
20851
20852 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20853
20854         * examples/gstplay/Makefile.am: Adding the interface library.
20855         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20856         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20857         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20858         GST_IS_X_OVERLAY before signal connect.
20859         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20860         Removing the have_video_size signal.
20861         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20862         and associated public method.
20863         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20864         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20865         signal.
20866         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20867         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20868         signal.
20869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20870         Using XOverlay public method to fire size signal.
20871
20872 2004-01-07  David Schleef  <ds@schleef.org>
20873
20874         * gst/videofilter/Makefile.am:
20875         * gst/videofilter/gstvideotemplate.c:
20876         * gst/videofilter/make_filter:
20877         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20878         Convert make_filter to /bin/sh script.
20879
20880 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20881
20882         * gst/modplug/gstmodplug.cc: fix element description
20883
20884 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20885
20886         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20887         (got_video_size): Adding some new lines in g_print calls.
20888         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20889         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20890         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20891         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20892         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20893         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20894         Complete code review, reverting some stuff i disagree with, adding
20895         some fixes : time synchronization on invalid timestamps, renegotiation
20896         of private window.
20897         * sys/ximage/ximagesink.h:
20898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20899         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20900         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20901         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20902         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20903         (gst_xvimagesink_buffer_new),
20904         (gst_xvimagesink_navigation_send_event),
20905         (gst_xvimagesink_set_xwindow_id),
20906         (gst_xvimagesink_get_desired_size),
20907         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20908         stuff i disagree with, adding some fixes : Renegotiation of private
20909         window, implementing get_desired_size.
20910
20911 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20912
20913         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20914         (gst_afsink_handle_event):
20915         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20916         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20917         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20918         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20919         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20920           Fix for instantiate-test (see core). Also remove dead code from
20921           jpegenc (which still needs fixing, but that's lower on my TODO
20922           list...).
20923         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20924           Never return NULL as caps.
20925
20926 2004-01-07  David Schleef  <ds@schleef.org>
20927
20928         * configure.ac:
20929         * ext/Makefile.am:
20930         * ext/librfb/Makefile.am:
20931         * ext/librfb/gstrfbsrc.c:
20932         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20933         is the protocol used by VNC.
20934
20935 2004-01-07  David Schleef  <ds@schleef.org>
20936
20937         * gst/videofilter/gstvideotemplate.c:
20938         * gst/videofilter/gstvideotemplate.h:
20939         * gst/videofilter/make_filter:
20940         Merge videotemplate header into source file.
20941         * gst/effectv/Makefile.am:
20942         * gst/effectv/gsteffectv.c: (plugin_init):
20943         * gst/effectv/gstwarp.c:
20944         Make warpTV a subclass of videofilter.
20945
20946 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20947
20948         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20949           Add guard against invalid utf-8 conversions in mad. Just in case.
20950
20951 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20952
20953         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20954           Fix for bug shown by poisoning
20955
20956 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20957
20958         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20959         (gst_v4lmjpegsrc_buffer_free):
20960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20961         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20962         (gst_v4lsrc_buffer_free):
20963           Fix for removed bufferpools.
20964
20965 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20966
20967         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20968         Fix caps negotiation.
20969
20970         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20971         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20972         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20973         (dvdnavsrc_event):
20974         * ext/mpeg2dec/gstmpeg2dec.c:
20975         * gst-libs/gst/navigation/navigation.c:
20976         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20977         * gst-libs/gst/navigation/navigation.h:
20978         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20979         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20981         Super-simple first version of mouse and keyboard events. Clicking
20982         on a DVD menu now works, although it may not take you where you
20983         expected.
20984
20985         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20986         * gst/videotestsrc/gstvideotestsrc.c:
20987         (gst_videotestsrc_src_fixate):
20988         These fixate functions were broken - they never actually
20989         fixated :)
20990
20991 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20992
20993         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20994         (gst_icecastsend_init):
20995           fix for new caps system.
20996         * gst-libs/gst/mixer/mixertrack.h:
20997         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20998           Add 'master track' flag (for tools like ACME that only want to
20999           change the main volume).
21000
21001 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21002
21003         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
21004         (gst_xvid_csp_to_caps):
21005         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
21006         * ext/xvid/gstxvidenc.c:
21007         ifdef out ARGB type when it isn't available
21008         in xvidcore 1.0.0beta2
21009
21010 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21013           When we have received a new SCR right in the first buffer after
21014           a seek (so in the same cycle that handles the discont), we should
21015           handle the buffer instead of unreffing it, else we lose data.
21016
21017 2004-01-06  Iain <iain@prettypeople.org>
21018
21019         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
21020           buffer-frames caps too.
21021
21022         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
21023           caps that we need, don't destroy them all and rebuild them. And when
21024           creating src pads, use the src pad template rather than the sink...
21025
21026 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21027
21028         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21029           Add pad to element *after* setting functions such as event handler.
21030           Without this, the scheduler (opt) will link pads, set the event
21031           handler from the default event function (dispatcher in gstpad.c)
21032           and *after* that, we will set our own event function, which will
21033           thus never be used (and thus mpegdemux doesn't handle events).
21034
21035 2004-01-04  David Schleef  <ds@schleef.org>
21036
21037         Fix the fixate functions to handle new prototype:
21038         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21039         * gst/videotestsrc/gstvideotestsrc.c:
21040         (gst_videotestsrc_src_fixate):
21041         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21042         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21044
21045 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21046
21047         * sys/ximage/ximagesink.h:
21048         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21049         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21050         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21051         (gst_ximagesink_xoverlay_init):
21052           assorted fixes to make (re)embedding work
21053         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21054         (gst_ximagesink_get_desired_size):
21055           implement desired size additions to XOverlay
21056
21057 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21058
21059         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21060         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21061         (gst_x_overlay_got_desired_size):
21062         * gst-libs/gst/xoverlay/xoverlay.h:
21063           Add optional "desired size" signal and querying.
21064
21065 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21066
21067         * gst/matroska/matroska-demux.c:
21068         (gst_matroska_demux_parse_blockgroup):
21069           Fix EBML-laced block parsing. Diffs are relative to previous
21070           lace, not the first lace. Thanks to Mosu from the Matroska
21071           team for detecting this.
21072         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21073         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21074         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21075         (gst_wavparse_change_state):
21076         * gst/wavparse/gstwavparse.h:
21077           Quickfix for capsnego.
21078
21079 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21080
21081         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21082           Fix indenting, fix pad creation.
21083
21084 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21085
21086         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21087         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21088         (gst_xviddec_sink_link):
21089           Implement src_getcaps() so proper size caps is negotiated.
21090
21091 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21092
21093         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21094           Finish flac decoder on EOS. See #116178.
21095
21096 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21097
21098         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21099         (gst_matroska_demux_add_stream):
21100         * gst/matroska/matroska-ids.h:
21101           Add getcaps() function to fix capsnego...
21102
21103 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21104
21105         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21106         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21107         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21108           Fix more integer overflows. Again, see #126967.
21109
21110 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21111
21112         * ext/mpeg2dec/gstmpeg2dec.c:
21113           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21114           #130416.
21115
21116 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21117
21118         * configure.ac:
21119         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21120         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21121         * ext/xvid/gstxvid.h:
21122         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21123         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21124         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21125         (gst_xviddec_change_state):
21126         * ext/xvid/gstxviddec.h:
21127         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21128         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21129         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21130         (gst_xvidenc_link), (gst_xvidenc_set_property),
21131         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21132         * ext/xvid/gstxvidenc.h:
21133           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21134
21135 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21136
21137         * gst/rtp/rtp-packet.c:
21138           Add sys/types.h include, since OS X doesn't define in_addr_t
21139           in netinet/in.h, like it does on Linux (see #129600).
21140
21141 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21142
21143         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21144
21145         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21146           Correct logic of dispose function (see #129306).
21147
21148 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21149
21150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21151         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21152         (gst_mpeg_parse_init):
21153         * gst/mpegstream/gstmpegparse.h:
21154           Remove clock (which was never provided, i.e. dead code), and
21155           also fix integer overflows at high PTS values (see #126967).
21156
21157 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21158
21159         * ext/flac/gstflacdec.c:
21160         * ext/libpng/gstpngenc.h:
21161         * ext/mikmod/gstmikmod.h:
21162           OS X fixes (see #126628).
21163
21164 2004-01-02  David Schleef  <ds@schleef.org>
21165
21166         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21167         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21168         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21169         (gst_mpeg_parse_class_init): Move pad template registration
21170         to class_init, since the derived class (mpegdemux) doesn't
21171         want them.
21172
21173 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21174
21175         * sys/ximage/Makefile.am:
21176         * sys/xvideo/Makefile.am:
21177         * sys/xvimage/Makefile.am:
21178           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21179           after installation (see #127664).
21180
21181 2004-01-02  David Schleef  <ds@schleef.org>
21182
21183         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21184         (gst_ffmpegenc_connect):  Negotiation fixes.
21185         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21186         Remove inappropriate gst_caps_free().
21187         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21188         Reenable Ronald's internal resize code, since the core handles
21189         it correctly now.
21190
21191 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21192
21193         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21194         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21196           Fix pad template stuff.
21197
21198 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21199
21200         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21201         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21202           fix signed integer reading/writing.
21203
21204 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21205
21206         * ext/alsa/README:
21207           Remove outdated document
21208
21209 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21210
21211         * gst/cutter/gstcutter.c: (gst_cutter_init):
21212           src pad was being created twice - oops.
21213
21214 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21215
21216         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21217           Comment out internal resize. It doesn't handle the resulting
21218           XEvent internally, does another try_set_caps() which leads to
21219           a really nice loop.
21220           Real fix will come when Julien and Dave are awake. ;).
21221
21222 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21223
21224         * ext/mpeg2enc/gstmpeg2enc.cc:
21225           fix const/nonconst compile issue.
21226
21227 2004-01-02  David Schleef  <ds@schleef.org>
21228
21229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21230         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21231         Add fixate function and a check for bad formats.
21232
21233 2004-01-01  David Schleef  <ds@schleef.org>
21234
21235         Negotiation fixes:
21236         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21237         (gst_audiofilter_init):
21238         * gst/debug/efence.c: (gst_efence_init):
21239         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21240         (gst_deinterlace_init):
21241         * gst/volume/gstvolume.c: (volume_connect):
21242
21243 2004-01-01  David Schleef  <ds@schleef.org>
21244
21245         Convert elements to use gst_pad_use_explicit_caps() where
21246         appropriate:
21247         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21248         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21249         (gst_afparse_open_file):
21250         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21251         (gst_afsrc_open_file):
21252         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21253         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21254         (gst_ffmpegdec_chain):
21255         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21256         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21257         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21258         (gst_gdk_pixbuf_chain):
21259         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21260         (gst_jpegdec_chain):
21261         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21262         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21263         (gst_mikmod_negotiate):
21264         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21265         (gst_mpeg2dec_negotiate_format):
21266         * ext/mpeg2enc/gstmpeg2enc.cc:
21267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21268         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21269         (gst_speexdec_sinkconnect):
21270         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21271         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21272         (gst_vorbisfile_new_link):
21273         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21274         (gst_ac3parse_chain):
21275         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21276         (gst_asf_demux_setup_pad):
21277         * gst/auparse/gstauparse.c: (gst_auparse_init),
21278         (gst_auparse_chain):
21279         * gst/id3/gstid3types.c: (gst_id3types_loop):
21280         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21281         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21282         (mp1videoparse_parse_seq):
21283         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21284         (bpf_from_header):
21285         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21286         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21287         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21288         (gst_mpeg_parse_send_data):
21289         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21290         (gst_qtdemux_add_stream):
21291         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21292         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21293         (gst_wavparse_parse_fmt):
21294
21295 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21296
21297         * configure.ac:
21298           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21299           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21300           it therefore uses the wrong include paths. Too bad... Note
21301           that 1.6.1.93 is not release yet. ;).
21302           Also add a check for mplex, which is now using the lib'ified
21303           mplex from mjpegtools, too.
21304         * ext/ffmpeg/gstffmpegcodecmap.c:
21305           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21306           issues. I don't think ffmpeg handles 3ivx correctly, so this
21307           probably won't work. But it won't hurt either.
21308         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21309         (gst_ffmpegdec_chain):
21310         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21311         (gst_ffmpegenc_chain_audio):
21312           Fix memleak in audio encoding. Close codec if open fails, this
21313           calls the cleanup routines so we can re-use the context.
21314         * ext/mpeg2enc/gstmpeg2enc.cc:
21315           Fix pad template names/types, fix memory issue with getcaps().
21316         * ext/mpeg2enc/gstmpeg2encoder.cc:
21317         * ext/mpeg2enc/gstmpeg2encoder.hh:
21318           Fix compile issue with new caps system (const thingy).
21319         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21320         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21321           We read a first frame right on initing, so that we have a caps
21322           when we init the output. This caps is cached in padprivate and
21323           read as first frame.
21324         * ext/mplex/Makefile.am:
21325         * ext/mplex/gstmplex.cc:
21326         * ext/mplex/gstmplex.h:
21327         * ext/mplex/gstmplex.hh:
21328         * ext/mplex/gstmplexibitstream.cc:
21329         * ext/mplex/gstmplexibitstream.hh:
21330         * ext/mplex/gstmplexjob.cc:
21331         * ext/mplex/gstmplexjob.hh:
21332         * ext/mplex/gstmplexoutputstream.cc:
21333         * ext/mplex/gstmplexoutputstream.hh:
21334           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21335           had issues, didn't do capsnego, supported only a subset of the
21336           mplex features and required a mplex fork in our local CVS. Plus
21337           that it worked agaist a very old mplex version. Rewriting was
21338           faster than updating it.
21339         * gst-libs/ext/Makefile.am:
21340         * gst-libs/ext/mplex/INSTRUCT:
21341         * gst-libs/ext/mplex/Makefile.am:
21342         * gst-libs/ext/mplex/README:
21343         * gst-libs/ext/mplex/TODO:
21344         * gst-libs/ext/mplex/ac3strm_in.cc:
21345         * gst-libs/ext/mplex/audiostrm.hh:
21346         * gst-libs/ext/mplex/audiostrm_out.cc:
21347         * gst-libs/ext/mplex/aunit.hh:
21348         * gst-libs/ext/mplex/bits.cc:
21349         * gst-libs/ext/mplex/bits.hh:
21350         * gst-libs/ext/mplex/buffer.cc:
21351         * gst-libs/ext/mplex/buffer.hh:
21352         * gst-libs/ext/mplex/fastintfns.h:
21353         * gst-libs/ext/mplex/format_codes.h:
21354         * gst-libs/ext/mplex/inputstrm.cc:
21355         * gst-libs/ext/mplex/inputstrm.hh:
21356         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21357         * gst-libs/ext/mplex/mjpeg_logging.cc:
21358         * gst-libs/ext/mplex/mjpeg_logging.h:
21359         * gst-libs/ext/mplex/mjpeg_types.h:
21360         * gst-libs/ext/mplex/mpastrm_in.cc:
21361         * gst-libs/ext/mplex/mpegconsts.cc:
21362         * gst-libs/ext/mplex/mpegconsts.h:
21363         * gst-libs/ext/mplex/mplexconsts.hh:
21364         * gst-libs/ext/mplex/multplex.cc:
21365         * gst-libs/ext/mplex/outputstream.hh:
21366         * gst-libs/ext/mplex/padstrm.cc:
21367         * gst-libs/ext/mplex/padstrm.hh:
21368         * gst-libs/ext/mplex/stillsstream.cc:
21369         * gst-libs/ext/mplex/stillsstream.hh:
21370         * gst-libs/ext/mplex/systems.cc:
21371         * gst-libs/ext/mplex/systems.hh:
21372         * gst-libs/ext/mplex/vector.cc:
21373         * gst-libs/ext/mplex/vector.hh:
21374         * gst-libs/ext/mplex/videostrm.hh:
21375         * gst-libs/ext/mplex/videostrm_in.cc:
21376         * gst-libs/ext/mplex/videostrm_out.cc:
21377         * gst-libs/ext/mplex/yuv4mpeg.cc:
21378         * gst-libs/ext/mplex/yuv4mpeg.h:
21379         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21380         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21381           We don't fork mjpegtools' mplex in our CVS anymore.
21382         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21383         (gst_avi_demux_add_stream):
21384         * gst/avi/gstavidemux.h:
21385           Add getcaps() function for proper caps nego. This makes some
21386           parts of AVI playback/reading work.
21387         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21388           Resize window on new capsnego. This is probably wrong, but
21389           I'm still committing it because with current capsnego, the
21390           first successfull capsnego is auto-fixated, therefore rounded
21391           down to the lowest values in the caps. this results in a 16x16
21392           XWindow that is not reized when real capsnego finishes.
21393           Dave, I see more cases of this, do you know a proper solution?
21394         * tools/gst-launch-ext.in:
21395           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21396
21397 2003-12-31  David Schleef  <ds@schleef.org>
21398
21399         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21400         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21401           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21402
21403 2003-12-30  David Schleef  <ds@schleef.org>
21404
21405         * ext/ffmpeg/gstffmpegcolorspace.c:
21406         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21407         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21408         (gst_ffmpegcsp_chain): Negotiation fixes
21409         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21411         (gst_audio_convert_link), (gst_audio_convert_channels):
21412         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21413         (gst_audioscale_link), (gst_audioscale_get_buffer),
21414         (gst_audioscale_chain): Negotiation fixes
21415         * gst/audioscale/gstaudioscale.h:
21416         * gst/videofilter/gstvideofilter.c:
21417         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21418         (gst_videofilter_link), (gst_videofilter_init),
21419         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21420         (gst_videofilter_find_format_by_structure):
21421         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21422         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21423         (gst_videoscale_link):
21424         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21425         (videoscale_find_by_structure), (gst_videoscale_setup):
21426         * gst/videoscale/videoscale.h: Negotiation fixes
21427         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21428         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21429         function, restrict resizing to a multiple of 4 (hack until
21430         everyone supports odd sizes correctly).
21431
21432 2003-12-29  Colin Walters  <walters@verbum.org>
21433
21434         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21435         signed.
21436
21437 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21438
21439         * ext/sndfile/gstsf.c: (gst_sf_loop):
21440           Fix warning about discarding const qualifier
21441
21442 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21443
21444         * gst/cutter/gstcutter.c:
21445         * gst/videoscale/gstvideoscale.c:
21446         * gst/volenv/gstvolenv.c:
21447         * gst-libs/gst/audio/audio.c:
21448         * gst-libs/gst/video/video.c:
21449           Fix warnings
21450
21451 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21452
21453         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21454           Don't send ALSA debugging to stderr.
21455         * ext/alsa/gstalsa.h:
21456           Use GST_WARNING instead of g_warning when ALSA functions fail.
21457
21458 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21459
21460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21461           Free XVAdapterInfo correctly.
21462
21463 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21464
21465         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21466         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21467           Make id3tag use correct caps nego.
21468
21469 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21470
21471         * ext/ivorbis/vorbis.c:
21472         * ext/ivorbis/vorbisenc.h:
21473         * ext/ivorbis/vorbisfile.c:
21474           Modify so that it uses the new caps things
21475
21476 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21477
21478         * testsuite/spider/spider1.c: (main):
21479         * testsuite/spider/spider2.c: (main):
21480         * testsuite/spider/spider3.c: (main):
21481           Make tests compile again. They probably don't work.
21482
21483 2003-12-24  Colin Walters  <walters@verbum.org>
21484
21485         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21486         we can't fixate the caps anymore.
21487
21488 2003-12-23  David Schleef  <ds@schleef.org>
21489
21490         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21491         * sys/oss/gstosssink.c: (gst_osssink_init),
21492         (gst_osssink_sink_fixate): Add fixate function.
21493
21494 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21495
21496         * ext/ffmpeg/gstffmpegcodecmap.c:
21497         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21498         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21499         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21500         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21501         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21502         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21503         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21504           fix typo in RGB masks, and move back to "old" colorspace
21505           capsnego code until whoever wrote this new crap has actually
21506           tested it so that it works.
21507           And yes, this works, keep it that way please.
21508
21509 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21510
21511         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21512         (gst_divxdec_init), (gst_divxdec_negotiate):
21513         * ext/divx/gstdivxdec.h:
21514         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21515         (gst_divxenc_init):
21516         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21517         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21518         * ext/mpeg2enc/gstmpeg2enc.cc:
21519         * ext/mpeg2enc/gstmpeg2encoder.cc:
21520         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21521         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21522         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21523         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21524         (dxr3spusink_init):
21525         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21526         (dxr3videosink_init):
21527           Fix caps breakage after Dave's caps branch merge.
21528
21529 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21530
21531         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21532           Fix for 24bpp display.
21533
21534 2003-12-23  Colin Walters  <walters@verbum.org>
21535
21536         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21537         a GnomeVFSHandle directly.
21538
21539 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21540
21541         * gst/volume/Makefile.am:
21542         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21543         (volume_base_init), (volume_init):
21544           Reenable volume element and fix to work with new caps stuff.
21545           Rhythmbox needs this.
21546
21547 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21548
21549         * gst/qtdemux/qtdemux.c: (plugin_init):
21550           qtdemux requires bytestream
21551
21552 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21553
21554         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21555           Fix remaining caps handling errors due to CAPS merge.
21556
21557 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21558
21559         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21560         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21561         (gst_faad_srcconnect):
21562           Port to new caps system.
21563
21564 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21565
21566         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21567         (got_video_size), (main): using g_print instead of g_message.
21568         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21569         signal which was not emitted because of "switch" element added to the
21570         bin but not connected. (Removing from the bin temporarily)
21571
21572 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21573
21574         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21575         find X development files. I don't understand the previous tests and
21576         they fail on my debian/ppc unstable. This one works.
21577         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21578         exiting.
21579         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21580         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21581         (gst_play_set_visualization): Add some safety checks in set_ methods
21582         and state_change. This was throwing some ugly CRITICAL messages when
21583         pipeline was getting disposed and casts were failing.
21584
21585 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21586
21587         * configure.ac:
21588           Improve mpeg2enc detection. This is for distributions that do
21589           ship mjpegtools, but without mpeg2enc. Also does object check
21590           for might there ever be ABI incompatibility.
21591         * ext/mpeg2enc/gstmpeg2enc.cc:
21592           Add Andrew as second maintainer (he's helping me), and also add
21593           an error if no caps was set. This happens if I pull before capsnego
21594           and that's something I should solve sometime else.
21595         * gst/matroska/matroska-demux.c:
21596         (gst_matroska_demux_parse_blockgroup):
21597           Fix time parsing.
21598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21599         (gst_matroska_mux_track_header):
21600           Add caps to templates.
21601         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21602           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21603         * gst/mpegstream/gstmpegdemux.c:
21604           Remove layer since it causes warnings about unfixed caps.
21605         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21606           Fix obvious typo (we error out if caps were set, we should of
21607           course error out if *no* caps were set).
21608         * sys/oss/gstosselement.c: (gst_osselement_convert):
21609           Fix format conversion, we confused bits/bytes.
21610         * sys/oss/gstosselement.h:
21611           Improve documentation for 'bps'.
21612         * sys/v4l/TODO:
21613           Remove stuff about plugins that need removing - this was done
21614           ages ago.
21615         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21616         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21618         (gst_v4lsrc_src_query):
21619         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21620         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21621           Add get_query_types(), get_formats() and query() functions.
21622
21623 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21626         * moved CVS to freedesktop.org