moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating...
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * configure.ac:
4         * gst-libs/gst/Makefile.am:
5           moved gst-libs/gst/net to netbuffer through CVS surgery
6           remove old directory
7           updating build to accomodate
8           (#322257)
9
10 2005-11-29  Andy Wingo  <wingo@pobox.com>
11
12         * pkgconfig/gstreamer-plugins-base.pc.in:
13         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
15         (#322257).
16
17 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
18
19         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20         3rd time's the charm. Correct ref-counting for discarded buffers.
21
22 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
23
24         * gst/playback/gststreamselector.c:
25         (gst_stream_selector_class_init),
26         (gst_stream_selector_set_property),
27         (gst_stream_selector_get_property),
28         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
29         Fix ref-counting
30
31 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
32
33         * gst/subparse/gstsubparse.c: (feed_textbuf):
34           Don't access already unref'ed buffer.
35
36 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
37
38         * gst/playback/gststreamselector.c:
39         (gst_stream_selector_class_init), (gst_stream_selector_init),
40         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
41         (gst_stream_selector_get_property),
42         (gst_stream_selector_get_linked_pad),
43         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
44         * gst/playback/gststreamselector.h:
45         Add the active-pad property for playbin to use shortly. Ignore buffers
46         from any other pad, returning GST_FLOW_NOT_LINKED
47
48 2005-11-29  Julien MOUTTE  <julien@moutte.net>
49
50         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
51         patch from bug #322704 (Alessandro Decina).
52
53 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
54
55         * gst-libs/gst/audio/Makefile.am:
56           folded audiofilter into the audio library
57
58 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
59
60         * gst/videoscale/gstvideoscale.h:
61         * gst/videoscale/gstvideoscale.c:
62           remove unimplemented scale methods
63
64 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
65
66         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
67           Don't leak caps.
68
69 2005-11-28  Julien MOUTTE  <julien@moutte.net>
70
71         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
72         (gst_ximagesink_setcaps):
73         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
74         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
75         happens (only visible on ximagesink but bug is in xv too) set_caps was
76         destroying the internal x[v]image used to memcpy non locally alloced
77         buffers so that it got renewed on next _chain. The issue is that 
78         _expose will try to put that image as it reffed it in _put.
79         Using gst_buffer_unref instead of destroy fixes it !
80
81 2005-11-28  Edward Hervey  <edward@fluendo.com>
82
83         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
84         (try_to_link_1), (queue_filled_cb):
85         Better use of the queues. Start with a small size queue and only increase
86         the size of the queues when the other queues are empty.
87
88 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
89
90         * gst-libs/gst/video/Makefile.am:
91           compile in copied-over videofilter into the video library
92         * gst-libs/gst/video/videosink.h:
93           rename the header to gstvideosink.h since it's a base GstObject class
94         * sys/ximage/ximagesink.h:
95         * sys/xvimage/xvimagesink.h:
96           use the new header
97
98 2005-11-28  Wim Taymans  <wim@fluendo.com>
99
100         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
101         * gst/playback/gstplaybasebin.h:
102         Prepare to handle errors betters.
103
104         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
105         Set sinks to PAUSED first before adding and linking them so that
106         we don't interrupt dataflow.
107
108 2005-11-28  Wim Taymans  <wim@fluendo.com>
109
110         * gst-libs/gst/audio/TODO:
111         Updated TODO
112
113         * gst-libs/gst/audio/gstaudiosink.c:
114         (gst_audioringbuffer_open_device),
115         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
116         (gst_audioringbuffer_release):
117         Small cleanups.
118
119         * gst-libs/gst/audio/gstbaseaudiosink.c:
120         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
121         (gst_base_audio_sink_change_state):
122         Slave to the master clock when going to PLAYING and unslave when
123         going to PAUSED.
124
125         * gst-libs/gst/audio/gstringbuffer.c:
126         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
127         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
128         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
129         (gst_ring_buffer_clear_all), (wait_segment),
130         (gst_ring_buffer_commit), (gst_ring_buffer_read),
131         (gst_ring_buffer_advance):
132         * gst-libs/gst/audio/gstringbuffer.h:
133         Add some docs and cleanups.
134
135 2005-11-28  Julien MOUTTE  <julien@moutte.net>
136
137         * sys/xvimage/xvimagesink.c:
138         (gst_xvimagesink_navigation_send_event): Fix navigation events
139         coordinates translation with pixel aspect ratios.
140
141 2005-11-28  Julien MOUTTE  <julien@moutte.net>
142
143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
144         Use calculated video geometry from _setcaps instead of buffer
145         caps to respect pixel aspect ratio. (fixes #322388)
146
147 2005-11-28  Julien MOUTTE  <julien@moutte.net>
148
149         * docs/libs/tmpl/gstcolorbalance.sgml:
150         * docs/libs/tmpl/gstmixer.sgml:
151         * docs/libs/tmpl/gstxoverlay.sgml:
152         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
153         interface.
154
155 2005-11-28  Julien MOUTTE  <julien@moutte.net>
156
157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
158         Refuse to create an XvImage if we can't find the format.
159
160 2005-11-28  Edward Hervey  <edward@fluendo.com>
161
162         * gst-libs/gst/riff/riff-media.c:
163         (gst_riff_create_audio_template_caps):
164         Add ATRAC3 to the list of riff-possible audio caps.
165         I know we still don't have a plugin for atrac3, but it's saner to output
166         that than a cryptic mimetype.
167
168 2005-11-27  Edward Hervey  <edward@fluendo.com>
169
170         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
171         Don't try to create a zero-sized subbuffer.
172
173 2005-11-27  Julien MOUTTE  <julien@moutte.net>
174
175         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
176         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
177         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
178         (gst_ximagesink_expose): Fixed a tricky race.
179         * sys/ximage/ximagesink.h:
180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
181         (gst_xvimagesink_expose): Fixed a tricky race.
182         * sys/xvimage/xvimagesink.h:
183
184 2005-11-27  Edward Hervey  <edward@fluendo.com>
185
186         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
187         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
188         Remove unused properties, and add queues between demuxers and decoders
189         so that a lot more files can preroll properly.
190
191 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
192
193         * gst-libs/gst/net/Makefile.am:
194         * gst-libs/gst/rtp/Makefile.am:
195         * gst-libs/gst/tag/Makefile.am:
196           remove silly include
197         * gst/tags/Makefile.am:
198         * gst/tags/gsttagediting.c:
199         * gst/tags/gsttageditingprivate.h:
200         * gst/tags/tagedit.vcproj:
201           remove directory, is as good as empty
202
203 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
204
205         * configure.ac:
206           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
207         * gst-libs/Makefile.am:
208         * gst-libs/gst/audio/Makefile.am:
209         * gst-libs/gst/interfaces/Makefile.am:
210         * gst-libs/gst/net/Makefile.am:
211         * gst-libs/gst/riff/Makefile.am:
212         * gst-libs/gst/rtp/Makefile.am:
213         * gst-libs/gst/tag/Makefile.am:
214         * gst-libs/gst/video/Makefile.am:
215           and use them
216
217 2005-11-27  Julien MOUTTE  <julien@moutte.net>
218
219         * docs/libs/tmpl/gstcolorbalance.sgml:
220         * docs/libs/tmpl/gstmixer.sgml:
221         * docs/libs/tmpl/gstxoverlay.sgml:
222         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
223         * sys/ximage/ximagesink.h:
224         * sys/xvimage/xvimagesink.h: More and more documentation.
225
226 2005-11-26  Julien MOUTTE  <julien@moutte.net>
227
228         * docs/libs/gst-plugins-base-libs-docs.sgml:
229         * docs/libs/gst-plugins-base-libs-sections.txt:
230         * docs/libs/tmpl/gstcolorbalance.sgml:
231         * docs/libs/tmpl/gstmixer.sgml:
232         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
233         to documentation.
234
235 2005-11-26  Julien MOUTTE  <julien@moutte.net>
236
237         * docs/plugins/Makefile.am:
238         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
239         * docs/plugins/gst-plugins-base-plugins-sections.txt:
240         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
241
242 2005-11-26  Julien MOUTTE  <julien@moutte.net>
243
244         * docs/plugins/Makefile.am:
245         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
246         * docs/plugins/gst-plugins-base-plugins-sections.txt:
247         * docs/plugins/inspect/plugin-adder.xml:
248         * docs/plugins/inspect/plugin-alsa.xml:
249         * docs/plugins/inspect/plugin-audioconvert.xml:
250         * docs/plugins/inspect/plugin-audiorate.xml:
251         * docs/plugins/inspect/plugin-audioresample.xml:
252         * docs/plugins/inspect/plugin-audiotestsrc.xml:
253         * docs/plugins/inspect/plugin-decodebin.xml:
254         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
255         * docs/plugins/inspect/plugin-gnomevfs.xml:
256         * docs/plugins/inspect/plugin-ogg.xml:
257         * docs/plugins/inspect/plugin-playbin.xml:
258         * docs/plugins/inspect/plugin-subparse.xml:
259         * docs/plugins/inspect/plugin-tcp.xml:
260         * docs/plugins/inspect/plugin-theora.xml:
261         * docs/plugins/inspect/plugin-typefindfunctions.xml:
262         * docs/plugins/inspect/plugin-video4linux.xml:
263         * docs/plugins/inspect/plugin-videorate.xml:
264         * docs/plugins/inspect/plugin-videoscale.xml:
265         * docs/plugins/inspect/plugin-videotestsrc.xml:
266         * docs/plugins/inspect/plugin-volume.xml:
267         * docs/plugins/inspect/plugin-vorbis.xml:
268         * docs/plugins/inspect/plugin-ximagesink.xml:
269         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
270         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
271
272 2005-11-26  Edward Hervey  <edward@fluendo.com>
273
274         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
275         Properly return GstFlowReturn from gst_pad_push in chain functions.
276
277 2005-11-25  Michael Smith  <msmith@fluendo.com>
278
279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
280         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
281         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
282         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
283           Handle various conditions better when we don't understand a stream.
284           Removes a heap of CRITICALs on ogg streams containing unknown data.
285
286 2005-11-24  Andy Wingo  <wingo@pobox.com>
287
288         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
289         Be threadsafe.
290
291 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
292
293         * configure.ac: back to HEAD
294
295 === release 0.9.6 ===
296
297 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
298
299         * configure.ac:
300           releasing 0.9.6, "White Eight"
301
302 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
303
304         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
305         * docs/plugins/inspect/plugin-sine.xml:
306           remove sinesrc some more
307
308 2005-11-23  Wim Taymans  <wim@fluendo.com>
309
310         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
311         If we are reading too slowly, jump forward in the ringbuffer
312         instead of blocking.
313
314 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
315
316         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
317         (gst_visual_chain):
318         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
319         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
320         (gst_videorate_chain):
321         * gst/videotestsrc/gstvideotestsrc.c:
322         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
323         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
324         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
325         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
327         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
328           Updates for API changes
329
330 2005-11-23  Wim Taymans  <wim@fluendo.com>
331
332         * gst-libs/gst/audio/gstbaseaudiosink.c:
333         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
334         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
335         Fix for calibration API change.
336
337 2005-11-23  Michael Smith <msmith@fluendo.com>
338
339         * gst-libs/gst/audio/multichannel.c:
340         (gst_audio_get_channel_positions),
341         (gst_audio_set_channel_positions),
342         (gst_audio_set_structure_channel_positions_list),
343         (gst_audio_fixate_channel_positions):
344           Use gst_value_array_*() functions on value arrays, not
345           gst_value_list_*().
346
347 2005-11-23  Edward Hervey  <edward@fluendo.com>
348
349         * autogen.sh:
350         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
351         Fixes autogen
352
353 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
354
355         * check/Makefile.am:
356         * check/elements/videotestsrc.c: (setup_videotestsrc),
357         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
358         (main):
359           add a test for videotestsrc
360
361 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
362
363         * gst/sine/.cvsignore:
364         * gst/sine/Makefile.am:
365         * gst/sine/gstsinesrc.c:
366         * gst/sine/gstsinesrc.h:
367         * gst/sine/sinesrc.vcproj:
368           and remove sinesrc from the repository.  Closes #321446
369
370 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
371
372         * configure.ac:
373         * gst-plugins-base.spec.in:
374           remove sinesrc from the build
375
376 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
377
378         * check/Makefile.am:
379         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
380         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
381         (main):
382           add a test for audiotestsrc, testing all waves.  Even seems
383           leak-free at first glance, nice job Stefan
384
385 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
386
387         * po/af.po:
388         * po/az.po:
389         * po/cs.po:
390         * po/en_GB.po:
391         * po/hu.po:
392         * po/it.po:
393         * po/nb.po:
394         * po/nl.po:
395         * po/or.po:
396         * po/sq.po:
397         * po/sr.po:
398         * po/sv.po:
399         * po/uk.po:
400         * po/vi.po:
401           Translation string updates
402
403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
404         (gst_v4lsrc_set_caps):
405         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
406         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
407         * sys/v4l/v4lsrc_calls.h:
408           Improve v4lsrc, by making it work again.
409
410 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
411
412         * ext/libvisual/visual.c: (gst_visual_chain):
413           Fix the fps calculations.
414
415         * gst/ffmpegcolorspace/avcodec.h:
416           Move structure element for clarity
417
418         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
419         * gst-libs/gst/interfaces/tunernorm.h:
420         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
421         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
423         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
424         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
425         (gst_v4lmjpegsrc_getcaps):
426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
427         (gst_v4lsrc_set_caps):
428         * sys/v4l/gstv4lsrc.h:
429         * sys/v4l/v4l_calls.c: (gst_v4l_open):
430         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
431         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
432         * sys/v4l/v4lsrc_calls.h:
433           Fractional framerates...
434
435 2005-11-22  Wim Taymans  <wim@fluendo.com>
436
437         * gst-libs/gst/audio/gstbaseaudiosink.c:
438         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
439         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
440         And we provide a clock by default, of course...
441
442 2005-11-22  Wim Taymans  <wim@fluendo.com>
443
444         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
445         This clock can be slaved to a master clock now.
446
447         * gst-libs/gst/audio/gstbaseaudiosink.c:
448         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
449         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
450         (gst_base_audio_sink_set_clock),
451         (gst_base_audio_sink_set_property),
452         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
453         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
454         * gst-libs/gst/audio/gstbaseaudiosink.h:
455         Handle slaving the internal clock to the clock selected in the
456         pipeline.
457         Add property to make the basesink not provide a clock.
458
459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
460         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
461         (gst_base_rtp_depayload_wait):
462         * gst-libs/gst/rtp/gstbasertpdepayload.h:
463         We can use the clock in GstElement, no need to store it ourselves.
464
465 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
466
467         * docs/libs/tmpl/gstaudio.sgml:
468           update
469         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
470         (gst_paranoia_endian_get_type):
471         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
472         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
473         * gst/audiotestsrc/gstaudiotestsrc.c:
474         (gst_audiostestsrc_wave_get_type):
475         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
476         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
477         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
478         (gst_sync_method_get_type), (gst_unit_type_get_type),
479         (gst_client_status_get_type), (gst_multifdsink_class_init),
480         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
481         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
482         (gst_multifdsink_get_property):
483         * gst/tcp/gstmultifdsink.h:
484         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
485         * gst/videotestsrc/gstvideotestsrc.c:
486         (gst_videotestsrc_pattern_get_type):
487           remove deprecated properties
488           fix up enums to correctly have short lowercase dashed nicks
489
490 2005-11-22  Michael Smith <msmith@fluendo.com>
491
492         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
493         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
494           Add underscore.
495
496 2005-11-22  Michael Smith <msmith@fluendo.com>
497
498         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
499         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
500           Use utility method for scaling clocktime for fractional framerates.
501
502 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
503
504         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
505         (gst_visual_chain):
506         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
507         * ext/theora/theoradec.c: (theora_handle_type_packet):
508         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
509         (theora_enc_chain):
510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
511         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
512         * gst-libs/gst/video/video.h:
513         * gst/ffmpegcolorspace/avcodec.h:
514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
515         (gst_ffmpeg_caps_to_pixfmt):
516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
517         (gst_ffmpegcsp_set_caps):
518         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
519         (gst_videorate_setcaps), (gst_videorate_blank_data),
520         (gst_videorate_chain):
521         * gst/videotestsrc/gstvideotestsrc.c:
522         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
523         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
524         (gst_videotestsrc_event), (gst_videotestsrc_create):
525         * gst/videotestsrc/gstvideotestsrc.h:
526         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
527         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
528         (gst_ximagesink_get_times), (gst_ximagesink_init):
529         * sys/ximage/ximagesink.h:
530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
531         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
532         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
533         * sys/xvimage/xvimagesink.h:
534           Convert elements to use fractions for their framerate.
535           V4L elements to come later tonight.
536
537 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
538
539         * gst-libs/gst/audio/audio.c:
540         * gst-libs/gst/audio/audio.h:
541           remove some deprecated functions
542
543 2005-11-22  Andy Wingo  <wingo@pobox.com>
544
545         * Update for gst_tag_setter API changes.
546
547 2005-11-22  Andy Wingo  <wingo@pobox.com>
548
549         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
550         (gst_ogg_demux_perform_seek):
551         * ext/theora/theoradec.c (theora_dec_sink_event):
552         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
553         update-funcnames.
554
555 2005-11-22  Wim Taymans  <wim@fluendo.com>
556
557         * examples/seeking/seek.c: (main):
558         Give higher priority to bus signals than the gtk events
559         to fix a race condition in the segment looping.
560
561 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
562
563         * ext/theora/Makefile.am:
564         * ext/vorbis/Makefile.am:
565         * gst-libs/gst/tag/Makefile.am:
566         * gst-plugins-base.spec.in:
567           Rename libgsttagedit to libgsttag (#322117).
568
569 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
570
571         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
573           Call gst_x_overlay_prepare_xwindow_id() to give applications
574           a final chance to set their own xwindow id before the video
575           sink creates its own window.
576
577 2005-11-22  Julien MOUTTE  <julien@moutte.net>
578
579         * sys/xvimage/xvimagesink.c:
580         (gst_xvimagesink_navigation_send_event): Handle navigation
581         events correcly with borders if applicable.
582
583 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
584
585         Patch by: Luca Ognibene
586
587         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
588         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
590         (gst_ffmpegcsp_caps_remove_format_info):
591         * gst/ffmpegcolorspace/imgconvert.c:
592         * gst/ffmpegcolorspace/imgconvert_template.h:
593           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
594           #318353); use gst_structure_has_name().
595
596 2005-11-22  Julien MOUTTE  <julien@moutte.net>
597
598         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
599         (gst_ximagesink_class_init): Add debug macros on functions.
600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
601         (gst_xvimagesink_xwindow_draw_borders),
602         (gst_xvimagesink_xvimage_put),
603         (gst_xvimagesink_xwindow_update_geometry),
604         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
605         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
606         (gst_xvimagesink_xcontext_clear),
607         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
608         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
609         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
610         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
611         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
612         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
613         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
614         expose while being PAUSED, out of data flow navigation events, etc..
615
616 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
617
618         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
619         * gst-libs/gst/audio/audio.h:
620           fix prototype - wondering why the test worked regardless
621
622 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
623
624         * check/Makefile.am:
625         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
626         * gst-libs/gst/audio/audio.h:
627           add a method that returns a proper GstClockTime
628
629 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
632         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
633         * gst-libs/gst/interfaces/xoverlay.h:
634           Remove everything having to do with the desired size; add 
635           gst_x_overlay_prepare_xwindow_id() function; remove the
636           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
637           post a message on the bus instead (#321816).
638
639         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
641         (gst_xvimagesink_xoverlay_init):
642           Remove desired size stuff (#321816).
643
644 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
647         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
648         (mpeg_video_type_find), (mpeg_video_stream_type_find):
649           Terminate vararg functions with NULL instead of 0 to 
650           make gcc4 happy.
651
652 2005-11-21  Andy Wingo  <wingo@pobox.com>
653
654         patch by: Sebastien Cote <sebas642@yahoo.ca>
655         
656         * gst-libs/gst/rtp/gstrtpbuffer.h: 
657         * gst-libs/gst/rtp/gstrtpbuffer.c
658         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
659
660 2005-11-21  Andy Wingo  <wingo@pobox.com>
661
662         * gst/playback/gstplaybin.c (gen_audio_element) 
663         (gen_video_element): Use the new MISSING_PLUGIN core error
664         category. Closes #320060.
665
666         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
667         * gst/videorate/gstvideorate.c (gst_videorate_event):
668         * ext/theora/theoradec.c (theora_dec_sink_event): 
669         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
670         stream lock.
671
672         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
673         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
674         stream lock changes.
675
676 2005-11-21  Wim Taymans  <wim@fluendo.com>
677
678         * gst-libs/gst/audio/gstbaseaudiosink.c:
679         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
680         (gst_base_audio_sink_provide_clock),
681         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
682         (gst_base_audio_sink_change_state):
683         * gst/audioresample/gstaudioresample.c:
684         Segment update fix.
685
686 2005-11-21  Andy Wingo  <wingo@pobox.com>
687
688         * *.h:
689         * *.c: Ran scripts/update-macros. Oh yes.
690
691 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
692
693         * sys/ximage/Makefile.am:
694         * sys/ximage/ximage.c:
695           Rename ximage plugin to ximagesink (#321426) (Don't forget to
696           remove your old libgstximage.* manually if necessary).
697
698 2005-11-21  Michael Smith <msmith@fluendo.com>
699
700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
701           Minimal fix for bug #320200: set the min/max bitrate in the correct
702           units. A better fix would be to upgrade to the RATEMANAGE2
703           interface, rather than using the deprecated interface used here, but
704           that would require an update in our libvorbis dependency (to 1.1),
705           which is probably undesirable.
706
707 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
708
709         * ext/libvisual/visual.c: (get_buffer):
710         * gst-libs/gst/audio/gstbaseaudiosrc.c:
711         (gst_base_audio_src_fixate):
712         * gst/audioconvert/gstaudioconvert.c:
713         (gst_audio_convert_fixate_caps):
714         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
715         * gst/audiotestsrc/gstaudiotestsrc.c:
716         (gst_audiotestsrc_src_fixate):
717         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
718         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
720         * gst/videotestsrc/gstvideotestsrc.c:
721         (gst_videotestsrc_src_fixate):
722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
724           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
725           (#322027)
726
727
728 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
729
730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
731         (gst_riff_create_iavs_caps):
732         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
733         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
734         (gst_riff_parse_info):
735         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
738           Fixes for GST_FOURCC_FORMAT API change.
739
740 2005-11-21  Andy Wingo  <wingo@pobox.com>
741
742         patch by: Alessandro Dessina <alessandro nnva org>
743
744         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
745         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
746         (gst_ogg_parse_chain):
747         * ext/theora/theoraenc.c (theora_set_header_on_caps):
748         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
749         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
750         gst_value_list calls on arrays. Fixes #321962.
751
752 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
753
754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
755         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
756         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
757         * gst/adder/gstadder.c: (gst_adder_init),
758         (gst_adder_request_new_pad), (gst_adder_collected),
759         (gst_adder_change_state):
760           Update for gst_collectpads_foo() to gst_collect_pads_foo()
761           API change.
762
763 2005-11-21  Michael Smith <msmith@fluendo.com>
764
765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
766         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
767           Properly handle pad_push return values.
768
769 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
770
771         * gst-libs/gst/tag/Makefile.am:
772         * gst-libs/gst/tag/gstvorbistag.c:
773         (gst_tag_list_to_vorbiscomment_buffer):
774           Remove obsolete vorbistag element and debug category.
775
776         * gst/playback/gstplaybasebin.c: (check_queue):
777           Don't divide by 0 when queue-threshold is 0.
778
779         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
780           Don't modify an existing pixel-aspect-ratio if we fail to read
781           a new one.
782
783 2005-11-20  Wim Taymans  <wim@fluendo.com>
784
785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
786         (gst_vorbisenc_push_packet):
787         GST_PAD_IS_USABLE is gone, use the return value of
788         the push or pad_alloc_buffer instead.
789
790 2005-11-18  Julien MOUTTE  <julien@moutte.net>
791
792         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
793         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
794         (gst_ximagesink_ximage_destroy),
795         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
796         (gst_ximagesink_xwindow_new),
797         (gst_ximagesink_xwindow_update_geometry),
798         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
799         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
800         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
801         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
802         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
803         (gst_ximagesink_navigation_send_event),
804         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
805         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
806         (gst_ximagesink_finalize), (gst_ximagesink_init),
807         (gst_ximagesink_class_init):
808         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
809         This new version brings correct software scaling, non flickering
810         window while resizing, pixel aspect ratio handling, usage of
811         hardware buffer pools, out of data flow event thread for 
812         navigation and handling of expose events even when being PAUSED,
813         a new property to keep video aspect ratio when resizing, etc...
814
815 2005-11-18  Julien MOUTTE  <julien@moutte.net>
816
817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
818         (gst_videoscale_fixate_caps): Introduce back caps fixate with
819         handling of PAR.
820
821 2005-11-18    <bilboed@dvdsrc.fluendo.com>
822
823         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
824         Unsetting IS_SINK flag from the fakesink, so decodebin
825         never behaves as a sink.
826
827 2005-11-17  Wim Taymans  <wim@fluendo.com>
828
829         * gst-libs/gst/audio/gstbaseaudiosrc.c:
830         (gst_base_audio_src_change_state):
831         Fix the audiosrc base class again, we did not unflush.
832
833 2005-11-17  Julien MOUTTE  <julien@moutte.net>
834
835         * examples/seeking/seek.c: (make_dv_pipeline),
836         (make_vorbis_theora_pipeline), (make_avi_pipeline),
837         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
838         to ogg/vorbis/theora pipeline.
839
840 2005-11-17  Wim Taymans  <wim@fluendo.com>
841
842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
843         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
844         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
845         Fix EOS on multiple streams.
846         More debugging.
847
848 2005-11-16  Wim Taymans  <wim@fluendo.com>
849
850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
851         (gst_ogg_demux_perform_seek):
852         Segment done must include stream time.
853
854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
855         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
856         (gst_ogg_mux_change_state):
857         Fix ogg muxer again.
858
859 2005-11-16  Wim Taymans  <wim@fluendo.com>
860
861         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
862         Fix compile again.
863
864 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
865
866         * ext/libvisual/visual.c: (gst_visual_init):
867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
868         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
869         (gst_ogg_parse_chain):
870         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
871         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
872         * ext/theora/theoradec.c: (gst_theora_dec_init):
873         * ext/theora/theoraenc.c: (gst_theora_enc_init):
874         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
875         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
876         * gst/adder/gstadder.c: (gst_adder_class_init),
877         (gst_adder_dispose):
878         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
879         * gst/subparse/gstsubparse.c: (gst_subparse_init):
880         * gst/videorate/gstvideorate.c: (gst_videorate_init):
881           Fix a whole set of pad template leaks
882
883 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
884
885         * check/generic/states.c: (GST_START_TEST):
886           fix the test so that it only checks for elements that are part of
887           this source module
888
889 2005-11-16  Michael Smith <msmith@fluendo.com>
890
891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
892         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
893         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
894         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
895         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
896         (gst_ogg_mux_change_state):
897           Fix leaking collectpads.
898
899 2005-11-16  Edward Hervey  <edward@fluendo.com>
900
901         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
902         (gst_videorate_event), (gst_videorate_chain):
903         Handle segment seeks
904
905 2005-11-16  Wim Taymans  <wim@fluendo.com>
906
907         * gst-libs/gst/audio/gstbaseaudiosink.c:
908         (gst_base_audio_sink_provide_clock),
909         (gst_base_audio_sink_change_state):
910         Set ringbuffer to non-flushing when going to PAUSED, set to
911         flushing again when going to READY.
912
913         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
914         (gst_ring_buffer_stop):
915         Start in flushing mode by default.
916         Don't set flushing in the _stop method, let the app call
917         this explicitly.
918
919 2005-11-16  Julien MOUTTE  <julien@moutte.net>
920
921         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
922         * gst-libs/gst/video/videosink.h: Add helper function needed
923         for video sinks.
924
925 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * gst/videoscale/gstvideoscale.c:
928         (gst_videoscale_handle_src_event):
929           Don't leak reference to pad parent.
930
931 2005-11-16  Wim Taymans  <wim@fluendo.com>
932
933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
934         Set ringbuffer to flushing when stopping so that we don't
935         block on wait_segment anymore and livelock.
936
937 2005-11-16  Wim Taymans  <wim@fluendo.com>
938
939         * examples/seeking/seek.c: (send_event), (do_seek),
940         (loop_toggle_cb), (segment_done), (main):
941         Added looping checkbox.
942
943 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
944
945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
946         (gst_ogg_demux_init):
947         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
948         (gst_vorbis_dec_init):
949           revert unrefs, they don't pass make check
950
951 2005-11-15  Johan Dahlin  <johan@gnome.org>
952
953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
954         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
955         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
956         (gst_vorbis_dec_init):
957         Fix pad template leaks. 
958
959 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
960
961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
962           Make state change function thread safe.
963
964 2005-11-15  Edward Hervey  <edward@fluendo.com>
965
966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
967         (gst_ogg_demux_class_init):
968         Implement GstElement::send_event, so we can send seek events
969         in GST_STATE_READY
970
971 2005-11-14  Julien MOUTTE  <julien@moutte.net>
972
973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
974         Discovered how to take away flickering while resizing the
975         window. Please don't put that in ximagesink, refactoring in
976         progress.
977
978 2005-11-14  Michael Smith <msmith@fluendo.com>
979
980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
981         (gst_multifdsink_render):
982           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
983
984 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
985
986         * gst/playback/gstplaybin.c: (gen_audio_element):
987           Use autoaudiosink, it tends to be more widely available than
988           autoaudiiosink.
989           
990 2005-11-14  Andy Wingo  <wingo@pobox.com>
991
992         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
993         as well if it is available. Fixes #316442.
994
995 2005-11-14  Michael Smith <msmith@fluendo.com>
996
997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
998         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
999         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1000         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1001         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1002         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1004         (gst_vorbisenc_change_state):
1005           Fix a small memory leak in vorbisenc.
1006           Fix large memory leaks in oggmux, also fix lots of state change
1007           bugs in oggmux.
1008
1009 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1010
1011         * gst/videotestsrc/gstvideotestsrc.c:
1012         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1013         (gst_videotestsrc_src_fixate):
1014           move fixation to a fixate function
1015           remove negotiate function, basesrc's is good enough
1016           fixes a bug for check when using the element alone
1017
1018 2005-11-13  Edward Hervey  <edward@fluendo.com>
1019
1020         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1021         (key_toggle_cb), (main):
1022         Added checkboxes for adding/removing the accurate and key_unit seek
1023         flags.
1024
1025 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1026
1027         * configure.ac: back to HEAD
1028
1029 === release 0.9.5 ===
1030
1031 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1032
1033         * configure.ac:
1034           releasing 0.9.5, "No No Kia"
1035
1036 2005-11-11  Edward Hervey  <edward@fluendo.com>
1037
1038         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1039         Added parse-launch syntax seeking mode for the seeking example.
1040         This should help stress-test even more cases.
1041         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1042
1043 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1044
1045         * sys/xvimage/xvimagesink.c:
1046         (gst_xvimagesink_navigation_send_event):
1047           Check whether peer pad exists before sending navigation events
1048           to it.
1049
1050 2005-11-11  Michael Smith <msmith@fluendo.com>
1051
1052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1053         (gst_vorbisenc_buffer_from_packet):
1054         * ext/vorbis/vorbisenc.h:
1055           Set duration on encoded buffers. This allows oggmux's
1056           max_page_delay parameter to actually work.
1057
1058 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1059
1060         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1061         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1062         (gst_ffmpegcsp_avpicture_fill):
1063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1064         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1065           Make palettes work again (see #132341). Use our own macros
1066           for rounding up.
1067
1068 2005-11-10  Andy Wingo  <wingo@pobox.com>
1069
1070         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1071         string doober.
1072
1073 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1074
1075         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1076         (gst_ffmpegcsp_transform_caps):
1077           Prefer passthrough in transform_caps
1078
1079 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1080
1081         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1082           check for ALSA errors properly, instead of relying on ALSA's
1083           error strings to serve to the user.
1084
1085 2005-11-10  Wim Taymans  <wim@fluendo.com>
1086
1087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1088         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1089         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1090         Modernise the seek code.
1091
1092 2005-11-10  Michael Smith <msmith@fluendo.com>
1093         
1094         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1095         (setup_substreams), (set_active_source):
1096           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1097           trying to go to NULL if we failed to read a file.
1098
1099 2005-11-10  Wim Taymans  <wim@fluendo.com>
1100
1101         * gst/audiotestsrc/gstaudiotestsrc.c:
1102         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1103         (gst_audiotestsrc_create):
1104         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1105         (gst_sinesrc_get_times), (gst_sinesrc_create):
1106         * gst/videotestsrc/gstvideotestsrc.c:
1107         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1108         (gst_videotestsrc_create):
1109         The base class can now sync for us.
1110
1111 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1112
1113         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1114           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1115           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1116           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1117           format=(fourcc)I420" ! xvimagesink
1118
1119 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1120
1121         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1122         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1123         (gst_sinesrc_newsegment):
1124           Send newsegment event in TIME format, set duration if
1125           num-buffers is set, fix duration querying.
1126
1127 2005-11-10  Michael Smith <msmith@fluendo.com>
1128
1129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1130         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1131         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1132         (gst_ogg_mux_collected):
1133          Fix EOS handling, partially. Now forwarding an EOS event once we have
1134          EOS on all pads works correctly. However, we still don't properly set
1135          EOS on the actual ogg stream pages.
1136
1137 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1138
1139         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1140           Set elements to NULL state before disposing of them.
1141
1142 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1143
1144         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1147         (gst_base_rtp_depayload_init),
1148         (gst_base_rtp_depayload_set_gst_timestamp):
1149         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1150           We need to send a newsegment event for each instance, not
1151           just for the first instance of this class (get rid of
1152           static variable in function). (#321011).
1153           
1154 2005-11-08  Michael Smith <msmith@fluendo.com>
1155
1156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1157         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1158         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1159         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1160           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1161           This makes us mux things correctly according to the ogg muxing
1162           rules. Still not handling EOS correctly right now, though.
1163
1164 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         * gst/audioconvert/gstaudioconvert.c:
1167           Fix typo in docs. 
1168
1169 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1170
1171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1172         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1173           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1174           creating a new chain; should fix live streaming. Also
1175           add more debug output and fix a typo.
1176
1177 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1178
1179         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * gst/volume/gstvolume.c: (volume_set_caps):
1182           Fix compilation on Solaris with Forte. (#320923)
1183
1184 2005-11-08  Wim Taymans  <wim@fluendo.com>
1185
1186         * gst-libs/gst/audio/gstbaseaudiosink.c:
1187         (gst_base_audio_sink_render):
1188         No need to do a typecheck.
1189
1190 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1191
1192         * ext/alsa/gstalsa.h:
1193           We register a debug category, so let's use it.
1194
1195 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1196
1197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1198         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1199         Fixed a small problem.
1200
1201 2005-11-04  Wim Taymans  <wim@fluendo.com>
1202
1203         * examples/seeking/Makefile.am:
1204         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1205         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1206         (make_playerbin_pipeline), (format_value), (update_scale),
1207         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1208         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1209         (print_usage), (main):
1210         Added app for playback speed testing.
1211
1212         * examples/seeking/seek.c: (dynamic_link),
1213         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1214         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1215         (message_received), (main):
1216         Updated seek example.
1217
1218 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1219
1220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1221         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1222         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1223         (gst_base_rtp_depayload_set_clock):
1224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1225         Don't sleep on the bench (system clock) when you have a nice 
1226         comfortable bed (Gstreamer clock) to sleep on.
1227
1228 2005-11-03  Wim Taymans  <wim@fluendo.com>
1229
1230         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1231         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1232         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1233         Handle the case where a pad_block failed.
1234
1235 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1236
1237         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1238
1239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1240         (gst_base_rtp_depayload_add_to_queue),
1241         (gst_base_rtp_depayload_push),
1242         (gst_base_rtp_depayload_set_gst_timestamp),
1243         (gst_base_rtp_depayload_queue_release):
1244           Fixes some bugs in the depayloader's queuing/de-queueing code.
1245
1246 2005-10-31  Michael Smith <msmith@fluendo.com>
1247
1248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1249         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1250         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1251           Patch from Alessandro Decina <alessandro@nnva.org>.
1252           Make oggdemux only find the final time in a chain, not per-pad,
1253           since the per-pad information can be very expensive to locate, and
1254           it isn't used anywhere. This makes reading a file containing
1255           OggSkeleton reasonably fast.
1256           Also, make chain finding work when there are logical bitstreams that
1257           can't be decoded. Fixes #319110.
1258
1259 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1260
1261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1262         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1263         (gst_base_rtp_depayload_chain),
1264         (gst_base_rtp_depayload_add_to_queue),
1265         (gst_base_rtp_depayload_push),
1266         (gst_base_rtp_depayload_set_gst_timestamp),
1267         (gst_base_rtp_depayload_queue_release),
1268         (gst_base_rtp_depayload_start_thread),
1269         (gst_base_rtp_depayload_set_property),
1270         (gst_base_rtp_depayload_get_property):
1271         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1272         Some random fixes, to fullfill the desires of thomas.
1273
1274 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1275
1276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1277         (gst_base_rtp_depayload_add_to_queue),
1278         (gst_base_rtp_depayload_push):
1279         Fixed the queueing algorithm.
1280
1281 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1282
1283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1284         (gst_base_rtp_depayload_push):
1285         A small fix
1286
1287 2005-10-31  Wim Taymans  <wim@fluendo.com>
1288
1289         * gst-libs/gst/audio/gstringbuffer.h:
1290         Don't break ABI.
1291
1292         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1293         (gst_ffmpeg_caps_to_pixfmt):
1294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1295         (gst_ffmpegcsp_set_caps):
1296         Some more comments.
1297         Handle missing required caps fields better.
1298
1299 2005-10-31  Wim Taymans  <wim@fluendo.com>
1300
1301         * gst-libs/gst/audio/gstbaseaudiosink.c:
1302         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1303         (gst_base_audio_sink_render):
1304         * gst-libs/gst/audio/gstringbuffer.c:
1305         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1306         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1307         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1308         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1309         (gst_ring_buffer_read):
1310         * gst-libs/gst/audio/gstringbuffer.h:
1311         Add flushing mode to the ringbuffer so that it in all cases does
1312         not try to handle more audio. This makes sure it does not try to
1313         block anymore when flushing and fixes a livelock.
1314
1315 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1316
1317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1318         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1319         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1320           Explicitly check for -1 values before doing a conversion
1321           and always map them to -1. (#315545)
1322
1323 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1324
1325         * gst/playback/gstplaybin.c: (gen_video_element):
1326           first try autovideosink, then xvimagesink, then error out
1327         * po/POTFILES.in:
1328           add translatable file
1329         * po/af.po:
1330         * po/az.po:
1331         * po/cs.po:
1332         * po/en_GB.po:
1333         * po/hu.po:
1334         * po/it.po:
1335         * po/nb.po:
1336         * po/nl.po:
1337         * po/or.po:
1338         * po/sq.po:
1339         * po/sr.po:
1340         * po/sv.po:
1341         * po/uk.po:
1342         * po/vi.po:
1343           update translations
1344
1345 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1346
1347         * gst-libs/gst/rtp/gstbasedepayload.c:
1348         * gst-libs/gst/rtp/gstbasedepayload.h:
1349           Minor cleanups
1350
1351 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1352
1353         * gst/playback/.cvsignore:
1354         * gst/playback/decodetest.c:
1355         * gst/playback/test3.c:
1356           Port these two tests as well.
1357
1358 2005-10-27  Wim Taymans  <wim@fluendo.com>
1359
1360         * ext/theora/theoradec.c: (theora_dec_src_query),
1361         (theora_dec_sink_event):
1362         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1363         (theora_enc_change_state):
1364         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1365         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1366         Take proper locks when handling events.
1367
1368 2005-10-27  Wim Taymans  <wim@fluendo.com>
1369
1370         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1371         (gst_adder_change_state):
1372         Fix timestamps and fix deadlock when stopping the collectpads.
1373
1374 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1375
1376         * gst-libs/gst/rtp/gstrtpbuffer.h:
1377         Declaring the payload types as strings too so that they can be used
1378         in the padtemplate inialization.
1379
1380 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1381
1382         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1383
1384         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1385         (gst_base_rtp_depayload_class_init):
1386         Fixes a small but nasty bug. The derived elements no longer segfaults
1387         on finalization.
1388
1389 2005-10-26  Michael Smith <msmith@fluendo.com>
1390
1391         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1392           When clearing an audioconvert context, set tmpbufsize to zero, so
1393           we'll allocate it again later if required.
1394           This fixes audioconvert re-negotiating formats, which previously
1395           segfaulted with a NULL destination buffer.
1396
1397 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1398
1399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1400         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1401         (gst_base_rtp_depayload_set_gst_timestamp),
1402         (gst_base_rtp_depayload_queue_release):
1403         Fixed a smalll memleak.
1404
1405 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1407         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1408         (gst_base_rtp_depayload_finalize),
1409         (gst_base_rtp_depayload_setcaps),
1410         (gst_base_rtp_depayload_add_to_queue),
1411         (gst_base_rtp_depayload_push),
1412         (gst_base_rtp_depayload_set_gst_timestamp),
1413         (gst_base_rtp_depayload_queue_release),
1414         (gst_base_rtp_depayload_thread),
1415         (gst_base_rtp_depayload_change_state):
1416         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1417         Changed the C++ comments to C comments
1418
1419 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1420
1421         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1422         * gst/tcp/gsttcpclientsrc.h:
1423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1424         * gst/tcp/gsttcpserversrc.h:
1425           Remove unused 'curoffset' structure member.
1426
1427 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1428
1429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1430         (gst_base_rtp_depayload_base_init),
1431         (gst_base_rtp_depayload_finalize):
1432         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1433         * gst-libs/gst/rtp/gstbasertppayload.h:
1434           The pad-template on the sinkpad should be set by the derived classes.
1435           Also added some useful macros.
1436
1437 2005-10-24  Wim Taymans  <wim@fluendo.com>
1438
1439         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1440         Correctly flush decoder samples even if we could not
1441         copy them to an output buffer. Fixes #319618.
1442
1443 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1444
1445         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1447         the caps against our xcontext caps.
1448
1449 2005-10-24  Wim Taymans  <wim@fluendo.com>
1450
1451         * gst-libs/gst/audio/gstbaseaudiosink.c:
1452         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1453         Remove g_print
1454         Use sync property from baseclass to disable sync.
1455
1456 2005-10-24  Wim Taymans  <wim@fluendo.com>
1457
1458         * gst-libs/gst/audio/gstbaseaudiosink.c:
1459         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1460         Buffers with no timestamps get aligned with previous buffers or
1461         on underrun, played ASAP.
1462
1463 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1464
1465         * gst-libs/gst/video/video.h:
1466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1467         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1469         here comes my change on caps for framerate and geometry range.
1470         We are now accepting 1 to MAXINT for width and height, and from
1471         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1472         to be blended correctly in videomixer.
1473
1474 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1475
1476         * configure.ac:
1477           back to HEAD
1478
1479 === release 0.9.4 ===
1480
1481 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1482
1483         * NEWS:
1484         * RELEASE:
1485         * configure.ac:
1486           releasing 0.9.4, "Velociraptor"
1487
1488 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1489
1490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1491         * po/POTFILES.in:
1492           STOPPED -> FAILED
1493
1494 2005-10-21  Wim Taymans  <wim@fluendo.com>
1495
1496         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1497         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1498         (pad_blocked), (close_pad_link), (new_pad):
1499         Don't try to remove elements twice.
1500
1501 2005-10-21  Wim Taymans  <wim@fluendo.com>
1502
1503         * ext/theora/theoradec.c: (theora_dec_src_query),
1504         (theora_dec_sink_event):
1505         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1506         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1507         (vorbis_handle_data_packet):
1508         * ext/vorbis/vorbisdec.h:
1509         Fix old naming.
1510
1511         * gst-libs/gst/audio/gstbaseaudiosink.c:
1512         (gst_base_audio_sink_render):
1513         Don't try to sync on buffers without a timestamp.
1514
1515 2005-10-21  Wim Taymans  <wim@fluendo.com>
1516
1517         * ext/theora/theoradec.c: (theora_dec_src_query),
1518         (theora_dec_sink_event):
1519         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1520         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1521         (vorbis_handle_data_packet):
1522         * ext/vorbis/vorbisdec.h:
1523         Fix old naming.
1524
1525 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1526
1527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1528         (gst_vorbisenc_src_query):
1529           Implement position and duration queries.
1530
1531         * gst/playback/test3.c: (update_scale), (main):
1532           Fix for async state changes and print nicer output.
1533
1534 2005-10-20  Wim Taymans  <wim@fluendo.com>
1535
1536         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1537         (dump_element_stats), (main):
1538         * gst/playback/test6.c: (main):
1539         Fix tests again
1540
1541 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1542
1543         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1544         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1545           Don't use functions for position queries when handling
1546           duration queries.
1547
1548 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1551         (vorbis_handle_data_packet), (vorbis_dec_chain),
1552         (vorbis_dec_change_state):
1553         * ext/vorbis/vorbisdec.h:
1554           Vorbis streams can be embedded in other container formats
1555           than ogg, container formats where the demuxer might set 
1556           timestamps on encoded vorbis buffers instead of those silly 
1557           granulepos thingies. In short: make vorbisdec handle 
1558           timestamps on incoming buffers as well.
1559
1560 2005-10-20  Wim Taymans  <wim@fluendo.com>
1561
1562         * gst/playback/gstplaybasebin.c: (group_destroy),
1563         (gst_play_base_bin_change_state):
1564         Fix leak.
1565         Handle case where playbasebin is now ASYNC because
1566         decodebin is.
1567
1568 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         * gst/audioconvert/Makefile.am:
1571         * gst/audioconvert/bufferframesconvert.c:
1572         * gst/audioconvert/plugin.c: (plugin_init):
1573         * gst/audioconvert/plugin.h:
1574           And bye bye buffer-frames-convert
1575
1576 2005-10-19  Wim Taymans  <wim@fluendo.com>
1577
1578         * check/elements/audioconvert.c:
1579         * docs/libs/tmpl/gstaudio.sgml:
1580         * docs/libs/tmpl/gstcolorbalance.sgml:
1581         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1582         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1583         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1584         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1585         * gst-libs/gst/audio/audio.h:
1586         * gst/audioconvert/audioconvert.h:
1587         * gst/audioconvert/gstaudioconvert.c:
1588         (gst_audio_convert_parse_caps):
1589         * gst/volume/gstvolume.c:
1590         Bye bye buffer-frames.
1591
1592 2005-10-19  Wim Taymans  <wim@fluendo.com>
1593
1594         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1595         (query_positions_elems), (query_positions_pads), (update_scale),
1596         (do_seek), (set_update_scale), (message_received), (main):
1597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1598         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1599         (gst_ogg_demux_loop):
1600         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1601         * ext/theora/theoradec.c: (theora_dec_src_query),
1602         (theora_dec_sink_event):
1603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1604         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1605         * gst/adder/gstadder.c: (gst_adder_query):
1606         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1607         * gst/playback/test3.c: (update_scale):
1608         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1609         (dump_element_stats), (main):
1610         * gst/playback/test6.c: (main):
1611         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1612         Query API update.
1613
1614 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1615
1616         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1617         (xml_check_first_element), (xml_type_find), (smil_type_find),
1618         (plugin_init):
1619           Add typefinding for SMIL and for generic XML. Based on patch by
1620           Akos Maroy (#308663).
1621
1622 2005-10-18  Wim Taymans  <wim@fluendo.com>
1623
1624         * gst/playback/Makefile.am:
1625         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1626         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1627         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1628         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1629         (gst_decode_bin_change_state):
1630         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1631         (gst_play_bin_send_event_to_sink):
1632         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1633         (dump_element_stats), (main):
1634         * gst/playback/test6.c: (main):
1635         Make playbin async, it'll commit state to paused when all streams
1636         are detected.
1637         Remove ugly hack.
1638         Added test6.c to show async behaviour.
1639
1640 2005-10-18  Wim Taymans  <wim@fluendo.com>
1641
1642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1643         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1644         Fix for segment-start/stop API change.
1645
1646 2005-10-18  Wim Taymans  <wim@fluendo.com>
1647
1648         * check/Makefile.am:
1649         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1650         (main):
1651         Add future test for clock selection.
1652
1653 2005-10-18  Wim Taymans  <wim@fluendo.com>
1654
1655         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1656         (gst_alsasink_close):
1657         Set handle to NULL.
1658
1659         * gst-libs/gst/audio/gstringbuffer.c:
1660         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1661         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1662         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1663         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1664         (gst_ring_buffer_read):
1665         More debug info.
1666
1667 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * gst/audiotestsrc/Makefile.am:
1670         * gst/sine/Makefile.am:
1671         * gst/volume/Makefile.am:
1672           fix broken build of controllerized plugins
1673
1674 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1675
1676         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1677
1678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1679         (gst_riff_create_video_template_caps):
1680           Add support for Indeo-3 (IV32).
1681
1682 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1683
1684         * configure.ac:
1685           rewrite
1686
1687 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1688
1689         * gst-libs/gst/video/video.c: (gst_video_get_size):
1690         * gst/audiotestsrc/gstaudiotestsrc.c:
1691           doc updates
1692
1693 2005-10-17  Andy Wingo  <wingo@pobox.com>
1694
1695         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1696         with the collectpads change.
1697         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1698
1699         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1700
1701         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1702
1703         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1704         alloc_buffer flow return to callers.
1705         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1706         change. Fix some memleaks in theoraenc.
1707
1708         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1709         in strange circumstance.
1710
1711 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1712
1713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1714         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1715         from caps, let's use the caps...
1716
1717 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1718
1719         * configure.ac:
1720           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1721
1722 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1723
1724         * gst-libs/gst/interfaces/Makefile.am:
1725           fix silly typo
1726
1727 2005-10-16  Andy Wingo  <wingo@pobox.com>
1728
1729         * gst/playback/gstdecodebin.c
1730         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1731         function!
1732         (try_to_link_1): Increase kraziness level.
1733
1734 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1735
1736         * configure.ac:
1737           restructure like the core one
1738         * gst-libs/gst/audio/Makefile.am:
1739         * gst-libs/gst/interfaces/Makefile.am:
1740         * gst-libs/gst/net/Makefile.am:
1741         * gst-libs/gst/riff/Makefile.am:
1742         * gst-libs/gst/rtp/Makefile.am:
1743         * gst-libs/gst/tag/Makefile.am:
1744         * gst-libs/gst/video/Makefile.am:
1745           use correct linker flags, now the libs are properly versioned
1746         * check/elements/audioconvert.c: (verify_convert):
1747         * ext/alsa/gstalsaplugin.c:
1748         * ext/cdparanoia/gstcdparanoia.c:
1749         * ext/gnomevfs/gstgnomevfs.c:
1750         * ext/libvisual/visual.c:
1751         * ext/ogg/gstogg.c:
1752         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1753         * ext/theora/theora.c:
1754         * ext/vorbis/vorbis.c:
1755         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1756         * gst-libs/gst/tag/gsttagediting.c:
1757         * gst-libs/gst/video/video.c:
1758         * gst/adder/gstadder.c:
1759         * gst/audioconvert/plugin.c:
1760         * gst/audiorate/gstaudiorate.c:
1761         * gst/audioresample/gstaudioresample.c:
1762         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1763         * gst/audioscale/gstaudioscale.c:
1764         * gst/audioscale/resample.c:
1765         * gst/audiotestsrc/gstaudiotestsrc.c:
1766         * gst/ffmpegcolorspace/gstffmpeg.c:
1767         * gst/playback/gstdecodebin.c: (close_pad_link):
1768         * gst/playback/gstplaybin.c: (gen_video_element),
1769         (gen_audio_element):
1770         * gst/sine/gstsinesrc.c:
1771         * gst/subparse/gstsubparse.c:
1772         * gst/tags/gsttagediting.c:
1773         * gst/tcp/gsttcpplugin.c:
1774         * gst/typefind/gsttypefindfunctions.c:
1775         * gst/videorate/gstvideorate.c:
1776         * gst/videoscale/gstvideoscale.c:
1777         * gst/videotestsrc/gstvideotestsrc.c:
1778         * gst/volume/gstvolume.c:
1779         * sys/v4l/gstv4l.c:
1780         * sys/ximage/ximage.c:
1781         * sys/xvimage/xvimagesink.c:
1782           fix up defines
1783
1784 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1785
1786         * ext/vorbis/vorbisenc.c:
1787         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1788         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1789         (gst_tag_to_vorbis_comments):
1790           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1791
1792 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1793
1794         * examples/stats/mp2ogg.c:
1795         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1796           typo fixes
1797
1798 2005-10-13  Michael Smith <msmith@fluendo.com>
1799
1800         * ext/ogg/gstoggmux.c:
1801           Use magic glib macros to define constants as 64 bit, to ensure
1802           appropriate vararg passing.
1803
1804 2005-10-13  Michael Smith <msmith@fluendo.com>
1805
1806         * ext/ogg/gstoggmux.c:
1807         * gst/audioconvert/audioconvert.c: (float):
1808           Don't use LL suffix, as it's not portable, and neither of these
1809           uses required it anyway.
1810
1811 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1812
1813         * examples/indexing/indexmpeg.c: (main):
1814         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1815         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1816         (cdparanoia_convert), (cdparanoia_query):
1817         * ext/cdparanoia/gstcdparanoia.h:
1818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1819         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1820         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1822         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1823         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1825         (gst_multifdsink_render), (gst_multifdsink_start),
1826         (gst_multifdsink_stop):
1827         * gst/tcp/gstmultifdsink.h:
1828         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1829         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1830         (gst_tcpclientsink_stop):
1831         * gst/tcp/gsttcpclientsink.h:
1832         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1833         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1834         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1835         * gst/tcp/gsttcpclientsrc.h:
1836         * gst/tcp/gsttcpserversink.h:
1837         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1838         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1839         (gst_tcpserversrc_stop):
1840         * gst/tcp/gsttcpserversrc.h:
1841         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1842         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1843         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1844           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1845           moved bitshift from macro to enum definition
1846
1847 2005-10-12  Wim Taymans  <wim@fluendo.com>
1848
1849         * examples/seeking/Makefile.am:
1850         Oops.
1851
1852 2005-10-12  Wim Taymans  <wim@fluendo.com>
1853
1854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1855         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1856         Don't assert on normal stuff.
1857
1858         * gst/playback/gstplaybin.c: (do_playbin_seek):
1859         API fix.
1860
1861 2005-10-12  Wim Taymans  <wim@fluendo.com>
1862
1863         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1864         * examples/seeking/Makefile.am:
1865         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1866         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1867         (do_seek), (set_update_scale), (message_received), (main):
1868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1869         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1870         Update for _get_state() API change.
1871
1872 2005-10-11  Wim Taymans  <wim@fluendo.com>
1873
1874         * gst-libs/gst/audio/gstbaseaudiosink.c:
1875         (gst_base_audio_sink_render):
1876         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1877         (gst_base_audio_src_create):
1878         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1879         (gst_ring_buffer_read):
1880         Cleanups.
1881         Commit and read from ringbuffer in samples rather than bytes.
1882
1883 2005-10-11  Wim Taymans  <wim@fluendo.com>
1884
1885         * gst-libs/gst/audio/gstbaseaudiosink.c:
1886         (gst_base_audio_sink_render):
1887         Respect segment rate and accum when scheduling samples.
1888
1889 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1890
1891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1892         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1893         EOS correctly, that needs more work.
1894
1895 2005-10-11  Wim Taymans  <wim@fluendo.com>
1896
1897         * check/generic/states.c: (GST_START_TEST):
1898         remove old property.
1899
1900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1901         (gst_ogg_demux_perform_seek):
1902         * ext/theora/theoradec.c: (theora_dec_sink_event):
1903         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1904         (vorbis_handle_data_packet):
1905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1906         (gst_base_rtp_depayload_set_gst_timestamp):
1907         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1908         Update for newsegment API change.
1909
1910 2005-10-11  Michael Smith <msmith@fluendo.com>
1911
1912         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1913         (do_playbin_seek), (gst_play_bin_send_event):
1914           Override send_event differently, so that we can takes bits of
1915           functionality from GstPipeline (special handling for seeks,
1916           including pausing/resuming, and resetting stream time) and still get
1917           the appropriate behaviour of only forwarding event to a single sink,
1918           rather than all of them.
1919           Unfortunately requires a lot of code duplication, but the
1920           alternatives are equally ugly in the end.
1921
1922 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1923
1924         * check/elements/audioconvert.c: (setup_audioconvert),
1925         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1926         (GST_START_TEST), (audioconvert_suite):
1927           clean up tests a little, fix some leaks.
1928
1929 2005-10-10  Wim Taymans  <wim@fluendo.com>
1930
1931         * ext/alsa/gstalsasink.c:
1932         Also allow unsigned int.
1933
1934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1935         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1936         Small cleanup
1937
1938 2005-10-10  Wim Taymans  <wim@fluendo.com>
1939
1940         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1941         Small update, use API as stated in design docs.
1942
1943         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1944         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1945         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1946         (message_received), (main):
1947         Updated seek example for GOption. Some usability improvements.
1948
1949 2005-10-10  Wim Taymans  <wim@fluendo.com>
1950
1951         * gst/audioconvert/audioconvert.h:
1952         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1953         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1954         Alloc temp storage somewhere else where we can do it more
1955         portable.
1956
1957 2005-10-10  Wim Taymans  <wim@fluendo.com>
1958
1959         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1960         (gst_tcpserversrc_start):
1961         Don't block in accept while doing the state change, move
1962         to poll and make cancellable.
1963
1964 2005-10-09  Philippe Khalaf <burger@speedy.org>
1965
1966         * gst-libs/gst/rtp/rtpbasedepayload.c:
1967         Set timestamp and add queue delay to timestamp
1968         * gst-libs/gst/rtp/rtpbuffer.h:
1969         Set correct payload type for h263
1970
1971 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1972
1973         * gst/audiotestsrc/gstaudiotestsrc.c:
1974         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1975         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1976         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1977         (gst_audiotestsrc_create_triangle),
1978         (gst_audiotestsrc_create_silence),
1979         (gst_audiotestsrc_create_white_noise),
1980         (gst_audiotestsrc_init_pink_noise),
1981         (gst_audiotestsrc_generate_pink_noise_value),
1982         (gst_audiotestsrc_create_pink_noise),
1983         (gst_audiotestsrc_change_wave):
1984         * gst/audiotestsrc/gstaudiotestsrc.h:
1985           fixed typo, added pink noise
1986
1987 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1988
1989         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1990         (plugin_init):
1991           Add wavpack and spc typefind functions from 0.8 branch.
1992
1993 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1994
1995         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1996         (ar_type_find), (msdos_type_find), (plugin_init):
1997           Add typefind functions for tar archives, ar archives,
1998           RAR archives, and msdos-executables (dlls, exe, etc.).
1999           Some of those would be wrongly identified as mpeg
2000           streams of some sort before (#315550).
2001
2002 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2003
2004         * configure.ac:
2005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2007         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2008         * gst/audiotestsrc/Makefile.am:
2009         * gst/audiotestsrc/gstaudiotestsrc.c:
2010         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2011         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2012         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2013         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2014         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2015         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2016         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2017         (gst_audiotestsrc_create_silence),
2018         (gst_audiotestsrc_create_white_noise),
2019         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2020         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2021         (gst_audiotestsrc_start), (plugin_init):
2022         * gst/audiotestsrc/gstaudiotestsrc.h:
2023           add new plugin and element
2024         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2025           use gobject_class
2026
2027 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2030         (gst_adder_init), (gst_adder_request_new_pad),
2031         (gst_adder_change_state):
2032           Add query function to source pad, so adder reports the correct
2033           time/sample position when queried (#315457); fix state change
2034           function; use GST_DEBUG_FUNCPTR() for pad functions.
2035
2036 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2037
2038         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2039           Fix leaks in typefind registration
2040           Clean up the gratuitous commenting and whitespacing a little
2041
2042 2005-10-08  Wim Taymans  <wim@fluendo.com>
2043
2044         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2045         Only actually wait for the thread to be stopped if it's 
2046         running.
2047
2048 2005-10-08  Wim Taymans  <wim@fluendo.com>
2049
2050         * gst-libs/gst/audio/gstbaseaudiosink.c:
2051         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2052         If we receive EOS we can start playback of what we had.
2053
2054 2005-10-08  Wim Taymans  <wim@fluendo.com>
2055
2056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2057         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2058         (gst_multifdsink_stop):
2059         Fix crasher when going to NULL multiple times.
2060
2061 2005-10-06  Wim Taymans  <wim@fluendo.com>
2062
2063         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2064         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2065         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2066         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2067         patch from Edgard Lima <edgard.lima@indt.org.br>
2068         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2069
2070 2005-10-06  Wim Taymans  <wim@fluendo.com>
2071
2072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2073         Report the FLOW_RETURN as string in the error message.
2074
2075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2076         Don't assert when clearing an unnegotiated buffer.
2077
2078 2005-10-04  Michael Smith <msmith@fluendo.com>
2079
2080         * gst/playback/gstplaybasebin.c: (group_destroy),
2081         (gen_preroll_element), (remove_groups), (setup_source):
2082         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2083         (setup_sinks), (gst_play_bin_send_event),
2084         (gst_play_bin_change_state):
2085           Set state to NULL before removing from bin. Fix refcounting.
2086
2087 2005-10-04  Michael Smith <msmith@fluendo.com>
2088
2089         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2090           Correct refcounting in send_event() function. Previously was wrong
2091           if the first sink was unable to handle the event.
2092
2093 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2094
2095         * configure.ac:
2096           back to development
2097
2098 === release 0.9.3 ===
2099
2100 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2101
2102         * configure.ac:
2103           Releasing 0.9.3, "De Facto"
2104
2105 2005-10-03  Andy Wingo  <wingo@pobox.com>
2106
2107         * gst/playback/gstdecodebin.c (try_to_link_1)
2108         (remove_element_chain): set element to NULL before removing it.
2109
2110 2005-10-02  Johan Dahlin  <johan@gnome.org>
2111
2112         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2113         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2114         MT safe.
2115
2116 2005-10-02  Andy Wingo  <wingo@pobox.com>
2117
2118         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2119         (gst_ring_buffer_prepare_read): 
2120         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2121         Demote to LOG.
2122
2123 2005-09-29  Wim Taymans  <wim@fluendo.com>
2124
2125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2126         * ext/theora/theoradec.c: (theora_handle_data_packet):
2127         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2128         Propagate error codes from alloc_buffer too.
2129
2130 2005-09-29  Wim Taymans  <wim@fluendo.com>
2131
2132         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2133         We use fixed caps.
2134
2135         * gst/playback/Makefile.am:
2136         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2137         (dump_element_stats), (main):
2138         Added example stream introspection code.
2139
2140 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2141
2142         * gst/adder/gstadder.c: (gst_adder_collected):
2143           fix adder for float elements
2144
2145 2005-09-28  Wim Taymans  <wim@fluendo.com>
2146
2147         * gst-libs/gst/audio/gstbaseaudiosink.c:
2148         (gst_base_audio_sink_class_init),
2149         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2150         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2151         (gst_base_audio_src_class_init),
2152         (gst_base_audio_src_provide_clock):
2153         get_clock -> provide_clock
2154
2155 2005-09-28  Andy Wingo  <wingo@pobox.com>
2156
2157         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2158         and unlocking.
2159
2160         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2161         unlocking.
2162
2163         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2164         Actually add the pad template.
2165         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2166
2167         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2168         I'm at it...
2169
2170         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2171         from fdsrc. Get caps in create() instead of start() so it can be
2172         interrupted. Interruption somewhat untested.
2173
2174         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2175         Proper EOS handling.
2176
2177 2005-09-27  Andy Wingo  <wingo@pobox.com>
2178
2179         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2180
2181         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2182
2183         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2184
2185         * gst/tcp/gsttcp.h: 
2186         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2187         out of tcpclientsrc.c. Cancellable.
2188         (gst_tcp_socket_read): Made private, cancellable, with better
2189         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2190         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2191         whole buffer, and better diagnostics.
2192         (gst_tcp_gdp_read_caps): Same.
2193
2194         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2195
2196 2005-09-26  Andy Wingo  <wingo@pobox.com>
2197
2198         * gst/sine/gstsinesrc.h:
2199         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2200         change the 'sync' property to 'is-live' and implement it halfway,
2201         update for controller api change.
2202
2203         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2204         controller api change.
2205
2206 2005-09-24  Wim Taymans  <wim@fluendo.com>
2207
2208         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2209         * gst-libs/gst/audio/gstaudiosink.c:
2210         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2211         (gst_audioringbuffer_stop):
2212         * gst-libs/gst/audio/gstbaseaudiosink.c:
2213         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2214         (gst_base_audio_sink_change_state):
2215         * gst-libs/gst/audio/gstbaseaudiosink.h:
2216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2217         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2218         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2219         * gst-libs/gst/audio/gstringbuffer.h:
2220         Fix sync again. Moved sample alignment to basesink.
2221
2222 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2223
2224         * docs/plugins/Makefile.am:
2225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2226         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2227         * gst/volume/gstvolume.c:
2228           add/fix docs
2229         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2230         * gst-libs/gst/audio/audio.h:
2231           add conversion macros for frames <-> clocktime
2232
2233 2005-09-23  David Schleef  <ds@schleef.org>
2234
2235         * gst/audioresample/Makefile.am:
2236         * gst/audioresample/debug.h:
2237         * gst/audioresample/gstaudioresample.c:
2238         * gst/audioresample/resample.c: Convert to using gst debugging
2239
2240 2005-09-22  Wim Taymans  <wim@fluendo.com>
2241
2242         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2243         (gst_play_bin_send_event):
2244         Only seek on one sink, the first one that succeeds.
2245
2246 2005-09-22  Michael Smith <msmith@fluendo.com>
2247
2248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2249         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2250         Don't flush encoder state unless we have an initialised encoder.
2251         Clear out encoder state on PAUSED_TO_READY.
2252
2253 2005-09-22  Wim Taymans  <wim@fluendo.com>
2254
2255         * gst-libs/gst/rtp/gstbasertppayload.c:
2256         (gst_basertppayload_class_init), (gst_basertppayload_init),
2257         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2258         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2259         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2260         (gst_basertppayload_set_property),
2261         (gst_basertppayload_get_property),
2262         (gst_basertppayload_change_state):
2263         * gst-libs/gst/rtp/gstbasertppayload.h:
2264         Added max-ptime to control amount of data in the rtp packets.
2265
2266 2005-09-21  Andy Wingo  <wingo@pobox.com>
2267
2268         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2269         thingies.
2270
2271         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2272         can be called multiple times, dogs.
2273
2274 2005-09-21  Wim Taymans  <wim@fluendo.com>
2275
2276         * gst-libs/gst/rtp/gstbasertppayload.c:
2277         (gst_basertppayload_class_init), (gst_basertppayload_init),
2278         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2279         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2280         (gst_basertppayload_push), (gst_basertppayload_get_property),
2281         (gst_basertppayload_change_state):
2282         Allow 0 ssrc too.
2283
2284 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2285
2286         * docs/libs/compiling.sgml:
2287           fixing typos
2288
2289 2005-09-20  Wim Taymans  <wim@fluendo.com>
2290
2291         * gst-libs/gst/rtp/gstbasertppayload.c:
2292         (gst_basertppayload_class_init), (gst_basertppayload_init),
2293         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2294         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2295         (gst_basertppayload_push), (gst_basertppayload_set_property),
2296         (gst_basertppayload_get_property),
2297         (gst_basertppayload_change_state):
2298         * gst-libs/gst/rtp/gstbasertppayload.h:
2299         Added property to configure sequence number offsets.
2300
2301 2005-09-20  Wim Taymans  <wim@fluendo.com>
2302
2303         * gst-libs/gst/rtp/gstbasertppayload.c:
2304         (gst_basertppayload_class_init), (gst_basertppayload_init),
2305         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2306         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2307         (gst_basertppayload_push), (gst_basertppayload_set_property),
2308         (gst_basertppayload_get_property),
2309         (gst_basertppayload_change_state):
2310         * gst-libs/gst/rtp/gstbasertppayload.h:
2311         Make timestamp offset configurable.
2312
2313 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2314
2315         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2316           fix wrong pop/unref
2317
2318 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2319
2320         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2321
2322         * gst-libs/gst/interfaces/propertyprobe.c:
2323         (gst_property_probe_probe_property_name),
2324         (gst_property_probe_needs_probe_name),
2325         (gst_property_probe_get_values_name),
2326         (gst_property_probe_probe_and_get_values_name):
2327           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2328           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2329
2330 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2331
2332         * check/Makefile.am:
2333           have some tests be disabled for valgrinding
2334         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2335         (GST_START_TEST):
2336         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2337           Fix A Leak.  Chain To Parent Finalize.
2338
2339 2005-09-19  Wim Taymans  <wim@fluendo.com>
2340
2341         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2342         Fixed wav pipeline.
2343
2344 2005-09-19  Wim Taymans  <wim@fluendo.com>
2345
2346         * gst-libs/gst/rtp/gstbasertppayload.c:
2347         (gst_basertppayload_class_init), (gst_basertppayload_init),
2348         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2349         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2350         (gst_basertppayload_push), (gst_basertppayload_get_property),
2351         (gst_basertppayload_change_state):
2352         Posting ERROR and WARNING messages is good.
2353
2354 2005-09-19  Wim Taymans  <wim@fluendo.com>
2355
2356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2357         (gst_base_rtp_depayload_add_to_queue),
2358         (gst_base_rtp_depayload_push),
2359         (gst_base_rtp_depayload_set_gst_timestamp),
2360         (gst_base_rtp_depayload_queue_release):
2361         This one was not supposed to go in.
2362
2363 2005-09-19  Wim Taymans  <wim@fluendo.com>
2364
2365         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2366         Fix for bus API.
2367
2368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2369         (gst_base_rtp_depayload_chain),
2370         (gst_base_rtp_depayload_add_to_queue),
2371         (gst_base_rtp_depayload_push),
2372         (gst_base_rtp_depayload_set_gst_timestamp),
2373         (gst_base_rtp_depayload_queue_release):
2374         Some cleanups.
2375
2376         * gst-libs/gst/rtp/gstbasertppayload.c:
2377         (gst_basertppayload_class_init), (gst_basertppayload_init),
2378         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2379         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2380         (gst_basertppayload_get_property),
2381         (gst_basertppayload_change_state):
2382         Added debugging category.
2383
2384 2005-09-18  David Schleef  <ds@schleef.org>
2385
2386         * gst/playback/gstdecodebin.c: free plugin list correctly
2387         * gst/playback/gstplaybin.c: emit warning if autovideosink
2388           and autoaudiosink can't be found (instead of segfaulting)
2389
2390 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2391
2392         * check/elements/audioconvert.c: (GST_START_TEST):
2393           try out 24 bit conversion
2394
2395 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2396
2397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2398         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2399         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2400         * ext/vorbis/vorbisenc.h:
2401           Fix EOS handling.  Still needs a fix in the ogg muxer to
2402           mark the last page as eos.
2403
2404 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2405
2406         * common/gtk-doc-plugins.mak:
2407         * docs/plugins/Makefile.am:
2408         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2409         * gst/ffmpegcolorspace/Makefile.am:
2410         * gst/ffmpegcolorspace/avcodec.h:
2411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2412         * gst/tcp/gstmultifdsink.c:
2413           fix up ffmpegcolorspace docs; extract header
2414
2415 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2416
2417         * common/gtk-doc-plugins.mak:
2418         * docs/plugins/Makefile.am:
2419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2420         * ext/theora/Makefile.am:
2421         * ext/theora/gsttheoraenc.h:
2422         * ext/theora/theoraenc.c:
2423         * ext/vorbis/vorbisenc.c:
2424           pick up signals and args for vorbis; add some docs for vorbis
2425
2426 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2427
2428         * common/gstdoc-scangobj:
2429         * common/gtk-doc-plugins.mak:
2430         * docs/libs/Makefile.am:
2431         * docs/plugins/gst-plugins-base-plugins.args:
2432         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2433         * docs/plugins/gst-plugins-base-plugins.interfaces:
2434         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2435         * docs/plugins/gst-plugins-base-plugins.signals:
2436           only scanobj stuff from our source module.  Not sure yet
2437           if that's correct, given the hierarchy stuff :)
2438
2439 2005-09-15  Wim Taymans  <wim@fluendo.com>
2440
2441         * gst/audioconvert/gstaudioconvert.c:
2442         And enable 24 bits mode as well..
2443
2444 2005-09-15  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst-libs/gst/rtp/Makefile.am:
2447         * gst-libs/gst/rtp/gstbasertppayload.c:
2448         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2449         (gst_basertppayload_class_init), (gst_basertppayload_init),
2450         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2451         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2452         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2453         (gst_basertppayload_set_property),
2454         (gst_basertppayload_get_property),
2455         (gst_basertppayload_change_state):
2456         * gst-libs/gst/rtp/gstbasertppayload.h:
2457         Added rtp payloader base class.
2458
2459 2005-09-15  Andy Wingo  <wingo@pobox.com>
2460
2461         * configure.ac (plugindir): Remove the EOL matcher from the
2462         regexp, as it causes me problems. Libtool? Make? Who knows?
2463
2464 2005-09-14  David Schleef  <ds@schleef.org>
2465
2466         * check/generic/states.c: 
2467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2468         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2469           Fixes for changes in registry API.
2470
2471         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2472           to GST_PLUGIN_LDFLAGS.
2473         * ext/libvisual/visual.c: Make the library shut up.
2474         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2475         * gst-libs/gst/audio/gstaudiofilter.c: same
2476
2477 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2478
2479         * docs/plugins/Makefile.am:
2480         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2481         * docs/plugins/inspect/plugin-libvisual.xml:
2482         * docs/plugins/tmpl/element-tcpserversink.sgml:
2483         * ext/theora/theoraenc.c:
2484           add libvisual plugin and theoraenc element to docs
2485
2486 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2487
2488         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2489         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2490         * ext/theora/theoraenc.c:
2491           add theoraenc
2492
2493 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         * gst/audioconvert/Makefile.am:
2496           Audioconvert derives from GstBaseTransform and should
2497           link to the library with our base elements to avoid
2498           unresolved symbols. Makes things work with MinGW (#316160)
2499
2500         * gst/playback/test4.c: (main):
2501           Fix MinGW build problem and use g_usleep() instead of 
2502           sleep() (#316162)
2503
2504 2005-09-12  Wim Taymans  <wim@fluendo.com>
2505
2506         * gst/audioconvert/audioconvert.c: (float),
2507         (audio_convert_prepare_context), (audio_convert_convert):
2508         * gst/audioconvert/audioconvert.h:
2509         Cleanups, speedups, simplifications, added back support
2510         for 24 bits.
2511
2512 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2513
2514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2516         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2517         * docs/plugins/tmpl/element-tcpserversink.sgml:
2518         * gst/ffmpegcolorspace/gstffmpeg.c:
2519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2520         * gst/videotestsrc/gstvideotestsrc.c:
2521         * gst/volume/gstvolume.c:
2522           add more elements to the docs
2523
2524 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2525
2526         * check/Makefile.am:
2527         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2528         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2529           Add extra tests for basetransform based components. 
2530           Comment out the test_element_negotiation test until we decide
2531           if it's testing correct behaviour.
2532         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2533         (gst_visual_chain), (gst_visual_change_state):
2534           Slightly more correct but still bogus timestamping.
2535           Fix state change function.
2536         * gst/audioconvert/gstaudioconvert.c:
2537         (gst_audio_convert_class_init):
2538         * gst/audioresample/gstaudioresample.c:
2539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2540         (gst_ffmpegcsp_class_init):
2541         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2542         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2543         (gst_videoscale_prepare_image):
2544         * gst/volume/gstvolume.c: (gst_volume_class_init),
2545         (volume_transform_ip):
2546           Basetransform updates. Enable passthrough modes.
2547         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2548         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2549         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2550           Negotiation fix that allows the window to return to the original
2551           size and renegotiate passthrough upstream. Extra debug output.
2552
2553 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2554
2555         * gst/sine/gstsinesrc.c:
2556         * gst/volume/gstvolume.c:
2557           fix up header include
2558
2559 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2560
2561         * gst-libs/gst/audio/gstbaseaudiosink.c:
2562         (gst_base_audio_sink_render):
2563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2564         * gst/volume/gstvolume.c: (gst_volume_class_init),
2565         (volume_transform):
2566           fixing lost sync, some more debugging
2567
2568 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2569
2570         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2571         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2572         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2573         (gst_xvimagesink_check_xshm_calls):
2574           Fix compilation when XShm is not available.
2575
2576 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2577
2578         * ext/libvisual/visual.c: (gst_visual_dispose),
2579         (gst_visual_getcaps), (gst_visual_src_setcaps),
2580         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2581         (gst_visual_change_state):
2582           Finish fixing up libvisual plugin so that it runs. 
2583
2584 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2585
2586         * ext/vorbis/vorbisenc.c:
2587         * gst-libs/gst/tag/gstvorbistag.c:
2588           gsttaginterface.h -> gsttagsetter.h
2589
2590 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2591
2592         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2593           added another test that failes for me (test is not active by default)
2594
2595 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2596
2597         * configure.ac:
2598           v4l2 is no longer in gst-plugins-base
2599
2600 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2601
2602         * configure.ac:
2603           In the output at the end, don't show the first plugin on the same
2604           line as "Core plug-ins, always built:".
2605           Indent the output as for other plugin categories
2606         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2607           #define that can be used to not use peer buffer_alloc functions for
2608           test purposes.
2609         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2610         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2611         (gst_ximagesink_show_frame):
2612         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2613         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2614         (gst_xvimagesink_show_frame):
2615           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2616           fails gracefully instead of XError aborting or deadlocking.
2617
2618 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * ext/libvisual/Makefile.am:
2621           link against gst-base-libs
2622
2623 2005-09-06  David Schleef  <ds@schleef.org>
2624
2625         * configure.ac: Enable libvisual plugin.
2626         * ext/libvisual/Makefile.am:
2627         * ext/libvisual/visual.c: Fixes to make it compile.
2628
2629 === release 0.9.2 ===
2630
2631 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2632
2633         * NEWS:
2634         * RELEASE:
2635         * configure.ac:
2636         * docs/random/ChangeLog-0.8:
2637           releasing 0.9.2, "Spoon"
2638
2639 2005-09-05  Michael Smith <msmith@fluendo.com>
2640
2641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2642           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2643           that in the vorbisenc element.
2644
2645 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2646
2647         * common/gtk-doc-plugins.mak:
2648         * docs/plugins/Makefile.am:
2649           fix distcheck
2650         * gst/audioresample/resample.c:
2651           fix wrong docstring
2652
2653 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2654
2655         * common/gst-xmlinspect.py:
2656         * common/gtk-doc-plugins.mak:
2657           only inspect plugins for this given package
2658           require gst-python 0.9
2659
2660 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2661
2662         * Makefile.am:
2663         * autogen.sh:
2664         * common/gst-xmlinspect.py:
2665         * configure.ac:
2666         * docs/Makefile.am:
2667         * docs/plugins/inspect/plugin-alsa.xml:
2668         * docs/plugins/inspect/plugin-audioresample.xml:
2669         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2670         * docs/plugins/inspect/plugin-ogg.xml:
2671         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2672         * docs/plugins/tmpl/element-multifdsink.sgml:
2673         * docs/plugins/tmpl/element-tcpserversink.sgml:
2674         * docs/plugins/tmpl/element-vorbisenc.sgml:
2675         * gst-plugins-base.spec.in:
2676           various doc-related updates
2677
2678 2005-08-31  Wim Taymans  <wim@fluendo.com>
2679
2680         * gst-libs/gst/audio/gstbaseaudiosink.c:
2681         (gst_base_audio_sink_render):
2682         Resync if the buffer timestamps drift more than a 10th 
2683         of a second.
2684
2685 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2686
2687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2688         (gst_v4lsrc_get_property):
2689           The 'timestamp-offset' property is registered as an int64, so
2690           let's use g_value_{set|get}_int64() in our setter and getter
2691           functions (makes it work and fixes warnings with gst-inspect).
2692
2693 2005-08-30  Wim Taymans  <wim@fluendo.com>
2694
2695         * check/elements/audioconvert.c: (setup_audioconvert):
2696         * check/elements/audioresample.c: (setup_audioresample):
2697         * check/elements/volume.c: (setup_volume):
2698         Fix checks.
2699
2700 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2701
2702         * common/gtk-doc-plugins.mak:
2703         * common/plugins.xsl:
2704         * docs/plugins/Makefile.am:
2705           make module a param
2706
2707 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2708
2709         * examples/seeking/seek.c: (make_mp3_pipeline),
2710         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2711         (play_cb), (pause_cb), (stop_cb):
2712           update the example
2713
2714 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2715
2716         * gst/volume/gstvolume.c: (gst_volume_class_init),
2717         (volume_transform):
2718           do not update controlled params, if buffer has no timestamp
2719
2720 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2721
2722         * configure.ac:
2723         * gst/sine/Makefile.am:
2724         * gst/volume/Makefile.am:
2725           controllerized elements also need to link against controller-libs ;)
2726
2727 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2728
2729         * docs/libs/tmpl/gstcolorbalance.sgml:
2730         * docs/libs/tmpl/gstgconf.sgml:
2731         * docs/libs/tmpl/gstmixer.sgml:
2732         * docs/libs/tmpl/gstringbuffer.sgml:
2733         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2734         (gst_sinesrc_create):
2735         * gst/volume/gstvolume.c: (gst_volume_class_init),
2736         (volume_transform):
2737           controllerized two audio plugins
2738
2739 2005-08-29  Andy Wingo  <wingo@pobox.com>
2740
2741         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2742         (vorbis_handle_data_packet): Fix some int overflow errors.
2743
2744         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2745         -1.
2746         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2747         valid.
2748         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2749         if it's valid. Fixed streaming-mode playback.
2750
2751         * check/elements/volume.c (cleanup_volume): Fix for running
2752         CK_FORK=no.
2753
2754         * check/elements/audioconvert.c: Convert from native endian, not
2755         little endian.
2756
2757 2005-08-29  Michael Smith <msmith@fluendo.com>
2758
2759         * ext/ogg/Makefile.am:
2760         * ext/ogg/gstogg.c: (plugin_init):
2761         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2762         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2763         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2764         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2765         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2766         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2767         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2768         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2769         Add an ogg parser element.
2770
2771 2005-08-28  Andy Wingo  <wingo@pobox.com>
2772
2773         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2774
2775 2005-08-26  Wim Taymans  <wim@fluendo.com>
2776
2777         * gst/audioconvert/audioconvert.c: (if), (float),
2778         (audio_convert_get_func_index), (check_default),
2779         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2780         (audio_convert_clean_context), (audio_convert_get_sizes),
2781         (audio_convert_convert):
2782         Cleanups.
2783
2784 2005-08-26  Wim Taymans  <wim@fluendo.com>
2785
2786         * gst/audioconvert/audioconvert.c: (if), (float),
2787         (audio_convert_get_func_index), (check_default),
2788         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2789         (audio_convert_clean_context), (audio_convert_get_sizes),
2790         (audio_convert_convert):
2791         More elegant and working temp buffer selection algo.
2792
2793 2005-08-26  Wim Taymans  <wim@fluendo.com>
2794
2795         * gst/audioconvert/audioconvert.c: (if), (float),
2796         (audio_convert_get_func_index), (check_default),
2797         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2798         (audio_convert_clean_context), (audio_convert_get_sizes),
2799         (get_temp_buffer), (audio_convert_convert):
2800         Use realloc else we lose our original data.
2801
2802 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2803
2804         * gst/audioresample/gstaudioresample.c:
2805           use base class' newsegment to properly timestamp
2806
2807 2005-08-26  Wim Taymans  <wim@fluendo.com>
2808
2809         * gst/audioconvert/audioconvert.c: (if), (float),
2810         (audio_convert_get_func_index), (check_default),
2811         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2812         (audio_convert_clean_context), (audio_convert_get_sizes),
2813         (get_temp_buffer), (audio_convert_convert):
2814         * gst/audioconvert/gstaudioconvert.c:
2815         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2816         (gst_audio_convert_transform_caps),
2817         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2818         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2819         Oops, allocate enough space to perform the channel mix.
2820
2821 2005-08-26  Wim Taymans  <wim@fluendo.com>
2822
2823         * gst/audioconvert/Makefile.am:
2824         * gst/audioconvert/audioconvert.c: (if), (float),
2825         (audio_convert_get_func_index), (check_default),
2826         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2827         (audio_convert_clean_context), (audio_convert_get_sizes),
2828         (get_temp_buffer), (audio_convert_convert):
2829         * gst/audioconvert/audioconvert.h:
2830         * gst/audioconvert/gstaudioconvert.c:
2831         (gst_audio_convert_class_init), (gst_audio_convert_init),
2832         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2833         (gst_audio_convert_get_unit_size),
2834         (gst_audio_convert_transform_caps),
2835         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2836         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2837         * gst/audioconvert/gstaudioconvert.h:
2838         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2839         (gst_channel_mix_fill_identical),
2840         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2841         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2842         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2843         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2844         (gst_channel_mix_mix):
2845         * gst/audioconvert/gstchannelmix.h:
2846         Cleanups, librarify a bit, optimize, better negotiation and more.
2847
2848 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2849
2850         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2851         Another from MikeS:
2852         During typefinding, don't support negative offsets
2853         (offsets from the end of the stream) in our typefind->peek() function
2854         - nothing embedded in ogg ever needs them. However, we need to recognise
2855         those requests and reject them, otherwise we return invalid pointers.
2856
2857 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2858
2859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2860         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2861         (vorbisdec_finalize), (vorbis_handle_type_packet):
2862           Big shout-out to MikeS for fixing this giant memory leak.
2863           Huzzah!
2864
2865 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2866
2867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2868         (audio_convert_get_unit_size):
2869           plug some leaks
2870
2871 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2872
2873         * check/Makefile.am:
2874         * check/elements/audioconvert.c: (setup_audioconvert),
2875         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2876         (GST_START_TEST), (audioconvert_suite), (main):
2877           add a test for audioconvert
2878         * gst/audioresample/gstaudioresample.c:
2879         * gst/audioresample/gstaudioresample.h:
2880           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2881           note that for buffers of 1/3 sec this means DURATION(c) is 
2882           one nanosecond more than for a and b
2883
2884 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2885
2886         * check/Makefile.am:
2887         * check/elements/audioresample.c: (setup_audioresample),
2888         (cleanup_audioresample), (fail_unless_perfect_stream),
2889         (test_perfect_stream_instance), (GST_START_TEST),
2890           add a check for audioresample
2891         (audioresample_suite), (main):
2892         * check/elements/volume.c: (GST_START_TEST):
2893           remove unused method
2894         * gst/audioresample/gstaudioresample.c:
2895           set correct buffer parameters since we're changing them
2896         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2897           add some debug
2898
2899 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2900
2901         * gst/audioresample/debug.c:
2902         * gst/audioresample/gstaudioresample.c:
2903           add room for extra overlap samples when asked to transform size
2904           protect against possible mem corruption and check for discrepancies
2905           between written size and outbuffer's size so we can warn for
2906           potential problems
2907         * gst/audioresample/resample.c: (resample_init),
2908         (resample_get_output_size_for_input), (resample_get_output_size),
2909         (resample_set_n_channels), (resample_set_format):
2910           set debug level based on RESAMPLE_DEBUG env var
2911           make sure that get_output_size* returns a whole number of
2912           sample_size
2913           set sample_size each time either channel or format is set
2914         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2915         * gst/audioresample/resample_functable.c:
2916         (resample_scale_functable):
2917         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2918           remove r->sample_size, it's done in resample.c now
2919           add some debugging to the ref implementation
2920           make sure we only give back bytes that are wholes of the sample
2921           size
2922
2923 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2924         * gst/playback/gstplaybasebin.c: (fill_buffer):
2925         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2926
2927 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2928
2929         * gst/volume/gstvolume.c:
2930           made set_caps function static
2931
2932 2005-08-24  Wim Taymans  <wim@fluendo.com>
2933
2934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2935         (gst_vorbisenc_change_state):
2936         Stop leaking taglists.
2937
2938 2005-08-24  Wim Taymans  <wim@fluendo.com>
2939
2940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2941         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2942         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2943         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2944         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2945         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2946         Parse seeking events better.
2947         Unref static caps.
2948         Generate correct newsegment events, fixes seeking in live oggs.
2949
2950         * ext/theora/theoradec.c: (theora_dec_src_query),
2951         (theora_dec_src_event), (theora_dec_src_getcaps),
2952         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2953         Use newsegment values to report correct play time.
2954
2955         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2956         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2957         * ext/vorbis/vorbisdec.h:
2958         Parse and use newsegment values to report correct play time.
2959
2960         * gst-libs/gst/audio/gstbaseaudiosink.c:
2961         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2962         Clear ringbuffer on flush.
2963         Use newsegment values to calculate playback time.
2964
2965         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2967         Basesink does newsegment calculations for us now.
2968
2969 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2970
2971         * check/Makefile.am:
2972         * configure.ac:
2973           add core's plugins to the mix so that playbin works
2974         * check/generic/states.c: (GST_START_TEST):
2975           set a 0 timeout on pipelines, so they don't force the next
2976           state change
2977         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2978         (gst_play_base_bin_change_state):
2979           remove the crappy error handling and do GST error handling
2980
2981 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2982
2983         * check/Makefile.am:
2984         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2985           add same test as to core, it bitches out on playbin atm.
2986
2987 2005-08-24  Wim Taymans  <wim@fluendo.com>
2988
2989         * configure.ac:
2990         Remove audioscale.
2991
2992 2005-08-24  Wim Taymans  <wim@fluendo.com>
2993
2994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2995         (gst_videoscale_prepare_size), (parse_caps),
2996         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2997         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2998         (gst_videoscale_transform):
2999         * gst/videoscale/gstvideoscale.h:
3000         Refactor, make use of BaseTranform really well.
3001
3002 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3003
3004         * configure.ac:
3005           compile audioresample
3006         * gst/audioresample/Makefile.am:
3007         * gst/audioresample/buffer.c:
3008         * gst/audioresample/functable.c:
3009         * gst/audioresample/gstaudioresample.c:
3010         * gst/audioresample/gstaudioresample.h:
3011         * gst/audioresample/resample.c:
3012         (resample_get_output_size_for_input):
3013         * gst/audioresample/resample.h:
3014         * gst/audioresample/resample_chunk.c:
3015         * gst/audioresample/resample_functable.c:
3016         * gst/audioresample/resample_ref.c:
3017           port to use basetransform; doesn't work in all cases yet
3018
3019 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3020
3021         * gst/audioconvert/gstaudioconvert.c:
3022         (gst_audio_convert_class_init), (gst_audio_convert_init),
3023         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3024         (audio_convert_fixate_caps), (audio_convert_set_caps),
3025         (audio_convert_transform),
3026         (gst_audio_convert_buffer_to_default_format),
3027         (gst_audio_convert_buffer_from_default_format),
3028         (gst_audio_convert_channels):
3029         * gst/audioconvert/gstchannelmix.c:
3030         * gst/audioconvert/gstchannelmix.h:
3031           port to basetransform
3032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3033         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3034         (gst_ffmpegcsp_get_unit_size):
3035         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3036         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3037           fix for basetransform changes
3038
3039 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3040
3041         * check/Makefile.am:
3042           Add CHECK_CFLAGS and LDFLAGS
3043
3044         * gst/playback/gstplaybasebin.c: (fill_buffer):
3045           GST_MESSAGE_SRC became a GObject
3046
3047 2005-08-24  Wim Taymans  <wim@fluendo.com>
3048
3049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3050         (gst_ring_buffer_clear_all):
3051         * gst-libs/gst/audio/gstringbuffer.h:
3052         Added function to clear the ringbuffer.
3053
3054 2005-08-24  Andy Wingo  <wingo@pobox.com>
3055
3056         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3057         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3058         of _open and _close.
3059
3060         * sys/v4l/gstv4lxoverlay.h:
3061         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3062         an Xv connection here, instead of all the time. Make Xv only be
3063         loaded if you axe for it. Kindof a workaround for buggy behaviour
3064         of Xv when using remote xservers (XvQueryExtension would block).
3065         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3066         replace the _open and _close public API. Only start the xv
3067         connection if necessary.
3068         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3069
3070 2005-08-23  David Schleef  <ds@schleef.org>
3071
3072         * gst/audioresample/Makefile.am: Leet audioresampling code
3073         * gst/audioresample/buffer.c:
3074         * gst/audioresample/buffer.h:
3075         * gst/audioresample/debug.c:
3076         * gst/audioresample/debug.h:
3077         * gst/audioresample/functable.c:
3078         * gst/audioresample/functable.h:
3079         * gst/audioresample/gstaudioresample.c:
3080         * gst/audioresample/gstaudioresample.h:
3081         * gst/audioresample/resample.c:
3082         * gst/audioresample/resample.h:
3083         * gst/audioresample/resample_chunk.c:
3084         * gst/audioresample/resample_functable.c:
3085         * gst/audioresample/resample_ref.c:
3086
3087 2005-08-23  Wim Taymans  <wim@fluendo.com>
3088
3089         * examples/seeking/seek.c: (make_vorbis_pipeline),
3090         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3091         Small seek updates.
3092
3093 2005-08-23  Andy Wingo  <wingo@pobox.com>
3094
3095         * gst-libs/gst/audio/gstbaseaudiosrc.c
3096         (gst_base_audio_src_fixate): Only fixate endianness if it is
3097         present in the caps.
3098
3099 2005-08-22  Andy Wingo  <wingo@pobox.com>
3100
3101         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3102         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3103         device-name property.
3104
3105         * gst-libs/gst/audio/gstaudiosrc.h:
3106         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3107         close_device in the ring buffer, like gstaudiosink.
3108
3109         * ext/alsa/gstalsamixer.h:
3110         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3111         macro to implement the interface without much code. Cleanups. 
3112
3113         * ext/alsa/gstalsasrc.h:
3114         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3115         READY.
3116
3117         * ext/alsa/Makefile.am: Add new files.
3118         * ext/alsa/gstalsamixerelement.c: 
3119         * ext/alsa/gstalsamixerelement.c: Split element code out from
3120         mixer code so that alsasrc can be a mixer too.
3121
3122 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3123
3124         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3125         (GST_START_TEST):
3126         * check/elements/vorbisdec.c: (setup_vorbisdec),
3127         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3128         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3129         (vorbis_handle_identification_packet),
3130         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3131         (vorbis_handle_header_packet), (vorbis_dec_push),
3132         (vorbis_dec_chain):
3133           use the setup/teardown methods to save code.  save code is good.
3134
3135 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3136
3137         * check/Makefile.am:
3138           add ext dir for plugins
3139           add vorbisdec test conditionally
3140         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3141         (GST_START_TEST), (volume_suite):
3142           add a test with wrong caps
3143         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3144         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3145           add a vorbisdec test
3146         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3147         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3148           clean up debug output
3149         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3150           yay, fix a segfault/security issue in vorbisdec
3151           gst-launch fakesrc ! vorbisdec wasn't happy
3152         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3153         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3154         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3155         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3156         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3157         (gst_vorbisenc_set_metadata), (get_constraints_string),
3158         (update_start_message), (gst_vorbisenc_setup),
3159         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3160         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3161         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3162         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3163         * ext/vorbis/vorbisenc.h:
3164           march in line
3165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3166         (gst_ffmpegcsp_transform):
3167           have the kow come home
3168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3169           debug my func ptr
3170         * gst/volume/gstvolume.c: (volume_set_caps):
3171           add a debug
3172
3173 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3174
3175         * Makefile.am:
3176         * check/.cvsignore:
3177         * check/Makefile.am:
3178         * check/elements/.cvsignore:
3179         * check/elements/volume.c: (chain_func), (event_func),
3180         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3181         (main):
3182         * configure.ac:
3183           add unit test structure for gst-plugins-base
3184           add a test for volume
3185         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3186         (gst_volume_set_volume), (gst_volume_get_volume),
3187         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3188         (volume_funcfind), (volume_process_float), (volume_process_int16),
3189         (volume_set_caps), (volume_transform), (volume_update_mute),
3190         (volume_update_volume), (volume_set_property),
3191         (volume_get_property):
3192           document a little; use basetransform vmethod _set_caps
3193
3194 2005-08-19  Andy Wingo  <wingo@pobox.com>
3195
3196         * ext/alsa/gstalsamixertrack.h:
3197         * ext/alsa/gstalsamixertrack.c:
3198         * ext/alsa/gstalsamixeroptions.h:
3199         * ext/alsa/gstalsamixeroptions.c:
3200         * ext/alsa/gstalsamixer.h:
3201         * ext/alsa/gstalsamixer.c: Port to 0.9.
3202
3203         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3204         Remove gstalsa.c and alsaclock. No more cruft here.
3205         
3206 2005-08-18  Wim Taymans  <wim@fluendo.com>
3207
3208         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3209         (gst_base_rtp_depayload_chain),
3210         (gst_base_rtp_depayload_add_to_queue),
3211         (gst_base_rtp_depayload_push),
3212         (gst_base_rtp_depayload_queue_release):
3213         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3214         Fix for RTPBuffer changes.
3215
3216         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3217         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3218         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3219         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3220         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3221         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3222         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3223         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3224         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3225         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3226         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3227         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3228         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3229         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3230         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3231         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3232         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3233         (gst_rtpbuffer_get_payload):
3234         * gst-libs/gst/rtp/gstrtpbuffer.h:
3235         Don't subclass GstBuffer but add methods and helper functions
3236         to construct and manipulate RTP packets in regular GstBuffers.
3237
3238 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3239
3240         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3241           moved statement below switch
3242         * gst/volume/gstvolume.c: (gst_volume_class_init):
3243           added debug ptr
3244
3245 2005-08-16  Wim Taymans  <wim@fluendo.com>
3246
3247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3248         (gst_base_audio_src_change_state):
3249         Open and close device in READY<->NULL state change.
3250
3251 2005-08-16  Andy Wingo  <wingo@pobox.com>
3252
3253         * examples/seeking/Makefile.am: Don't compile non-compiling
3254         compiled objects with the compiler.
3255
3256         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3257         elements.
3258
3259 2005-08-12  Philippe Khalaf <burger@speedy.org>
3260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3261         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3262           Made a thread to release the queue.
3263           Removed timestamp conversion for now.
3264
3265 2005-08-10  Philippe Khalaf <burger@speedy.org>
3266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3267         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3268           Added rtp timestamp -> gst timestamp conversion.
3269           Fixed several problems with queue.
3270
3271 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3272
3273         * gst-libs/gst/audio/gstaudioclock.h:
3274         * gst-libs/gst/audio/gstaudiofilter.h:
3275         * gst-libs/gst/audio/gstaudiosink.h:
3276         * gst-libs/gst/audio/gstaudiosrc.h:
3277         * gst-libs/gst/audio/gstbaseaudiosink.h:
3278         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3279         * gst-libs/gst/audio/gstringbuffer.h:
3280         * gst-libs/gst/net/gstnetbuffer.h:
3281         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3282         * gst-libs/gst/rtp/gstrtpbuffer.h:
3283           Add padding (you will need to rebuild gst-plugins-base,
3284           gst-plugins and all applications afterwards!)
3285
3286 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3287
3288         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3289         (gst_riff_parse_chunk):
3290           Fix bug in debug message and add some more debug messages.
3291
3292 2005-08-08  Edward Hervey  <edward@fluendo.com>
3293
3294         * gst-libs/gst/riff/riff-media.c:
3295         backported updates since branch
3296
3297 2005-08-08  Andy Wingo  <wingo@pobox.com>
3298
3299         * gst-libs/gst/audio/gstbaseaudiosink.c
3300         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3301         like good elements should. Close on READY->NULL too.
3302
3303         * gst-libs/gst/audio/gstaudiosink.c
3304         (gst_audioringbuffer_open_device,
3305         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3306         (gst_audioringbuffer_release): Updates for new ring buffer API,
3307         hook into the new audio sink api.
3308
3309         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3310         (GstAudioSinkClass.close): Just open and close the device -- no
3311         resource allocation or configuration.
3312         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3313         vmethods, handle device setup and resource allocation.
3314
3315         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3316         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3317         base class API.
3318
3319         * gst-libs/gst/audio/gstringbuffer.h
3320         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3321         New vmethods.
3322
3323         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3324         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3325         New API functions. The device should be opened before acquiring
3326         and closed after releasing.
3327
3328 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3329
3330         * gst-libs/gst/interfaces/mixer.h:
3331           Reset padding to GST_PADDING.
3332
3333 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3334
3335         * gst/playback/gstplaybin.c: (remove_sinks):
3336           Remove visualization from parent explicitely; works around some
3337           apparent refcount issue that I haven't tracked down yet.
3338
3339 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3340
3341         * ext/alsa/gstalsasink.c: (set_hwparams):
3342           Assign debug category, add negotiation debug msgs.
3343
3344 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3345
3346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3347           Fix error code for file-not-found to NOT_FOUND.
3348
3349 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3350
3351         * common/gtk-doc-plugins.mak:
3352         * docs/plugins/Makefile.am:
3353         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3354         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3355           renamed to actual element names, so much nicer to look at
3356         * docs/plugins/tmpl/gstmultifdsink.sgml:
3357           remove
3358         * docs/plugins/tmpl/multifdsink.sgml:
3359         * docs/plugins/tmpl/tcpserversink.sgml:
3360           add
3361         * ext/alsa/gstalsa.c:
3362         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3363         * ext/ogg/gstoggmux.c:
3364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3365         * gst/playback/gstdecodebin.c:
3366         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3367         * gst/tcp/gsttcpserversink.c:
3368           various fixes and documentation additions
3369
3370 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3371
3372         * common/Makefile.am:
3373         * common/gstdoc-scangobj:
3374         * common/gtk-doc-plugins.mak:
3375         * common/gtk-doc.mak:
3376           add a custom scangobj that uses the registry
3377           add a custom gtk-doc-plugins.mak that uses it
3378           some doc build fixes
3379         * configure.ac:
3380         * docs/Makefile.am:
3381         * docs/plugins/Makefile.am:
3382         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3383         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3384         * docs/plugins/gst-plugins-base-plugins.types:
3385         * docs/plugins/tmpl/gstmultifdsink.sgml:
3386           add docs for one element, multifdsink
3387         * gst/adder/gstadder.h:
3388         * gst/volume/gstvolume.h:
3389           don't privatize enum
3390         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3391         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3392         (gst_sync_method_get_type), (gst_client_status_get_type),
3393         (gst_multifdsink_class_init),
3394         (gst_multifdsink_client_queue_buffer),
3395         (gst_multifdsink_handle_client_write):
3396         * gst/tcp/gstmultifdsink.h:
3397         * gst/tcp/gsttcp.h:
3398         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3399         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3400         (gst_tcpclientsink_render):
3401         * gst/tcp/gsttcpclientsink.h:
3402         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3403         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3404         (gst_tcpclientsrc_start):
3405         * gst/tcp/gsttcpclientsrc.h:
3406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3407         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3408         * gst/tcp/gsttcpserversrc.h:
3409         * gst/typefind/gsttypefindfunctions.c:
3410           remove superfluous Type stuff
3411
3412 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3413
3414         * gst/playback/gstplaybin.c: (gen_video_element):
3415           Enable videoscale.
3416
3417 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3418
3419         * gst-libs/gst/gconf/gconf.c:
3420         * gst-libs/gst/gconf/gconf.h:
3421           Fix some Andy Problem [tm].
3422
3423 2005-08-04  Andy Wingo  <wingo@pobox.com>
3424
3425         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3426         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3427         (gst_ffmpegcsp_get_size): Adapt to API changes.
3428
3429         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3430         Implement an in-place do-nothing transform.
3431
3432 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3433
3434         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3435         (gst_ximagesink_renegotiate_size):
3436           Do not set new window sizes yet if we prepare a new buffer size
3437           for upstream renegotiation (software scaling) at some point in the
3438           future, because this new size waqs not actually accepted yet. Once
3439           accepted, renegotiation later on will set the new sizes just fine.
3440           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3441           embedding testcase.
3442
3443 2005-08-03  Andy Wingo  <wingo@pobox.com>
3444
3445         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3446         (gst_ximagesink_buffer_alloc): 
3447         Protect the height, width, and desired_caps with the pool_lock.
3448         Fixes videotestsrc ! queue ! ximagesink.
3449
3450 2005-08-02  Edward Hervey  <edward@fluendo.com>
3451
3452         * gst/volume/gstvolume.c:
3453         include left from controller cleanup
3454
3455 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3457           Stop collectpads before calling the parent state
3458           change function on PAUSED->READY.
3459
3460 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3461         * configure.ac:
3462           When testing for X libs, use the X CFlags 
3463         * gst/adder/gstadder.c: (gst_adder_change_state):
3464           Stop the collectpads before calling parent state change function
3465           on PAUSED->READY, otherwise we deadlock deactivating pads.
3466
3467 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3468
3469         * configure.ac:
3470         * docs/libs/tmpl/gstcolorbalance.sgml:
3471         * docs/libs/tmpl/gstmixer.sgml:
3472         * examples/Makefile.am:
3473         * gst/sine/Makefile.am:
3474         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3475         (gst_sinesrc_set_property), (plugin_init):
3476         * gst/sine/gstsinesrc.h:
3477         * gst/volume/Makefile.am:
3478         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3479         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3480         (volume_process_float), (volume_process_int16),
3481         (volume_set_property), (plugin_init):
3482         * gst/volume/gstvolume.h:
3483           deactivate and remove dparams (libgstcontrol)
3484
3485 2005-07-29  Wim Taymans  <wim@fluendo.com>
3486
3487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3488         Convert me to BaseTransform!! help..
3489
3490 2005-07-29  Andy Wingo  <wingo@pobox.com>
3491
3492         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3493         sinks.
3494
3495         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3496         support of both endiannesses.
3497
3498 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3499
3500         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3501           Fix confusing debug message (s/event/query/)
3502
3503 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3504
3505         * gst/videotestsrc/videotestsrc.h:
3506           Use "_stdint.h" instead of <stdint.h>
3507
3508 2005-07-27  Wim Taymans  <wim@fluendo.com>
3509
3510         * ext/vorbis/Makefile.am:
3511         Revert wrong commit.
3512
3513 2005-07-27  Wim Taymans  <wim@fluendo.com>
3514
3515         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3516         More compilation fixen.
3517
3518 2005-07-27  Wim Taymans  <wim@fluendo.com>
3519
3520         * gst-libs/gst/audio/gstbaseaudiosink.c:
3521         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3522         (gst_base_audio_sink_create_ringbuffer),
3523         (gst_base_audio_sink_change_state):
3524         Fix compilation.
3525
3526 2005-07-27  Wim Taymans  <wim@fluendo.com>
3527
3528         * examples/seeking/seek.c: (setup_dynamic_link),
3529         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3530         (query_positions_elems), (query_positions_pads), (do_seek):
3531         Update seek example.
3532
3533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3534         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3535         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3536         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3537         (gst_ogg_demux_handle_event),
3538         (gst_ogg_demux_deactivate_current_chain),
3539         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3540         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3541         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3542         (gst_ogg_demux_loop):
3543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3544         * ext/theora/theoradec.c: (theora_dec_src_event),
3545         (theora_dec_src_getcaps), (theora_dec_sink_event),
3546         (theora_dec_push), (theora_dec_chain):
3547         * ext/vorbis/Makefile.am:
3548         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3549         (vorbis_dec_sink_event), (vorbis_dec_push),
3550         (vorbis_handle_data_packet):
3551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3552         (gst_vorbisenc_chain):
3553         * gst/playback/gststreaminfo.c: (cb_probe):
3554         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3555         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3556         * gst/videoscale/gstvideoscale.c:
3557         (gst_videoscale_handle_src_event):
3558         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3559         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3560         (gst_ximagesink_navigation_send_event):
3561         * sys/xvimage/xvimagesink.c:
3562         (gst_xvimagesink_navigation_send_event):
3563         Various event updates and cleanups
3564
3565 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3566
3567         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3568           Fix segfault for I420/YV12.
3569
3570 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3571
3572         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3573           Report bitrate.
3574
3575 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3576
3577         * gst/playback/gstplaybin.c: (gen_video_element),
3578         (gen_audio_element):
3579           Switch to auto*sink elements as default sinks; add volume element
3580           so that volume control in totem works.
3581
3582 2005-07-21  Wim Taymans  <wim@fluendo.com>
3583
3584         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3585         * gst/playback/gstplaybin.c: (setup_sinks),
3586         (gst_play_bin_change_state):
3587         Refcount fix and more comments.
3588
3589 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3590
3591         * sys/ximage/Makefile.am:
3592         * sys/ximage/ximage.c: (plugin_init):
3593         * sys/ximage/ximagesink.c:
3594         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3595         
3596
3597 2005-07-21  Wim Taymans  <wim@fluendo.com>
3598
3599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3600         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3601         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3602         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3603         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3604         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3605         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3606         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3607         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3608         Generate correct disconts for live chained oggs.
3609
3610         * gst-libs/gst/audio/gstbaseaudiosink.c:
3611         (gst_base_audio_sink_render),
3612         (gst_base_audio_sink_create_ringbuffer),
3613         (gst_base_audio_sink_change_state):
3614         Handle discont math correctly.
3615
3616         * gst/playback/gstplaybin.c: (add_sink):
3617         Some small debug cleanup.
3618
3619 2005-07-21  Wim Taymans  <wim@fluendo.com>
3620
3621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3622         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3623         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3624         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3625         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3626         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3627         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3628         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3629         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3630         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3631         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3632         (gst_ogg_demux_change_state), (gst_ogg_print):
3633         Reorganize code to send the right disconts when in streaming
3634         mode.
3635
3636 2005-07-20  Andy Wingo  <wingo@pobox.com>
3637
3638         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3639         fix (?), fixes a seggie mcfalterson (#310894).
3640
3641 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3642
3643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3644         (gst_ogg_mux_set_header_on_caps):
3645         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3647         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3648         * gst-libs/gst/audio/multichannel.c:
3649         (gst_audio_set_channel_positions),
3650         (gst_audio_set_structure_channel_positions_list):
3651         * gst/playback/gstdecodebin.c: (dynamic_create):
3652         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3653         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3654           Fixes for API changes in core.
3655
3656 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3657
3658         * gst/playback/gstplaybasebin.c: (fill_buffer):
3659           Use _new_custom() so we can set custom message types for buffering
3660           messages.
3661
3662 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3663
3664         * configure.ac:
3665         * gst-libs/gst/Makefile.am:
3666         * gst-libs/gst/gconf/.cvsignore:
3667         * gst-libs/gst/gconf/Makefile.am:
3668         * gst-libs/gst/gconf/test-gconf.c:
3669         * pkgconfig/Makefile.am:
3670         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3671         * pkgconfig/gstreamer-gconf.pc.in:
3672           Remove gconf stuff, use gconf elements instead from now on.
3673
3674 2005-07-20  Wim Taymans  <wim@fluendo.com>
3675
3676         * gst-libs/gst/audio/TODO:
3677         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3678         (gst_audio_clock_get_internal_time):
3679         * gst-libs/gst/audio/gstaudioclock.h:
3680         * gst-libs/gst/audio/gstbaseaudiosink.c:
3681         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3682         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3683         (gst_base_audio_sink_render),
3684         (gst_base_audio_sink_create_ringbuffer),
3685         (gst_base_audio_sink_change_state):
3686         Make sure the audio clock always returns an increasing value.
3687
3688 2005-07-19  Andy Wingo  <wingo@pobox.com>
3689
3690         * gst/videotestsrc/: Cleanups.
3691
3692 2005-07-19  Wim Taymans  <wim@fluendo.com>
3693
3694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3695         Better debugging.
3696
3697 2005-07-19  Wim Taymans  <wim@fluendo.com>
3698
3699         * examples/seeking/seek.c: (make_dv_pipeline),
3700         (make_vorbis_theora_pipeline), (query_rates),
3701         (query_positions_elems), (query_positions_pads), (do_seek):
3702         Make correct DV pipeline.
3703
3704 2005-07-18  Andy Wingo  <wingo@pobox.com>
3705
3706         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3707         default. Also because it's the only thing that really works. (This
3708         is used in the GConf elements).
3709         Use AS_LIBTOOL_TAGS.
3710
3711 2005-07-18  Wim Taymans  <wim@fluendo.com>
3712
3713         * gst/playback/gstdecodebin.c: (remove_element_chain):
3714         * gst/playback/gstplaybin.c: (add_sink):
3715         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3716         (gst_stream_info_set_mute):
3717         * gst/playback/gststreamselector.c:
3718         (gst_stream_selector_get_linked_pad),
3719         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3720         More leak and compile fixes.
3721
3722 2005-07-18  Wim Taymans  <wim@fluendo.com>
3723
3724         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3725         (query_rates), (query_positions_elems), (query_positions_pads),
3726         (do_seek), (seek_cb), (stop_seek):
3727         Updated seek example. 
3728
3729         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3730         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3731         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3732         * gst/playback/gstplaybin.c: (add_sink):
3733         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3734         (gst_stream_info_set_mute):
3735         Some refcount leak fixes.
3736
3737 2005-07-16  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst-libs/gst/audio/gstbaseaudiosink.c:
3740         (gst_base_audio_sink_render):
3741         Align samples even if we have roundoff errors in the 
3742         timestamp conversion.
3743
3744 2005-07-16  Wim Taymans  <wim@fluendo.com>
3745
3746         * docs/libs/tmpl/gstringbuffer.sgml:
3747         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3748         (query_rates), (query_positions_elems), (query_positions_pads),
3749         (update_scale), (do_seek):
3750         Updated seek example.
3751
3752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3753         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3754         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3755         (gst_ogg_demux_loop):
3756         Push out correct discont values.
3757
3758         * ext/theora/theoradec.c: (theora_dec_src_convert),
3759         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3760         (theora_dec_sink_event), (theora_handle_type_packet),
3761         (theora_handle_header_packet), (theora_dec_push),
3762         (theora_handle_data_packet), (theora_dec_chain),
3763         (theora_dec_change_state):
3764         Better timestamping.
3765
3766         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3767         (vorbis_dec_sink_event), (vorbis_dec_push),
3768         (vorbis_handle_data_packet), (vorbis_dec_chain):
3769         * ext/vorbis/vorbisdec.h:
3770         Better timestamping.
3771
3772         * gst-libs/gst/audio/gstbaseaudiosink.c:
3773         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3774         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3775         Handle syncing on timestamps instead of sample offsets. Make
3776         use of DISCONT values as described in design docs.
3777
3778         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3779         (gst_base_audio_src_get_time):
3780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3781         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3782         (gst_ring_buffer_read):
3783         * gst-libs/gst/audio/gstringbuffer.h:
3784         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3785         (gst_ximagesink_show_frame):
3786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3787         Correcly convert buffer timestamp to stream time.
3788
3789 2005-07-16  Wim Taymans  <wim@fluendo.com>
3790
3791         * gst/audioconvert/gstaudioconvert.c:
3792         (gst_audio_convert_get_buffer):
3793         Timestamp buffers correctly.
3794
3795         * gst/playback/gstplaybin.c: (gen_video_element):
3796         Make internal fakesink silent.
3797
3798 2005-07-15  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/ffmpegcolorspace/Makefile.am:
3801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3802         (gst_ffmpegcsp_caps_remove_format_info),
3803         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3804         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3805         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3806         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3807         Ported ffmpegcolorspace to basetransform.
3808
3809         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3810         * gst/volume/gstvolume.c: (volume_transform):
3811         Ported to new API.
3812
3813 2005-07-14  Wim Taymans  <wim@fluendo.com>
3814
3815         * gst/videotestsrc/Makefile.am:
3816         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3817         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3818         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3819         (gst_videotestsrc_init), (gst_videotestsrc_event),
3820         (gst_videotestsrc_create), (gst_videotestsrc_start),
3821         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3822         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3823         (gst_videotestsrc_get_property):
3824         * gst/videotestsrc/gstvideotestsrc.h:
3825         Make videotestsrc a pushsrc.
3826
3827 2005-07-14  Wim Taymans  <wim@fluendo.com>
3828
3829         * gst/tcp/gstfdset.c: (gst_fdset_free):
3830         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3831         (gst_multifdsink_add), (gst_multifdsink_remove),
3832         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3833         (gst_multifdsink_remove_client_link),
3834         (gst_multifdsink_client_queue_data),
3835         (gst_multifdsink_client_queue_caps),
3836         (gst_multifdsink_client_queue_buffer),
3837         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3838         (gst_multifdsink_stop):
3839         * gst/tcp/gstmultifdsink.h:
3840         0.8 backporting.
3841
3842         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3843         Also draw image when not from a pool.
3844
3845 2005-07-14  Wim Taymans  <wim@fluendo.com>
3846
3847         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3848         (mute_stream), (silence_stream):
3849         Small debug additions.
3850
3851 2005-07-14  Wim Taymans  <wim@fluendo.com>
3852
3853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3854         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3855         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3856         Better error recovery, ignore unconnected pads and
3857         non-fatal errors.
3858
3859 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3860
3861         * docs/libs/tmpl/gstaudio.sgml:
3862         * docs/libs/tmpl/gstcolorbalance.sgml:
3863         * docs/libs/tmpl/gstgconf.sgml:
3864         * docs/libs/tmpl/gstmixer.sgml:
3865         * docs/libs/tmpl/gstringbuffer.sgml:
3866         * docs/libs/tmpl/gsttuner.sgml:
3867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3868         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3869         (gst_tcpclientsrc_class_init):
3870         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3871         (gst_tcpserversrc_class_init):
3872         * sys/v4l/gstv4lelement.c:
3873           more autistic cleanliness in functions/names/defines
3874
3875 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3876
3877         * configure.ac:
3878           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3879           added manually to each Makefile.am so we are sure it goes
3880           *last* and doesn't add -L flags before linking in libs of our
3881           own, like, say, internal .la libs, that then accidentally pick
3882           up the installed copy.
3883         * docs/libs/Makefile.am:
3884         * ext/alsa/Makefile.am:
3885         * ext/cdparanoia/Makefile.am:
3886         * ext/gnomevfs/Makefile.am:
3887         * ext/libvisual/Makefile.am:
3888         * ext/ogg/Makefile.am:
3889         * ext/theora/Makefile.am:
3890         * ext/vorbis/Makefile.am:
3891         * gst-libs/gst/video/Makefile.am:
3892         * gst/adder/Makefile.am:
3893         * gst/audioconvert/Makefile.am:
3894         * gst/audiorate/Makefile.am:
3895         * gst/audioscale/Makefile.am:
3896         * gst/ffmpegcolorspace/Makefile.am:
3897         * gst/playback/Makefile.am:
3898         * gst/sine/Makefile.am:
3899         * gst/subparse/Makefile.am:
3900         * gst/tags/Makefile.am:
3901         * gst/tcp/Makefile.am:
3902         * gst/typefind/Makefile.am:
3903         * gst/videorate/Makefile.am:
3904         * gst/videoscale/Makefile.am:
3905         * gst/videotestsrc/Makefile.am:
3906         * gst/volume/Makefile.am:
3907         * sys/v4l/Makefile.am:
3908         * sys/ximage/Makefile.am:
3909         * sys/xvimage/Makefile.am:
3910           adapt properly to this change. This should make sure that
3911           plugins and libs properly link to the as-yet-uninstalled
3912           copies of stuff like libgstinterfaces and libgstvideo
3913
3914 2005-07-13  Andy Wingo  <wingo@pobox.com>
3915
3916         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3917         (gst_v4lsrc_fixate): Fixate on format as well.
3918
3919         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3920         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3921         buffer points to it.
3922         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3923         rather just doing X calls ourselves. Also fixes a memleak.
3924
3925 2005-07-12  Andy Wingo  <wingo@pobox.com>
3926
3927         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3928         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3929         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3930         TRUE to avoid deadlocks if an element holds on to our buffers.
3931
3932 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3933
3934         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3935         (gst_sinesrc_init), (gst_sinesrc_create),
3936         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3937         (gst_sinesrc_start):
3938         * gst/sine/gstsinesrc.h:
3939           removing num-buffers property before moving it
3940
3941 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3942
3943         * configure.ac:
3944           use overridable ERROR_CFLAGS
3945         * docs/libs/gst-plugins-base-libs.types:
3946         * docs/libs/tmpl/gstringbuffer.sgml:
3947         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3948         (gst_alsasink_class_init):
3949         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3950         (gst_alsasrc_class_init):
3951         * gst-libs/gst/audio/audio.h:
3952         * gst-libs/gst/audio/gstaudioclock.h:
3953         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3954         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3955         (gst_audio_filter_link), (gst_audio_filter_init),
3956         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3957         (gst_audio_filter_get_property),
3958         (gst_audio_filter_class_add_pad_templates):
3959         * gst-libs/gst/audio/gstaudiofilter.h:
3960         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3961         (gst_audio_filter_template_get_type),
3962         (gst_audio_filter_template_base_init),
3963         (gst_audio_filter_template_class_init),
3964         (gst_audio_filter_template_init),
3965         (gst_audio_filter_template_set_property),
3966         (gst_audio_filter_template_get_property), (plugin_init),
3967         (gst_audio_filter_template_setup),
3968         (gst_audio_filter_template_filter),
3969         (gst_audio_filter_template_filter_inplace):
3970         * gst-libs/gst/audio/gstaudiosink.c:
3971         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3972         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3973         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3974         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3975         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3976         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3977         * gst-libs/gst/audio/gstaudiosink.h:
3978         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3979         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3980         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3981         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3982         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3983         (gst_audio_src_class_init), (gst_audio_src_init),
3984         (gst_audio_src_create_ringbuffer):
3985         * gst-libs/gst/audio/gstaudiosrc.h:
3986         * gst-libs/gst/audio/gstbaseaudiosink.c:
3987         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3988         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3989         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3990         (gst_base_audio_sink_set_property),
3991         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3992         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3993         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3994         (gst_base_audio_sink_create_ringbuffer),
3995         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3996         * gst-libs/gst/audio/gstbaseaudiosink.h:
3997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3998         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3999         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4000         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4001         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4002         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4003         (gst_base_audio_src_event), (gst_base_audio_src_create),
4004         (gst_base_audio_src_create_ringbuffer),
4005         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4006         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4008         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4009         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4010         (gst_ring_buffer_debug_spec_caps),
4011         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4012         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4013         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4014         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4015         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4016         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4017         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4018         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4019         (gst_ring_buffer_clear):
4020         * gst-libs/gst/audio/gstringbuffer.h:
4021         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4022         (gst_video_sink_class_init), (gst_video_sink_get_type):
4023         * gst-libs/gst/video/videosink.h:
4024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4025         (gst_multifdsink_class_init),
4026         (gst_multifdsink_handle_client_write),
4027         (gst_multifdsink_change_state):
4028         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4029         (gst_tcpclientsink_setcaps):
4030         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4031         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4032         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4033         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4034         (gst_ximagesink_send_pending_navigation),
4035         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4036         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4038         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4039         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4040         (gst_xvimagesink_send_pending_navigation),
4041         (gst_xvimagesink_navigation_send_event),
4042         (gst_xvimagesink_set_xwindow_id),
4043         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4044         (gst_xvimagesink_get_type):
4045         more macro splitting
4046
4047 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4048
4049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4050           plug a memleak, allows me to import 1479 albums in one go
4051           in jamboree
4052         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4053         (vorbis_handle_type_packet), (vorbis_dec_chain),
4054         (vorbis_dec_change_state):
4055           fix some format strings
4056
4057 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4058
4059         * docs/libs/tmpl/gstcolorbalance.sgml:
4060         * docs/libs/tmpl/gstmixer.sgml:
4061         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4062         (gst_alsasink_set_property), (gst_alsasink_get_property):
4063         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4064         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4065           add device property
4066
4067 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4068
4069         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4070         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4071         (audiocast_register_listener), (audiocast_thread_run),
4072         (gst_gnomevfssrc_send_additional_headers_callback),
4073         (gst_gnomevfssrc_received_headers_callback),
4074         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4075         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4076         (gst_gnomevfssrc_get_size):
4077           add/clean up debugging
4078         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4079           cleanups
4080
4081 2005-07-07  Andy Wingo  <wingo@pobox.com>
4082
4083         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4084         framerate. Need to get a handle on when exactly this function is
4085         called, tho.
4086
4087         * sys/v4l/v4lsrc_calls.h:
4088         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4089         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4090         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4091
4092         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4093         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4094         v4lelements are sources.
4095
4096         * sys/v4l/gstv4lxoverlay.h:
4097         * sys/v4l/gstv4lxoverlay.c:
4098         * sys/v4l/gstv4ltuner.h:
4099         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4100         
4101         * sys/v4l/gstv4lsrc.h:
4102         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4103         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4104         or something should handle that. Made a live source.
4105
4106         * sys/v4l/gstv4lelement.h:
4107         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4108         signals. Some cleanups.
4109
4110         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4111
4112         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4113         stuff.
4114
4115         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4116         stuff.
4117
4118         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4119
4120 2005-07-07  Wim Taymans  <wim@fluendo.com>
4121
4122         * ext/theora/theoradec.c: (theora_get_query_types),
4123         (theora_dec_src_getcaps), (theora_dec_push):
4124         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4126         Remove deprecated/unused query types.
4127
4128 2005-07-06  Wim Taymans  <wim@fluendo.com>
4129
4130         * ext/alsa/Makefile.am:
4131         * ext/alsa/gstalsaplugin.c: (plugin_init):
4132         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4133         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4134         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4135         (gst_alsasrc_class_init), (gst_alsasrc_init),
4136         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4137         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4138         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4139         (gst_alsasrc_reset):
4140         * ext/alsa/gstalsasrc.h:
4141         * gst-libs/gst/audio/Makefile.am:
4142         * gst-libs/gst/audio/gstaudiosink.c:
4143         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4144         (gst_audioringbuffer_start):
4145         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4146         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4147         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4148         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4149         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4150         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4151         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4152         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4153         * gst-libs/gst/audio/gstaudiosrc.h:
4154         * gst-libs/gst/audio/gstbaseaudiosink.c:
4155         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4156         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4157         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4159         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4160         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4161         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4162         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4163         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4164         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4165         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4166         (gst_baseaudiosrc_change_state):
4167         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4168         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4169         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4170         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4171         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4172         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4173         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4174         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4175         * gst-libs/gst/audio/gstringbuffer.h:
4176         Added audiosource base classes.
4177         Ported alsasrc, still very basic.
4178
4179 2005-07-06  Wim Taymans  <wim@fluendo.com>
4180
4181         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4182         (theora_dec_push), (theora_handle_data_packet):
4183         Prepare for better timestamp fix later.
4184
4185         * gst/audioconvert/gstaudioconvert.c:
4186         List most accurate caps first
4187
4188         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4189         Use proper pad task function.
4190
4191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4192         (gst_xvimagesink_show_frame):
4193         Fix deadlock when alloc failed.
4194
4195 2005-07-05  Andy Wingo  <wingo@pobox.com>
4196
4197         * ext/gnomevfs/gstgnomevfssrc.c:
4198         * gst/sine/gstsinesrc.c:
4199         * gst/tcp/gsttcpserversrc.c:
4200         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4201
4202         * sys/v4l/: Port from 0.8.
4203
4204         * Many files: Null if we got it....
4205
4206 2005-07-05  Andy Wingo  <wingo@pobox.com>
4207
4208         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4209         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4210         Signedness fixes.
4211
4212 2005-07-05  Wim Taymans  <wim@fluendo.com>
4213
4214         * configure.ac:
4215         * gst/tcp/Makefile.am:
4216         * gst/tcp/README:
4217         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4218         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4219         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4220         (is_sync_frame), (gst_multifdsink_handle_client_write),
4221         (gst_multifdsink_render), (gst_multifdsink_start),
4222         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4223         * gst/tcp/gstmultifdsink.h:
4224         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4225         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4226         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4227         * gst/tcp/gsttcp.h:
4228         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4229         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4230         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4231         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4232         * gst/tcp/gsttcpclientsink.h:
4233         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4234         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4235         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4236         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4237         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4238         * gst/tcp/gsttcpclientsrc.h:
4239         * gst/tcp/gsttcpplugin.c: (plugin_init):
4240         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4241         * gst/tcp/gsttcpserversink.h:
4242         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4243         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4244         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4245         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4246         (gst_tcpserversrc_stop):
4247         * gst/tcp/gsttcpserversrc.h:
4248         * gst/tcp/gsttcpsink.c:
4249         * gst/tcp/gsttcpsink.h:
4250         * gst/tcp/gsttcpsrc.c:
4251         * gst/tcp/gsttcpsrc.h:
4252         Ported tcp plugins to 0.9. 
4253         
4254
4255 2005-07-05  Andy Wingo  <wingo@pobox.com>
4256
4257         * gst/playback/gstplaybasebin.c (fill_buffer):
4258         message_new_application fixen.
4259
4260         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4261         Style fix.
4262
4263 2005-07-04  Wim Taymans  <wim@fluendo.com>
4264
4265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4266         Set caps on output buffer.
4267
4268 2005-07-04  Andy Wingo  <wingo@pobox.com>
4269
4270         * ext/gnomevfs/gstgnomevfssrc.c
4271         (gst_gnomevfssrc_received_headers_callback) 
4272         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4273         hopefully.
4274
4275         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4276         No refcount leakage.
4277
4278         * configure.ac: Enable -Werror.
4279         
4280         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4281         * gst/audioconvert/bufferframesconvert.c
4282         (buffer_frames_convert_fixate):
4283         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4284         (gst_audio_convert_fixate):
4285         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4286         (gst_sinesrc_create): Fixate func changes.
4287         
4288         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4289         (gst_ximagesink_buffer_alloc): Unused var.
4290
4291 2005-07-01  Andy Wingo  <wingo@pobox.com>
4292
4293         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4294         getcaps to do explicit caps. Needs to be done in all decoders,
4295         possibly via a base class.
4296
4297         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4298
4299         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4300         caps on the sink pad, just rely on the pad template. Also, setting
4301         ANY caps on a pad is not valid because the caps are not fixed.
4302
4303         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4304         caps on the buffer, and get the width from the desired_caps if
4305         they're set.
4306         (gst_ximagesink_renegotiate_size): Implement via setting the
4307         desired_caps on the ximagesink.
4308         (gst_ximagesink_setcaps): Only reset the width of the player if it
4309         wasn't already set. Not sure if this is right.
4310         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4311
4312         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4313         that the user wants. NULL unless the window has been resized.
4314
4315         * gst/volume/gstvolume.c (volume_transform): Adapt to
4316         basetransform refcount changes.
4317         
4318 2005-07-01  Andy Wingo  <wingo@pobox.com>
4319
4320         * gst/videoscale/gstvideoscale.c:
4321         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4322         from BaseTransform, implements a transform_caps. Removed dead code
4323         including some PAR stuff that was never reached -- should probably
4324         be added back somehow.
4325
4326 2005-07-01  Andy Wingo  <wingo@pobox.com>
4327
4328         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4329         come later.
4330
4331 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4332
4333         * configure.ac:
4334         * docs/libs/Makefile.am:
4335         * docs/libs/gst-plugins-libs.types:
4336         * ext/alsa/Makefile.am:
4337         * ext/alsa/gstalsamixer.h:
4338         * ext/alsa/gstalsamixeroptions.h:
4339         * ext/alsa/gstalsamixertrack.h:
4340         * gst-libs/gst/Makefile.am:
4341         * gst-libs/gst/colorbalance/.cvsignore:
4342         * gst-libs/gst/colorbalance/Makefile.am:
4343         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4344         * gst-libs/gst/colorbalance/colorbalance.c:
4345         * gst-libs/gst/colorbalance/colorbalance.h:
4346         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4347         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4348         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4349         * gst-libs/gst/interfaces/Makefile.am:
4350         * gst-libs/gst/interfaces/colorbalance.c:
4351         (gst_color_balance_class_init):
4352         * gst-libs/gst/interfaces/colorbalance.h:
4353         * gst-libs/gst/interfaces/interfaces-marshal.list:
4354         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4355         * gst-libs/gst/interfaces/mixer.h:
4356         * gst-libs/gst/interfaces/mixeroptions.h:
4357         * gst-libs/gst/interfaces/navigation.c:
4358         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4359         * gst-libs/gst/interfaces/tuner.h:
4360         * gst/volume/Makefile.am:
4361         * gst/volume/gstvolume.c:
4362         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4363         * sys/ximage/Makefile.am:
4364         * sys/ximage/ximagesink.c:
4365         * sys/xvimage/Makefile.am:
4366         * sys/xvimage/xvimagesink.c:
4367           fold in all interfaces into an interfaces dir, preserving CVS
4368           history
4369
4370 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4371
4372         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4373           Fix build after riff changes.
4374
4375 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4376
4377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4378         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4379         (gst_riff_create_video_template_caps),
4380         (gst_riff_create_audio_template_caps),
4381         (gst_riff_create_iavs_template_caps):
4382         * gst-libs/gst/riff/riff-media.h:
4383         * gst-libs/gst/riff/riff-read.h:
4384         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4385           Add gst_riff_init() to initialize the debug category, instead
4386           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4387
4388 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4389
4390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4391           Oops, I shouldn't apply hacks.
4392
4393 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4394
4395         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4396           Remove pad_loop function which doesn't work.
4397
4398 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4399
4400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4401           Send EOS when deactivating.
4402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4403         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4404         (gen_preroll_element), (probe_triggered), (mute_stream),
4405         (silence_stream), (new_decoded_pad), (setup_substreams),
4406         (set_active_source):
4407         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4408         (remove_sinks), (add_sink):
4409         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4410           Change for new probe API.
4411
4412 2005-06-29  Wim Taymans  <wim@fluendo.com>
4413
4414         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4415         * gst-libs/gst/audio/gstbaseaudiosink.c:
4416         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4417         (gst_baseaudiosink_change_state):
4418         * gst-libs/gst/audio/gstbaseaudiosink.h:
4419         * gst-libs/gst/audio/gstringbuffer.c:
4420         (gst_ringbuffer_set_callback):
4421         Fix compilation error.
4422         Ringbuffer starts out as not running.
4423         Free our clock in dispose.
4424         When releasing the ringbuffer we need to renegotiate so
4425         clear the pad caps.
4426
4427 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4428
4429         * autogen.sh:
4430         * configure.ac:
4431         * docs/Makefile.am:
4432         * docs/libs/Makefile.am:
4433         * docs/libs/gst-plugins-libs-docs.sgml:
4434         * docs/libs/gst-plugins-libs-sections.txt:
4435         * docs/libs/gst-plugins-libs.types:
4436         * docs/libs/tmpl/gstaudio.sgml:
4437         * docs/libs/tmpl/gstcolorbalance.sgml:
4438         * docs/libs/tmpl/gstringbuffer.sgml:
4439         * gst-libs/gst/audio/gstringbuffer.c:
4440         (gst_ringbuffer_set_callback):
4441           reinstate gtk-doc docs for plugin libs
4442
4443 2005-06-28  Wim Taymans  <wim@fluendo.com>
4444
4445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4446         (gst_ogg_demux_init):
4447         Removed pad loop function.
4448
4449 2005-06-28  Wim Taymans  <wim@fluendo.com>
4450
4451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4452         If we're building a chain we are not in an error case
4453         when we queue a buffer.
4454
4455 2005-06-28  Andy Wingo  <wingo@pobox.com>
4456
4457         * *.c: Don't cast to GstObject before reffing/unreffing.
4458
4459 2005-06-27  Andy Wingo  <wingo@pobox.com>
4460
4461         * gst/videotestsrc/gstvideotestsrc.c
4462         (gst_videotestsrc_activate_push): Activation API changes.
4463
4464         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4465         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4466         they have refs on the decodebin.
4467
4468         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4469         parent class.
4470         (gst_ogg_pad_typefind): Don't leak a pad ref.
4471         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4472         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4473         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4474
4475 2005-06-27  Edward Hervey  <edward@fluendo.com>
4476
4477         * ext/theora/theoradec.c: (theora_dec_change_state): 
4478         re-arranged call to parent's state change in order to avoid locks (or
4479         worse).
4480
4481 2005-06-26  Edward Hervey  <edward@fluendo.com>
4482
4483         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4484         2nd argument of 'unknow-type' signal is a GstCaps and not a
4485         GstMiniObject
4486
4487 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4488         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4489           Set the worker thread's running flag to TRUE before starting the
4490           thread.
4491         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4492           Catch a failure to add typefind to the bin.
4493
4494 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4495
4496         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4497         (gst_sinesrc_init), (gst_sinesrc_create),
4498         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4499         (gst_sinesrc_start):
4500         * gst/sine/gstsinesrc.h:
4501           add num-buffers and timestamp-offset properties
4502         * gst/videotestsrc/gstvideotestsrc.c:
4503         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4504         (gst_videotestsrc_get_property):
4505           add timestamp-offset property
4506
4507 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4508
4509         * configure.ac: add videorate
4510         * gst-plugins-base.spec.in: add videorate
4511
4512 2005-06-23  Wim Taymans  <wim@fluendo.com>
4513
4514         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4515         (gst_videorate_getcaps), (gst_videorate_setcaps),
4516         (gst_videorate_event), (gst_videorate_chain):
4517         Fixed videorate, fixating an already fixated caps is not
4518         an error.
4519
4520 2005-06-23  Wim Taymans  <wim@fluendo.com>
4521
4522         * ext/ogg/README:
4523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4524         Buffer on caps is not boxed anymore.
4525
4526 2005-06-22  Wim Taymans  <wim@fluendo.com>
4527
4528         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4530         Set buffers on caps as miniobjects and not as boxed.
4531
4532 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4533
4534         * configure.ac:
4535           back to HEAD
4536
4537 === release 0.9.1 ===
4538
4539 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4540
4541         * .cvsignore:
4542         * NEWS:
4543         * README:
4544         * RELEASE:
4545         * configure.ac:
4546         * po/af.po:
4547         * po/az.po:
4548         * po/cs.po:
4549         * po/en_GB.po:
4550         * po/hu.po:
4551         * po/it.po:
4552         * po/nb.po:
4553         * po/nl.po:
4554         * po/or.po:
4555         * po/sq.po:
4556         * po/sr.po:
4557         * po/sv.po:
4558         * po/uk.po:
4559         * po/vi.po:
4560           updates for release
4561
4562 2005-06-09  Andy Wingo  <wingo@pobox.com>
4563
4564         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4565         
4566 2005-06-09  Andy Wingo  <wingo@pobox.com>
4567
4568         * configure.ac:
4569         * gst-libs/gst/Makefile.am:
4570         * gst-libs/gst/net/Makefile.am:
4571         Add gstnet to build.
4572
4573 2005-06-09  Andy Wingo  <wingo@pobox.com>
4574
4575         * gst-libs/gst/gconf/gconf.c:
4576         * gst/playback/test.c:
4577         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4578         fixes.
4579
4580         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4581
4582         * ext/theora/theoraenc.c (theora_enc_chain): 
4583         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4584
4585         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4586         RealPad.
4587
4588 2005-06-02  Wim Taymans  <wim@fluendo.com>
4589
4590         * gst-libs/gst/net/Makefile.am:
4591         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4592         * pkgconfig/gstreamer-libs.pc.in:
4593         Added net stuff, version net lib.
4594
4595 2005-06-02  Wim Taymans  <wim@fluendo.com>
4596
4597         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4598         (query_rates), (query_positions_elems), (query_positions_pads),
4599         (do_seek):
4600         Updated seek example.
4601
4602 2005-06-02  Andy Wingo  <wingo@pobox.com>
4603
4604         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4605         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4606         list.
4607
4608         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4609         remove the typefind, the bin dispose will do it for us. When it's
4610         removed and unreffed, the signal handler will be disconnected,
4611         too.
4612         (unlinked): It's too difficult to disconnect from unlinked
4613         handlers, as they are on pads not elements. Just punt if the pads
4614         aren't grandkids of the bin.
4615
4616 2005-06-02  Wim Taymans  <wim@fluendo.com>
4617
4618         * ext/ogg/README:
4619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4620         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4622         * ext/theora/theoradec.c: (theora_dec_src_query),
4623         (theora_handle_data_packet):
4624         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4625         (theora_enc_chain):
4626         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4627         (vorbis_handle_data_packet):
4628         * gst/audioconvert/bufferframesconvert.c:
4629         (buffer_frames_convert_chain):
4630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4631         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4632         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4633         (gst_ffmpegcsp_chain):
4634         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4635         (gst_videorate_getcaps), (gst_videorate_setcaps),
4636         (gst_videorate_event), (gst_videorate_chain):
4637         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4638         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4639         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4640         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4641         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4642         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4643         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4644         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4645         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4646         Cleanups and buffer alloc.
4647
4648 2005-05-31  Wim Taymans  <wim@fluendo.com>
4649
4650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4651         Don't try to call the delay method when the device is not
4652         opened.
4653
4654 2005-05-31  Wim Taymans  <wim@fluendo.com>
4655
4656         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4657         Get actual segment size and buffer size after opening
4658         the device.
4659
4660 2005-05-30  Wim Taymans  <wim@fluendo.com>
4661
4662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4663         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4664         Also FLUSH upstream, makes the loop function exit faster.
4665         
4666         * ext/theora/theoradec.c: (theora_dec_src_query):
4667         Some more debug info in the query.
4668         
4669         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4670         (gst_ximagesink_setcaps):
4671         Release lock on par error, better error reporting.
4672
4673 2005-05-26  Wim Taymans  <wim@fluendo.com>
4674
4675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4676         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4677         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4678         Clear chains in READY
4679         Queue packets until the chain is activated.
4680
4681 2005-05-25  Wim Taymans  <wim@fluendo.com>
4682
4683         * gst-libs/gst/audio/gstaudiosink.c:
4684         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4685         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4686         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4687         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4688         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4689         (gst_audiosink_create_ringbuffer):
4690         * gst-libs/gst/audio/gstbaseaudiosink.c:
4691         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4692         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4693         (gst_baseaudiosink_set_property), (build_linear_format),
4694         (debug_spec_caps), (debug_spec_buffer),
4695         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4696         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4697         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4698         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4700         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4701         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4702         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4703         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4704         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4705         (wait_segment), (gst_ringbuffer_commit),
4706         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4707         (gst_ringbuffer_clear):
4708         Various small cleanups.
4709
4710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4711         (gst_audio_convert_change_state):
4712         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4713         No need to take the locks anymore.
4714
4715 2005-05-25  Wim Taymans  <wim@fluendo.com>
4716
4717         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4718         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4719         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4720         (type_found):
4721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4722         (group_destroy), (group_commit), (queue_overrun),
4723         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4724         (mute_stream), (new_decoded_pad), (setup_substreams),
4725         (setup_source), (mute_group_type), (set_active_source),
4726         (gst_play_base_bin_change_state):
4727         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4728         (gen_video_element), (gen_text_element), (gen_audio_element),
4729         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4730         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4731         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4732         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4733         Some playbin cleanups mostly refcounting sloppyness.
4734
4735 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4736
4737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4738           Work with streaming input.
4739
4740 2005-05-25  Wim Taymans  <wim@fluendo.com>
4741
4742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4743         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4744         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4745         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4746         No need to take the STREAM lock anymore.
4747
4748 2005-05-25  Wim Taymans  <wim@fluendo.com>
4749
4750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4751         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4752         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4753         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4754         (gst_ogg_demux_sink_activate):
4755         * ext/theora/theoradec.c: (theora_dec_src_event),
4756         (theora_handle_comment_packet), (theora_dec_chain),
4757         (theora_dec_change_state):
4758         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4759         (vorbis_handle_data_packet), (vorbis_dec_chain),
4760         (vorbis_dec_change_state):
4761         Remove STREAM locks as they are taken in core now.
4762         Never set bogus granulepos on vorbis/theora.
4763         Fix leaks in theoradec tag parsing.
4764
4765 2005-05-25  Wim Taymans  <wim@fluendo.com>
4766
4767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4768         Fix memleaks, GST_BUFFER_DATA() is not freed.
4769
4770 2005-05-25  Wim Taymans  <wim@fluendo.com>
4771
4772         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4773         Open non-blocking, set to blocking mode afterwards to avoid
4774         lockups when audio device is busy.
4775
4776 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4777
4778         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4779           This can't be good.
4780
4781 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4782
4783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4784         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4785         (gst_audio_convert_setcaps):
4786           Implement instant setup switching.
4787
4788 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4789
4790         * gst/playback/gstplaybasebin.c: (probe_triggered):
4791           Fix missing unlock.
4792         * gst/playback/gstplaybin.c: (add_sink):
4793           First add, then link (otherwise pad link fails).
4794
4795 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4796
4797         * examples/Makefile.am:
4798         fix buildbot (make distcheck)
4799
4800 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4801
4802         * gst/playback/gstplaybin.c: (gen_vis_element):
4803           Remove some wrong code. Doesn't work yet.
4804
4805 2005-05-19  Wim Taymans  <wim@fluendo.com>
4806
4807         * gst-libs/gst/net/Makefile.am:
4808         * gst-libs/gst/net/README:
4809         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4810         (gst_netbuffer_class_init), (gst_netbuffer_init),
4811         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4812         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4813         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4814         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4815         * gst-libs/gst/net/gstnetbuffer.h:
4816         Added buffer subclass to store extra to/from addresses for
4817         network sources/sinks.
4818
4819 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4820
4821         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4822           Don't lock an unassigned variable.
4823
4824 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4825
4826         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4827           Increase buffer for video, decrease buffer for other media types.
4828         * gst/playback/gstplaybin.c: (gen_video_element),
4829         (gen_audio_element):
4830           Change names for debugging purposes.
4831
4832 2005-05-18  Wim Taymans  <wim@fluendo.com>
4833
4834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4835         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4836         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4837         (gst_ffmpegcsp_chain):
4838         Enable buffer alloc passthrough if the source and dest
4839         formats are the same.
4840
4841 2005-05-17  Wim Taymans  <wim@fluendo.com>
4842
4843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4844         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4845         (gst_ogg_demux_chain_unlocked):
4846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4847         (gst_audio_convert_caps_remove_format_info),
4848         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4849         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4851         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4852         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4853         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4854         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4855         (gst_ffmpegcsp_get_property):
4856         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4857         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4858         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4859         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4860         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4861         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4862         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4863         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4864         Leak fixes in oggdemux.
4865         Some cleanups in audioconvert.
4866         Make passthrough work along with buffer_alloc etc.
4867         Make buffer_alloc and buffer recycling actually work in
4868         xvimagesink.
4869
4870 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4871
4872         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4873           make the compiler happy
4874
4875 2005-05-17  Wim Taymans  <wim@fluendo.com>
4876
4877         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4878         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4879         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4880         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4881         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4882         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4883         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4884         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4885         (gst_xvimagesink_set_xwindow_id):
4886         * sys/xvimage/xvimagesink.h:
4887         Port xvimagesink to new MiniObject.
4888
4889 2005-05-17  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4892         (gst_audiofilter_chain):
4893         * gst-libs/gst/audio/gstaudiosink.c:
4894         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4895         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4896         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4897         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4898         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4899         (gst_audiosink_create_ringbuffer):
4900         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4901         (gst_audio_convert_caps_remove_format_info),
4902         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4903         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4905         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4906         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4907         Fix passthrough in ffmpegcolorspace.
4908         Fix memset in audiosink on wrong memory.
4909
4910 2005-05-16  David Schleef  <ds@schleef.org>
4911
4912         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4913         to GstMiniObject.
4914
4915 2005-05-16  David Schleef  <ds@schleef.org>
4916
4917         Port from GstData to GstMiniObject.
4918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4920         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4921         (gst_ogg_mux_collected):
4922         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4923         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4924         (theora_handle_data_packet):
4925         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4926         (theora_set_header_on_caps), (theora_enc_chain):
4927         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4928         (vorbis_handle_comment_packet):
4929         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4930         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4931         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4932         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4933         * gst/audioconvert/gstaudioconvert.c:
4934         (gst_audio_convert_get_buffer):
4935         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4936         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4937         (mute_stream), (silence_stream):
4938         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4939         * gst/volume/gstvolume.c: (volume_transform):
4940         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4941         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4942         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4943         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4944         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4945         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4946         (gst_ximagesink_buffer_alloc):
4947         * sys/ximage/ximagesink.h:
4948
4949 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4950
4951         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4952         (fill_buffer), (check_queue), (queue_threshold_reached),
4953         (queue_out_of_data):
4954         * gst/playback/gstplaybasebin.h:
4955           Post buffer-fullness on the bus.
4956
4957 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4958
4959         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4960         (try_to_link_1):
4961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4962         (group_commit), (probe_triggered), (setup_source),
4963         (gst_play_base_bin_change_state):
4964         * gst/playback/gstplaybasebin.h:
4965         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4966         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4967         (gst_play_bin_change_state):
4968           Move setup_output_pads into a virtual function, remove
4969           group-switch (no longer needed) and redirect (handled by bus
4970           now) signals.
4971
4972 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4973
4974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4975         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4976         (get_active_group), (get_building_group), (group_destroy),
4977         (group_commit), (check_queue), (queue_overrun),
4978         (queue_threshold_reached), (queue_out_of_data),
4979         (gen_preroll_element), (remove_groups), (unknown_type),
4980         (add_element_stream), (no_more_pads), (probe_triggered),
4981         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4982         (setup_substreams), (setup_source), (finish_source),
4983         (prepare_output), (muted_group_change_state),
4984         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4985         (gst_play_base_bin_change_state):
4986         * gst/playback/gstplaybasebin.h:
4987         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4988         (gst_play_bin_init), (gst_play_bin_set_property),
4989         (gen_video_element), (gen_text_element), (gen_audio_element),
4990         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4991         (gst_play_bin_change_state):
4992         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4993         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4994         (stream_info_change_state), (gst_stream_info_set_mute),
4995         (gst_stream_info_get_property):
4996         * gst/playback/gststreaminfo.h:
4997         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4998         (gst_stream_selector_get_linked_pad),
4999         (gst_stream_selector_getcaps),
5000         (gst_stream_selector_get_linked_pads),
5001         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5002         * gst/playback/gststreamselector.h:
5003           Rough port of playbin. Needs some more work, but is mostly done,
5004           and uses a few locks in important places, which should make stuff
5005           like chain-switches clean. Still uses GST_STATE() in a few places,
5006           which isn't all that good an idea, subtitles/elements disabled
5007           because no elements to test with and thus probably broken, query
5008           and event handling moved to GstBin, internal thread removed
5009           alltogether because the pipeline does that for us now. Can play
5010           Ogg/Vorbis files. Haven't tested anything else yet.
5011
5012 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5013
5014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5015           Do no-more-pads (needed for autoplugging).
5016
5017 2005-05-10  Andy Wingo  <wingo@pobox.com>
5018
5019         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5020         message to the bus with the tags. Still not sent downstream tho.
5021
5022         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5023         get_parent.
5024         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5025         avoid refcounting hassles.
5026
5027 2005-05-09  Andy Wingo  <wingo@pobox.com>
5028
5029         * gst/volume/Makefile.am:
5030         * gst/volume/demo.c
5031         * gst/volume/gstvolume.h
5032         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5033         basetransform. Probably need an audio filter base class.
5034
5035 2005-05-09  Wim Taymans  <wim@fluendo.com>
5036
5037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5038         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5039         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5040         (gst_vorbisenc_chain):
5041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5042         (gst_audio_convert_caps_remove_format_info),
5043         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5044         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5045         Make caps writable before writing to it.
5046         Fix negotiation in audioconvert some more.
5047
5048 2005-05-09  Wim Taymans  <wim@fluendo.com>
5049
5050         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5051         (gst_videorate_getcaps), (gst_videorate_setcaps),
5052         (gst_videorate_event), (gst_videorate_chain):
5053         Better negotiation.
5054
5055 2005-05-09  Wim Taymans  <wim@fluendo.com>
5056
5057         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5058         (gst_videorate_getcaps), (gst_videorate_setcaps),
5059         (gst_videorate_blank_data), (gst_videorate_init),
5060         (gst_videorate_event), (gst_videorate_chain),
5061         (gst_videorate_change_state):
5062         Port videorate, do a better job at negotiation while we're at
5063         it.
5064
5065 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5066
5067         * configure.ac:
5068           Disable libvisual
5069
5070         * examples/Makefile.am:
5071         * gst-libs/gst/audio/Makefile.am:
5072         * gst-libs/gst/riff/Makefile.am:
5073         * gst-libs/gst/tag/Makefile.am:
5074         * gst-libs/gst/video/Makefile.am:
5075           Fixups for missing variables.
5076
5077 2005-05-09  Wim Taymans  <wim@fluendo.com>
5078
5079         * examples/seeking/seek.c: (make_theora_pipeline),
5080         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5081         (query_rates), (query_positions_elems), (query_positions_pads),
5082         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5084         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5085         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5086         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5087         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5089         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5090         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5091         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5092         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5093         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5094         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5095         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5096         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5097         (theora_dec_src_convert), (theora_dec_sink_convert),
5098         (theora_dec_src_query), (theora_dec_sink_query),
5099         (theora_dec_src_event), (theora_dec_sink_event),
5100         (theora_handle_comment_packet), (theora_handle_type_packet),
5101         (theora_handle_header_packet), (theora_handle_data_packet),
5102         (theora_dec_chain):
5103         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5104         (vorbis_dec_convert), (vorbis_dec_src_query),
5105         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5106         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5107         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5108         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5109         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5110         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5111         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5112         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5113         (gst_play_bin_query):
5114         * gst/playback/test3.c: (update_scale):
5115         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5116         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5117         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5118         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5119         (gst_videotestsrc_src_query):
5120         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5121         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5122         (paint_hline_YUV9):
5123         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5124         Port to new query API.
5125         Updated seek.
5126         Cleanups in x[v]imagesink
5127
5128 2005-05-09  Andy Wingo  <wingo@pobox.com>
5129
5130         * ext/alsa/gstalsasink.h:
5131         * ext/gnomevfs/gstgnomevfssrc.c:
5132         (gst_gnomevfssrc_get_icy_metadata):
5133         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5134         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5135         * ext/theora/theoradec.c (theora_dec_src_query)
5136         (theora_dec_src_event, theora_dec_sink_event)
5137         (theora_handle_comment_packet, theora_handle_data_packet):
5138         * ext/theora/theoraenc.c (theora_enc_chain):
5139         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5140         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5141         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5142         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5143         (qt_type_find):
5144         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5145         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5146         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5147         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5148         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5149         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5150         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5151         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5152         (paint_setup_RGB565, paint_setup_xRGB1555):
5153         * gst/videotestsrc/videotestsrc.h:
5154         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5155         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5156         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5157         GCC4 fixes.
5158         
5159         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5160         gst_pad_query_position. Fixes oggdemux.
5161
5162 2005-05-08  David Schleef  <ds@schleef.org>
5163
5164         * configure.ac: Require liboil.
5165         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5166         a few more.
5167         * gst/videotestsrc/videotestsrc.c:
5168         * gst/videotestsrc/videotestsrc.h:
5169
5170 2005-05-06  Wim Taymans  <wim@fluendo.com>
5171
5172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5173         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5174         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5175         Well, unreffing a buffer right before pushing it is asking
5176         for trouble..
5177
5178 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5179
5180         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5181
5182 2005-05-06  Wim Taymans  <wim@fluendo.com>
5183
5184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5185         (gst_audio_convert_caps_remove_format_info),
5186         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5187         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5189         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5190         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5191         * gst/sine/Makefile.am:
5192         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5193         (gst_sinesrc_class_init), (gst_sinesrc_init),
5194         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5195         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5196         (gst_sinesrc_update_freq):
5197         * gst/sine/gstsinesrc.h:
5198         * gst/tcp/gstmultifdsink.c:
5199         * sys/xvimage/xvimagesink.c:
5200         Fixed negotiation wrt _peer_get_caps()
5201         Some cleanups.
5202
5203
5204 2005-05-06  Wim Taymans  <wim@fluendo.com>
5205
5206         * gst-libs/gst/audio/gstaudiosink.c:
5207         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5208         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5209         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5210         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5211         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5212         (gst_audiosink_create_ringbuffer):
5213         * gst-libs/gst/audio/gstbaseaudiosink.c:
5214         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5215         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5216         (gst_baseaudiosink_set_property), (build_linear_format),
5217         (debug_spec_caps), (debug_spec_buffer),
5218         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5219         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5220         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5221         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5222         * gst-libs/gst/audio/gstbaseaudiosink.h:
5223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5224         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5225         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5226         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5227         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5228         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5229         (wait_segment), (gst_ringbuffer_commit),
5230         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5231         (gst_ringbuffer_clear):
5232         * gst-libs/gst/audio/gstringbuffer.h:
5233         Make the base audiosink return an error when there is no
5234         audiobuffer negotiated.
5235
5236 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5237
5238         * ext/Makefile.am:
5239         Disable cdparanoia until someone ports it!
5240
5241 2005-05-06  Wim Taymans  <wim@fluendo.com>
5242
5243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5244         (gst_ogg_demux_sink_activate):
5245         And revert after wingo's revert.. sigh..
5246
5247 2005-05-05  Andy Wingo  <wingo@pobox.com>
5248
5249         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5250         GObject.
5251         * configure.ac: Return audiorate and subparse from the ghetto.
5252         Re-enable -Wall -Werror.
5253         * gst/subparse/gstsubparse.c:
5254         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5255         or chain-based. Cleaned up a bit. Not tested.
5256         
5257 2005-05-05  Christian Schaller <christian@fluendo.com> 
5258
5259         * Makefile.am: remove stuff that is not building
5260         * configure.ac: remove stuff that is not building
5261         * examples/Makefile.am: remove stuff that is not building
5262         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5263         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5264         * sys/Makefile.am: remove stuff that is not building
5265         * testsuite/Makefile.am: remove stuff that is not building
5266
5267 2005-05-05  Andy Wingo  <wingo@pobox.com>
5268
5269         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5270         * gst-libs/gst/tag/gstvorbistag.c:
5271         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5272         * gst/adder/gstadder.h:
5273         * gst/audioconvert/gstchannelmix.c:
5274         (gst_audio_convert_fill_one_other):
5275         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5276         (gst_audiorate_init), (gst_audiorate_chain):
5277         * gst/playback/gstplaybasebin.c: (setup_source):
5278         * gst/playback/test3.c: (update_scale):
5279         Some GCC4 fixes
5280         
5281         * po/af.po:
5282         * po/az.po:
5283         * po/cs.po:
5284         * po/en_GB.po:
5285         * po/hu.po:
5286         * po/it.po:
5287         * po/nb.po:
5288         * po/nl.po:
5289         * po/or.po:
5290         * po/sq.po:
5291         * po/sr.po:
5292         * po/sv.po:
5293         * po/uk.po:
5294         * po/vi.po: Foo
5295
5296 2005-05-05  Wim Taymans  <wim@fluendo.com>
5297
5298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5299         (gst_audio_convert_caps_remove_format_info),
5300         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5301         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5302         * gst/videotestsrc/gstvideotestsrc.c:
5303         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5304         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5305         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5306         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5307         Don't ignore _push() return values.
5308         Make sure no processing is done when shutting down.
5309         Videotestsrc pad activation fix.
5310
5311 2005-05-05  Wim Taymans  <wim@fluendo.com>
5312
5313         * gst/adder/Makefile.am:
5314         * gst/adder/gstadder.c: (gst_adder_setcaps),
5315         (gst_adder_class_init), (gst_adder_init),
5316         (gst_adder_request_new_pad), (gst_adder_collected),
5317         (gst_adder_change_state):
5318         * gst/adder/gstadder.h:
5319         Ported adder as an example of a mixer element using
5320         collect pads. Needs more negotiation work.
5321
5322 2005-05-05  Wim Taymans  <wim@fluendo.com>
5323
5324         * ext/theora/theoradec.c: (_inc_granulepos),
5325         (theora_dec_src_event), (theora_dec_sink_event),
5326         (theora_handle_comment_packet), (theora_handle_type_packet),
5327         (theora_handle_header_packet), (theora_handle_data_packet),
5328         (theora_dec_chain):
5329         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5330         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5331         (theora_push_buffer), (theora_push_packet),
5332         (theora_enc_sink_event), (theora_enc_chain),
5333         (theora_enc_change_state), (theora_enc_set_property),
5334         (theora_enc_get_property):
5335         Added stream lock to decoder so that we can serialize
5336         the discont event.
5337         More theoraenc porting, recover from errors, do clean
5338         shutdown.
5339
5340 2005-05-05  Wim Taymans  <wim@fluendo.com>
5341
5342         * ext/ogg/Makefile.am:
5343         * ext/ogg/README:
5344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5345         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5346         (gst_ogg_print):
5347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5348         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5349         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5350         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5351         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5352         (gst_ogg_mux_change_state):
5353         Ported ogg muxer.
5354
5355 2005-05-05  Wim Taymans  <wim@fluendo.com>
5356
5357         * docs/design-audiosinks.txt:
5358         * gst-libs/gst/audio/TODO:
5359         * gst-libs/gst/audio/gstaudiosink.c:
5360         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5361         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5362         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5363         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5364         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5365         (gst_audiosink_create_ringbuffer):
5366         * gst-libs/gst/audio/gstbaseaudiosink.c:
5367         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5368         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5369         (gst_baseaudiosink_set_property), (build_linear_format),
5370         (debug_spec_caps), (debug_spec_buffer),
5371         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5372         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5373         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5374         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5375         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5376         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5377         (gst_ringbuffer_release), (gst_ringbuffer_play),
5378         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5379         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5380         (gst_ringbuffer_set_sample), (wait_segment),
5381         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5382         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5383         More work on the audiosink, mostly debugging and a race in
5384         shutdown.
5385
5386 2005-04-28  Wim Taymans  <wim@fluendo.com>
5387
5388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5389         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5390         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5391         (vorbis_dec_src_query), (vorbis_dec_src_event),
5392         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5393         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5394         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5395         Don't crap out when seeking back to position 0.
5396
5397 2005-04-28  Wim Taymans  <wim@fluendo.com>
5398
5399         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5400         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5401         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5402         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5403         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5404         Make audio sink configurable, use alsasink as default.
5405
5406 2005-04-28  Wim Taymans  <wim@fluendo.com>
5407
5408         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5409         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5410         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5411         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5412         (vorbis_dec_change_state):
5413         * ext/vorbis/vorbisdec.h:
5414         Refactor, use STREAM_LOCK.
5415
5416 2005-04-28  Wim Taymans  <wim@fluendo.com>
5417
5418         * ext/theora/theoradec.c: (_inc_granulepos),
5419         (theora_dec_sink_event), (theora_handle_comment_packet),
5420         (theora_handle_type_packet), (theora_handle_header_packet),
5421         (theora_handle_data_packet), (theora_dec_chain),
5422         (theora_dec_change_state):
5423         Refactor a bit, use STREAM_LOCK.
5424
5425 2005-04-28  Wim Taymans  <wim@fluendo.com>
5426
5427         * ext/alsa/Makefile.am:
5428         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5429         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5430         (gst_alsa_link), (gst_alsa_close_audio):
5431         * ext/alsa/gstalsaplugin.c: (plugin_init):
5432         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5433         (gst_alsasink_dispose), (gst_alsasink_base_init),
5434         (gst_alsasink_class_init), (gst_alsasink_init),
5435         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5436         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5437         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5438         (gst_alsasink_reset):
5439         * ext/alsa/gstalsasink.h:
5440         Implement alsasink with simple open/write/close API. 
5441         Make alsa dir build by disabling compilation of code.
5442
5443 2005-04-28  Wim Taymans  <wim@fluendo.com>
5444
5445         * gst-libs/gst/audio/Makefile.am:
5446         * gst-libs/gst/audio/audio.h:
5447         * gst-libs/gst/audio/audioclock.c:
5448         * gst-libs/gst/audio/audioclock.h:
5449         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5450         (gst_audio_clock_class_init), (gst_audio_clock_init),
5451         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5452         * gst-libs/gst/audio/gstaudioclock.h:
5453         * gst-libs/gst/audio/gstaudiosink.c:
5454         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5455         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5456         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5457         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5458         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5459         (gst_audiosink_create_ringbuffer):
5460         * gst-libs/gst/audio/gstbaseaudiosink.c:
5461         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5462         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5463         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5464         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5465         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5466         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5467         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5468         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5469         * gst-libs/gst/audio/gstbaseaudiosink.h:
5470         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5471         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5472         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5473         (gst_ringbuffer_release), (gst_ringbuffer_play),
5474         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5475         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5476         (gst_ringbuffer_set_sample), (wait_segment),
5477         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5478         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5479         * gst-libs/gst/audio/gstringbuffer.h:
5480         Make ringbuffer faster and more simple by removing the locks
5481         in the playback thread.
5482         Add sample accurate playback based on buffer sample offsets.
5483         Make the baseaudiosink provide a clock.
5484         Parse caps in the base class.
5485         Correctly handle seeking, flushing and state changes.
5486
5487 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5488
5489         * configure.ac:
5490         * gst/audioconvert/Makefile.am:
5491         * gst/audioscale/Makefile.am:
5492           Fix part of the build.  Come on guys, autogen didn't even work :)
5493
5494 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5495
5496         * configure.ac:
5497         * gst-libs/gst/Makefile.am:
5498         * gst-libs/gst/media-info/.cvsignore:
5499         * gst-libs/gst/media-info/Makefile.am:
5500         * gst-libs/gst/media-info/README:
5501         * gst-libs/gst/media-info/media-info-priv.c:
5502         * gst-libs/gst/media-info/media-info-priv.h:
5503         * gst-libs/gst/media-info/media-info-test.c:
5504         * gst-libs/gst/media-info/media-info.c:
5505         * gst-libs/gst/media-info/media-info.h:
5506         * gst-libs/gst/media-info/media-info.vcproj:
5507         * pkgconfig/Makefile.am:
5508         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5509         * pkgconfig/gstreamer-media-info.pc.in:
5510           Remove media-info, which is also successed by playbin (see Totem
5511           implementation).
5512
5513 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5514
5515         * configure.ac:
5516         * examples/Makefile.am:
5517         * examples/gstplay/.cvsignore:
5518         * examples/gstplay/Makefile.am:
5519         * examples/gstplay/player.c:
5520         * gst-libs/gst/Makefile.am:
5521         * gst-libs/gst/play/.cvsignore:
5522         * gst-libs/gst/play/Makefile.am:
5523         * gst-libs/gst/play/play.c:
5524         * gst-libs/gst/play/play.h:
5525         * gst-libs/gst/play/play.vcproj:
5526         * pkgconfig/Makefile.am:
5527         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5528         * pkgconfig/gstreamer-play.pc.in:
5529           Remove libgstplay, playbin is now the official successor.
5530
5531 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5532
5533         * configure.ac:
5534         * gst-libs/gst/Makefile.am:
5535         * gst-libs/gst/xwindowlistener/Makefile.am:
5536         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5537         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5538           Remove deprecated xwindowlistener (I've moved xwindowlistening
5539           in the v4l/v4l2 plugins over to serverside).
5540
5541 2005-04-25  David Schleef  <ds@schleef.org>
5542
5543         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5544         to examples/dynparams.  Examples do not belong interspersed with
5545         source code.
5546         * examples/dynparams/demo-dparams.c:
5547         * gst/sine/Makefile.am:
5548         * gst/sine/demo-dparams.c:
5549
5550 2005-04-25  David Schleef  <ds@schleef.org>
5551
5552         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5553         * gst-libs/gst/audio/Makefile.am:
5554         * gst-libs/gst/riff/Makefile.am:
5555         * gst-libs/gst/tag/Makefile.am:
5556         * gst-libs/gst/video/Makefile.am:
5557         * gst-libs/gst/xwindowlistener/Makefile.am:
5558
5559         Convert to 0.9 API, seems to work:
5560         * sys/ximage/Makefile.am:
5561         * sys/ximage/ximagesink.c:
5562
5563 2005-04-24  David Schleef  <ds@schleef.org>
5564
5565         Link plugins against libraries:
5566         * ext/alsa/Makefile.am:
5567         * gst/tcp/Makefile.am:
5568
5569         Remove asm code that should be in liboil
5570         * gst/videoscale/Makefile.am:
5571         * gst/videoscale/videoscale_x86_asm.s:
5572
5573         gettext wants these checked in:
5574         * po/af.po:
5575         * po/az.po:
5576         * po/cs.po:
5577         * po/en_GB.po:
5578         * po/hu.po:
5579         * po/it.po:
5580         * po/nb.po:
5581         * po/nl.po:
5582         * po/or.po:
5583         * po/sq.po:
5584         * po/sr.po:
5585         * po/sv.po:
5586         * po/uk.po:
5587         * po/vi.po:
5588
5589 2005-04-24  David Schleef  <ds@schleef.org>
5590
5591         Convert gst_main() to g_main_loop_run()
5592         * gst/playback/decodetest.c: (main):
5593         * gst/playback/test2.c: (main):
5594         * gst/playback/test3.c: (main):
5595         * gst/playback/test4.c: (main):
5596
5597         Link plugins against libraries:
5598         * ext/libvisual/Makefile.am:
5599         * sys/xvimage/Makefile.am:
5600
5601 2005-04-24  David Schleef  <ds@schleef.org>
5602
5603         * configure.ac: Remove idct and resample libs
5604         * gst-libs/gst/Makefile.am: same
5605
5606         Remove usage of gst_library_load():
5607         * ext/alsa/gstalsaplugin.c: (plugin_init):
5608         * ext/libvisual/visual.c: (plugin_init):
5609         * ext/ogg/gstogg.c: (plugin_init):
5610         * ext/theora/theora.c: (plugin_init):
5611         * ext/vorbis/vorbis.c: (plugin_init):
5612         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5613         * gst/audioscale/gstaudioscale.c:
5614         * gst/adder/gstadder.c: (plugin_init):
5615         * gst/audioconvert/plugin.c: (plugin_init):
5616         * sys/ximage/ximagesink.c: (plugin_init):
5617         * sys/xvimage/xvimagesink.c: (plugin_init):
5618         * gst/tcp/gsttcpplugin.c: (plugin_init):
5619
5620         Link plugins against libraries:
5621         * ext/ogg/Makefile.am:
5622         * ext/theora/Makefile.am:
5623         * ext/vorbis/Makefile.am:
5624         * gst/audioconvert/Makefile.am:
5625
5626         Create proper libraries:
5627         * gst-libs/gst/riff/Makefile.am:
5628         * gst-libs/gst/audio/Makefile.am:
5629         * gst-libs/gst/video/Makefile.am:
5630
5631         Move resample library to audioscale plugin directory:
5632         * gst-libs/gst/resample/Makefile.am:
5633         * gst-libs/gst/resample/README:
5634         * gst-libs/gst/resample/dtof.c:
5635         * gst-libs/gst/resample/dtos.c:
5636         * gst-libs/gst/resample/functable.c:
5637         * gst-libs/gst/resample/private.h:
5638         * gst-libs/gst/resample/resample.c:
5639         * gst-libs/gst/resample/resample.h:
5640         * gst-libs/gst/resample/resample.vcproj:
5641         * gst-libs/gst/resample/test.c:
5642         * gst/audioscale/Makefile.am:
5643         * gst/audioscale/README:
5644         * gst/audioscale/dtof.c:
5645         * gst/audioscale/dtos.c:
5646         * gst/audioscale/functable.c:
5647         * gst/audioscale/private.h:
5648         * gst/audioscale/resample.c:
5649         * gst/audioscale/resample.h:
5650         * gst/audioscale/test.c:
5651
5652         Move tagedit library to gst-libs:
5653         * gst-libs/gst/tag/Makefile.am:
5654         * gst-libs/gst/tag/gstid3tag.c:
5655         * gst-libs/gst/tag/gsttagediting.c:
5656         * gst-libs/gst/tag/gsttageditingprivate.h:
5657         * gst-libs/gst/tag/gstvorbistag.c:
5658         * gst/tags/Makefile.am:
5659         * gst/tags/gstid3tag.c:
5660         * gst/tags/gstvorbistag.c:
5661
5662         Fix for core changes:
5663         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5664         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5665         (gst_sinesrc_getrange):
5666
5667 2005-04-23  David Schleef  <ds@schleef.org>
5668
5669         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5670         in gst-plugins in a long time, and properly belongs in liboil.
5671         * gst-libs/gst/idct/Makefile.am:
5672         * gst-libs/gst/idct/README:
5673         * gst-libs/gst/idct/dct.h:
5674         * gst-libs/gst/idct/doieee:
5675         * gst-libs/gst/idct/fastintidct.c:
5676         * gst-libs/gst/idct/floatidct.c:
5677         * gst-libs/gst/idct/idct.c:
5678         * gst-libs/gst/idct/idct.h:
5679         * gst-libs/gst/idct/idtc.vcproj:
5680         * gst-libs/gst/idct/ieeetest.c:
5681         * gst-libs/gst/idct/intidct.c:
5682
5683 2005-04-20  Wim Taymans  <wim@fluendo.com>
5684
5685         * docs/design-audiosinks.txt:
5686         * gst-libs/gst/audio/Makefile.am:
5687         * gst-libs/gst/audio/TODO:
5688         * gst-libs/gst/audio/gstaudiosink.c:
5689         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5690         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5691         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5692         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5693         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5694         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5695         (gst_audiosink_class_init), (gst_audiosink_init),
5696         (gst_audiosink_create_ringbuffer):
5697         * gst-libs/gst/audio/gstaudiosink.h:
5698         * gst-libs/gst/audio/gstbaseaudiosink.c:
5699         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5700         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5701         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5702         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5703         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5704         (gst_baseaudiosink_create_ringbuffer),
5705         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5706         * gst-libs/gst/audio/gstbaseaudiosink.h:
5707         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5708         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5709         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5710         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5711         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5712         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5713         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5714         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5715         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5716         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5717         * gst-libs/gst/audio/gstringbuffer.h:
5718         An attempt at a set of audio base classes together with some
5719         design docs.
5720
5721 2005-04-20  Wim Taymans  <wim@fluendo.com>
5722
5723         * gst/audioconvert/Makefile.am:
5724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5725         (gst_audio_convert_caps_remove_format_info),
5726         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5727         (gst_audio_convert_channels):
5728         Link against audio libs.
5729         Fix audio convert plugin.
5730
5731 2005-04-20  Wim Taymans  <wim@fluendo.com>
5732
5733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5734         (gst_ogg_demux_sink_activate):
5735         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5736         (theora_set_header_on_caps), (theora_enc_sink_event),
5737         (theora_enc_chain):
5738         Fix theora encoder.
5739
5740 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5741
5742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5743         * gst/playback/gstdecodebin.c: (find_compatibles):
5744           Work with staticpadtemplates in elementfactories.
5745
5746 2005-04-12  Wim Taymans  <wim@fluendo.com>
5747
5748         * gst/playback/README:
5749         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5750         (compare_ranks), (print_feature), (gst_decode_bin_init),
5751         (dynamic_create), (dynamic_free), (find_compatibles),
5752         (mimetype_is_raw), (close_pad_link), (got_redirect),
5753         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5754         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5755         (gst_decode_bin_change_state):
5756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5757         (gst_play_base_bin_init), (group_destroy), (group_commit),
5758         (check_queue), (queue_overrun), (queue_threshold_reached),
5759         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5760         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5761         (got_redirect), (setup_source), (play_base_eos),
5762         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5763         (gst_play_base_bin_remove_element):
5764         * gst/playback/gstplaybasebin.h:
5765         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5766         (gst_play_bin_init), (gst_play_bin_dispose),
5767         (gst_play_bin_set_property), (gen_video_element),
5768         (gen_text_element), (gen_audio_element), (remove_sinks),
5769         (gst_play_bin_send_event):
5770         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5771         (stream_info_change_state), (gst_stream_info_set_mute):
5772         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5773         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5774         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5775         (gst_stream_selector_chain):
5776         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5777         (main):
5778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5779         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5780         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5781         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5782         Raw and crude port of decodebin. 
5783         Make playbin compile.
5784
5785 2005-04-06  Wim Taymans  <wim@fluendo.com>
5786
5787         * ext/gnomevfs/Makefile.am:
5788         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5789         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5790         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5791         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5792         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5793         (gst_gnomevfssrc_stop):
5794         * ext/ogg/Makefile.am:
5795         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5796         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5797         * ext/theora/Makefile.am:
5798         * ext/theora/theoradec.c: (_inc_granulepos),
5799         (theora_dec_sink_event), (theora_dec_chain):
5800         * ext/vorbis/Makefile.am:
5801         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5802         (vorbis_dec_sink_event), (vorbis_dec_chain):
5803         * gst-libs/gst/audio/Makefile.am:
5804         * sys/xvimage/Makefile.am:
5805         Make gnomevfssrc extend the source base class.
5806         Fix linking against libs in various plugins.
5807
5808 2005-04-06  Andy Wingo  <wingo@pobox.com>
5809
5810         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5811         GST_BASE_LIBS.
5812
5813         * configure.ac: Add check and AC_SUBST for libgstbase.
5814
5815 2005-03-31  Wim Taymans  <wim@fluendo.com>
5816
5817         * examples/seeking/Makefile.am:
5818         * examples/seeking/cdparanoia.c: (main):
5819         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5820         (play_cb), (pause_cb), (stop_cb), (main):
5821         * examples/seeking/playbin.c:
5822         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5823         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5824         (make_sid_pipeline), (make_vorbis_pipeline),
5825         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5826         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5827         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5828         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5829         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5830         (stop_cb), (main):
5831         * examples/seeking/spider_seek.c:
5832         * examples/seeking/vorbisfile.c:
5833         * ext/gnomevfs/Makefile.am:
5834         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5835         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5836         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5837         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5838         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5839         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5840         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5841         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5842         * ext/ogg/README:
5843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5844         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5845         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5846         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5847         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5848         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5849         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5850         (gst_ogg_demux_factory_filter), (compare_ranks),
5851         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5852         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5853         (gst_ogg_chain_new), (gst_ogg_chain_free),
5854         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5855         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5856         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5857         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5858         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5859         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5860         (gst_ogg_demux_get_prev_page),
5861         (gst_ogg_demux_deactivate_current_chain),
5862         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5863         (gst_ogg_demux_bisect_forward_serialno),
5864         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5865         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5866         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5867         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5868         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5869         (gst_ogg_demux_change_state), (gst_ogg_print):
5870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5871         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5872         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5873         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5874         (gst_ogg_mux_loop):
5875         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5876         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5877         (theora_dec_src_convert), (theora_dec_sink_convert),
5878         (theora_dec_src_query), (theora_dec_src_event),
5879         (theora_dec_sink_event), (theora_dec_chain),
5880         (theora_dec_change_state):
5881         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5882         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5883         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5884         (theora_enc_change_state):
5885         * ext/vorbis/Makefile.am:
5886         * ext/vorbis/oggvorbisenc.c:
5887         * ext/vorbis/oggvorbisenc.h:
5888         * ext/vorbis/vorbis.c: (plugin_init):
5889         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5890         (vorbis_dec_src_query), (vorbis_dec_src_event),
5891         (vorbis_dec_sink_event), (vorbis_dec_chain),
5892         (vorbis_dec_change_state):
5893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5894         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5895         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5896         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5897         (gst_vorbisenc_change_state):
5898         * ext/vorbis/vorbisenc.h:
5899         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5900         * gst-libs/gst/audio/audioclock.c:
5901         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5902         (gst_audiofilter_init), (gst_audiofilter_chain):
5903         * gst-libs/gst/audio/testchannels.c: (main):
5904         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5905         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5906         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5907         (gmip_find_track_streaminfo), (gmip_find_track_format):
5908         * gst-libs/gst/media-info/media-info.c:
5909         (gst_media_info_read_idler):
5910         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5911         (gst_play_get_all_by_interface):
5912         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5913         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5914         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5915         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5916         (gst_riff_parse_info):
5917         * gst-libs/gst/riff/riff-read.h:
5918         * gst-libs/gst/riff/riff.c: (plugin_init):
5919         * gst-libs/gst/video/Makefile.am:
5920         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5921         (gst_videosink_class_init), (gst_videosink_get_type):
5922         * gst-libs/gst/video/videosink.h:
5923         * gst/audioconvert/bufferframesconvert.c:
5924         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5925         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5926         * gst/audioconvert/channelmixtest.c: (main):
5927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5928         (gst_audio_convert_chain),
5929         (gst_audio_convert_caps_remove_format_info),
5930         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5931         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5932         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5933         (gst_audio_convert_buffer_to_default_format),
5934         (gst_audio_convert_buffer_from_default_format),
5935         (gst_audio_convert_channels):
5936         * gst/audioconvert/gstchannelmix.h:
5937         * gst/ffmpegcolorspace/avcodec.h:
5938         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5939         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5940         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5941         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5942         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5943         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5944         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5945         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5946         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5947         (dv_type_find):
5948         * gst/videotestsrc/gstvideotestsrc.c:
5949         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5950         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5951         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5952         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5953         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5954         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5955         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5957         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5958         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5959         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5960         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5961         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5962         (gst_xvimagesink_navigation_send_event),
5963         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5964         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5965         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5966         * sys/xvimage/xvimagesink.h:
5967         Plugin port to 0.9, ogg/theora playback should work in the seek
5968         example now.
5969         Removed old examples.
5970         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5971         explained in 0.9 TODO doc.
5972
5973
5974 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5975
5976         * autogen.sh:
5977         * configure.ac:
5978         * ext/Makefile.am:
5979         * gst/Makefile.am:
5980         * po/POTFILES.in:
5981         * po/af.po:
5982         * po/az.po:
5983         * po/cs.po:
5984         * po/en_GB.po:
5985         * po/hu.po:
5986         * po/it.po:
5987         * po/nb.po:
5988         * po/nl.po:
5989         * po/or.po:
5990         * po/sq.po:
5991         * po/sr.po:
5992         * po/sv.po:
5993         * po/uk.po:
5994         * po/vi.po:
5995         * sys/Makefile.am:
5996         * testsuite/Makefile.am:
5997           remove a whole bunch of plugins.  This module now contains a set
5998           of free reference plugins/elements as agreed.
5999
6000 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6001
6002         * configure.ac:
6003           hunting season on 0.9 is now OPEN
6004
6005 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6006
6007         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6008           Kick the hell out of gcc for not warning me about a symbol conflict.
6009
6010 2005-02-22  Luca Ognibene  <luogni@tin.it>
6011
6012         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6013
6014         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6015           Don't leak caps string (fixes #168134)
6016
6017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6018         (gst_jpegenc_init), (gst_jpegenc_finalize),
6019         (gst_jpegenc_change_state):
6020           Don't leak line buffers and context struct (fixes #168133).
6021
6022 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6023
6024         * configure.ac:
6025         * ext/dirac/gstdiracdec.cc:
6026         (gst_diracdec_chain):
6027           Since dirac 0.5.0 the framerate in dirac is expressed as a
6028           rational number. Fix build and up requirement to 0.5.0, and
6029           also pass parameters to gst_diracdec_link in the right order
6030           (fixes #167959).
6031
6032 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6033
6034         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6035         * ext/faad/gstfaad.h:
6036         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6037         certain invalid muxed streams, where some packets will contain 
6038         junk after decoder data. Partially fixes #149158.
6039
6040 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6041         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6042           Make sure we only write to writable buffers
6043
6044 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6045
6046         * gst-libs/gst/riff/riff-media.c:
6047         (gst_riff_create_audio_caps_with_data):
6048           Do actually fix invalid RIFF fmt header values for alaw
6049           and mulaw audio instead of just saying so.
6050
6051         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6052           Give gst_riff_create_audio_caps_with_data() a chance to
6053           fix up broken format header fields before extracting any
6054           parameters from the header. (fixes #167633)
6055
6056 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6057
6058         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6059
6060         * gst/audioconvert/bufferframesconvert.c:
6061         (buffer_frames_convert_link):
6062           Don't leak othercaps. (fixes #167878)
6063
6064 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6065
6066         * configure.ac:
6067         * ext/libvisual/visual.c: (gst_visual_srclink),
6068         (gst_visual_change_state):
6069           Support libvisual 0.2.0.
6070
6071 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6072
6073         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6074         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6075           Use same rowstrides for I420 as used everywhere else.
6076
6077 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6078
6079         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6080           Declare variables at beginning of block and make gcc-2.95 happy
6081           (fixes # 167482, patch by Gergely Nagy).
6082           
6083         * gst/tcp/gsttcpclientsrc.c:
6084         * gst/tcp/gsttcpclientsrc.h:
6085           Move some includes into the header, so that struct sockaddr_in is
6086           defined when it should be defined on FreeBSD as well (fixes
6087           #167483).
6088           
6089         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6090           Don't pass uninitialised values to setsockopt() here either.
6091
6092 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6093
6094         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6095
6096         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6097           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6098
6099 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6100
6101         * gst/playback/gstplaybin.c: (add_sink):
6102           Invert bin_add/link order to workaround deadlock in opt.
6103
6104 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6105
6106         * gst/modplug/gstmodplug.cc:
6107           Add missing break causing position queries to fail.
6108
6109 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6110
6111         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6112           Granpos can apparently be -1, which screws up calculations...
6113
6114 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6115
6116         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6117         (gst_ximagesink_send_pending_navigation),
6118         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6119         (gst_ximagesink_init):
6120         * sys/ximage/ximagesink.h:
6121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6122         (gst_xvimagesink_send_pending_navigation),
6123         (gst_xvimagesink_navigation_send_event),
6124         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6125         * sys/xvimage/xvimagesink.h:
6126           Use a mutex protected list to marshal navigation
6127           events into the stream thread from whichever thread
6128           sends them.
6129
6130 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6131
6132         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6133           Display current position and track length; misc. clean-ups.
6134           
6135         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6136         (speed_init), (speed_chain):
6137           Add query function, so that the stream length and current position
6138           get adjusted when queried (note that current position queries may
6139           still be wrong if the audio sink returns values based on buffer
6140           timestamps instead of passing on the query).
6141
6142 2005-02-13  Benjamin Otte  <otte@gnome.org>
6143
6144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6145         (gst_audio_convert_channels):
6146           create channel conversion matrix when linking
6147         * gst/audioconvert/.cvsignore:
6148         * gst/audioconvert/Makefile.am:
6149         * gst/audioconvert/channelmixtest.c: (main):
6150           add (ugly) test that ensures stereo <=> mono conversion works
6151           correctly
6152
6153 2005-02-13  Benjamin Otte  <otte@gnome.org>
6154
6155         * gst/audioconvert/gstchannelmix.h:
6156           include missing header file
6157         * gst/audioconvert/gstchannelmix.c:
6158         (gst_audio_convert_fill_compatible):
6159           use same sign for both channels when converting to/from compatible
6160           channel. Previously used different signs made the signals cancel
6161           each other out and appear like silence. (fixes #167269)
6162
6163 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6164
6165         * gst/ffmpegcolorspace/avcodec.h:
6166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6167         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6168         (gst_ffmpegcsp_avpicture_fill):
6169         * gst/ffmpegcolorspace/imgconvert.c:
6170           Convert to and from YV12 (fixes #156379).
6171
6172 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6173
6174         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6175         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6176         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6177         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6178         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6179         methods from chain and negotiation and vice versa (Fixes #166142).
6180         * sys/ximage/ximagesink.h: Add stream_lock.
6181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6182         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6183         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6184         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6185
6186 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6187
6188         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6189           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6190           error message when we can't open the DVD device (when dvdnav_open()
6191           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6192           the above). Send something more useful instead (fixes #167117).
6193
6194 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6195
6196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6197         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6198         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6199         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6200         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6201         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6202         methods from chain and negotiation and vice versa (Fixes #166142).
6203         Fix a possible bug of images in the buffer pool being discarded because
6204         we are looking at the wrong geometry.
6205         * sys/xvimage/xvimagesink.h: Add stream_lock.
6206
6207 2005-02-11  David Schleef  <ds@schleef.org>
6208
6209         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6210         unsigned int. (fixes #167128)
6211
6212 2005-02-11  David Schleef  <ds@schleef.org>
6213
6214         * gst/librfb/Makefile.am: Testing stuff before committing is
6215           for wimps... and people with fast machines.  Fix stupid
6216           mistake.
6217
6218 2005-02-11  David Schleef  <ds@schleef.org>
6219
6220         * configure.ac: Pull in librfb from my CVS tree, because it is
6221           too small and annoying to be separate.  Move rfbsrc plugin
6222           to gst/.
6223         * ext/Makefile.am:
6224         * ext/librfb/Makefile.am:
6225         * ext/librfb/gstrfbsrc.c:
6226         * gst/librfb/Makefile.am:
6227         * gst/librfb/gstrfbsrc.c:
6228         * gst/librfb/rfb.c:
6229         * gst/librfb/rfb.h:
6230         * gst/librfb/rfbbuffer.c:
6231         * gst/librfb/rfbbuffer.h:
6232         * gst/librfb/rfbbytestream.c:
6233         * gst/librfb/rfbbytestream.h:
6234         * gst/librfb/rfbcontext.h:
6235         * gst/librfb/rfbdecoder.c:
6236         * gst/librfb/rfbdecoder.h:
6237         * gst/librfb/rfbutil.h:
6238
6239 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6240
6241         * gst/speed/Makefile.am:
6242         * gst/speed/demo-mp3.c: (main):
6243         * gst/speed/filter.func:
6244         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6245         (speed_class_init), (speed_init), (speed_chain_int16),
6246         (speed_chain_float32), (speed_chain), (speed_set_property),
6247         (speed_get_property), (speed_change_state):
6248         * gst/speed/gstspeed.h:
6249           Fix speed element and make it chain-based (fixes #156467),
6250           and make it handle more than one channel.
6251
6252 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6253
6254         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6255         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6256         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6257         * ext/dts/gstdtsdec.h:
6258           Don't clobber the stack constructing the channels array.
6259           Make the element chain-based. DTS tracks can now be played.
6260           
6261 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6262
6263         * gst-libs/gst/audio/multichannel.h:
6264         * gst-libs/gst/gconf/gconf.h:
6265         * gst-libs/gst/idct/idct.h:
6266         * gst-libs/gst/media-info/media-info-priv.h:
6267         * gst-libs/gst/play/play.h:
6268         * gst-libs/gst/resample/private.h:
6269         * gst-libs/gst/resample/resample.h:
6270         * gst-libs/gst/riff/riff-ids.h:
6271         * gst-libs/gst/video/video.h:
6272         * gst-libs/gst/video/videosink.h:
6273           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6274           missing, so that they work when included from C++ code.
6275
6276 2005-02-09  David Schleef  <ds@schleef.org>
6277
6278         * testsuite/gst-lint: Check for non-statically scoped
6279           parent_class variables.  This won't be a problem once
6280           plugins are loaded with RTLD_LOCAL.
6281
6282 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6283
6284         * ext/mplex/gstmplexibitstream.cc:
6285           gcc madness.
6286
6287 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6288
6289         * ext/ogg/gstogmparse.c:
6290         * gst/debug/gstnavigationtest.c:
6291           Die, thou faulty symbol pollutors (non-static parent_class).
6292
6293 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6294
6295         * ext/mplex/gstmplexibitstream.cc:
6296           Fix event handling (#165525).
6297
6298 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6299
6300         * ext/mikmod/gstmikmod.c:
6301         * gst/modplug/gstmodplug.cc:
6302           Add missing endianness to template (fixes #165509).
6303
6304 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6305
6306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6307           Fix wrong order of reading of optional bytes (#165290).
6308
6309 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6310
6311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6312           Implement FILLER event awareness.
6313
6314 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6315
6316         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6317           Fix track calculations (#166208).
6318
6319 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6320
6321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6322
6323         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6324         * ext/libpng/gstpngenc.c:
6325           Fix byte-order, use proper fixed caps. Fixes #164197.
6326
6327 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6328
6329         * configure.ac:
6330           Add dvdlpcmdec 
6331
6332         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6333         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6334           Don't push buffers if the src pad isn't negotiated yet.
6335           
6336         * gst/audioconvert/gstaudioconvert.c:
6337         (gst_audio_convert_buffer_to_default_format),
6338         (gst_audio_convert_buffer_from_default_format):
6339           Add support for 24-bit width.
6340
6341         * gst/dvdlpcmdec/.cvsignore:
6342         * gst/dvdlpcmdec/Makefile.am:
6343         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6344         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6345         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6346         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6347         (plugin_init):
6348         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6349           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6350           format. Needs support for the channels maps if someone can find 
6351           a DVD LPCM track with > 2 channels.
6352
6353         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6354         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6355         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6356         * gst/mpegstream/gstdvddemux.h:
6357         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6358         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6359         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6360         * gst/mpegstream/gstmpegdemux.h:
6361         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6362         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6363         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6364         (gst_mpeg_parse_handle_src_query),
6365         (gst_mpeg_parse_handle_src_event):
6366           Use audio/x-dvd-lpcm for LPCM output.
6367           Add DTS output.
6368
6369 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6370
6371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6372
6373         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6374         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6375           Add BGRA handling (#165736).
6376
6377 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6378
6379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6380
6381         * gst/law/alaw-decode.c: (alawdec_link):
6382         * gst/law/alaw-encode.c: (alawenc_link):
6383         * gst/law/mulaw-decode.c: (mulawdec_link):
6384         * gst/law/mulaw-encode.c: (mulawenc_link):
6385           Fix caps memleaks (#166600).
6386
6387 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6388
6389         * ext/tarkin/mem.h:
6390         * ext/tarkin/wavelet.h:
6391         * ext/tarkin/yuv.h:
6392         * gst/ffmpegcolorspace/avcodec.h:
6393           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6394           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6395
6396 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6397
6398         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6400         (gst_xvimagesink_change_state):
6401           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6402           Xv video (and thereby regenerate Xv colourkey) in clear() so
6403           that PLAY -> READY -> PLAY works (fixes #162504).
6404
6405 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6406
6407         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6408           Switch to list instead of range, since MJPEG-devices really just
6409           support decimations, not any size.
6410
6411 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6412         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6413         (gst_mpeg2dec_reset), (free_all_buffers),
6414         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6415         * ext/mpeg2dec/gstmpeg2dec.h:
6416           The libmpeg2 user-allocated buffer management is awkward, 
6417           to say the least. Hopefully this fixes things.
6418
6419 2005-02-04  Andy Wingo  <wingo@pobox.com>
6420
6421         * gst/audioconvert/bufferframesconvert.c
6422         (buffer_frames_convert_fixate): New function, fixates to 256
6423         frames per buffer by default. (Much better than 1.)
6424         (buffer_frames_convert_init): Set the fixate function for both src
6425         and sink pad.
6426         (buffer_frames_convert_link): After success setting nonfixed caps,
6427         get the negotiated caps so we can know how many buffer-frames it
6428         will be. No idea how this worked at all before.
6429
6430 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6431
6432         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6433         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6434         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6435         (handle_sequence), (handle_picture):
6436         * ext/mpeg2dec/gstmpeg2dec.h:
6437           Rearrange buffer tracking and refcounting and refactor
6438           a little for readability. 
6439
6440 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6441         * sys/v4l/gstv4l.c: (plugin_init):
6442         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6443         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6444         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6445         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6446         * sys/v4l/gstv4ljpegsrc.h:
6447         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6448         * sys/v4l/v4l_calls.h:
6449         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6450         (gst_v4lsrc_get_fps):
6451         * sys/v4l/v4lsrc_calls.h:
6452           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6453           you jpeg inside rgb frames" driver.
6454           Don't error in the v4lsrc link function, just return 
6455           REFUSED.
6456
6457 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6458
6459         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6460         (gst_qcamsrc_open):
6461           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6462
6463 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6464
6465         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6466           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6467
6468 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6469
6470         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6471           Reset negotiated state on PAUSED->READY.
6472
6473 2005-02-02  David Schleef  <ds@schleef.org>
6474
6475         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6476         whereever possible.  (Fixes #165997)
6477         * examples/capsfilter/capsfilter1.c: (main):
6478         * examples/dynparams/filter.c: (create_ui):
6479         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6480         * examples/seeking/chained.c: (main):
6481         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6482         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6483         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6484         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6485         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6486         * examples/switch/switcher.c: (main):
6487         * ext/dv/demo-play.c: (main):
6488         * ext/faad/gstfaad.c: (gst_faad_change_state):
6489         * ext/mad/gstmad.c: (gst_mad_chain):
6490         * ext/smoothwave/demo-osssrc.c: (main):
6491         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6492         (gst_gconf_render_bin_from_description),
6493         (gst_gconf_get_default_audio_sink),
6494         (gst_gconf_get_default_video_sink),
6495         (gst_gconf_get_default_audio_src),
6496         (gst_gconf_get_default_video_src),
6497         (gst_gconf_get_default_visualization_element):
6498         * gst/level/demo.c: (main):
6499         * gst/level/plot.c: (main):
6500         * gst/playback/gstplaybin.c: (gen_video_element),
6501         (gen_audio_element):
6502         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6503         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6504         * gst/sine/demo-dparams.c: (main):
6505         * gst/spectrum/demo-osssrc.c: (main):
6506         * gst/speed/demo-mp3.c: (main):
6507         * gst/volume/demo.c: (main):
6508         * testsuite/embed/embed.c: (main):
6509
6510 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6511
6512         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6513         (gst_tcpclientsink_finalize):
6514         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6515         (gst_tcpclientsrc_finalize):
6516         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6517         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6519         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6520           Don't leak the hostname when shutting down.
6521           In tcpserversrc, take a copy of the default hostname.
6522
6523 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6524
6525         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6526           Set caps to systemstream=TRUE.
6527
6528 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6529
6530         * testsuite/Makefile.am:
6531           Fix more OSX buildbots.
6532
6533 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6534
6535         * ext/mpeg2dec/gstmpeg2dec.c:
6536           Don't send things to NULL PAD_PEERs
6537
6538         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6539           Copy-on-write the incoming buffer.
6540
6541         * gst/mpegstream/gstdvddemux.h:
6542         * gst/mpegstream/gstmpegclock.h:
6543         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6544         (normal_seek), (gst_mpeg_demux_handle_src_event):
6545         * gst/mpegstream/gstmpegdemux.h:
6546         * gst/mpegstream/gstmpegpacketize.h:
6547         * gst/mpegstream/gstmpegparse.c:
6548         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6549         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6550         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6551         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6552         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6553         * gst/mpegstream/gstmpegparse.h:
6554         * gst/mpegstream/gstrfc2250enc.h:
6555           Various changes to the way time is computed that make seeking and
6556           total time estimation much better here.
6557           Use G_BEGIN/END_DECLS instead of __cplusplus
6558
6559         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6560           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6561
6562 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6563
6564         * gst/subparse/gstsubparse.c:
6565           Fix OSX buildbot.
6566
6567 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6568
6569         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6570         (theora_enc_chain), (theora_enc_change_state):
6571         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6572         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6573         (gst_vorbisenc_change_state):
6574         * ext/vorbis/vorbisenc.h:
6575           Set granulepos and timestamp correctly for streams not
6576           starting at 0, taking into account the initial delay.
6577
6578 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6579
6580         * gst/mpegstream/gstdvddemux.c:
6581           Add audio/x-dts to audio pad template caps
6582
6583 2005-01-30  David Schleef  <ds@schleef.org>
6584
6585         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6586         (create_context), (gst_polypsink_link): Fix silly endianness
6587         bug.  Add some debugging.  Remove float from caps; it doesn't
6588         work.  Attempt to get remote audio working.
6589
6590 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6591
6592         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6593           Add 3IV2 fourcc.
6594
6595 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6596
6597         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6598         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6599         (gst_avi_demux_stream_data):
6600         * gst/avi/gstavidemux.h:
6601           Invert DIB images. Fixes #132341.
6602
6603 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6604
6605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6606         (gst_ffmpegcsp_chain):
6607           D'oh, reference the palette data, not the palette structure.
6608           Fixes color distortion in #132341.
6609
6610 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6611
6612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6613           PAR can be non-fixed when not provided as argument (#162626).
6614
6615 2005-01-29  David Moore  <dcm@acm.org>
6616
6617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6618
6619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6620         (gst_qtdemux_loop_header):
6621           Re-apply patch from #142272 that allows non-seekable sources,
6622           re-proposed by Daniel Drake <dsd@gentoo.org>.
6623
6624 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6625
6626         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6627           Use the src template for creating the src pad (#162330).
6628
6629 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6630
6631         * configure.ac:
6632         * ext/musepack/Makefile.am:
6633         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6634         (gst_musepackdec_init), (gst_musepackdec_dispose),
6635         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6636         (gst_musepack_stream_init), (gst_musepackdec_loop),
6637         (gst_musepackdec_change_state):
6638         * ext/musepack/gstmusepackdec.cpp:
6639         * ext/musepack/gstmusepackdec.h:
6640         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6641         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6642         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6643         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6644         * ext/musepack/gstmusepackreader.cpp:
6645         * ext/musepack/gstmusepackreader.h:
6646           Update to 1.1 API (#165446).
6647
6648 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6649
6650         * ext/Makefile.am:
6651           Unbreak buildbot.
6652
6653 2005-01-28  Andy Wingo  <wingo@pobox.com>
6654
6655         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6656         to reflect a different dubious internet source. Add a reference
6657         and some commentary.
6658
6659 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6660
6661         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6662         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6663         * gst/playback/gststreamselector.h:
6664           Be more selective when we're redoing caps negotiation from
6665           within the chain function on a stream change.
6666
6667 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6668
6669         * configure.ac:
6670         * ext/Makefile.am:
6671         * ext/amrnb/Makefile.am:
6672         * ext/amrnb/amrnb.c: (plugin_init):
6673         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6674         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6675         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6676         (gst_amrnbdec_state_change):
6677         * ext/amrnb/amrnbdec.h:
6678         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6679         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6680         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6681         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6682         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6683         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6684         * ext/amrnb/amrnbparse.h:
6685           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6686         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6687           Add AMR-NB/-WB raw formats.
6688         * ext/alsa/gstalsa.c: (gst_alsa_link):
6689           Keep valid time when changing format.
6690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6691         (qtdemux_parse_trak):
6692           Add some more format-specific options (#140141, #143555, #155163).
6693
6694 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6695
6696         * gst/matroska/matroska-demux.c:
6697         (gst_matroska_demux_parse_blockgroup):
6698           Fix logic error in timing of subtitle stream synchronization.
6699         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6700           Add skip-chunk, which is found in kodak-camera streams.
6701
6702 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6703
6704         * po/LINGUAS:
6705         * po/vi.po:
6706           Adding Vietnamese translation (submitted by Clytie Siddall)
6707
6708 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6709
6710         * gst/playback/gstdecodebin.c: (try_to_link_1):
6711           Use realpad for signal.
6712
6713 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6714
6715         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6716           Fix category so decodebin picks it up.
6717
6718 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6719
6720         * ext/mad/Makefile.am:
6721         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6722         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6723         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6724         (found_type), (gst_id3demux_bin_change_state):
6725         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6726         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6727         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6728         (gst_id3_tag_change_state), (plugin_init):
6729         * ext/mad/gstmad.h:
6730           Add id3demuxbin (which is a simple bin consisting of id3demux
6731           and typefind), take over rank from id3demux, remove typefind
6732           code from id3demux. Makes all broken mp3s that I know of work,
6733           and thereby fixes #152688.
6734
6735 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6736
6737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6738
6739         * ext/mad/gstmad.c: (gst_mad_src_event):
6740         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6741           Allow seeks on audio pad, make mad forward those (#164826).
6742         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6743           Set duration (#165335).
6744
6745 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6746
6747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6748         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6749         (gst_asf_demux_process_ext_content_desc),
6750         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6751         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6752         * gst/asfdemux/gstasfdemux.h:
6753           Improve metadata display, e.g. if the metadata comes before the
6754           streams are loaded (which is perfectly valid).
6755
6756 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6757
6758         * tools/gst-launch-ext-m.m:
6759           Fix AVI/ASF pipelines (#165340).
6760
6761 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6762         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6763         build failure on amd64
6764
6765 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6766
6767         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6768         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6769           Check environment variables GST_ID3V2_TAG_ENCODING,
6770           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6771           list of character encodings to force interpretation of non-unicode
6772           strings stored in an ID3v2 tag to a particular encoding. If none
6773           is specified, try to use current locale's encoding, then fall back
6774           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6775         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6776         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6777           Check environment variables GST_ID3V1_TAG_ENCODING,
6778           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6779           list of character encodings to use in case a string encountered
6780           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6781           specified, try to use the current locale's encoding, then fall
6782           back to ISO-8859-1 (which will always succeed).
6783
6784 2005-01-25  Benjamin Otte  <otte@gnome.org>
6785
6786         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6787           - on half framerate, compute the rate in advance so the comparisons
6788             don't compare wrong values
6789           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6790             behaviour
6791           - don't use mad_header_decode anymore, mad_frame_decode does that
6792             automatically
6793           - when getting rid of consumed bytes, reset the stream's skiplen
6794           (fixes #163867)
6795
6796 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6797
6798         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6799           Use 1/2 a second for default max_discont, as PES streams from DVB
6800           seem to have larger spacings in the SCR. 
6801           Fix a typo.
6802
6803 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6804
6805         * gst/playback/gstplaybasebin.c: (group_commit):
6806           Notify delayed stream-info availability.
6807
6808 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6809         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6810         (gst_a52dec_handle_event), (gst_a52dec_chain):
6811         Add some debug output. Check that a discont has a valid
6812         time associated.
6813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6814         (gst_alsa_sink_loop):
6815         Ignore TAG events. A little extra debug for broken timestamps.
6816         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6817         (dvdnavsrc_change_state):
6818         Ensure we send a discont to engage the link before we send any
6819         other events.
6820         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6821         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6822         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6823         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6824         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6825         dvd://title works in totem because typefinding sends a seek that ends
6826         up going back to chapter 1 regardless.
6827         * ext/mpeg2dec/gstmpeg2dec.c:
6828         * ext/mpeg2dec/gstmpeg2dec.h:
6829         Output correct timestamps and handle disconts.
6830         * ext/ogg/gstoggdemux.c: (get_relative):
6831         Small guard against a null dereference.
6832         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6833         (gst_textoverlay_set_property):
6834         Free memory when done. Don't call gst_event_filler_get_duration on
6835         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6836         g_warning.
6837         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6838         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6839         (gst_sw_srclink), (gst_smoothwave_chain):
6840         Draw solid lines, prettier colours.
6841         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6842         Add a default palette that'll work for some movies.
6843         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6844         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6845         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6846         * gst/mpegstream/gstdvddemux.h:
6847         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6848         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6849         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6850         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6851         * gst/mpegstream/gstmpegparse.h:
6852         Use PTM/NAV events when for timestamp adjustment when connected to 
6853         dvdnavsrc. Don't use many discont events where one suffices.
6854         * gst/playback/gstplaybasebin.c: (group_destroy),
6855         (gen_preroll_element), (gst_play_base_bin_add_element):
6856         * gst/playback/gstplaybasebin.h:
6857         Make sure we remove subtitles from the same bin we put them in.
6858         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6859         (gst_subparse_buffer_format_autodetect),
6860         (gst_subparse_change_state):
6861         Fix some memleaks and invalid accesses.
6862         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6863         (oggskel_type_find), (cmml_type_find), (plugin_init):
6864         Some typefind functions for Annodex v3.0 files
6865         * gst/wavparse/gstwavparse.h:
6866         GstRiffReadClass is the correct parent class.
6867
6868 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6869
6870         * gst-libs/gst/riff/riff-media.c:
6871         (gst_riff_create_video_caps_with_data):
6872           Add extradata to huffyuv (fixes #165013).
6873         * gst-libs/gst/riff/riff-read.c:
6874         (gst_riff_read_strf_vids_with_data):
6875           Fix extradata extraction if it is in the chunk size.
6876
6877 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6878
6879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6880
6881         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6882         (gst_quarktv_change_state), (gst_quarktv_dispose):
6883           Memory free'ing location fix (#164708).
6884
6885 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6886
6887         * gst/playback/gstplaybasebin.c: (group_commit),
6888         (gen_preroll_element), (probe_triggered), (gen_source_element),
6889         (setup_source), (gst_play_base_bin_change_state),
6890         (gst_play_base_bin_add_element):
6891           Don't block for streams.
6892         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6893         (gst_stream_info_set_mute):
6894           Use gst_pad_set_active_recursive.
6895
6896 2005-01-25  Andy Wingo  <wingo@pobox.com>
6897
6898         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6899         for #ifndef HAVE_XVIDEO.
6900
6901 2005-01-24  Jeffrey C. Ollie
6902
6903         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6904
6905         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6906         * ext/gsm/gstgsmdec.h:
6907         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6908         * ext/gsm/gstgsmenc.h:
6909         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6910         was given by property. Add proper buffer timestamps and offsets.
6911
6912 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6913
6914         * gst-libs/gst/riff/riff-media.c:
6915         (gst_riff_create_audio_caps_with_data):
6916           Audio can be <8000Hz.
6917
6918 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6919
6920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6921           Explicit state change to workaround refcount bugs.
6922
6923 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6924
6925         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6926         (gst_avimux_riff_get_avi_header):
6927           Fix...
6928
6929 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6930
6931         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6932         (gst_riff_read_element_data):
6933         * gst-libs/gst/riff/riff-read.h:
6934           Add _peek version (req'ed in CDXA).
6935         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6936         (gst_cdxaparse_loop):
6937           Fix parsing in playbin.
6938         * gst/playback/gstdecodebin.c: (close_pad_link):
6939           Ignore current_ pads, they cause major annoyance.
6940
6941 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6942
6943         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6944           Safety guard.
6945
6946 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6947
6948         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6949           Fix padding...
6950
6951 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6952
6953         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6954           Allow for 0-sized buffers. Fixes length query problems in
6955           starwars.mkv from the testsuite.
6956
6957 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6958
6959         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6960         (gst_video_box_i420), (gst_video_box_chain):
6961           Fix row strides for I420 (fixes #163159)
6962           
6963 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6964
6965         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6966           MPEG2 has a useful rate property, so we can actually use that.
6967           For MPEG-1, continue using the bytes/time properties.
6968
6969 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6970
6971         * gst-libs/gst/riff/riff-media.c:
6972         (gst_riff_create_video_caps_with_data),
6973         (gst_riff_create_video_template_caps):
6974           Add intel-h263.
6975
6976 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6977
6978         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6979           Fail if caps negotiation fails. Should fix #162184, and should
6980           definately be in there regardless of it fixing the actual bug.
6981         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6982         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6983         (gst_avimux_riff_get_avix_header),
6984         (gst_avimux_riff_get_video_header),
6985         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6986         (gst_avimux_start_file), (gst_avimux_handle_event),
6987         (gst_avimux_change_state):
6988         * gst/avi/gstavimux.h:
6989           Refactor structure writing to use GST_WRITE_UINT macros, add
6990           metadata writing support.
6991
6992 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6993
6994         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6995           Elements may already be destroyed when this function is called.
6996
6997 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6998
6999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7000         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7001           More memory leak fixes (#149162).
7002
7003 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7004
7005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7006         (gst_qtdemux_add_stream):
7007           Fix two memleaks.
7008
7009 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7010
7011         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7012           Argh...
7013
7014 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7015
7016         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7017           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7018           when fixating to six channels in Totem.
7019
7020 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7021
7022         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7023           Fix compile warnings on Solaris 10 buildbot
7024
7025 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7026
7027         * ext/dvdread/dvdreadsrc.c: (_read):
7028           Don't read beyond the last cell in a chapter (fixes 
7029           invalid memory access)
7030
7031 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7032
7033         * ext/dvdread/stream_labels.c:
7034         (dvdreadsrc_get_audio_stream_labels):
7035           Use NULL for an empty GList instead of g_list_alloc(); fix 
7036           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7037           of GString (easier to bulk free later)
7038
7039 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7040
7041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7042
7043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7044         (gst_ffmpeg_pixfmt_to_caps):
7045           Fix BGRA32 caps (#164209).
7046
7047 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7048
7049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7050
7051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7052         (gst_ffmpeg_caps_to_pixfmt):
7053           alpha_mask can be RGBA/ABGR. Fixes #164265.
7054
7055 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7056
7057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7058
7059         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7060         (gst_mpeg2dec_alloc_buffer):
7061         * ext/mpeg2dec/gstmpeg2dec.h:
7062           Crop if decoding size is not the actual image size (#163676).
7063
7064 2005-01-17  Steve Baker  <steve@stevebaker.org>
7065
7066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7067
7068         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7069         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7070           Add libsndfile typefind functions (#163309).
7071
7072 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7073
7074         * tools/gst-launch-ext-m.m:
7075           Add .aac, fix .m1v/.m2v (#163891).
7076
7077 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7078
7079         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7080           Sanity check, don't wait endlessly since the clock might not
7081           actually run at this point (which is a deadlock). Fixes #164069.
7082
7083 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7084
7085         * gst/playback/gstplaybasebin.c: (probe_triggered):
7086           Of course, only pause if group is done...
7087
7088 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7089
7090         * gst/playback/gstplaybasebin.c: (probe_triggered):
7091           Thread safety.
7092
7093 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7094
7095         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7096           Don't return state change success when the parent
7097           failed.
7098
7099 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7100
7101         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7102           Free events (fix memleak in #162905).
7103
7104 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7105
7106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7107
7108         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7109         (gst_ffmpeg_caps_to_pixfmt):
7110           Fix for depth = 15. Fixes #161675.
7111
7112 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7113
7114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7115           Set FPS correctly, even for webcams and the like.
7116         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7117           Don error on setting while capturing.
7118
7119 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7120
7121         * ext/dv/gstdvdec.c:
7122         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7123         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7124           I'm a bad boy. using /1001. to force C to do float division
7125           and not integer division (as it did in my last commit)
7126           Thanks to David I. Lehn for pointing this mistake.
7127
7128 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7129
7130         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7131           Revert Johan??s 1.35->1.36 since it breaks compat.
7132
7133 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7134
7135         * ext/dv/gstdvdec.c:
7136         * ext/libfame/gstlibfame.c:
7137         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7138         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7139           replace framerate aproximations by their real value
7140           (24000/1001, 30000/1001, 60000/1001)
7141           Finish fixing bug #164049
7142
7143 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7144
7145         * ext/ogg/gstoggmux.c:
7146           eos/bos debugging
7147         * gst/tcp/gstmultifdsink.c:
7148         * gst/tcp/gstmultifdsink.h:
7149         * gst/tcp/gsttcp.c:
7150         * gst/tcp/gsttcp.h:
7151         * gst/tcp/gsttcpclientsink.c:
7152         * gst/tcp/gsttcpclientsrc.c:
7153         * gst/tcp/gsttcpserversink.c:
7154         * gst/tcp/gsttcpserversrc.c:
7155           improve reusability of elements after state changes and errors
7156           make multifdsink throw away streamheaders when receiving new ones
7157
7158 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7159
7160         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7161           Fix for if items are already in list...
7162
7163 2005-01-12  Benjamin Otte  <otte@gnome.org>
7164
7165         * gst/adder/gstadder.c: (gst_adder_loop):
7166           fix adder a bit so it doesn't screw up with events as much anymore
7167
7168 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7169
7170         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7171         (pixbufscale_scale), (gst_pixbufscale_chain):
7172         * ext/gdk_pixbuf/pixbufscale.h:
7173           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7174           to ensure rowstrides are calculated the same way as 
7175           ffmpegcolorspace
7176           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7177           that we pick up duration and offset also.
7178
7179 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7180
7181         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7182         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7183           Reusability fixes.
7184
7185 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7186
7187         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7188         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7189         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7190         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7191           Update flags when requested.
7192
7193 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7194
7195         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7196           Fix dmix.
7197
7198 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7199
7200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7201         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7202         (probe_triggered), (new_decoded_pad), (gen_source_element),
7203         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7204         * gst/playback/gstplaybasebin.h:
7205         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7206         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7207         (gst_play_bin_change_state):
7208           Implement group-switch signal for use in apps to clear metadata
7209           cache, clean up subtitle, add suburi property instead of # hack,
7210           some error-out fixes.
7211
7212 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7213
7214         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7215           Debug.
7216         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7217           If we got a state change in the _get handler, don't return success.
7218
7219 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7220
7221         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7222         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7223           Make jpegdec quiet on MJPEG decoding
7224         * gst/asfdemux/README:
7225           Fix mimetypes for MJPEG and H263
7226
7227 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7228
7229         * ext/theora/theoradec.c: (theora_dec_chain):
7230           Fix broken code generation by gcc by swapping arguments.
7231         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7232           Fix \n in debug.
7233
7234 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7235
7236         * TODO:
7237           delete this file, it is by far outdated
7238         * ext/alsa/gstalsa.1: remove
7239         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7240         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7241         (gst_alsa_get_caps):
7242           Add HW probing for supported sample rates. Fixes #161704
7243
7244 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7245
7246         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7247           Don't crash, biatch! :).
7248
7249 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7250
7251         * ext/musepack/gstmusepackreader.cpp:
7252         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7253           Some work on tags - still doesn't work in playbin...
7254         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7255           Handle events...
7256
7257 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7258
7259         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7260           Also shove tags on kid pads.
7261
7262 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7263
7264         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7265           Don't bail on unknown events.
7266         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7267           Don't crash on events before negotiation.
7268         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7269           Send tags on pads, too.
7270         * gst/playback/gststreamselector.c:
7271         (gst_stream_selector_request_new_pad):
7272           Forward events on first pad if no input was selected yet.
7273
7274 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7275
7276         * gst/playback/gstplaybasebin.c: (setup_substreams):
7277           Don't disable streamtype if the stream doesn't exist, since
7278           then playing a video after audio will disable both and nothing
7279           will happen. Fixes the testsuite.
7280
7281 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7282
7283         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7284         (gst_v4l_xoverlay_set_xwindow_id):
7285         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7286         (gst_v4l2_xoverlay_set_xwindow_id):
7287           Add debug categories, fix overlay disabling.
7288
7289 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7290
7291         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7292         * ext/alsa/gstalsa.h:
7293           Add HW probing for period_count/size and buffer_size MIX/MAX
7294           Adjust default/user defined value if out of bounds
7295           Should fix bug #162024
7296
7297 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7298
7299         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7300           Fix warning (#161191).
7301
7302 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7303
7304         * ext/dvdread/stream_labels.c:
7305         (dvdreadsrc_get_audio_stream_labels):
7306           Fix warning (init the good variable in switch default)
7307
7308 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7309
7310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7311
7312         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7313           Fix gcc-2.95 compile (#163485).
7314
7315 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7316
7317         * configure.ac:
7318         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7319         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7320         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7321         (gst_flacenc_change_state):
7322         * ext/flac/gstflacenc.h:
7323           Update for API change in flac-1.1.1. Update requirement in
7324           configure.ac. Fixes #162974.
7325
7326 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7327
7328         * gst/playback/gstplaybasebin.c: (group_destroy):
7329           Remove hack to get rid of assert and get rid of unlinked
7330           signals properly.
7331
7332 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7333
7334         * gst/playback/gstplaybasebin.c: (setup_source):
7335           Set source to NULL so that resources are free'ed. Fixes issues
7336           with playback of CDDA and similar device-accessing things.
7337
7338 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7339
7340         * testsuite/embed/Makefile.am:
7341           test->noinst, fix make test in buildbot.
7342
7343 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7344
7345         * ext/dvdread/stream_labels.c: new file
7346         * ext/dvdread/stream_labels.h: new file
7347         * ext/dvdread/Makefile.am:
7348         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7349           Extract audio stream label from DVD IFO files.
7350           It only dump them on the console for now, still have to
7351           make playbin aware of them.
7352
7353 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7354
7355         * gst/playback/gstplaybasebin.c: (setup_source):
7356           Fix hanging subs.
7357
7358 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7359
7360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7361         (gen_preroll_element), (remove_groups), (setup_subtitle),
7362         (gen_source_element), (setup_source):
7363         * gst/playback/gstplaybasebin.h:
7364           Multiple .sub files is just a stupid idea... Fix some threading
7365           mistakes. Interestingly, external .sub files cause playbin to
7366           hang, I don't know why... Parsing fixes contributed by Fran??ois
7367           Kooman <fkooman@tuxed.net>.
7368
7369 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7370
7371         * testsuite/embed/Makefile.am:
7372           Fix buildbot.
7373
7374 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7375
7376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7377
7378         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7379         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7380         (gst_pngenc_set_property):
7381         * ext/libpng/gstpngenc.h:
7382           Add compression level property (#163323).
7383
7384 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7385
7386         * configure.ac:
7387         * examples/capsfilter/capsfilter1.c: (main):
7388         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7389         * ext/dvdread/Makefile.am:
7390         * ext/dvdread/demo-play:
7391         * ext/dvdread/demo-play.c:
7392         * gconf/gstreamer.schemas.in:
7393         * gst-libs/gst/gconf/gconf.c:
7394         * sys/v4l/TODO:
7395         * testsuite/Makefile.am:
7396         * testsuite/embed/Makefile.am:
7397         * testsuite/embed/embed.c: (cb_expose), (main):
7398           Remove all references to xvideosink, fix examples (#140845).
7399         * gst/playback/gstplaybasebin.c: (group_destroy):
7400           Apparently, disposal does not unlink - so do explicitely.
7401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7402           Add debug.
7403
7404 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7405
7406         * README: fix PKG_CONFIG_PATH instructions, what was there
7407         previously was breaking default search path, not nice. 
7408         Fixes #163358
7409
7410 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7411
7412         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7413         (gst_audioscale_chain):
7414           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7415           when resampling - how the ^@$^!@^! is this possible?!?
7416
7417 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7418
7419         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7420           Reset variables on READY.
7421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7422         (gst_matroska_mux_loop):
7423           Require data before writing header.
7424
7425 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7426
7427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7428
7429         * ext/mad/gstmad.c: (gst_mad_chain):
7430           Don't call mad_stream_sync() directly after recovering sync.
7431           Fixes #151661.
7432
7433 2005-01-09  Martin Eikermann  <meiker@upb.de>
7434
7435         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7436
7437         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7438         (snapshot_handler), (gst_snapshot_sinkconnect),
7439         (gst_snapshot_chain):
7440           Allocate resources when required, fix recursive signal emission
7441           and fix caps. Fixes #161667.
7442
7443 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7444
7445         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7446
7447         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7448         (gst_pngdec_chain):
7449           Handle only 8-bppc (bits-per-pixel-component) images, better
7450           error handling and correct strides. Fixes #163177.
7451         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7452         (gst_pngenc_chain):
7453           Better error handling. Fixes #163348.
7454
7455 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7456
7457         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7458         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7459         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7460         (dvdnavsrc_uri_handler_init):
7461           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7462         * gst/playback/gstplaybasebin.c: (gen_source_element):
7463           Add MMS to streaming URIs.
7464
7465 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7466
7467         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7468         * sys/xvimage/xvimagesink.c:
7469         (gst_xvimagesink_navigation_send_event):
7470           Check for pad availability before sending event.
7471
7472 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7473
7474         * gst-plugins.spec.in:
7475           Add subparse.
7476
7477 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7478
7479         * configure.ac:
7480           Since we use functions from CVS, up requirement.
7481
7482 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7483
7484         * gst/playback/Makefile.am:
7485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7486         (group_destroy), (group_commit), (group_is_muted),
7487         (gen_preroll_element), (add_stream), (unknown_type),
7488         (probe_triggered), (preroll_unlinked), (mute_stream),
7489         (silence_stream), (new_decoded_pad), (setup_substreams),
7490         (setup_source), (get_active_source), (mute_group_type),
7491         (muted_group_change_state), (set_active_source),
7492         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7493         (play_base_eos), (gst_play_base_bin_change_state):
7494         * gst/playback/gstplaybasebin.h:
7495         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7496         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7497         (gst_stream_info_dispose), (stream_info_mute_pad),
7498         (stream_info_change_state), (gst_stream_info_set_mute):
7499         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7500         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7501         (gst_stream_selector_init), (gst_stream_selector_dispose),
7502         (gst_stream_selector_get_linked_pad),
7503         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7504         (gst_stream_selector_get_linked_pads),
7505         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7506         * gst/playback/gststreamselector.h:
7507           Adding stream selection support plus required properties for
7508           applications to use this. Fully fixes #100931.
7509
7510 2005-01-08  Benjamin Otte  <otte@gnome.org>
7511
7512         * gst/games/gstpuzzle.c: (nav_event_handler):
7513           - handle nav events differently: forward every event no matter if it
7514             was handled or not.
7515           - translate events
7516           You can now cheat by using navigationtest ! puzzle and moving the
7517           mouse close to the edge of a tile. ;)
7518
7519 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7520
7521         * configure.ac:
7522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7523         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7524         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7525         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7526         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7527         (gst_ogm_parse_plugin_init):
7528         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7529         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7530         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7531         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7532         * ext/pango/gsttextoverlay.h:
7533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7534         (gst_matroska_demux_handle_seek_event),
7535         (gst_matroska_demux_sync_streams),
7536         (gst_matroska_demux_parse_blockgroup),
7537         (gst_matroska_demux_subtitle_caps),
7538         (gst_matroska_demux_plugin_init):
7539         * gst/matroska/matroska-ids.h:
7540         * gst/playback/gstdecodebin.c: (close_pad_link):
7541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7542         (gen_preroll_element), (remove_groups), (add_stream),
7543         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7544         (setup_source):
7545         * gst/playback/gstplaybasebin.h:
7546         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7547         * gst/subparse/Makefile.am:
7548         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7549         (gst_subparse_base_init), (gst_subparse_class_init),
7550         (gst_subparse_init), (gst_subparse_formats),
7551         (gst_subparse_eventmask), (gst_subparse_event),
7552         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7553         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7554         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7555         (parse_mpsub_deinit), (parse_mpsub_init),
7556         (gst_subparse_buffer_format_autodetect),
7557         (gst_subparse_format_autodetect), (gst_subparse_loop),
7558         (gst_subparse_change_state), (gst_subparse_type_find),
7559         (plugin_init):
7560         * gst/subparse/gstsubparse.h:
7561         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7562         (plugin_init):
7563           Add subtitle support, .sub parser (supports SRT and MPsub),
7564           OGM text support, Matroska UTF-8 text support, deadlock fixes
7565           all over the place, subtitle awareness in decodebin/playbin
7566           and some fixes to textoverlay to handle subtitles in a stream
7567           correctly. Fixes #100931.
7568
7569 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7570
7571         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7572           Check for pad availability before doing a query on it.
7573
7574 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7575
7576         * ext/dv/gstdvdec.c:
7577           really fix bpp24/32 dvdec caps (classic rgba indeed)
7578         * gst/asfdemux/gstasfdemux.c:
7579         (gst_asf_demux_process_ext_content_desc):
7580           don't send text tags if they are empty (bis repetita)
7581
7582 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7583
7584         * ext/dv/gstdvdec.c:
7585          remove unneeded comment from dvdec
7586           (related to DV 4CC codes in AVI files)
7587           moved them in gstreamer/docs/random/mimetypes
7588         * gst/asfdemux/gstasfdemux.c:
7589         (gst_asf_demux_process_ext_content_desc):
7590          don't send text tags if they are empty
7591          fix mem leak on error path
7592         * gst/ffmpegcolorspace/avcodec.h:
7593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7594         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7595         (gst_ffmpegcsp_avpicture_fill):
7596         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7597         * gst/ffmpegcolorspace/imgconvert_template.h:
7598          adds BGR32 and BGRA32 to ffmpegcolorspace
7599           (still bad colors, fixing it on next commit)
7600           helps with dvdec outputing BGR32
7601
7602 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7603
7604         * ext/dv/gstdvdec.c:
7605          Fix audio caps i just broke (missing ',')
7606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7607         (gst_matroska_mux_reset):
7608          Fix typo + add FIXME about old "x-gst-metadata" crap
7609
7610 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7611
7612         * ext/dv/demo-play.c: (main):
7613          xvideosink -> xvimagesink
7614         * ext/dv/gstdvdec.c:
7615          change rgb 32/32 caps to 24/32 (no alpha)
7616          change nb of channels to be a list (2 or 4, not 2)
7617          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7618         * gst/asfdemux/gstasfdemux.c:
7619         (gst_asf_demux_process_ext_content_desc):
7620          Add 'date/year' to extracted metadata list
7621
7622 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7623
7624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7625           The return value of fixate_to does not imply that the requested
7626           value was set, so don't assume.
7627
7628 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7629
7630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7631
7632         * ext/libpng/gstpngdec.c:
7633         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7634         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7635         * ext/libpng/gstpngenc.h:
7636           Alpha support (encoder; #163161), mime fixage.
7637
7638 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7639
7640         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7641
7642         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7643         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7644         (gst_faac_set_property), (gst_faac_get_property):
7645         * ext/faac/gstfaac.h:
7646           Allow for ADTS output (#153434).
7647
7648 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7649
7650         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7651           Fix against template (#150576).
7652
7653 2005-01-06  Benjamin Otte  <otte@gnome.org>
7654
7655         * gst/games/gstpuzzle.c: (draw_puzzle):
7656           don't draw a puzzle if either width or height of tiles would be 0.
7657
7658 2005-01-06  Benjamin Otte  <otte@gnome.org>
7659
7660         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7661         (gst_puzzle_class_init), (gst_puzzle_finalize):
7662           no memleaks, please
7663         (gst_puzzle_create), (gst_puzzle_init),
7664         (gst_puzzle_set_property), (gst_puzzle_setup):
7665           change initialization code around so we don't reshuffle on resize
7666         (draw_puzzle):
7667           fix another stupid typo
7668
7669 2005-01-06  Benjamin Otte  <otte@gnome.org>
7670
7671         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7672           fix stupid typo that borked copying on YUY2
7673
7674 2005-01-06  Benjamin Otte  <otte@gnome.org>
7675
7676         * gst/games/gstpuzzle.c: (draw_puzzle):
7677           fix edges when image sizes aren't multiples of tile sizes
7678
7679 2005-01-06  Benjamin Otte  <otte@gnome.org>
7680
7681         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7682           make RGB endianness work correctly
7683         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7684           refactor and fix race with initial shuffling
7685         (nav_event_handler):
7686           allow using the mouse to puzzle
7687         (draw_puzzle):
7688           insist on tiles having width and height as multiples of 4 to get
7689           clean YUV image handling
7690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7691         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7692           s/DEBUG/LOG/ for common messages
7693         (gst_xvimagesink_navigation_send_event):
7694           fix mouse event translation to not include screen PAR
7695         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7696           fix mouse event translation to actually work
7697
7698 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7699
7700         * gst/asfdemux/gstasfdemux.c:
7701         (gst_asf_demux_process_ext_content_desc):
7702          Extract TrackNumber metadata + clean up code
7703         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7704          Hope this is the good fix (var used unitialised)
7705
7706 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7707
7708         * ext/faad/gstfaad.c: (gst_faad_chain):
7709           Only increment timestamp if it's valid. Fixes raw AAC streams.
7710
7711 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7712
7713         * configure.ac:
7714         * gst/games/Makefile.am:
7715         * gst/games/gstpuzzle.c:
7716           add a puzzle game with...
7717         * gst/games/gstvideoimage.c:
7718         * gst/games/gstvideoimage.h:
7719           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7720           from videotestsrc and made into something that would be a nice
7721           library for a lot of other plugins.
7722
7723 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7724
7725         * configure.ac:
7726          don't compile faad plugin if a RC of 2.0 is found
7727          Fixes #155346 (and FC1 buildbot)
7728         * gst/asfdemux/gstasfdemux.c:
7729         (gst_asf_demux_process_ext_content_desc):
7730          try to make Solaris compiler happier
7731
7732 2005-01-06  Paul Jack  <pjack@sfaf.org>
7733
7734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7735
7736         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7737           Fix segfault (#161667).
7738
7739 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7740
7741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7742           Fix framerate reporting.
7743
7744 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7745
7746         * gst-libs/gst/riff/riff-ids.h:
7747         * gst/wavenc/riff.h:
7748          Add AMR (VBR and CBR) ids to riff.h audio codec list
7749         * gst/asfdemux/gstasfdemux.c:
7750         (gst_asf_demux_process_ext_content_desc),
7751         (gst_asf_demux_process_object):
7752           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7753
7754 2005-01-05  Martin Eikermann  <meiker@upb.de>
7755
7756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7757
7758         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7759         (gst_dvd_demux_handle_discont):
7760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7761         (gst_mpeg_demux_handle_discont):
7762           Recreate pads on new-media (#160730).
7763         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7764           Send discont even if manager changes timestamps (#161929).
7765
7766 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7767
7768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7769
7770         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7771           Fix invalid memory access (#159211).
7772
7773 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7774
7775         * examples/gstplay/player.c: (main):
7776           Don't iterate.
7777         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7778           Add visualizations.
7779         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7780         (gst_a52dec_handle_frame):
7781           Set duration.
7782         * ext/dvdnav/gst-dvd:
7783           Add audioconvert. Fixes #161325.
7784         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7785           Explicitely case to gint64. Possible valgrind error.
7786         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7787         (gst_play_tick_callback), (gst_play_change_state),
7788         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7789         (gst_play_set_location), (gst_play_get_location),
7790         (gst_play_seek_to_time), (gst_play_set_data_src),
7791         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7792         (gst_play_set_visualization), (gst_play_connect_visualization),
7793         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7794         (gst_play_new):
7795           Use playbin. Fixes #139749 and #147744.
7796         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7797           Add genre tag.
7798         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7799         (audioscale_get_type), (gst_audioscale_base_init),
7800         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7801         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7802         (gst_audioscale_link), (gst_audioscale_get_buffer),
7803         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7804         (gst_audioscale_init), (gst_audioscale_dispose),
7805         (gst_audioscale_chain), (gst_audioscale_set_property),
7806         (gst_audioscale_get_property), (plugin_init):
7807           Indent properly.
7808         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7809           Fix LPCM.
7810         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7811         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7812         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7813           Add more metadata (fixes #162656).
7814
7815 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7816
7817         * configure.ac:
7818           back to cvs
7819
7820 === release 0.8.7 ===
7821
7822 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7823
7824         * NEWS:
7825         * RELEASE:
7826         * configure.ac:
7827           releasing 0.8.7, "Hyperspace"
7828
7829 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7830
7831         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7832
7833         * gst/playback/gstplaybasebin.c:
7834          Fix for #162924 - free caps after use, not before
7835
7836 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7837
7838         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7839
7840         * gst/playback/gstplaybasebin.c:
7841         * gst/wavparse/gstwavparse.c:
7842           Fix for #154773 - fixes playback of small .wav files
7843
7844 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7845
7846         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7847
7848         * gst/audioscale/gstaudioscale.c:
7849           Fix for #162819 - make audioscale reusable
7850           Fixes playback of more than one file with playbin/totem
7851
7852 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7853
7854         * gst/ffmpegcolorspace/avcodec.h:
7855         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7856         * gst/ffmpegcolorspace/imgconvert.c:
7857           clean up the mess that made me cry and avoid needless duplication
7858
7859 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7860
7861         * gst/ffmpegcolorspace/imgconvert.c:
7862           give some indication of why we're segfaulting
7863
7864 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7865
7866         * configure.ac:
7867           Fix indentation, fix v4l2 plugin detection.
7868         * ext/Makefile.am:
7869           Fix libmms location (Maciej, use diff -u!).
7870         * ext/alsa/gstalsa.c: (gst_alsa_init):
7871           Initialize caps cache to NULL.
7872         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7873           Only change state on audiosink if it exists.
7874
7875 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7876
7877         * gst/matroska/matroska-demux.c:
7878         * gst/matroska/matroska-ids.h:
7879         * gst/matroska/matroska-demux.h:
7880         Fix Vorbis streams failing to decode in some files, where cluster_time
7881         isn't 0, because then it doesn't send codec_priv before actual data.
7882         Remove time-based test and replace it with marker set on beginning of
7883         new stream
7884
7885 2004-12-28  David Schleef  <ds@schleef.org>
7886
7887         Merge patch from Ronald fixing problems with streaming
7888         text.
7889         * ext/cairo/gstcairo.c: (plugin_init):
7890         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7891         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7892         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7893         (gst_textoverlay_font_init), (gst_textoverlay_init),
7894         (gst_textoverlay_set_property):
7895         * ext/cairo/gsttextoverlay.h:
7896
7897 2004-12-27  David Schleef  <ds@schleef.org>
7898
7899         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7900         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7901         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7902         (gst_textoverlay_font_init), (gst_textoverlay_init),
7903         (gst_textoverlay_set_property): Improvements to actually
7904         render text as white on black outline on video, including
7905         font selection and horizontal/vertical alignment.  (Ronald's
7906         christmas present)
7907         * ext/cairo/gsttextoverlay.h:
7908
7909 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7910
7911         * ext/ogg/gstogg.c:
7912         * ext/ogg/gstogmparse.c:
7913           fix ogm[audio/video]parse plugin registration
7914           (riff won't load if bytestream is already loaded)
7915
7916 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7917
7918         * gst/audioconvert/gstchannelmix.c:
7919           fix for GLIB < 2.4
7920
7921 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7922
7923         * Makefile.am:
7924         * configure.ac:
7925           disable docs again until it actually passes make distcheck.
7926
7927 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7928
7929         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7930         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7931         (plugin_init):
7932           Add 3GP (variables name Q3GP because they can't start with a
7933           number). Add samr audio fourcc (used in .3gp files), decoder
7934           is work in progress. Also do a GST_WARNING instead of ERROR
7935           in case of unknown nodes, to decrease output.
7936
7937 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7938
7939         * Makefile.am:
7940           really fix dist
7941
7942 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7943
7944         * configure.ac:
7945         * ext/speex/gstspeexdec.h:
7946         * ext/speex/gstspeexenc.h:
7947           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7948           Fix detection code in configure.ac
7949
7950 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7951
7952         * gst/matroska/matroska-demux.c:
7953         (gst_matroska_demux_parse_blockgroup):
7954           Save position, so that queries give proper return values. Don't
7955           know how this could ever have worked before...
7956
7957 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7958
7959         * configure.ac:
7960           Put additional LAME check inside the conditional.  Fixes #152339
7961
7962 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7963
7964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7965         (gst_avi_demux_stream_scan):
7966           Add some more debug. Fix logic error when setting movi offset
7967           while reading index.
7968
7969 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7970
7971         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7972         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7973         (gst_avi_demux_process_next_entry):
7974           Add some debugging. Better detection of broken indexes and the
7975           accompanying index recovery. No infinite loops on state changes
7976           when we're still in our loopfunction.
7977
7978 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7979
7980         * configure.ac:
7981           Fix up.
7982
7983 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7984
7985         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7986
7987         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7988           Normalizing the value before setting
7989         (gst_sunaudiomixer_get_volume):
7990           Normalizing the value after getting. Fixes bug# 161980
7991
7992 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7993
7994         * Makefile.am: Make sure docs gets disted
7995         * docs/Makefile.am: Make sure all needed files get disted
7996         * gst-plugins.spec.in: latest updates
7997
7998 2004-12-22  Wim Taymans  <wim@fluendo.com>
7999
8000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8001         Revert patch 1.38 as clock distribution over schedulers does
8002         not work correcly in the core yet.
8003
8004 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8005
8006         * sys/oss/README: remove this file, which predates my birth
8007           (and which content is by far outdated)
8008
8009 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8010
8011         * Makefile.am:
8012         * configure.ac:
8013         * docs/Makefile.am:
8014         * docs/libs/Makefile.am:
8015         * docs/libs/gst-plugins-libs-docs.sgml:
8016         * docs/libs/gst-plugins-libs-sections.txt:
8017         * docs/libs/tmpl/gstgconf.sgml:
8018         * docs/upload.mak:
8019         * docs/version.entities.in:
8020           Added boilerplate gtk-doc files for plugin-libs documentation.
8021
8022 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8023
8024         * gst/auparse/gstauparse.c: fix int and float audio caps
8025
8026 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8027
8028         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8029         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8030           g_assert() can be a macro, don't use #ifdef inside it.
8031
8032 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8033
8034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8035
8036         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8037         (gst_videorate_init), (gst_videorate_chain),
8038         (gst_videorate_change_state):
8039           Event handling (fixes #159986).
8040
8041 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8042
8043         * gst-libs/gst/riff/riff-media.c:
8044         (gst_riff_create_video_caps_with_data):
8045           Add BLZ0 (Blizzard's version of DivX) fourcc.
8046
8047 2004-12-18  David Schleef  <ds@schleef.org>
8048
8049         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8050         portability fix.
8051
8052 2004-12-18  David Schleef  <ds@schleef.org>
8053
8054         * gst/tta/ttadec.h: Disable some header code that isn't used
8055         and clearly isn't portable.
8056
8057 2004-12-18  David Schleef  <ds@schleef.org>
8058
8059         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8060         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8061         (avcodec_get_pix_fmt), (avpicture_layout),
8062         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8063         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8064         Fix code to not use GCC extensions (and c99 extensions that
8065         Forte does not like.)
8066
8067 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8068
8069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8070
8071         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8072         (gst_deinterlace_chain):
8073           Rowstride fixes. Fixes #161039.
8074         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8075         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8076         (gst_video_crop_getcaps), (gst_video_crop_link),
8077         (gst_video_crop_i420), (gst_video_crop_chain),
8078         (gst_video_crop_change_state):
8079           Rework of negotiation. Actually works now. Fixes #158650.
8080
8081 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8082
8083         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8084           That was very stupid.
8085
8086 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * gst/matroska/matroska-demux.c:
8089         (gst_matroska_demux_parse_blockgroup):
8090           Fix possible crasher.
8091
8092 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8093
8094         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8095         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8096           Lace sizes can be zero.
8097
8098 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8099
8100         * ext/musepack/gstmusepackdec.cpp:
8101           Fetch error return values. Fixes #161624.
8102         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8103           Really EOS.
8104
8105 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8106
8107         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8108           Work for truncated (unfinished download etc.) files. Fixes #160514.
8109
8110 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8111
8112         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8113           Fix for integer overflow. Makes #156001 not crash. Probably masks
8114           the real bug.
8115
8116 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8117
8118         * gst/ac3parse/gstac3parse.c: (plugin_init):
8119           Parsers never have ranks. Fixes #159651.
8120
8121 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8122
8123         * gst/playback/gstdecodebin.c: (compare_ranks):
8124           make sure the facotries are ordered the same every time even if they
8125           have the same rank by using the name
8126         * gst/playback/gstdecodebin.c: (find_compatibles):
8127           make sure we don't add factories to the list twice
8128
8129 2004-12-16  David Schleef  <ds@schleef.org>
8130
8131         * configure.ac: look for musepack headers as musepack/*.h
8132         (fixes #159847)
8133         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8134         * ext/musepack/gstmusepackreader.h: same
8135
8136 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8137
8138         * gst-libs/gst/riff/riff-read.c:
8139         (gst_riff_read_strf_auds_with_data):
8140           Read extradata correctly (fixes #155879).
8141
8142 2004-12-16  David Schleef  <ds@schleef.org>
8143
8144         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8145         audio.  does _not_ attempt or allow conversion unless channels
8146         is 1 or 2.
8147
8148 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8149
8150         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8151
8152 2004-12-16  David Schleef  <ds@schleef.org>
8153
8154         * gst/audioscale/gstaudioscale.c: the resample library only
8155         handles 1 or 2 channels.  Change caps to compensate.
8156
8157 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8158
8159         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8160         (gst_matroska_demux_audio_caps):
8161           Some MPEG-AAC hacks, because else it doesn't work...
8162
8163 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8164
8165         * gst-libs/gst/riff/riff-media.c:
8166         (gst_riff_create_video_caps_with_data),
8167         (gst_riff_create_video_template_caps):
8168           Add h264.
8169
8170 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8171
8172         * gst-libs/gst/audio/Makefile.am:
8173           Try to fix buildbot.
8174
8175 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8176
8177         * gst/tcp/gstmultifdsink.c:
8178           Clean up and uniformize debugging.
8179
8180 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8181
8182         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8183
8184         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8185         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8186         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8187         (gst_mpeg_demux_change_state):
8188           Reset on ready. Fixes 160276.
8189
8190 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8191
8192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8193
8194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8195         (gst_ffmpegcsp_pad_link):
8196           Fix memleak (#154815).
8197
8198 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8199
8200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8201
8202         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8203         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8204         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8205         * ext/musicbrainz/gsttrm.h:
8206           Add support for using a proxy server when getting a trm id from
8207           the MusicBrainz database (#149613).
8208
8209 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8210
8211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8212
8213         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8214         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8215           Fix memleaks (#157233).
8216
8217 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8218
8219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8220
8221         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8222         * gst-libs/gst/resample/resample.h:
8223         * gst/audioscale/gstaudioscale.c:
8224           Fix memleak (#159215).
8225
8226 2004-12-16  Toni Willberg  <toniw@iki.fi>
8227
8228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8229
8230         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8231         * sys/oss/oss_probe.c: (main):
8232           Check for mono/stereo support (similar to samplerate probing),
8233           fixes #159433. Also add missing copyright header to oss_probe.c.
8234
8235 2004-12-15  David Schleef  <ds@schleef.org>
8236
8237         * configure.ac: add audioresample and cairo plugins.  Remove
8238         HAVE_MMX stuff, because it's not used.
8239         * ext/Makefile.am: same
8240         * ext/audioresample/Makefile.am: You are not ready for an
8241         audio resampling element based on audioresample.
8242         * ext/audioresample/gstaudioresample.c:
8243         * ext/audioresample/gstaudioresample.h:
8244         * ext/cairo/Makefile.am: You are not ready for overlay elements
8245         based on cairo.  Don't look too closely, these elements kinda
8246         suck right now.
8247         * ext/cairo/gstcairo.c: new
8248         * ext/cairo/gsttextoverlay.c: new
8249         * ext/cairo/gsttextoverlay.h: new
8250         * ext/cairo/gsttimeoverlay.c: new
8251         * ext/cairo/gsttimeoverlay.h: new
8252         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8253         problem with compilers that don't support variadic macros.
8254
8255 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8256
8257         Reviewed by:  David Schleef  <ds@schleef.org>
8258
8259         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8260         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8261         bit.  Also ran indent-gst.
8262         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8263         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8264         (gst_sunaudiosrc_setparams):
8265
8266 2004-12-14  David Schleef  <ds@schleef.org>
8267
8268         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8269         output rate to 16000.  Should fix #160235.
8270
8271 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8272
8273         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8274         Add typefinding for mpeg2 pes streams
8275
8276 2004-12-13  David Schleef  <ds@schleef.org>
8277
8278         * configure.ac:  Applied patch from bug #143659, making default
8279         sources and sinks OS-dependent (for Solaris), and added code
8280         for OS/X.
8281         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8282
8283 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8284
8285         * gst-libs/gst/riff/riff-media.c:
8286           forgot to add h2.64 to avidemux template caps
8287
8288 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8289
8290         * gst/wavenc/riff.h:
8291         * gst-libs/gst/riff/riff-media.c:
8292         * gst-libs/gst/riff/riff-ids.h:
8293         * gst/avi/gstavimux.c
8294         add 4CC code for VideoSoft h264 in AVI (VSSH)
8295           fixes bug #160655
8296         remove s323 from riff, it's quicktime specific :(
8297
8298 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8299
8300         * gst/asfdemux/README
8301         * gst/wavenc/riff.h
8302         * gst-libs/gst/riff/riff-ids.h
8303         * gst-libs/gst/riff/riff-media.c
8304         * gst/qtdemux/qtdemux.c:
8305           add new 4CC codes for h263 related codecs
8306           fixes partially bug #155163
8307
8308 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8309
8310         * configure.ac: Update polyaudio requirement to 0.7
8311         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8312
8313 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8314
8315         * gst/interleave/deinterleave.c:
8316         fix my name's spelling! :)
8317
8318 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8319
8320         * AUTHORS ChangeLog
8321         * gst/auparse/gstauparse.c
8322         * gst/interleave/deinterleave.c
8323         * gst/law/:
8324                 alaw-decode.c alaw-encode.c
8325                 mulaw-decode.c mulaw-encode.c
8326         * gst/oneton/gstoneton.c
8327         * sys/osxaudio/:
8328                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8329         * sys/osxvideo/:
8330                 cocoawindow.h cocoawindow.m
8331                 osxvideosink.h osxvideosink.m
8332
8333         put the same mail address for Zaheer Abbas Merali everywhere
8334
8335 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8336
8337         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8338           Align by packetsize, and assert that we a packet available before
8339           playing. The first makes webstreams work (they often include
8340           trailing padding data in a packet), the second allows pausing a
8341           ASF stream in totem without getting demux errors afterwards.
8342
8343 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8344
8345         * ext/ogg/gstoggdemux.c: (get_relative):
8346           Check for non-NULL before accessing member (end-of-chain).
8347
8348 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8349
8350         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8351         (cdparanoia_set_property), (cdparanoia_get_property):
8352         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8353         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8354         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8355         (dvdreadsrc_init), (dvdreadsrc_set_property),
8356         (dvdreadsrc_get_property):
8357         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8358         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8359           Synchronize property names where not yet the case. Devices are
8360           now device=X, other versions are deprecated (but still exist).
8361           Also use g_free() unconditionally.
8362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8363         (setup_source), (gst_play_base_bin_get_property):
8364           Expose source.
8365
8366 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8367
8368         * configure.ac: move GCONF macro outside conditional for the am
8369           conditional. Fixes #160439
8370
8371 2004-12-08  David Schleef  <ds@schleef.org>
8372
8373         * tools/gst-visualise-m.m: Switch to elements that currently
8374         exist.
8375
8376 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8377
8378         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8379           We love wrong commas.
8380
8381 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8382
8383         * gst/matroska/matroska-demux.c:
8384         (gst_matroska_demux_handle_src_query):
8385           Don't set DEFAULT, unsupported - makes length display incorrectly
8386           in some cases.
8387
8388 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8389
8390         * gst/monoscope/README: remove blurb about files being GPL
8391         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8392         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8393           monoscope is now effectively LGPL licensed
8394
8395 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8396
8397         * gst/monoscope/README: Update information to be more correct
8398         * gst/monoscope/convolve.c: Relicense to LGPL
8399         * gst/monoscope/convolve.h: Relicense to LGPL
8400
8401 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8402
8403         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8404           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8406           set default_duration for mpeg1 audio
8407
8408 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8409
8410         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8411         * ext/alsa/gstalsa.h:
8412           refactor big chunks of the core caps negotiation code to make it
8413           a lot faster, because people claim it's really slow
8414           (actually, just cache the getcaps when the device is opened)
8415
8416 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8417
8418         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8419         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8420         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8421         (gst_a52dec_change_state), (plugin_init):
8422         * ext/a52dec/gsta52dec.h:
8423           Do something useful with timestamps. Make chain-based (since
8424           there's really no reason to be loopbased).
8425         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8426           Update current_byte/frame correctly.
8427
8428 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8429
8430         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8431         (gst_ape_demux_stream_init):
8432           Forward tags, too.
8433
8434 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8435
8436         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8437           Let's make sure we're done typefinding when detecting tags.
8438
8439 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8440
8441         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8442         (gst_ebml_read_init), (gst_ebml_read_use_event),
8443         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8444         (gst_ebml_read_seek), (gst_ebml_read_skip),
8445         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8446         (gst_ebml_read_master):
8447         * gst/matroska/ebml-read.h:
8448         * gst/matroska/matroska-demux.c:
8449         (gst_matroska_demux_parse_contents),
8450         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8451           Disgustingly evil hack for working around INTERRUPT events and
8452           their extremely annoying habit of being a pain in the ass. We
8453           simply peek a cluster before reading any of it.
8454
8455 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8456
8457         * ext/musepack/gstmusepackdec.cpp:
8458           There's also floating point libmusepacks.
8459
8460 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8461
8462         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8463         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8464           Set DURATION even if source buffer didn't. Also use increasing
8465           timestamps.
8466         * gst-libs/gst/riff/riff-media.c:
8467         (gst_riff_create_audio_caps_with_data):
8468           Block_align can have larger values than 8192.
8469
8470 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8471
8472         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8473         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8474         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8475         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8476           Fix caps.
8477
8478 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8479
8480         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8481           Fix logic bug.
8482
8483 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8484
8485         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8486           Yay, another one.
8487
8488 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8489
8490         * ext/esd/esdsink.c: (gst_esdsink_chain):
8491           Make error actually say something useful (fixes #156798).
8492         * gst-libs/gst/riff/riff-media.c:
8493         (gst_riff_create_video_caps_with_data),
8494         (gst_riff_create_video_template_caps):
8495           Add Intel Video 5.0 fourcc (IV50).
8496
8497 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8498
8499         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8500         detection on mono and stereo mp3 files.
8501
8502 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8503
8504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8505           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8506           the contained stream).
8507
8508 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8509
8510         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8511           Oops, remove debug.
8512
8513 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8514
8515         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8516
8517         * gst/law/alaw-decode.c: (alawdec_getcaps):
8518         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8519           Prevent warnings when negotiating caps (fixes #159338).
8520
8521 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8522
8523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8524         (gst_ffmpegcsp_chain):
8525           Remove old leftover that shouldn't be there...
8526
8527 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8528
8529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8530
8531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8532           Don't forward DISCONT events (fixes #159684).
8533
8534 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8535
8536         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8537           Unlink manually since sometimes bin disposal (and therefore
8538           pad unlinking) is delayed, which will cause a new media file
8539           to not be able to start playing instantly.
8540
8541 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8542
8543         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8544           On mute of an unlinked stream, check for pad availability so
8545           we don't crash on unlinked pad.
8546
8547 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8548
8549         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8550         (gst_avi_demux_massage_index):
8551           Fix quite humiliating bug in omitting 0-sized index chunks but
8552           forgetting to count them for timestamps.
8553
8554 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8555
8556         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8557           Actually leave the loop if we failed to sync. Don't crash.
8558
8559 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8560
8561         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8562         (gst_dvd_demux_process_private):
8563         * gst/mpegstream/gstdvddemux.h:
8564           Fix crash (#159759). Doesn't work, though. :-(.
8565
8566 2004-11-28  Benjamin Otte  <otte@gnome.org>
8567
8568         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8569           more overwriting protection due to modifying channels one by one
8570           instead of all at once
8571
8572 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8573
8574         * gst/audioconvert/gstchannelmix.c:
8575         (gst_audio_convert_fill_normalize):
8576           Normalize using absolute values.
8577
8578 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8579
8580         * configure.ac:
8581         * ext/Makefile.am:
8582         * ext/directfb/Makefile.am:
8583         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8584         (gst_directfbvideosink_get_pixel_format),
8585         (gst_directfbvideosink_get_format_from_fourcc),
8586         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8587         (gst_directfbvideosink_sink_link),
8588         (gst_directfbvideosink_change_state),
8589         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8590         (gst_directfbvideosink_buffer_alloc),
8591         (gst_directfbvideosink_interface_supported),
8592         (gst_directfbvideosink_interface_init),
8593         (gst_directfbvideosink_navigation_send_event),
8594         (gst_directfbvideosink_navigation_init),
8595         (gst_directfbvideosink_set_property),
8596         (gst_directfbvideosink_get_property),
8597         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8598         (gst_directfbvideosink_base_init),
8599         (gst_directfbvideosink_class_init),
8600         (gst_directfbvideosink_get_type), (plugin_init):
8601         * ext/directfb/directfbvideosink.h: Adding a first version of
8602         directfbvideosink.
8603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8604         more.
8605
8606 2004-11-28  Benjamin Otte  <otte@gnome.org>
8607
8608         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8609           walk the samples backwards if out_channels > in_channels so we don't
8610           overwrite data
8611
8612 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8613
8614         * gst/audioconvert/Makefile.am:
8615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8616         (gst_audio_convert_link), (gst_audio_convert_change_state),
8617         (gst_audio_convert_channels):
8618         * gst/audioconvert/gstchannelmix.c:
8619         (gst_audio_convert_unset_matrix),
8620         (gst_audio_convert_fill_identical),
8621         (gst_audio_convert_fill_compatible),
8622         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8623         (gst_audio_convert_fill_others),
8624         (gst_audio_convert_fill_normalize),
8625         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8626         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8627         * gst/audioconvert/gstchannelmix.h:
8628           Implement a channel mixer.
8629
8630 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8631
8632         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8633         * ext/alsa/gstalsa.h:
8634         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8635         Make alsasink actually honor gst_element_set_clock and use that
8636         clock instead of its internal one.
8637
8638 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8639
8640         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8641         (gst_play_base_bin_change_state): nullify source and decoder when
8642         going from READY to NULL so that we don't try to do weird stuff with
8643         them when going from NULL to READY
8644         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8645         instead of g_object_unref
8646         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8647         it should be correct
8648         (gst_play_bin_change_state): don't call remove_sinks if we are
8649         currently disposing the object
8650
8651 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8652
8653         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8654           Don't forget bass if it's there. Else left channel is silent...
8655
8656 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8657
8658         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8659         (gst_a52dec_change_state):
8660           Don't do sample adjusting anymore, we use float audio now.
8661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8662           Don't fixate to non-existing properties.
8663
8664 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8665
8666         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8667         (gst_a52dec_change_state):
8668           Advertise that we can do surround sound.
8669
8670 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8671
8672         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8673           Add buffer-frames=0.
8674         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8675         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8676         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8677         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8678         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8679         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8680         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8681         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8682         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8683         * ext/dvdread/dvdreadsrc.h:
8684           Add seeking, querying for bytes, sectors, title, angle and
8685           chapter. Handle multiple chapters. Relicense to LGPL because
8686           Billy agreed on that (thanks Billy!).
8687
8688 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8689
8690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8691         call parent dispose method
8692
8693 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8694
8695         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8696         (gst_audio_clock_get_internal_time):
8697         Fix active <-> inactive transitions: ensure time value always
8698         grows and avoid abrupt value changes.
8699
8700 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8701
8702         * configure.ac:
8703         * gst/tta/Makefile.am:
8704         * gst/tta/crc32.h:
8705         * gst/tta/filters.h:
8706         * gst/tta/gsttta.c:
8707         * gst/tta/gstttadec.c:
8708         * gst/tta/gstttadec.h:
8709         * gst/tta/gstttaparse.c:
8710         * gst/tta/gstttaparse.h:
8711         * gst/tta/ttadec.h:
8712           added TTA parser and decoder
8713
8714 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8715
8716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8717         (probe_triggered), (check_queue), (buffer_underrun),
8718         (buffer_running), (buffer_overrun), (gen_source_element),
8719         (setup_source):
8720         * gst/playback/gstplaybasebin.h:
8721           Implement buffering. Needs some more work.
8722
8723 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8724
8725         * ext/theora/theoradec.c: (theora_dec_chain):
8726           Fix ilog mask range overflow.
8727
8728 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8729
8730         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8731           Don't omit the last (which in case of dmix is the only :) )
8732           channel count. Don't set channels if <= 2.
8733
8734 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8735
8736         * gst/playback/gstplaybin.c: (gen_video_element),
8737         (gen_audio_element): Removed 2 obsolete comments
8738
8739 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8740
8741         * ext/vorbis/oggvorbisenc.c
8742         * ext/vorbis/vorbisenc.c :
8743           change description fields of those plugins to differentiate them
8744           (pitivi show Encoders by description, they had the same one)
8745
8746 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8747
8748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8749
8750         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8751         (gst_play_bin_set_property), (gen_video_element),
8752         (gen_audio_element):
8753           Refcounting fixes for provided audio-/videosinks.
8754
8755 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8756
8757         * gst/playback/gstplaybin.c: (gen_video_element),
8758         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8759           Don't reference all sinks, but only the video- and audiosinks.
8760           The vis. element should be disposed when we're done with it.
8761           We don't have any reason to keep it around. This fixes warnings
8762           when reusing playbin for playing multiple audio files with
8763           vis. enabled. Also release audio device on pause - idea stolen
8764           from Rhythmbox.
8765
8766 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8767
8768         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8769         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8770         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8771         * ext/alsa/gstalsaplugin.c: (plugin_init):
8772         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8773         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8774         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8775         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8776         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8777         (gst_faad_change_state), (plugin_init):
8778         * ext/faad/gstfaad.h:
8779         * ext/vorbis/vorbis.c: (plugin_init):
8780         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8781         * gst-libs/gst/audio/Makefile.am:
8782         * gst-libs/gst/audio/audio.c: (plugin_init):
8783         * gst-libs/gst/audio/multichannel.c:
8784         (gst_audio_check_channel_positions),
8785         (gst_audio_get_channel_positions),
8786         (gst_audio_set_channel_positions),
8787         (gst_audio_set_structure_channel_positions_list),
8788         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8789         (gst_audio_fixate_channel_positions):
8790         * gst-libs/gst/audio/multichannel.h:
8791         * gst-libs/gst/audio/testchannels.c: (main):
8792         * gst/audioconvert/gstaudioconvert.c:
8793         (gst_audio_convert_class_init), (gst_audio_convert_init),
8794         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8795         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8796         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8797         * gst/audioconvert/plugin.c: (plugin_init):
8798           Surround sound support.
8799
8800 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8801
8802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8803           Fix position for discont if we're close as well. Nitpicking, but
8804           saves a few milliseconds of extra waiting or skipping.
8805
8806 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8807
8808         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8809           We sometimes need parsers for playback, so add those too.
8810
8811 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8812
8813         * configure.ac:
8814         * gst/apetag/Makefile.am:
8815         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8816         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8817         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8818         (gst_ape_demux_get_src_query_types),
8819         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8820         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8821         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8822         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8823         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8824         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8825         (gst_ape_demux_change_state):
8826         * gst/apetag/apedemux.h:
8827         * gst/apetag/apetag.c: (plugin_init):
8828         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8829         (plugin_init):
8830           APE v1/2 tag reader plus typefind function.
8831
8832 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8833
8834         * configure.ac:
8835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8836         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8837           Remove hacks for older core. Require newer core version
8838           accordingly.
8839
8840 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8841
8842         * gst/cdxaparse/Makefile.am:
8843         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8844         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8845         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8846         * gst/cdxaparse/gstcdxaparse.h:
8847         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8848         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8849         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8850         (gst_cdxastrip_get_src_query_types),
8851         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8852         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8853         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8854         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8855         * gst/cdxaparse/gstcdxastrip.h:
8856           SVCD/VCD header stripping separated from CDXA image parsing.
8857         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8858         (plugin_init):
8859           Add VCD/SVCD header typefinding for VCD/SVCD.
8860         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8861         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8862         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8863         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8864         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8865         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8866         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8867         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8868         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8869         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8870         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8871         * sys/vcd/vcdsrc.h:
8872           Fix up, add seeking, querying, URI interface. Works in totem now.
8873
8874 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8875
8876         * configure.ac:
8877           back to CVS
8878
8879 === release 0.8.6 ===
8880
8881 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8882
8883         * NEWS:
8884         * RELEASE:
8885         * configure.ac:
8886         * po/af.po:
8887         * po/az.po:
8888         * po/cs.po:
8889         * po/en_GB.po:
8890         * po/hu.po:
8891         * po/it.po:
8892         * po/nb.po:
8893         * po/nl.po:
8894         * po/or.po:
8895         * po/sq.po:
8896         * po/sr.po:
8897         * po/sv.po:
8898         * po/uk.po:
8899           releasing 0.8.6, "IOU Love"
8900
8901 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8902
8903         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8904
8905         * gst/playback/gstplaybasebin.c:
8906           Fix unplayable files error handling.  Fixes #158365
8907
8908 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8911
8912         * gst/typefind/gsttypefindfunctions.c:
8913           Fix broken mp3 typefinding.  Fixes #158375
8914
8915 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8916
8917         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8918
8919         * ext/ogg/gstoggdemux.c:
8920           Fix sync on broken files.  Fixes #158976
8921
8922 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8923
8924         patch by: Edward Hervey <bilboed@bilboed.com>
8925
8926         * ext/libpng/gstpngenc.c:
8927           Copy over buffer properties.  Fixes #158832
8928
8929 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8930
8931         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8932
8933         * ext/dvdread/dvdreadsrc.c:
8934           Fixes invalid reads (#158462)
8935
8936 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8937
8938         * sys/v4l/gstv4lsrc.c:
8939         * sys/v4l/gstv4lsrc.h:
8940         * sys/v4l/v4lsrc_calls.c:
8941           Probe less and cache it.  Fixes #159187.
8942
8943 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8944
8945         * gst/videorate/gstvideorate.c:
8946           Handle all video formats. Fixes #159186.
8947
8948 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8949         * gst/synaesthesia/gstsynaesthesia.c:
8950         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8951         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8952         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8953         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8954         (gst_synaesthesia_change_state), (plugin_init):
8955         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8956         Force 320x200 output, as that's the only thing the underlying
8957         synaesthesia implementation supports. Still needs to be made
8958         re-entrant.
8959
8960 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8961
8962         * configure.ac:
8963           Fix mpeg2enc configure check (similar to mplex check below).
8964
8965 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8966
8967         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8968
8969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8970           Fix for gcc-2.95 (fixes #158221).
8971
8972 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8973
8974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8975           Re-add clock distribution hack (until new core is released).
8976           Fixes #158125.
8977
8978 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8979         * configure.ac:
8980           fix mplex configure check segfaulting on some systems (bug #140994)
8981
8982 2004-11-13  Benjamin Otte  <otte@gnome.org>
8983
8984         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8985           add debugging
8986         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8987           do a wait when we enter the loop func with no data available to
8988           write instead of getting into an 100% CPU loop by just returning and
8989           being called again by the scheduler
8990
8991 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8992
8993         * configure.ac:
8994         * ext/libvisual/visual.c: (gst_visual_get_type),
8995         (libvisual_log_handler), (gst_visual_getcaps),
8996         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8997         (plugin_init):
8998           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8999         * ext/smoothwave/Makefile.am:
9000         * ext/smoothwave/demo-osssrc.c: (main):
9001         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9002         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9003         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9004         (plugin_init):
9005         * ext/smoothwave/gstsmoothwave.h:
9006           Make gstsmoothwave a working element in the 20th century.
9007
9008         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9009           Fix incorrect link function
9010
9011 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9012
9013         * gst/volume/gstvolume.c:
9014           Allow buffer-frames=0.
9015
9016 2004-11-12 Iain <iaingnome@gmail.com>
9017
9018         * configure.ac: Check for polypaudio
9019
9020         * ext/Makefile.am: Build the polyp dir
9021
9022         * ext/polyp: The polypsink sources.
9023
9024 2004-10-30 Iain <iaingnome@gmail.com>
9025
9026         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9027         caps to reflect the new number of channels.
9028
9029 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9030
9031         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9032           Fix for negotiation order problem. This would show when the
9033           ALSA loopfuction was called before any other function. ALSA
9034           wouldn't do anything because we're not negotiated yet, leading
9035           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9036
9037 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9038
9039         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9040
9041         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9042           No warnings (#157986).
9043
9044 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9045
9046         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9047           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9048
9049 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9050
9051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9052           Signal no-more-pads (so it works in playbin).
9053
9054 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9055
9056         * ext/musepack/gstmusepackreader.cpp:
9057           Workaround for older core.
9058
9059 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9060
9061         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9062           Actually test for odd width/height rather than testing whether
9063           a temporary variable that was 0 before we subtracted 1 is now
9064           not equal to zero (which it always is).
9065
9066 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9067
9068         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9069         Fix compilation if HAVE_XVIDEO is not defined
9070
9071 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9072
9073         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9074         Fix compilation if HAVE_XVIDEO is not defined
9075
9076 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9077
9078         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9079         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9080         (gst_goom_change_state), (plugin_init):
9081         Use the bytestream adapter so goom doesn't depend on the input
9082         buffer size.
9083         Add a debug category
9084
9085 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9086
9087         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9088           Only set hardware parameters *after* negotiation. Before
9089           negotiation, it will set ANY and that seems to cause crashes
9090           (see e.g. #151288, #153227).
9091
9092 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9093
9094         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9095           This seems to be antique leftover. It needs to pass error
9096           checking.
9097         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9098         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9099         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9100         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9101           Fix GstXOverlay implementation (#151059).
9102
9103 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9104
9105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9106           Don't assert (#157853).
9107
9108 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9111           Fix bytes/samples confustion.
9112         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9113           Fix for underrun (#144389).
9114
9115 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9116
9117         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9118           Disable halfway-seek for pending release (since it needs a new
9119           core release).
9120
9121 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9122
9123         * sys/v4l/gstv4lsrc.c:
9124         * sys/v4l/gstv4lsrc.h:
9125         * sys/v4l/v4lsrc_calls.c:
9126           add autoprobe-fps property so we can separate autoprobing parts
9127
9128 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9129
9130         * sys/v4l/gstv4lsrc.c:
9131         * sys/v4l/v4lsrc_calls.c:
9132         initialise fourcc to catch unset fourcc's, and debug
9133
9134 2004-11-09  Wim Taymans  <wim@fluendo.com>
9135
9136         * gst/playback/README:
9137         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9138         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9139         (gst_play_bin_dispose), (gst_play_bin_set_property),
9140         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9141         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9142         (gst_play_bin_get_formats), (gst_play_bin_convert),
9143         (gst_play_bin_get_query_types), (gst_play_bin_query):
9144         Cleanups and some more documentation.
9145
9146 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9147
9148         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9149         (gst_cacasink_init), (gst_cacasink_chain):
9150         * ext/libcaca/gstcacasink.h:
9151         Cacasink inherits from VideoSink, so let that store the clock.
9152
9153 2004-11-09  Wim Taymans  <wim@fluendo.com>
9154
9155         * gst/playback/README:
9156         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9157         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9158         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9159         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9160         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9161         (setup_sinks):
9162         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9163         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9164         * gst/playback/gststreaminfo.h:
9165         Updated README.
9166         Only switch groups if all streams have muted (EOSed).
9167         Send Tags in sync with the stream playback instead of in
9168         the playback/preroll phase.
9169         Some cleanups, free the fakesrc elements.
9170
9171 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9172
9173         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9174           buffer-frames property was missing
9175         * ext/arts/gst_arts.c:
9176           rate missing from sinkcaps
9177         * ext/audiofile/gstafparse.c:
9178         * ext/audiofile/gstafsink.c:
9179         * ext/audiofile/gstafsrc.c:
9180         * ext/swfdec/gstswfdec.c:
9181           int audio doesn't know buffer-frames
9182         * ext/cdparanoia/gstcdparanoia.c:
9183           int audio doesn't know chunksize either
9184         * ext/nas/nassink.c:
9185           it's endianness, not endianess
9186         * gst-libs/gst/audio/audio.h:
9187           make float standard pad template caps really describe float
9188         * gst/law/mulaw.c: (linear_factory):
9189           signed only, please
9190         * gst/mpegstream/gstdvddemux.c:
9191           widths of 20 are not valid
9192
9193 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9194
9195         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9196
9197         * po/LINGUAS:
9198         * po/it.po:
9199           Add Italian
9200
9201 2004-11-08  Wim Taymans  <wim@fluendo.com>
9202
9203         * gst/playback/README:
9204         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9205         * gst/playback/gstplaybasebin.c: (probe_triggered),
9206         (gst_play_base_bin_change_state):
9207         Updated README, added more comments for fixmes etc..
9208
9209 2004-11-08  Wim Taymans  <wim@fluendo.com>
9210
9211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9212         We can remove this hack now.
9213
9214 2004-11-08  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9217         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9218         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9219         Only mix AYUV for maximum quality.
9220
9221 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9222
9223         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9224         (gst_ogg_demux_push), (gst_ogg_pad_push):
9225           Let's act as if we're synchronized now! :).
9226         * ext/theora/theoradec.c: (theora_dec_chain):
9227           Add some debug.
9228
9229 2004-11-08  Wim Taymans  <wim@fluendo.com>
9230
9231         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9232         (gst_alpha_set_property), (gst_alpha_sink_link),
9233         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9234         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9235         (gst_alpha_init_params), (gst_alpha_chain):
9236         Implement alpha functions for AYUV too, this increases
9237         accuracy quite a bit.
9238
9239 2004-11-08  Wim Taymans  <wim@fluendo.com>
9240
9241         * gst/ffmpegcolorspace/avcodec.h:
9242         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9243         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9244         (gst_ffmpegcsp_avpicture_fill):
9245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9246         (gst_ffmpegcsp_caps_remove_format_info):
9247         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9248         (shrink12), (img_get_alpha_info), (deinterlace_line),
9249         (deinterlace_line_inplace):
9250         * gst/ffmpegcolorspace/imgconvert_template.h:
9251         Added AYUV colorspace and handle RGBA a bit more respectful.
9252
9253 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9254
9255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9256           Actually always send a discont (cornercase when resending the
9257           same serial-tagged chain twice).
9258
9259 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9260
9261         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9262         (gst_ximagesink_finalize):
9263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9264         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9265
9266 2004-11-08  Wim Taymans  <wim@fluendo.com>
9267
9268         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9269         Don't segfault on NULL data.
9270
9271 2004-11-08  Wim Taymans  <wim@fluendo.com>
9272
9273         * gst/playback/gstdecodebin.c: (unlinked):
9274         * gst/playback/gstplay-marshal.list:
9275         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9276         (gst_play_base_bin_init), (group_create), (get_active_group),
9277         (get_building_group), (group_destroy), (group_commit),
9278         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9279         (add_element_stream), (no_more_pads), (probe_triggered),
9280         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9281         (state_change), (setup_source), (gst_play_base_bin_get_property),
9282         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9283         (gst_play_base_bin_link_stream),
9284         (gst_play_base_bin_get_streaminfo):
9285         * gst/playback/gstplaybasebin.h:
9286         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9287         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9288         Add support for chained ogg files. Prepare for playlist
9289         support. This patch introduces the concept of pad groups, which
9290         together compose one playable media file.
9291
9292 2004-11-07  David Schleef  <ds@schleef.org>
9293
9294         * testsuite/gst-lint: Check for pad templates that aren't statically
9295         scoped.
9296
9297 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9298
9299         * configure.ac:
9300         * ext/Makefile.am:
9301         * ext/musepack/Makefile.am:
9302         * ext/musepack/gstmusepackdec.cpp:
9303         * ext/musepack/gstmusepackdec.h:
9304         * ext/musepack/gstmusepackreader.cpp:
9305         * ext/musepack/gstmusepackreader.h:
9306           Add musepack decoder.
9307         * ext/faad/gstfaad.c: (gst_faad_base_init):
9308           Make pad templates static.
9309         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9310         (plugin_init):
9311           Add musepack typefinder, make mp3 typefinding work halfway stream,
9312           which doesn't actually work yet because id3demux doesn't implement
9313           _get_length().
9314
9315 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9316
9317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9318         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9319           Fix interrupt event handling (#144436).
9320
9321 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9322
9323         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9324           Hide unused glory.
9325
9326 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9327
9328         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9329
9330         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9331           Fix weird caps (#157548).
9332
9333 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9334
9335         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9336
9337         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9338           Add missing NULL terminator (#157543).
9339
9340 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9341
9342         * gst/tcp/gsttcp.h:
9343         * gst/tcp/gsttcpclientsink.c:
9344         * gst/tcp/gsttcpclientsrc.c:
9345         * gst/tcp/gsttcpserversink.c:
9346         * gst/tcp/gsttcpserversrc.c:
9347           ports can go up to 65535.  Move common defines to gsttcp.h
9348
9349 2004-11-05  Wim Taymans  <wim@fluendo.com>
9350
9351         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9352         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9353         Added two more colorspaces.
9354
9355 2004-11-05  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9358         (gst_ffmpegcsp_avpicture_fill):
9359         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9360         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9361         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9362         More stride fixes.
9363
9364 2004-11-05  Wim Taymans  <wim@fluendo.com>
9365
9366         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9367         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9368         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9369         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9370         (gst_videomixer_loop):
9371         More stride fixes.
9372
9373 2004-11-05  Benjamin Otte  <otte@gnome.org>
9374
9375         * ext/mad/gstmad.c: (gst_mad_chain):
9376           don't overflow data buffer. Flush not needed sync data when syncing
9377           failed.
9378
9379 2004-11-04  Wim Taymans  <wim@fluendo.com>
9380
9381         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9382         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9383         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9384         (gst_alpha_init_params), (gst_alpha_chain),
9385         (gst_alpha_change_state):
9386         Updated the chroma keying algorithm with something more
9387         sophisticated.
9388
9389 2004-11-03  Wim Taymans  <wim@fluendo.com>
9390
9391         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9392         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9393         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9394         Fix stride issues. Does not completely work for odd
9395         heights.
9396
9397 2004-11-03  Wim Taymans  <wim@fluendo.com>
9398
9399         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9400         (gst_alpha_chroma_key), (gst_alpha_chain):
9401         Fix stride issues. Does not completely work for odd
9402         heights.
9403
9404 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9405
9406         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9407         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9408         leak fixes
9409
9410 2004-11-03  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9413         (gst_ffmpegcsp_avpicture_fill):
9414         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9415         (avpicture_alloc):
9416         * gst/ffmpegcolorspace/imgconvert_template.h:
9417         Use correct _fill function to get correct strides.
9418
9419 2004-11-02  David Schleef  <ds@schleef.org>
9420
9421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9422         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9423         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9424         Change all g_print()s to debugging.  Add a bunch of consistency
9425         checks.
9426
9427 2004-11-02  Wim Taymans  <wim@fluendo.com>
9428
9429         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9430         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9431         (unlinked), (no_more_pads), (close_link):
9432         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9433         (unknown_type), (add_element_stream), (new_decoded_pad),
9434         (removed_decoded_pad), (setup_source):
9435         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9436         (gst_stream_info_class_init), (gst_stream_info_init),
9437         (gst_stream_info_new), (gst_stream_info_dispose),
9438         (stream_info_mute_pad), (gst_stream_info_set_property),
9439         (gst_stream_info_get_property):
9440         * gst/playback/gststreaminfo.h:
9441         Fix playback of multiple files.
9442         a slightly different approach to handling dynamic pad removals.
9443         This one only looks at pads that we have linked.
9444
9445 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9446
9447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9448         free" warning from libc.
9449
9450 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9451
9452         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9453         (get_unconnected_element), (remove_starting_from), (pad_removed),
9454         (close_link):
9455           Implement support for dynamic pad changing. We listen to "live"
9456           pad removals (i.e. while playing) and re-setup autoplugging
9457           after that. Playbasebin/playbin need some more work for this
9458           to finally work, but decodebin supports (and replugs) chained
9459           ogg now.
9460
9461 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9462
9463         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9464         (gst_alsa_finalize):
9465         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9466         (gst_cdaudio_finalize):
9467         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9468         (cdparanoia_finalize):
9469         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9470         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9471         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9472         (dvdreadsrc_finalize):
9473         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9474         (gst_flacdec_finalize):
9475         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9476         (gst_flacenc_finalize):
9477         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9478         (gst_gnomevfssink_finalize):
9479         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9480         (gst_gnomevfssrc_finalize):
9481         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9482         (gst_fameenc_finalize):
9483         * ext/nas/nassink.c: (gst_nassink_class_init),
9484         (gst_nassink_finalize):
9485         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9486         (gst_sdlvideosink_class_init):
9487         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9488         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9489         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9490         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9491         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9492         (gst_x_window_listener_dispose):
9493         * gst/audioscale/gstaudioscale.c:
9494         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9495         (play_on_demand_finalize):
9496         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9497         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9498         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9499         (cdplayer_finalize):
9500         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9501         (gst_glimagesink_class_init):
9502         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9503         (gst_osselement_finalize):
9504         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9505         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9506         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9507           Fixes a bunch of problems with finalize and dispose functions,
9508           either assumptions that dispose is only called once, or not calling
9509           the parent class dispose/finalize function
9510
9511 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9512
9513         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9514           added two api precondition guards
9515           use g_strdup with getenv to fix crash when using ENVVAR
9516
9517 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9518         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9519         (gst_esdsink_finalize):
9520         Use a finalize function, not dispose, and more importantly,
9521         call the parent class finalize function too
9522
9523 2004-11-01  Johan Dahlin  <johan@gnome.org>
9524
9525         * ext/ogg/gstoggdemux.c:
9526         * gst/tags/gstvorbistag.c:
9527         Plug leaks.
9528
9529 2004-10-31  Benjamin Otte  <otte@gnome.org>
9530
9531         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9532           lotsa memleaks today. But they're all small...
9533
9534 2004-10-31  Benjamin Otte  <otte@gnome.org>
9535
9536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9537           another memleak crushed
9538
9539 2004-10-31  Benjamin Otte  <otte@gnome.org>
9540
9541         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9542           fix memleak
9543
9544 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9545
9546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9547           Hack to prevent crash when going to READY inside signal handler
9548           while this function is active.
9549
9550 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9551
9552         * gst/ffmpegcolorspace/Makefile.am:
9553         * gst/ffmpegcolorspace/avcodec.h:
9554         * gst/ffmpegcolorspace/common.h:
9555         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9556         * gst/ffmpegcolorspace/dsputil.h:
9557         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9559         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9560         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9561         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9562         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9563         (gst_ffmpegcsp_avpicture_fill):
9564         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9566         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9567         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9568         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9569         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9570         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9571         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9572         * gst/ffmpegcolorspace/imgconvert.c:
9573         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9574         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9575         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9576         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9577         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9578         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9579         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9580         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9581         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9582         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9583         (grow21), (grow22), (grow41), (grow44), (conv411),
9584         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9585         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9586         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9587         (avpicture_free), (is_yuv_planar), (img_convert),
9588         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9589         (deinterlace_line_inplace), (deinterlace_bottom_field),
9590         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9591         * gst/ffmpegcolorspace/imgconvert_template.h:
9592         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9593         * gst/ffmpegcolorspace/mmx.h:
9594         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9595         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9596         (av_freep), (avcodec_get_context_defaults),
9597         (avcodec_alloc_context), (avcodec_init):
9598           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9599           handling plus update from ffmpeg CVS. Large clean-up.
9600
9601 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9602
9603         * gst/playback/Makefile.am:
9604           We need the marshallers for decodebin, too.
9605
9606 2004-10-30  David Schleef  <ds@schleef.org>
9607
9608         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9609           quicktime typefinding work with 64-bit offsets.
9610
9611 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9612
9613         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9614           Set EOS on the element when processing an EOS event.
9615         * ext/speex/gstspeexdec.h:
9616         * ext/speex/gstspeexenc.h:
9617           Only keep a const ptr to the mode
9618         * gst-libs/gst/riff/riff-media.c:
9619         (gst_riff_create_audio_caps_with_data),
9620         (gst_riff_create_audio_template_caps):
9621           Allow WMAV3, with up to 6 channels.
9622         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9623           Don't call gst_pad_set_event_function on a sink pad.
9624         * gst/mpegstream/gstdvddemux.c:
9625         (gst_dvd_demux_get_subpicture_stream),
9626         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9627           Copy the explicit caps that were set across to the cur_* pads,
9628           instead of trying to use a possibly non-existent negotiated caps.
9629           Reset the type of subpicture pads to UNKNOWN after calling
9630           init_stream, so that the caps get set.
9631
9632 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9633
9634         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9635
9636         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9637           Don't touch buffer if it is of size 0 (fixes #151064).
9638
9639 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9640
9641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9642           Synchronized discont handling.
9643
9644 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9645
9646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9647         (gst_ogg_demux_push):
9648           Make seeking sort-of exact again (fixes #156387).
9649
9650 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * gst/playback/gstplaybasebin.c: (unknown_type),
9653         (add_element_stream), (new_decoded_pad),
9654         (gst_play_base_bin_change_state):
9655         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9656         (gst_stream_info_init), (gst_stream_info_new),
9657         (gst_stream_info_dispose), (gst_stream_info_get_property):
9658         * gst/playback/gststreaminfo.h:
9659           Make caps explicitely available. Makes testing for unsupported
9660           types possible. Improves error reporting.
9661
9662 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9663
9664         * gst/audioconvert/gstaudioconvert.c:
9665         (gst_audio_convert_buffer_to_default_format):
9666           Really don't touch read-only buffers (#156563).
9667
9668 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9669
9670         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9671
9672         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9673           Fix memleak (#155223).
9674
9675 2004-10-29  Wim Taymans  <wim@fluendo.com>
9676
9677         * gst/tcp/.cvsignore:
9678         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9679         (gst_multifdsink_class_init), (gst_multifdsink_init),
9680         (gst_multifdsink_add), (gst_multifdsink_remove),
9681         (gst_multifdsink_remove_client_link), (is_sync_frame),
9682         (gst_multifdsink_new_client),
9683         (gst_multifdsink_handle_client_write),
9684         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9685         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9686         (gst_multifdsink_get_property):
9687         * gst/tcp/gstmultifdsink.h:
9688         Added burst on connect sync_method, deprecated sync_clients,
9689         streamlined the sync code some more.
9690
9691 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9692
9693         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9694         (gst_play_base_bin_change_state):
9695           Improve error reporting.
9696
9697 2004-10-28  Wim Taymans  <wim@fluendo.com>
9698
9699         * gst/tcp/Makefile.am:
9700         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9701         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9702         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9703         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9704         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9705         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9706         (gst_fdset_wait):
9707         Added more locks around fdset structures. Fixed/reworked
9708         the poll array resizing code.
9709         Added stress test for fdset.
9710
9711 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9712
9713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9714         fix build
9715
9716 2004-10-28  Benjamin Otte  <otte@gnome.org>
9717
9718         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9719           fix link function to always query channels and query width for
9720           floats
9721         * configure.ac:
9722           add equalizer dir
9723         * gst/equalizer/Makefile.am:
9724         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9725         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9726         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9727         (arg_to_scale), (setup_filter),
9728         (gst_iir_equalizer_compute_frequencies),
9729         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9730         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9731         (plugin_init):
9732           add an equalizer
9733
9734 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9735
9736         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9737
9738         * po/LINGUAS:
9739         * po/nb.po:
9740           Added Norwegian Bokmaal translation
9741
9742 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9743
9744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9745           Don't break on options (fixes #156488).
9746
9747 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * configure.ac:
9750         * ext/cdaudio/Makefile.am:
9751         * sys/Makefile.am:
9752           fix build on older automake
9753
9754 2004-10-26  Wim Taymans  <wim@fluendo.com>
9755
9756         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9757         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9758         Allow a little margin when negotiating the framerate.
9759
9760 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9761
9762         * gst/level/gstlevel.c:
9763           synchonised naming of pads and pad-templates
9764
9765 2004-10-26  Wim Taymans  <wim@fluendo.com>
9766
9767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9768         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9769         (_find_streams_check), (gst_ogg_demux_push):
9770         Fix EOS again. Needs to be done in a better way. We should not
9771         remove the pad if there is no new chained stream.
9772
9773 2004-10-26 Iain <iaingnome@gmail.com>
9774
9775         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9776         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9777         of the caps.
9778         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9779         pad.
9780         (interleave_release_pad): Remove the pad.
9781         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9782         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9783         the set device.
9784         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9785         attrs
9786         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9787         (gst_xvimagesink_finalize): Free the par.
9788
9789 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9790
9791         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9792         (gst_avimux_stop_file):
9793           First calculate the rate, and only then use it. Hdr.rate is a
9794           multiple and not a derivative of hdr.scale. Scale is not the
9795           same as blockalign but is solely related to rate.
9796
9797 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9798
9799         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9800         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9801           Implement seeking.
9802
9803 2004-10-25  James Henstridge  <james@jamesh.id.au>
9804
9805         Reviewed by:  David Schleef  <ds@schleef.org>
9806
9807         * examples/gstplay/player.c: (got_stream_length), (main):
9808         * examples/seeking/cdplayer.c: (update_scale):
9809         * examples/seeking/seek.c: (format_value), (update_scale):
9810         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9811         (stop_seek):
9812         Build fixes on AMD64.
9813
9814 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9815
9816         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9817
9818         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9819         Fix for some v4l cards which hang in v4lsrc
9820
9821 2004-10-25  Wim Taymans  <wim@fluendo.com>
9822
9823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9824         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9825         Make sure to remove the pad when a new chain is
9826         encountered. Set some vars to NULL so we don't try
9827         to reference freed memory.
9828
9829 2004-10-25  Wim Taymans  <wim@fluendo.com>
9830
9831         * examples/seeking/Makefile.am:
9832         * examples/seeking/cdplayer.c: (update_scale):
9833         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9834         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9835         (format_value), (update_scale), (iterate), (start_seek),
9836         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9837         (print_usage), (main):
9838         Added some more examples, update others.
9839
9840 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9841
9842         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9843         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9844         * ext/theora/theoradec.c: (theora_dec_chain):
9845         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9846           Add codec-name metadata.
9847
9848 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9849
9850         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9851
9852         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9853         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9854         * ext/alsa/gstalsamixertrack.h:
9855         * po/POTFILES.in:
9856           ALSA mixer track label internationalization (#154054).
9857
9858 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9859
9860         * ext/theora/theoradec.c: (theora_dec_chain):
9861           Export bitrate as metadata.
9862
9863 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9864
9865         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9866         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9867         * ext/alsa/gstalsamixertrack.h:
9868           Fix names, fix loop.
9869
9870 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9871
9872         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9873         (speex_dec_convert):
9874           sinkconvert function so oggdemux can get the file length (totem).
9875
9876 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9877
9878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9879
9880         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9881           Don't push incomplete packets.
9882         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9883           Fix MPEG-4 audio typefinding.
9884
9885 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9886
9887         * sys/v4l/Makefile.am:
9888         * sys/v4l/gstv4l.c: (plugin_init):
9889         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9890         (gst_v4lelement_init), (gst_v4lelement_dispose),
9891         (gst_v4lelement_change_state):
9892         * sys/v4l/gstv4lelement.h:
9893         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9894         (gst_v4l_xoverlay_close), (idle_refresh),
9895         (gst_v4l_xoverlay_set_xwindow_id):
9896         * sys/v4l/gstv4lxoverlay.h:
9897         * sys/v4l/v4l-overlay_calls.c:
9898         * sys/v4l/v4l_calls.h:
9899         * sys/v4l2/Makefile.am:
9900         * sys/v4l2/gstv4l2.c: (plugin_init):
9901         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9902         (gst_v4l2element_init), (gst_v4l2element_dispose),
9903         (gst_v4l2element_change_state):
9904         * sys/v4l2/gstv4l2element.h:
9905         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9906         (gst_v4l2_xoverlay_close), (idle_refresh),
9907         (gst_v4l2_xoverlay_set_xwindow_id):
9908         * sys/v4l2/gstv4l2xoverlay.h:
9909         * sys/v4l2/v4l2-overlay_calls.c:
9910         * sys/v4l2/v4l2_calls.h:
9911           Remove client-side overlay handling, use the X-server v4l plugin
9912           for that. Nicer overlay, less code. Also make the plugin
9913           compileable without X (but then without overlay, obviously).
9914           Makes xwindowlistener obsolete, should we remove that?
9915
9916 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9917
9918         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9919         (gst_osssrc_src_query):
9920         * sys/oss/gstosssrc.h:
9921           OK, so people want offset in DEFAULT. This time, actually fix all
9922           cases.
9923         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9924           Add FPS properly.
9925
9926 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9927
9928         * gst/asfdemux/gstasfmux.c:
9929         * gst/avi/gstavimux.c:
9930           Framerate.
9931
9932 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9933
9934         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9935           Fix properties (channel, norm, frequency).
9936
9937 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9938
9939         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9940           Flag typo.
9941         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9942           No warnings.
9943
9944 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9945
9946         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9947           Fix hang.
9948
9949 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9950
9951         * sys/v4l2/gstv4l2element.h:
9952           Yet Another Hack (tm) for kernel header borkedness.
9953         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9954         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9955         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9956         (gst_v4l2src_change_state):
9957         * sys/v4l2/gstv4l2src.h:
9958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9959         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9960           Fix caps, keep track of state, work.
9961
9962 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9963
9964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9965           Quiet.
9966
9967 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9968
9969         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9970           Don't mix bytes and samples.
9971
9972 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9973
9974         * ext/ogg/gstoggmux.c:
9975           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9976           and theora. Any is incorrect.
9977         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9978           Fix caps.
9979         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9980         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9981         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9982         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9983         * sys/v4l/gstv4lmjpegsrc.h:
9984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9985         (gst_v4lsrc_change_state):
9986         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9987         (gst_v4lmjpegsrc_capture_stop):
9988           Fix caps. Keep track of internal state. Work.
9989
9990 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9991
9992         * ext/Makefile.am:
9993           Fix the build fixes.
9994
9995 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9996
9997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9998         (gst_ogg_demux_src_event), (_find_chain_seek),
9999         (gst_ogg_pad_push):
10000           Check for pad availability before using it.
10001         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10002           Fix parsing of chained ogg. Needs more work on the decoder side.
10003
10004 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10005
10006         * gst/spectrum/Makefile.am:
10007         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10008         (idle_func):
10009           Fix demo and reenable it. Yes, I'm currently playing with audio
10010           analysis tools
10011
10012 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10013
10014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10015           We love it if files that start at zero work too...
10016
10017 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10018
10019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10020           Handle files with missing EOS headers.
10021
10022 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10023
10024         * gst/tcp/gsttcpserversink.c:
10025         (gst_tcpserversink_handle_server_read),
10026         (gst_tcpserversink_init_send):
10027         Zero some variables first (need for accept not to return EINVAL)
10028
10029 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10030
10031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10032         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10033         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10034         (theora_dec_chain):
10035         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10036         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10037           Seeking and querying finetune.
10038
10039 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10040
10041         * configure.ac:
10042         * ext/Makefile.am:
10043         * ext/raw1394/Makefile.am:
10044           fix the build
10045
10046 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10049           Wrong return.
10050         * gst/playback/Makefile.am:
10051         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10052         * gst/playback/gstplay-marshal.list:
10053         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10054           Fix marshallers.
10055
10056 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10057
10058         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10059           Silence.
10060
10061 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10062
10063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10064         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10065         (gst_ogg_pad_push):
10066           Yay for non-lineair granulepos in theora.
10067
10068 2004-10-18  Wim Taymans  <wim@fluendo.com>
10069
10070         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10071         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10072         * ext/dv/gstdvdec.h:
10073         Make sure we renegotiate aspect ratio when the camera switches.
10074
10075 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10076
10077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10078         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10079           Start at zero.
10080         * ext/theora/theoradec.c: (theora_dec_chain):
10081           Skip headers. Bad idea for chained ogg, but fixes seeking.
10082
10083 2004-10-18  Wim Taymans  <wim@fluendo.com>
10084
10085         * configure.ac:
10086         I swear, this is the last time I touch this.
10087
10088 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10089
10090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10091         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10092         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10093           Faster seeking.
10094         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10095           Time-to-default conversion.
10096         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10097           Don't error on unknown packets, just skip. We should probably
10098           read them if we want to support chained ogg.
10099
10100 2004-10-18  Wim Taymans  <wim@fluendo.com>
10101
10102         * configure.ac:
10103         Added cdaudio to wrong list.
10104
10105 2004-10-18  Wim Taymans  <wim@fluendo.com>
10106
10107         * configure.ac:
10108         Revive cdaudio.
10109
10110 2004-10-18  Wim Taymans  <wim@fluendo.com>
10111
10112         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10113         (gst_dvdec_video_link), (gst_dvdec_push):
10114         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10115         (gst_smokeenc_resync), (gst_smokeenc_chain):
10116         Fix mimetype on smoke encoder.
10117         Add aspect ratio to dvdec. Not sure if these
10118         values are correct though....
10119
10120 2004-10-18  Wim Taymans  <wim@fluendo.com>
10121
10122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10123         Fix vorbis property descriptions and ranges.
10124
10125 2004-10-18  Wim Taymans  <wim@fluendo.com>
10126
10127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10128         Really do nothing when no data is available.
10129         Go to the playing state when the stream is not seekable
10130         instead of failing.
10131
10132 2004-10-18  Wim Taymans  <wim@fluendo.com>
10133
10134         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10135         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10136         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10137         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10138         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10139         Added uri handler for cd://
10140         Port to new API.
10141
10142 2004-10-18  Wim Taymans  <wim@fluendo.com>
10143
10144         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10145         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10146         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10147         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10148         (remove_prerolls), (unknown_type), (add_element_stream),
10149         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10150         (gst_play_base_bin_remove_element),
10151         (gst_play_base_bin_link_stream):
10152         * gst/playback/gstplaybin.c: (gen_video_element),
10153         (gen_vis_element), (remove_sinks), (setup_sinks):
10154         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10155         (gst_stream_info_get_type), (gst_stream_info_class_init),
10156         (gst_stream_info_init), (gst_stream_info_new),
10157         (gst_stream_info_dispose), (stream_info_mute_pad),
10158         (gst_stream_info_set_property), (gst_stream_info_get_property):
10159         * gst/playback/gststreaminfo.h:
10160         Add sink padtemplate to decodebin.
10161         Added some more comments.
10162         Make queue size configurable in playbasebin.
10163         Added possibility to use elements as sinks (ex cdaudio).
10164
10165 2004-10-15  Wim Taymans  <wim@fluendo.com>
10166
10167         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10168         (gst_speexenc_chain):
10169         Fix speex timestamps so that it gets muxed properly.
10170
10171 2004-10-15  Wim Taymans  <wim@fluendo.com>
10172
10173         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10174         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10175         (gst_dv1394src_init), (gst_dv1394src_dispose),
10176         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10177         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10178         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10179         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10180         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10181         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10182         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10183         * ext/raw1394/gstdv1394src.h:
10184         Added conversion/query functions.
10185         Update buffer timestamps,
10186         Added signals.
10187         Added uri dv:// so it might play from the firewire in playbin.
10188         Fix a possible leak.
10189         Added debugging.
10190
10191 2004-10-15  Wim Taymans  <wim@fluendo.com>
10192
10193         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10194         (gst_dv1394src_init), (gst_dv1394src_set_property),
10195         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10196         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10197         * ext/raw1394/gstdv1394src.h:
10198         Added AV/C VTR control support needed for some cameras.
10199         Added automatic port detection.
10200         Added properties for selecting the channel.
10201         The configure.ac script is not yet updated to reflect the
10202         new libavc1394 and librom1394 dependencies.
10203
10204 2004-10-15  Wim Taymans  <wim@fluendo.com>
10205
10206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10207         (qtdemux_parse), (gst_qtdemux_handle_esds):
10208         An esds box is not a container.
10209         Fix parsing of mp4v boxes.
10210         Do not try to renegotiate fps for each frame. Need to
10211         find a better method. This should fix mp4 playback.
10212
10213 2004-10-14  David Schleef  <ds@schleef.org>
10214
10215         * configure.ac: update for swfdec-0.3 and liboil-0.2
10216         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10217         * ext/swfdec/gstswfdec.h: same
10218         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10219         * gst/videotestsrc/videotestsrc.c: same
10220
10221 2004-10-14  Wim Taymans  <wim@fluendo.com>
10222
10223         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10224         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10225         (is_sync_frame), (gst_multifdsink_new_client),
10226         (gst_multifdsink_handle_client_write),
10227         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10228         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10229         Turn warnings into info.
10230         Don't allow a state change in the streaming thread.
10231
10232 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10233
10234         * ext/vorbis/oggvorbisenc.c:
10235         * ext/vorbis/vorbisdec.c:
10236           fix template sample rate
10237
10238 2004-10-13  Wim Taymans  <wim@fluendo.com>
10239
10240         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10241         Decoding the header first fixes some problems in resyncing
10242         in more mp3s.
10243
10244 2004-10-12  Wim Taymans  <wim@fluendo.com>
10245
10246         * gst/playback/gstplaybin.c: (gen_video_element),
10247         (gen_vis_element), (remove_sinks), (setup_sinks):
10248         Added vis plugin support, need to configure the vis
10249         element to activate it.
10250
10251 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10252
10253         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10254         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10255           Some debug.
10256         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10257         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10258         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10259         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10260         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10261         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10262         * gst/avi/gstavidemux.h:
10263           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10264           recovery (where, if part of the index is broken, we will still read
10265           the rest of the index and recover the broken part by stream
10266           scanning). More broken media support. EOS workarounds. General AVI
10267           braindamage headache recovery. Aspirin included.
10268
10269 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10270
10271         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10272         (cdparanoia_event), (cdparanoia_query):
10273           Get rid of hideous lead-in.
10274
10275 2004-10-11  Wim Taymans  <wim@fluendo.com>
10276
10277         * gst/playback/gstplaybasebin.c: (setup_source):
10278         Wrong var used to get g_list_next.
10279
10280 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10281
10282         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10283         (cdparanoia_get), (cdparanoia_open):
10284           Report discid as metadata, add duration.
10285
10286 2004-10-11  Wim Taymans  <wim@fluendo.com>
10287
10288         * gst/playback/gstplaybasebin.c: (setup_source):
10289         Cleanup the previous pipeline a little earlier for the
10290         case that a source element provides raw data.
10291
10292 2004-10-11  Benjamin Otte  <otte@gnome.org>
10293
10294         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10295           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10296           consuming the last 128 bytes, even though it was valid mp3 data.
10297
10298 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10299
10300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10301         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10302         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10303         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10304
10305 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10306
10307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10308         Fix for webcams that support only specific width or height
10309
10310 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10311
10312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10313
10314         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10315           Fix wrong discont event setup (fixes #154967).
10316
10317 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10318
10319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10320
10321         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10322           Error out on invalid data (fixes #154807).
10323
10324 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10325
10326         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10327
10328         * ext/dvdread/dvdreadsrc.c: (_read):
10329           Make titles > 0 work again (fixes #154834).
10330
10331 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10332
10333         * gst-libs/gst/riff/riff-media.c:
10334         (gst_riff_create_video_template_caps):
10335           WMV3 missing in template caps.
10336
10337 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10338
10339         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10340           OK, so the original code was too strict. It makes random AVI files
10341           hang for seconds upon opening, which is unacceptable and is far
10342           beyond the original goal of getting multiple chunks for one-chunk
10343           sounc stream files. So now do just that.
10344
10345 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10346
10347         * gst/playback/gstplaybasebin.c: (setup_source),
10348         (gst_play_base_bin_change_state):
10349           Actually clean up streaminfo if output fails. This would trigger
10350           if, for example, there was no CD in the drive. No preroll, so
10351           a streaminfo structure is created, but the subsequent state change
10352           of the thread fails.
10353         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10354           Don't change state if parent failed.
10355
10356 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10357
10358         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10359         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10360         (gen_video_element), (remove_sinks):
10361           Add small bits of code for screenshot handling.
10362
10363 2004-10-08  Wim Taymans  <wim@fluendo.com>
10364
10365         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10366         (gen_video_element), (gen_audio_element), (setup_sinks):
10367         Don't assume the user provided sinks are named "sink"...
10368
10369 2004-10-08  Wim Taymans  <wim@fluendo.com>
10370
10371         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10372         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10373         (gst_play_base_bin_link_stream):
10374         Do not try to autoplug sources that generate raw streams like
10375         cdparanoia.
10376         disconnect the preroll overrun signal when we don't need it anymore.
10377
10378 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10379
10380         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10381         Added reworked patch from #154903 from milosz derezynski (deadchip).
10382
10383 2004-10-08  Wim Taymans  <wim@fluendo.com>
10384
10385         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10386         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10387         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10388         (cdparanoia_convert), (cdparanoia_uri_get_type),
10389         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10390         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10391         * ext/cdparanoia/gstcdparanoia.h:
10392         This adds the cdda://<tracknum> uri.
10393
10394 2004-10-08  Wim Taymans  <wim@fluendo.com>
10395
10396         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10397         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10398         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10400         (unknown_type), (gst_play_base_bin_remove_element),
10401         (gst_play_base_bin_link_stream):
10402         * gst/playback/gstplaybasebin.h:
10403         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10404         (gst_play_bin_set_property), (gen_video_element),
10405         (gen_audio_element), (setup_sinks):
10406         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10407         (gst_stream_info_get_type), (gst_stream_info_class_init),
10408         (gst_stream_info_init), (gst_stream_info_new),
10409         (gst_stream_info_dispose), (stream_info_mute_pad),
10410         (gst_stream_info_set_property), (gst_stream_info_get_property):
10411         * gst/playback/gststreaminfo.h:
10412         Reuse the audio and video bins.
10413         Some internal cleanups in the stream selection code.
10414
10415 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10416
10417         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10418         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10419         * sys/ximage/ximagesink.h:
10420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10421         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10422         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10423         not coming from those elements. Moreover these elements should not keep
10424         the xid they have been given when in NULL state.
10425
10426 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10427
10428         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10429         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10430         * sys/ximage/ximagesink.h:
10431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10432         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10433         * sys/xvimage/xvimagesink.h:
10434           Actually only create a new toplevel window if we're not gonna
10435           embed it right after.
10436
10437 2004-10-07  Wim Taymans  <wim@fluendo.com>
10438
10439         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10440         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10441         * gst/playback/gstplaybin.c: (setup_sinks):
10442         Implement muting/unmuting of streams, mute streams that are not
10443         used.
10444
10445 2004-10-07  Wim Taymans  <wim@fluendo.com>
10446
10447         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10448         (plugin_init):
10449         Added lame audio/x-ac3 typefind function.
10450
10451 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10452
10453         * configure.ac:
10454           bump nano to cvs
10455
10456 === release 0.8.5 ===
10457
10458 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10459
10460         * NEWS:
10461         * RELEASE:
10462         * configure.ac:
10463           releasing 0.8.5, "Take You On"
10464
10465 2004-10-06  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10468         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10469         (no_more_pads), (close_link), (type_found):
10470         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10471         * gst/playback/gstplaybin.c: (gen_video_element):
10472         Do not signal the no_more_pads after the first pad when
10473         we are plugging a non dynamic element with multiple
10474         output pads (like swfdec, dvdec, ...).
10475
10476 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10477
10478         * configure.ac:
10479           bump for prerelease
10480
10481 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10482
10483         * gst/wavparse/gstwavparse.c:
10484           add ATRAC3 to STATIC CAPS to fix a warning
10485
10486         * gst/matroska/ebml-read.c:
10487         * gst-libs/gst/riff/riff-read.c:
10488           fix typos
10489
10490 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10491
10492         * gst-libs/gst/riff/riff-media.c:
10493           generate caps for ATRAC3 audio streams
10494
10495         * gst/realmedia/rmdemux.c:
10496           generate caps for ATRAC3 audio streams
10497
10498 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10499
10500         * gst/wavparse/Makefile.am
10501         * gst/wavparse/riff.h
10502         * gst/wavparse/wavparse.vcproj
10503           riff.h removal (unused and duplication with riff-ids.h)
10504
10505 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10506
10507         * gst/wavparse/gstwavparse.h
10508           remove duplicated defines for audio codec codes
10509
10510         * gst-libs/gst/riff/riff-ids.h
10511         * gst/wavenc/riff.h:
10512           add "4CC" code for ATRAC3 audio streams
10513           add "4CC" code for ITU_G721_ADPCM (unused for now)
10514
10515 2004-10-06  Wim Taymans  <wim@fluendo.com>
10516
10517         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10518         Actually _do_ negotiation. Pass gdouble as arg instead
10519         of guint64 for the framerate.
10520
10521 2004-10-06  Wim Taymans  <wim@fluendo.com>
10522
10523         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10524         (find_compatibles), (close_pad_link), (try_to_link_1),
10525         (no_more_pads), (close_link), (type_found):
10526         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10527         * gst/playback/gstplaybin.c: (gen_video_element),
10528         (gen_audio_element):
10529         Set state on newly added element to READY so that negotiation
10530         can happen ASAP.
10531         Addes some more debug info.
10532         Do not try to plug pads with multiple caps structures or ANY
10533         because it is too dangerous since we do not do dynamic
10534         replugging.
10535
10536 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10537
10538         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10539
10540         * po/LINGUAS:
10541         * po/or.po:
10542           add Oriya translation
10543
10544 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10545
10546         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10547           Prevent overwrite of size member. Makes audio sound crappy.
10548
10549 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10550
10551         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10552         Add rmvb to the list of known RealMedia extensions
10553
10554 2004-10-05  Wim Taymans  <wim@fluendo.com>
10555
10556         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10557         (mngdec_openstream), (mngdec_closestream),
10558         (mngdec_handle_sink_event), (mngdec_readdata),
10559         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10560         (mngdec_getcanvasline), (mngdec_refresh),
10561         (gst_mngdec_change_state):
10562         Set the framerate correctly.
10563
10564 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10565
10566         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10567           There was something wrong with the index massaging.
10568
10569 2004-10-04  Wim Taymans  <wim@fluendo.com>
10570
10571         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10572         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10573         (gst_smokedec_chain):
10574         * ext/jpeg/gstsmokedec.h:
10575         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10576         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10577         * ext/jpeg/gstsmokeenc.h:
10578         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10579         (smokecodec_decode_new), (smokecodec_info_free),
10580         (smokecodec_set_quality), (smokecodec_get_quality),
10581         (smokecodec_set_threshold), (smokecodec_get_threshold),
10582         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10583         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10584         (smokecodec_encode), (smokecodec_parse_id),
10585         (smokecodec_parse_header), (smokecodec_decode):
10586         * ext/jpeg/smokecodec.h:
10587         * ext/jpeg/smokeformat.h:
10588         Updated smoke, new bitstream, allows embedding in ogg.
10589
10590 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10591
10592         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10593           Fix seeking in some files. All this code is no longer needed (and
10594           actually breaks stuff) because we now synchronize the full index
10595           right when reading the header.
10596
10597 2004-10-04  Wim Taymans  <wim@fluendo.com>
10598
10599         * configure.ac:
10600         configure update for libmng.
10601
10602 2004-10-04  Wim Taymans  <wim@fluendo.com>
10603
10604         * ext/libmng/Makefile.am:
10605         * ext/libmng/gstmng.c: (plugin_init):
10606         * ext/libmng/gstmng.h:
10607         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10608         (gst_mngdec_base_init), (gst_mngdec_class_init),
10609         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10610         (gst_mngdec_loop), (gst_mngdec_get_property),
10611         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10612         (mngdec_closestream), (mngdec_handle_sink_event),
10613         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10614         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10615         (gst_mngdec_change_state):
10616         * ext/libmng/gstmngdec.h:
10617         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10618         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10619         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10620         (gst_mngenc_chain), (gst_mngenc_get_property),
10621         (gst_mngenc_set_property):
10622         * ext/libmng/gstmngenc.h:
10623         Added basic MNG decoder. Needs more work. The encoder does
10624         not work yet.
10625
10626 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10629         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10630         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10631           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10632           no-more-pads.
10633
10634 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10635
10636         * configure.ac:
10637           you need at least 1.0.4 of speex
10638
10639 2004-10-04 Iain <iaingnome@gmail.com>
10640
10641         * ext/speex/gstspeexdec.h: Revert the includes changes.
10642
10643         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10644
10645 2004-09-30 Iain <iaingnome@gmail.com>
10646
10647         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10648         found during init or set as a property instead of hardcoding /dev/audio
10649
10650 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10651
10652         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10653         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10654         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10655         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10656         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10657         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10658         (gst_rmdemux_dump_data):
10659           Use debug category, fix EOS handling. filesrc ! rmdemux now
10660           works.
10661
10662 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10663
10664         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10665         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10666         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10667           Improve allocation, cutting and sorting of the index. How takes a
10668           few seconds instead of minutes.
10669
10670 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10671
10672         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10673           fixed compilation
10674
10675 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10676
10677         * gst-libs/gst/riff/riff-media.c:
10678         (gst_riff_create_video_caps_with_data),
10679         (gst_riff_create_video_template_caps):
10680           Add wing commander format mimetype/fourccs.
10681         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10682           Don't crash if some value is 0.
10683
10684 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10685
10686         * gst-libs/gst/riff/riff-media.c:
10687         (gst_riff_create_video_caps_with_data),
10688         (gst_riff_create_video_template_caps):
10689           Add DIB fourcc (raw, palettized 8-bit RGB).
10690         * gst-libs/gst/riff/riff-read.c:
10691         (gst_riff_read_strf_vids_with_data):
10692           Oops, fix strf_data reading bug.
10693         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10694           Use a non-NULL tag.
10695         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10696           Time for hacks. Sorry Dave. At least one quicktime movie (a
10697           trailer) that I've encountered contains multiple video tracks.
10698           One of those is the actual video track, the other are one-frame
10699           tracks (images). Unfortunately, the number of frames according
10700           to the trak header is 1 for each, so that doesn't help. So
10701           instead, I look at the duration and discard tracks with a
10702           duration shorter than 20% of the length of the stream. Better
10703           than nothing.
10704
10705 2004-10-01  Christian Schaller <christian@fluendo.com>
10706
10707         * ext/ivorbis/vorbis.c:
10708           Patch from Phil Blundell (Bug 152341)
10709
10710 2004-10-01  Wim Taymans  <wim@fluendo.com>
10711
10712         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10713         (speex_dec_get_formats), (speex_dec_convert),
10714         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10715         (speex_dec_chain), (gst_speexdec_get_property),
10716         (gst_speexdec_set_property):
10717         Small cleanups.
10718
10719 2004-10-01  Wim Taymans  <wim@fluendo.com>
10720
10721         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10722         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10723         (gst_wavparse_other), (gst_wavparse_loop),
10724         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10725         (gst_wavparse_srcpad_event):
10726         * gst/wavparse/gstwavparse.h:
10727         Added some more debugging info.
10728         Fix the case where the length of the file is 0.
10729         Make sure we seek to sample borders.
10730
10731 2004-10-01  Wim Taymans  <wim@fluendo.com>
10732
10733         * gst/playback/README:
10734         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10735         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10736         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10737         Add some debug info to decodebin, update README
10738
10739 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10740
10741         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10742           Don't use g_print(); use GST_DEBUG().
10743
10744 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10745
10746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10747         (gst_ogg_mux_queue_pads):
10748           Handle EOS properly.
10749
10750 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10751
10752         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10755         (gst_faad_chain), (gst_faad_change_state):
10756         * ext/faad/gstfaad.h:
10757           Allow playback of raw (unframed) MPEG AAC files (#148993).
10758
10759 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10760
10761         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10762
10763         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10764           Throw error if we didn't recognize the stream. Fixes #152289.
10765
10766 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10769           Fix negotiation.
10770
10771 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10772
10773         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10776           Fix memleak.
10777
10778 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10779
10780         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10781
10782         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10783           Solve #152805.
10784         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10785           Solve 152806.
10786
10787 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10788
10789         * gst-libs/gst/riff/riff-media.c:
10790         (gst_riff_create_video_caps_with_data),
10791         (gst_riff_create_audio_caps_with_data):
10792           Add codec_data handling (like asfdemux used to do).
10793         * gst/asfdemux/gstasf.c: (plugin_init):
10794         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10795         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10796           Use riff-media for caps creation instead of our own (mostly
10797           broken) copy of its functions.
10798
10799 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10800
10801         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10802           Don't actually error out if we get another return value than
10803           -EINVAL. Opposite to what I first thought, drivers have random
10804           return values for this, although -EINVAL is the expected return
10805           value. Since this is not fatal, we shouldn't use
10806           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10807
10808 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10809
10810         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10811         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10812         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10813         (dvdreadsrc_get), (dvdreadsrc_open_file),
10814         (dvdreadsrc_change_state):
10815           Fix. Don't do one big huge loop around the whole DVD, that will
10816           cache all data and thus eat sizeof(dvd) (several GB) before we
10817           see something.
10818         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10819           Actually NULL'ify event after using it.
10820         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10821         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10822         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10823         (gst_ebml_read_seek), (gst_ebml_read_skip):
10824           Handle events.
10825         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10826         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10827         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10828           Fix timing (this will probably break if I seek using menus, but
10829           I didn't get there yet). VOBs and normal DVDs should now work.
10830           Add a mpeg2-only pad with high rank so this get autoplugged for
10831           MPEG-2 movies.
10832         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10833         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10834         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10835         (gst_mpeg_demux_get_audio_stream),
10836         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10837         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10838           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10839           MPEG-1 but use dvddemux for MPEG-2.
10840         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10841         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10842         (gst_mpeg_parse_parse_packhead):
10843           Timing. Only add pad template if it exists. Add sink template from
10844           class and not from ourselves. This means we will always use the
10845           correct sink template even if it is not the one defined in this
10846           file.
10847
10848 2004-09-29  Wim Taymans  <wim@fluendo.com>
10849
10850         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10851         (gst_mpeg_demux_parse_pes):
10852         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10853         Fix playback of mpeg again, timestamps where screwed up by
10854         patch 1.61.
10855
10856 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10857
10858         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10859           Only return true if we actually filled something in. Prevents
10860           player applications from showing a random length for flac files.
10861         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10862         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10863         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10864         (gst_riff_read_strf_vids_with_data),
10865         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10866           OK, ok, so I implemented event handling. Apparently it's normal
10867           that we receive random events at random points without asking
10868           for it.
10869         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10870         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10871         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10872         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10873         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10874         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10875         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10876         * gst/avi/gstavidemux.h:
10877           Implement non-lineair chunk handling and subchunk processing.
10878           The first solves playback of AVI files where the audio and video
10879           data of individual buffers that we read are not synchronized.
10880           This should not happen according to the wonderful AVI specs, but
10881           of course it does happen in reality. It is also a prerequisite for
10882           the second. Subchunk processing allows us to cut chunks in small
10883           pieces and process each of these pieces separately. This is
10884           required because I've seen several AVI files with incredibly large
10885           audio chunks, even some files with only one audio chunk for the
10886           whole file. This allows for proper playback including seeking.
10887           This patch is supposed to fix all AVI A/V sync issues.
10888         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10889         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10890           Work.
10891         * gst/modplug/gstmodplug.cc:
10892           Proper return value setting for the query() function.
10893         * gst/playback/gstplaybasebin.c: (setup_source):
10894           Being in non-playing state (after, e.g., EOS) is not necessarily
10895           a bad thing. Allow for that. This fixes playback of short files.
10896           They don't actually playback fully now, because the clock already
10897           runs. This means that small files (<500kB) with a small length
10898           (<2sec) will still not or barely play. Other files, such as mod
10899           or flx, will work correctly, however.
10900
10901 2004-09-28  Wim Taymans  <wim@fluendo.com>
10902
10903         * ext/speex/gstspeex.c: (plugin_init):
10904         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10905         (gst_speex_dec_class_init), (speex_dec_get_formats),
10906         (speex_get_event_masks), (speex_get_query_types),
10907         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10908         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10909         (gst_speexdec_get_property), (gst_speexdec_set_property),
10910         (speex_dec_change_state):
10911         * ext/speex/gstspeexdec.h:
10912         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10913         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10914         (gst_speexenc_base_init), (gst_speexenc_class_init),
10915         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10916         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10917         (gst_speexenc_src_query), (gst_speexenc_init),
10918         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10919         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10920         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10921         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10922         (gst_speexenc_chain), (gst_speexenc_get_property),
10923         (gst_speexenc_set_property), (gst_speexenc_change_state):
10924         * ext/speex/gstspeexenc.h:
10925         Rewrote speex encoder, make sure it can be embedded in ogg.
10926         Implemented speex decoder.
10927
10928 2004-09-28  Christian Schaller <christian@fluendo.com>
10929
10930         * configure.ac:
10931         Remove kioslave plugin. Markey is brewing a new working one
10932         * ext/Makefile.am: Remove kioslave plugin
10933         * ext/kio: remove
10934         * gst-plugins.spec.in: remove kio plugin from spec
10935
10936 2004-09-27  Wim Taymans  <wim@fluendo.com>
10937
10938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10939         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10940         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10941         (gst_multifdsink_new_client),
10942         (gst_multifdsink_handle_client_write),
10943         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10944         (gst_multifdsink_handle_clients):
10945         * gst/tcp/gstmultifdsink.h:
10946         Make syncing to keyframes actually work for new clients and lagging
10947         clients.
10948
10949 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10950
10951         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10952         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10953         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10954         * gst/debug/gstnavigationtest.h:
10955           make navigationtest display button-press and button-release events
10956
10957 2004-09-26 Iain <iaingnome@gmail.com>
10958
10959         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10960         the channels have received a new media event.
10961         (interleave_buffered_loop): Compresses a new media event on all
10962         channels into one.
10963
10964 2004-09-26 Iain <iaingnome@gmail.com>
10965
10966         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10967         call the sinkpad's default event handler and not the srcpads. He also
10968         says this is confusing :)
10969         (gst_wavenc_stop_file): Company says that seek events only go upstream
10970         we should send a discontinuous downstream instead.
10971
10972 2004-09-25  Christian Schaller <christian@fluendo.com>
10973
10974         * Update SPEC file to be usable in conjunction with Fedora Core,
10975           Fedora.us and freshrpms packages
10976         * Fix typo in multifilesrc test Makefile
10977
10978 2004-09-24  Wim Taymans  <wim@fluendo.com>
10979
10980         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10981         Only signal the no_more_pads signal when we have
10982         added the stream to our list.
10983
10984 2004-09-24  Wim Taymans  <wim@fluendo.com>
10985
10986         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10987         (new_decoded_pad):
10988         * gst/playback/gstplaybasebin.h:
10989         * gst/playback/gstplaybin.c: (setup_sinks):
10990         Don't try to preroll or decode more than one audio/video
10991         track.
10992
10993 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10994
10995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10996           Throw error if we failed to find a suitable output. This should
10997           throw an error if we successfully set up a pipeline (e.g. because
10998           we recognized a media file) but found no decodable streams in it
10999           (e.g. because it contains only media stream types for which we
11000           have no decoders, or because it's not a media type).
11001
11002 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11003
11004         * ext/dirac/Makefile.am:
11005         * ext/dirac/gstdirac.cc:
11006         * ext/dirac/gstdiracdec.cc:
11007         * ext/dirac/gstdiracdec.h:
11008           Do something. Don't actually know if this works because I don't
11009           have a demuxer yet.
11010         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11011           Add channels=1 to caps returned from _getcaps().
11012         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11013         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11014         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11015         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11016         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11017         (gst_ogm_parse_change_state):
11018           Separate between audio/video so ogmaudioparse actually uses the
11019           audio pad templates. Both audio and video work now, including
11020           autoplugging. Also use sometimes-srcpad hack.
11021         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11022           Handle events better. Don't hang on infinite loops.
11023         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11024         (gst_avi_demux_init), (gst_avi_demux_reset),
11025         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11026         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11027         (gst_avi_demux_change_state):
11028         * gst/avi/gstavidemux.h:
11029           Improve A/V sync. Still not perfect.
11030         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11031         (gst_ebml_read_skip):
11032           Handle events better.
11033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11034         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11035         (qtdemux_audio_caps):
11036           Add IMA4. Improve event handling. Save offset after a seek when
11037           the headers are at the end of the file so that we don't end up in
11038           an infinite loop.
11039         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11040           Add low-priority typefind support for files with no length.
11041
11042 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11043
11044         * testsuite/multifilesink/Makefile.am:
11045         fix typo
11046
11047 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11048
11049         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11051         mistakes from thaytan's patches.
11052
11053 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11054
11055         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11056           For completeness, XSync in the destroy function as xvimage does.
11057
11058 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11059
11060         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11061            Correct caps negotiation
11062         * gst/volume/gstvolume.c: (volume_chain_float),
11063         (volume_chain_int16):
11064            Modify debug output to be little more informative
11065         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11067         (gst_xvimagesink_xvimage_destroy):
11068           Add XSync calls after detaching from the shared memory segment to
11069           avoid a crash.
11070
11071 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11072
11073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11074         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11075         * ext/vorbis/vorbis.c: (plugin_init):
11076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11077         (gst_vorbisenc_chain):
11078         * ext/vorbis/vorbisenc.h:
11079         remove explicit newmedia support from oggmux and vorbisenc
11080         add debug category to vorbisenc
11081         * gst/multifilesink/gstmultifilesink.c:
11082         (gst_multifilesink_class_init), (gst_multifilesink_init),
11083         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11084         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11085         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11086         (plugin_init):
11087         * gst/multifilesink/gstmultifilesink.h:
11088         add support for streamheader in multifilesink
11089
11090 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11091
11092         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11093         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11094         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11095           Prevent infinite loops. More correct error reporting.
11096         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11097           Error out if negotiation fails.
11098         * gst/playback/gstplaybasebin.c: (setup_source),
11099         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11100         (gst_play_base_bin_found_tag):
11101           Error/tag forwarding. Pre-roll fixes for source errors on state
11102           changes (e.g. "file does not exist") to prevent hangs.
11103
11104 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11105
11106         * testsuite/multifilesink/Makefile.am:
11107         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11108         (gst_newmedia_class_init), (gst_newmedia_init),
11109         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11110         (newfile_signal), (test_signal), (main):
11111         * testsuite/multifilesink/multifilesrc_test.c: (main):
11112         * testsuite/multifilesink/oggtheora_test.c:
11113         (gst_newmedia_base_init), (gst_newmedia_class_init),
11114         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11115         (test_format), (newfile_signal), (test_signal), (main):
11116         * testsuite/multifilesink/oggvorbis_test.c:
11117         (gst_newmedia_base_init), (gst_newmedia_class_init),
11118         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11119         (test_format), (newfile_signal), (test_signal), (main):
11120         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11121         (gst_newmedia_class_init), (gst_newmedia_init),
11122         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11123         (newfile_signal), (test_signal), (main):
11124         New media tests
11125
11126 2004-09-20  Christian Schaller <christian@fluendo.com>
11127
11128         * Fix mikmod license to LGPL as they have relicensed
11129         * Move Dirac and Effectv into LGPL section of README_license
11130
11131 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11132
11133         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11134         (gst_mad_change_state):
11135           Allow for mp3 rate/channels changes. However, only very
11136           conservatively. Reason that we *have* to enable this is smiply
11137           because the mad find_sync() function is not good enough, it will
11138           regularly sync on random data as valid frames and therefore make
11139           us provide random caps as *final* caps of the stream. The best fix
11140           I could think of is to simply require several of the same stream
11141           changes in a row before we change caps.
11142           The actual testcase that works now is #
11143         * ext/ogg/Makefile.am:
11144         * ext/ogg/gstogg.c: (plugin_init):
11145         * ext/ogg/gstogmparse.c:
11146           OGM support (video only for now; I need an audio sample file).
11147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11148         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11149         (gst_asf_demux_add_video_stream):
11150           WMV extradata.
11151         * gst/playback/gstplaybasebin.c: (unknown_type):
11152           Don't error out on single unknown-types after all. It's wrong.
11153           If we found type of video and audio but not of a subtitle stream,
11154           it will still error out (which is unwanted). Will find a better fix
11155           later on.
11156         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11157         (ogmaudio_type_find), (plugin_init):
11158           OGM support.
11159
11160 2004-09-20  Johan Dahlin  <johan@gnome.org>
11161
11162         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11163         after setting caps.
11164
11165 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11166
11167         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11168         * gst/wavenc/gstwavenc.h:
11169         Added newmedia support to wavenc
11170
11171 2004-09-17  Wim Taymans  <wim@fluendo.com>
11172
11173         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11174         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11175         (gst_fdset_fd_can_write), (gst_fdset_wait):
11176         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11177         (gst_multifdsink_init), (gst_multifdsink_add),
11178         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11179         (gst_multifdsink_remove_client_link),
11180         (gst_multifdsink_client_queue_buffer),
11181         (gst_multifdsink_handle_client_write),
11182         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11183         (gst_multifdsink_close), (gst_multifdsink_change_state):
11184         * gst/tcp/gstmultifdsink.h:
11185         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11186         (gst_tcpserversink_removed):
11187         Small cleanups in fdset.c
11188         Use a hastable to map fd to the client structure for faster
11189         lookup in _remove and get_stats.
11190         Added virtual function to close the fds.
11191         Handle clients even when the select/poll call was unblocked because
11192         of a command.
11193         Implement syncing to keyframe in the recovery procedure.
11194
11195 2004-09-16 Iain <iaingnome@gmail.com>
11196
11197         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11198         try caps.
11199
11200 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11201
11202         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11203           Caps are only set if the type of the stream is unknown, but this
11204           is initialized in ->init_stream(), so set to UNKNOWN after calling
11205           ->init_stream() so that capsnego starts.
11206
11207 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11208
11209         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11210         (gst_avi_demux_stream_data):
11211           Just hardcode for raw audio then. AVI audio sucks.
11212
11213 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11214
11215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11216         * gst/matroska/matroska-mux.c: (audiosink_templ),
11217         (gst_matroska_mux_audio_pad_link):
11218         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11219         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11220
11221 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11222
11223         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11224         (gst_avi_demux_stream_data):
11225           Try to fix a/v sync issues.
11226
11227 2004-09-15  David Schleef  <ds@schleef.org>
11228
11229         * configure.ac: remove NASM check, since we don't use it.  Update
11230         dirac check to 0.4
11231         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11233         Initialized variables.
11234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11235         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11236         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11237         SVQ3 format
11238
11239 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11240
11241         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11242         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11243         * gst/avi/gstavidemux.h:
11244           Fix for compressed audio (mp3) timestamp generation. How did this
11245           ever work?
11246
11247 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11248
11249         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11250           Volume is a double not a float.
11251
11252 2004-09-15  Wim Taymans  <wim@fluendo.com>
11253
11254         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11255         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11256         Don't close the fd in multifdsink as we didn't open it in the
11257         first place. Some cleanups.
11258
11259 2004-09-15  Wim Taymans  <wim@fluendo.com>
11260
11261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11263         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11264         Fix the case where the muxer would mark pages as delta
11265         frames when they are not (vorbis only ogg).
11266
11267 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11268
11269         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11270         (gst_play_base_bin_change_state):
11271           Handle the case where we failed to setup a clear pipeline. This
11272           will throw an error (or EOS, another nice case) and if you don't
11273           catch that, the app will wait for the signal forever (and thus
11274           hang).
11275
11276 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11277
11278         * ext/gnomevfs/gstgnomevfssink.c:
11279         (gst_gnomevfssink_uri_get_protocols):
11280         * ext/gnomevfs/gstgnomevfssrc.c:
11281         (gst_gnomevfssrc_uri_get_protocols):
11282         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11283         * ext/gnomevfs/gstgnomevfsuri.h:
11284           Use _uri_new() instead of _open(), so it doesn't take as long and
11285           Christophe's computer won't hang.
11286         * gst/playback/gstplaybasebin.c: (unknown_type):
11287           Throw error on unknown media type, so apps actually display it.
11288
11289 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11290
11291         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11292           this script to work on Solaris since bash shell handles echo
11293           differenly than bash.
11294
11295 2004-09-17  Wim Taymans  <wim@fluendo.com>
11296
11297         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11298         (setup_source), (gst_play_base_bin_set_property),
11299         (gst_play_base_bin_add_element):
11300         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11301         Some more work on making sure seeking pauses the pipeline and
11302         that changing the uri actually does something.
11303
11304 2004-09-17  Wim Taymans  <wim@fluendo.com>
11305
11306         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11308         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11309         (gst_tcpserversink_close):
11310         Be a bit more paranoid when freeing memory.
11311
11312 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11313
11314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11315         (qtdemux_parse_trak):
11316           Don't crash by dividing by zero (see sample movie in #126922).
11317
11318 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11319
11320         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11321           Don't touch non-existing data (fixes crash on file in #140147).
11322
11323 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11324
11325         * gst/playback/gstplaybasebin.c:
11326         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11327           Handle double disposals, and proper change of URIs.
11328
11329 2004-09-13  Martin Eikermann <meiker@upb.de>
11330
11331         * gst/mpegstream/gstmpegparse.c:
11332           fix synchronistation for streams recorded from digital PCR
11333           fixes bug #119376
11334
11335 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11336
11337         * ext/gnomevfs/Makefile.am:
11338         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11339         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11340         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11341         (gst_gnomevfssink_uri_get_type),
11342         (gst_gnomevfssink_uri_get_protocols),
11343         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11344         (gst_gnomevfssink_uri_handler_init),
11345         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11346         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11347         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11348         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11349         (gst_gnomevfssrc_uri_get_type),
11350         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11351         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11352         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11353         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11354         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11355         * ext/gnomevfs/gstgnomevfsuri.h:
11356           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11357           of fake URIs to see which this version of Gnome-VFS likes, and
11358           uses that for the Gst-URI interface. Makes playbin support http://
11359           streams. Also fix up some stupid behaviour in gnomevfssrc.
11360
11361 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11362
11363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11364         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11365         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11366         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11367           Update mixer (to sync with other sessions) if we try to obtain
11368           a new value. This makes alsamixer work accross applications.
11369         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11370           Only call sync functions if we're running, else alsalib asserts.
11371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11372           Sometimes fails to compile. Possibly a gcc bug.
11373         * gst/playback/gstplaybin.c: (gen_video_element),
11374         (gen_audio_element):
11375           Add a reference to an application-provided object, because we lose
11376           this same reference if we add it to the bin. If we don't do this,
11377           we can only use this object once and thus crash if we go from
11378           ready to playing, back to ready and back to playing again.
11379           Also add an audioscale element because several cheap soundcards -
11380           like mine - don't support all samplerates.
11381         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11382         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11383           Fix wrong order or PAR calls. Makes automatically obtained PAR
11384           from the X server atually being used.
11385
11386 2004-09-12  David Schleef  <ds@schleef.org>
11387
11388         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11389         #151887, #152102, #152247.
11390         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11391         * examples/seeking/cdparanoia.c: same
11392         * examples/seeking/cdplayer.c: same
11393         * examples/seeking/seek.c: same
11394         * examples/seeking/spider_seek.c: same
11395         * examples/seeking/vorbisfile.c: same
11396         * examples/stats/mp2ogg.c: same
11397         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11398         (gst_esdsink_dispose): Dispose of element properly.
11399         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11400         fixes.
11401         * ext/nas/nassink.c: (gst_nassink_class_init),
11402         (gst_nassink_dispose): Dispose of element correctly.
11403         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11404         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11405         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11406         Fix 64-bit warning.
11407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11408         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11409         Fix 64-bit warning.
11410
11411 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11412
11413         * configure.ac : change speex detection as 1.1.6 now uses
11414           .pc/pkg-config and they changed their headers location.
11415
11416 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11417
11418         * gst/matroska/matroska-mux.h:
11419         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11420         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11421         (gst_matroska_mux_write_data):
11422           Write multiple blocks/frames per cluster.
11423                 Write meta-seek information (seek heads).
11424
11425 2004-09-09  Scott Wheeler <wheeler@kde.org>
11426
11427         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11428         (gst_play_bin_set_property), (gst_play_bin_get_property),
11429         (gen_audio_element), (gen_audio_element):
11430           Add a volume element / property to the pipeline.
11431
11432 2004-09-07  Wim Taymans  <wim@fluendo.com>
11433
11434         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11435         Copy timestamps from the master pad to the output buffers.
11436
11437 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11438
11439         * ext/raw1394/gstdv1394src.c:
11440           throw errors when applicable
11441
11442 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11443
11444         * gst/matroska/ebml-ids.h:
11445         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11446         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11448           automatically convert unix time <-> ebml time when reading/writing
11449           a date, use gst_ebml_write_uint to write CUETIME,
11450           not gst_ebml_write_date.
11451         * gst/matroska/matroska-ids.h:
11452         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11453         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11454         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11455         (gst_matroska_mux_write_data):
11456           Write track and segment UIDs, write muxing date, write
11457           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11458           Create cues for audio only files.
11459
11460 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11461
11462         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11463         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11464           Re-commit ALSA switches.
11465         * gst/adder/gstadder.c: (gst_adder_loop):
11466           64-bit fix (#151416).
11467         * gst/debug/progressreport.c: (gst_progressreport_report):
11468           64-bit fix (#151419).
11469         * gst/matroska/matroska-demux.c:
11470         (gst_matroska_demux_parse_contents):
11471           64-bit fix (#151420).
11472         * gst/playback/test3.c: (update_scale):
11473           64-bit fix (#151421).
11474
11475 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11476
11477         * configure.ac:
11478           bump nano to cvs
11479
11480 === release 0.8.4 ===
11481
11482 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11483
11484         * configure.ac: releasing 0.8.4, "Alias"
11485
11486 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11487
11488         * ext/theora/Makefile.am:
11489           fix makefile.  Fixes #151462.
11490
11491 2004-08-30  Wim Taymans  <wim@fluendo.com>
11492
11493         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11494         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11495         (gst_multifdsink_remove_client_link),
11496         (gst_multifdsink_client_queue_buffer),
11497         (gst_multifdsink_handle_client_write):
11498         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11499         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11500         Fix some memory leaks.
11501
11502 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11503
11504         Patch by: David Schleef
11505
11506         * configure.ac:
11507         * sys/Makefile.am:
11508           rename our detection macro for V4L2.  Fixes #151236.
11509
11510 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11511
11512         Patch by: David Schleef
11513
11514         * configure.ac:
11515           check to define LAMEPRESET.  Fixes #151232.
11516
11517 2004-08-27  David Schleef  <ds@schleef.org>
11518
11519         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11520         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11521         (gst_glimagesink_fixate):  Move local variable declarations to
11522         make gcc-2.95 happy.
11523
11524 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11525
11526         * configure.ac:
11527           bump nano for prerelease
11528
11529 2004-08-27  David Schleef  <ds@schleef.org>
11530
11531         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11532         * sys/sunaudio/gstsunaudiosrc.c:
11533         * sys/sunaudio/gstsunaudiosrc.h:
11534
11535 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11536
11537         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11538         handle EOS correctly
11539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11540         * gst/matroska/matroska-mux.h:
11541         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11542         VFW compatibility mode
11543
11544 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11545
11546         patch by: Zaheer Abbas Merali
11547
11548         * ext/ogg/gstoggmux.c:
11549         * ext/vorbis/vorbisenc.c:
11550         * ext/vorbis/vorbisenc.h:
11551           handle NEWMEDIA
11552
11553 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11554
11555         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11556         fix byte order reversion on little endian machines.
11557         * gst/matroska/matroska-mux.c: (audiosink_templ),
11558         (gst_matroska_mux_audio_pad_link):
11559         add TTA codec to the list of supported codecs.
11560         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11561         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11562         (gst_matroska_mux_write_data):
11563         * gst/matroska/matroska-mux.h:
11564         write segment duration correctly, write muxing app string, fixes bugs
11565         #140897 and #140898.
11566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11567         wait for all pads to be negotiated before starting to mux.
11568
11569 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11570
11571         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11572         * ext/lame/gstlame.h:
11573         Added new media support to lame
11574
11575 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11576
11577         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11578         send vorbis headers at the beginning of a stream, fixes bug #141554.
11579         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11580         bug #148950.
11581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11582         (gst_matroska_demux_plugin_init):
11583         * gst/matroska/matroska-ids.h:
11584         enable demuxing of TTA audio streams, fixes bug #148951.
11585         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11586         enable typefinding for TTA audio files, fixes bug #148711.
11587         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11588         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11589         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11590
11591 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11592
11593         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11594         (gst_riff_read_element_data), (gst_riff_read_seek),
11595         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11596         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11597         <teuf@gnome.org>
11598
11599 2004-08-23 Iain <iaingnome@gmail.com>
11600
11601         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11602         tags. They appear to be handled differently to normal.
11603         (tag_list_to_id3_tag_foreach): Ditto.
11604
11605 2004-08-22  Wim Taymans  <wim@fluendo.com>
11606
11607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11608         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11609         Make sure we never send -1 granulepos.
11610
11611 2004-08-20  Wim Taymans  <wim@fluendo.com>
11612
11613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11614         (gst_ogg_mux_loop):
11615         I will accept bitchslappings with non sharp objects.
11616
11617 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11618
11619         * configure.ac:
11620         Clean up the test for lame presets
11621
11622 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11623
11624         * configure.ac:
11625         * ext/lame/Makefile.am:
11626         * ext/lame/gstlame.c: (gst_lame_class_init),
11627         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11628         Only enable lame presets if version of lame has presets in API
11629
11630 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11631         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11632         * gst/udp/gstudpsrc.h:
11633           Don't call gst_pad_push in a get function. Fixes #150449
11634
11635 2004-08-18  Wim Taymans  <wim@fluendo.com>
11636
11637         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11638         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11639         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11640         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11641         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11642         (gst_fdset_wait):
11643         * gst/tcp/gstfdset.h:
11644         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11645         (gst_multifdsink_client_queue_buffer),
11646         (gst_multifdsink_handle_client_write):
11647         * gst/tcp/gstmultifdsink.h:
11648         Some extra checks in gstfdset.
11649         Only use send() when the fd is a socket. Don't try to
11650         read from write only fds.
11651
11652 2004-08-18  Wim Taymans  <wim@fluendo.com>
11653
11654         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11655         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11656         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11657         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11658         (gst_fdset_wait):
11659         Add more locking and bounds checking.
11660
11661 2004-08-18  Wim Taymans  <wim@fluendo.com>
11662
11663         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11664         Realloc test fdset in the lock and right before starting
11665         the poll call. Bump the limit to 4096.
11666
11667 2004-08-17  David Schleef  <ds@schleef.org>
11668
11669         * sys/sunaudio/Makefile.am:
11670         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11671         of rates and channels.  Make debugging less obnoxious.
11672
11673         Patch from Balamurali Viswanathan implementing a mixer for
11674         Sun audio.  (bug #144091):
11675         * sys/sunaudio/gstsunelement.c:
11676         * sys/sunaudio/gstsunelement.h:
11677         * sys/sunaudio/gstsunmixer.c:
11678         * sys/sunaudio/gstsunmixer.h:
11679
11680 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11681
11682         * gst/audioscale/gstaudioscale.c:
11683         * gst/audioscale/gstaudioscale.h:
11684         made audioscale resample from any sample rate to any sample rate
11685
11686 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11687
11688         * ext/libpng/gstpngdec.c:
11689           error out on unsupported types
11690
11691 2004-08-17  Iain <iaingnome@gmail.com>
11692
11693         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11694         mid_side and loose_mid_side properties if its a stereo stream.
11695
11696 2004-08-17  Wim Taymans  <wim@fluendo.com>
11697
11698         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11699         (theora_get_formats), (theora_dec_src_convert),
11700         (theora_dec_sink_convert), (theora_dec_src_query),
11701         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11702         Add a debug line.
11703
11704 2004-08-17  Wim Taymans  <wim@fluendo.com>
11705
11706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11707         (gst_ogg_pad_push):
11708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11709         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11710         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11711         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11712         Mark delta units in the muxer.
11713         Try to decode the packet after an out-of-sync error from
11714         libogg.
11715
11716 2004-08-17  Wim Taymans  <wim@fluendo.com>
11717
11718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11719         (gst_multifdsink_init), (gst_multifdsink_add),
11720         (gst_multifdsink_client_queue_buffer),
11721         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11722         * gst/tcp/gstmultifdsink.h:
11723         Added option to send a keyframe to clients as the first buffer.
11724         Make timeout property writable.
11725
11726 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11727
11728         patch by: Wim Taymans
11729
11730         * gst/tcp/gstfdset.c:
11731         * gst/tcp/gstmultifdsink.c:
11732           fix index comparison, should include 0
11733
11734 2004-08-16  Wim Taymans  <wim@fluendo.com>
11735
11736         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11737         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11738         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11739         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11740         (gst_fdset_wait):
11741           copy when reallocing for poll so the select arguments don't get
11742           changed during the call
11743
11744 2004-08-16  Wim Taymans  <wim@fluendo.com>
11745
11746         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11747         (gst_theora_enc_class_init), (theora_enc_sink_link),
11748         (theora_buffer_from_packet), (theora_enc_chain):
11749         Fix bug where buffers were not marked as keyframes
11750         correctly.
11751
11752 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11753
11754         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11755         (gst_lame_preset_get_type), (gst_lame_class_init):
11756         describe the enum values for vbr mode and presets more verbosely
11757
11758 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11759
11760         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11761         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11762         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11763         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11764         * ext/lame/gstlame.h:
11765         add preset property to lame so it can use lame presets
11766
11767 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11768
11769         * ext/lame/gstlame.c: (gst_lame_get_property):
11770         whoops forgot break, thanks teuf
11771
11772 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11773
11774         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11775         (gst_lame_class_init), (gst_lame_src_getcaps),
11776         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11777         (gst_lame_get_property), (gst_lame_setup):
11778         * ext/lame/gstlame.h:
11779         fix lame's broken vbr stuff, allow it to resample if need be, and also
11780         make xing header optional
11781
11782 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11783
11784         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11785         added getcaps function so samplerate doesnt get fixated to silly values
11786
11787 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11788
11789         * ext/lame/gstlame.c: (gst_lame_src_link):
11790         revert previous fix
11791
11792 2004-08-12  Johan Dahlin  <johan@gnome.org>
11793
11794         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11795         checks. Doesn't matter what state we are in. Interfaces are a
11796         compile time thing, not runtime. It also broke the python bindings.
11797
11798 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11799
11800         * ext/lame/gstlame.c: (gst_lame_src_link):
11801         made source pad link function check if sinkpad is ok..fixes the problem
11802         where core fixates the output rate of lame stupidly
11803
11804 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11805
11806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11807         * sys/v4l/v4l_calls.c:
11808         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11809           fix fixate function to handle nonsimple caps.
11810           remove bogus check in _link
11811           cleanups
11812
11813 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11814
11815         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11816         set default compression ratio parameter to 0.0 so bitrate parameter
11817         works :)
11818
11819 2004-08-11  David Schleef  <ds@schleef.org>
11820
11821         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11822
11823 2004-08-11  David Schleef  <ds@schleef.org>
11824
11825         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11826         before.
11827
11828 2004-08-11  David Schleef  <ds@schleef.org>
11829
11830         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11831
11832 2004-08-11  David Schleef  <ds@schleef.org>
11833
11834         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11835           license field
11836         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11837         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11838           LGPL.
11839         * gst/auparse/gstauparse.c: Fix plugin license field.
11840         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11841         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11842         * gst/rtp/gstrtp.c: Fix plugin license field.
11843
11844 2004-08-11  Wim Taymans  <wim@fluendo.com>
11845
11846         * gst/tcp/Makefile.am:
11847         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11848         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11849         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11850         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11851         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11852         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11853         (gst_fdset_fd_can_write), (gst_fdset_wait):
11854         * gst/tcp/gstfdset.h:
11855         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11856         (gst_multifdsink_class_init), (gst_multifdsink_init),
11857         (gst_multifdsink_add), (gst_multifdsink_remove),
11858         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11859         (gst_multifdsink_remove_client_link),
11860         (gst_multifdsink_handle_client_read),
11861         (gst_multifdsink_client_queue_data),
11862         (gst_multifdsink_client_queue_caps),
11863         (gst_multifdsink_client_queue_buffer),
11864         (gst_multifdsink_handle_client_write),
11865         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11866         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11867         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11868         (gst_multifdsink_close):
11869         * gst/tcp/gstmultifdsink.h:
11870         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11871         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11872         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11873         (gst_tcpserversink_close):
11874         * gst/tcp/gsttcpserversink.h:
11875         Abstracted away the select call, implemented poll (yes we ran into
11876         the 1024 limit in production).
11877
11878 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11879
11880         * gst/tcp/gsttcp.c:
11881         * gst/tcp/gsttcpplugin.c:
11882           improve debuggging, remove assert
11883
11884 2004-08-10  Wim Taymans  <wim@fluendo.com>
11885
11886         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11887         (gst_client_status_get_type), (gst_multifdsink_class_init),
11888         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11889         (gst_multifdsink_handle_client_read),
11890         (gst_multifdsink_handle_client_write),
11891         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11892         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11893         (gst_multifdsink_get_property):
11894         * gst/tcp/gstmultifdsink.h:
11895         * gst/tcp/gsttcp-marshal.list:
11896         Starting to prepare for specifying buffer time in other units
11897         than buffers. Expose remove reason in signal.
11898
11899 2004-08-10  Wim Taymans  <wim@fluendo.com>
11900
11901         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11902         (gst_multifdsink_remove), (gst_multifdsink_clear),
11903         (gst_multifdsink_remove_client_link),
11904         (gst_multifdsink_handle_client_read),
11905         (gst_multifdsink_client_queue_data),
11906         (gst_multifdsink_client_queue_buffer),
11907         (gst_multifdsink_handle_client_write),
11908         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11909         (gst_multifdsink_chain), (gst_multifdsink_close):
11910         * gst/tcp/gstmultifdsink.h:
11911         Added more debugging info. Changed the way clients are
11912         removed from the lists. Fixed a bug where a bad file descriptor
11913         could cause many clients to be removed.
11914
11915 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11916
11917         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11918           allow all pixel-aspect-ratios, not just 1:1
11919
11920 2004-08-09  David Schleef  <ds@schleef.org>
11921
11922         * sys/glsink/ARB_multitexture.h:  Remove old files.
11923         * sys/glsink/EXT_paletted_texture.h:
11924         * sys/glsink/NV_register_combiners.h:
11925         * sys/glsink/gstgl_nvimage.c:
11926         * sys/glsink/gstgl_pdrimage.c:
11927         * sys/glsink/gstgl_rgbimage.c:
11928         * sys/glsink/gstglsink.c:
11929         * sys/glsink/gstglsink.h:
11930         * sys/glsink/gstglxwindow.c:
11931         * sys/glsink/regcomb_yuvrgb.c:
11932
11933 2004-08-09  David Schleef  <ds@schleef.org>
11934
11935         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11936         GL sink plugin.  (Bug #147302)
11937
11938         * configure.ac: Test for OpenGL
11939         * sys/Makefile.am: Use test for OpenGL
11940         * sys/glsink/Makefile.am:
11941         * sys/glsink/glimagesink.c: rewrite
11942         * sys/glsink/glimagesink.h: rewrite
11943
11944 2004-08-09  David Schleef  <ds@schleef.org>
11945
11946         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11947         sane framerates.
11948         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11950         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11951
11952 2004-08-09  Wim Taymans  <wim@fluendo.com>
11953
11954         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11955         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11956         (gst_multifdsink_client_remove),
11957         (gst_multifdsink_handle_client_read),
11958         (gst_multifdsink_handle_client_write),
11959         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11960         Do a bit more logging, make the client_read code more robust.
11961
11962 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11963
11964         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11965         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11966         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11967         (gst_jpegdec_init), (gst_jpegdec_chain):
11968         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11969         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11970           cleanups, debugging fixes and memleak plugging
11971
11972 2004-08-09  Wim Taymans  <wim@fluendo.com>
11973
11974         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11975         (theora_get_formats), (theora_dec_src_convert),
11976         (theora_dec_sink_convert), (theora_dec_src_query),
11977         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11978         (theora_dec_change_state):
11979         Don't crash on missing header packets.
11980
11981 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11982
11983         * po/LINGUAS:
11984         * po/sq.po:
11985           Added Albanian translation (Laurent Dhima)
11986         * po/cs.po:
11987           updated
11988
11989 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11990
11991         * ext/lame/gstlame.c:
11992           fix/add debugging
11993
11994 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11995
11996         * sys/ximage/ximagesink.c:
11997         * sys/xvimage/xvimagesink.c:
11998           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11999
12000 2004-08-06  Wim Taymans  <wim@fluendo.com>
12001
12002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12003         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12004         (gst_multifdsink_client_remove),
12005         (gst_multifdsink_handle_client_read),
12006         (gst_multifdsink_handle_client_write),
12007         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12008         Make sure we don't try to read more from a client that what
12009         ioctl says us or we deadlock.
12010
12011 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12012
12013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12014         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12015         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12016           decouple running_time and n_frames so it can handle changing
12017           framerate while running
12018
12019 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12020
12021         * po/nl.po:
12022         * po/sv.po:
12023           updated translations
12024
12025 2004-08-04  Benjamin Otte  <otte@gnome.org>
12026
12027         * gst/videotestsrc/gstvideotestsrc.c:
12028         (gst_videotestsrc_get_capslist), (generate_capslist),
12029         (plugin_init):
12030           generate the list of supported caps at startup and reuse it instead
12031           of always generating it
12032
12033 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12034
12035         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12036           whoops, last checkin broke normal build
12037
12038 2004-08-03  Benjamin Otte  <otte@gnome.org>
12039
12040         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12041         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12042         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12043         (gst_alsa_mixer_get_option):
12044         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12045         (dvdnavsrc_print_event):
12046         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12048         (gst_ogg_mux_pad_unlink):
12049         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12050         (gst_multipart_mux_pad_unlink):
12051         * gst/videofilter/gstvideobalance.c:
12052         (gst_videobalance_colorbalance_set_value):
12053         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12054         (gst_videomixer_pad_unlink):
12055         * po/uk.po:
12056         * sys/oss/gstossmixer.c:
12057         * sys/v4l/gstv4lcolorbalance.c:
12058         * sys/v4l/gstv4ltuner.c:
12059         * sys/v4l/v4lsrc_calls.c:
12060         * sys/v4l2/gstv4l2colorbalance.c:
12061         * sys/v4l2/gstv4l2tuner.c:
12062           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12063
12064 2004-08-03  Benjamin Otte  <otte@gnome.org>
12065
12066         * examples/dynparams/filter.c: (ui_control_create):
12067         * examples/gstplay/player.c: (print_tag):
12068         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12069         * ext/gdk_pixbuf/gstgdkanimation.c:
12070         (gst_gdk_animation_iter_may_advance):
12071         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12072         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12073         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12074         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12075         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12076         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12077         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12078         * gst/sine/demo-dparams.c: (main):
12079         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12080         * testsuite/alsa/formats.c: (create_pipeline):
12081         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12082           fixes for G_DISABLE_ASSERT and friends
12083         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12084         (mp3_type_frame_length_from_header), (mp3_type_find),
12085         (plugin_init):
12086           require mp3 typefinding to have at least MIN_HEADERS valid headers
12087           add typefinding for AAC adts files
12088
12089 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12090
12091         * sys/ximage/ximagesink.c:
12092         (gst_ximagesink_calculate_pixel_aspect_ratio):
12093         * sys/xvimage/xvimagesink.c:
12094         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12095         Make sure we calculate pixel-aspect-ratio using floating point maths
12096
12097 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12098
12099         * po/uk.po:
12100           updated translation
12101
12102 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12103
12104         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12106           add debugging for display PAR calculation
12107
12108 2004-08-02  David Schleef  <ds@schleef.org>
12109
12110         * configure.ac: Fix mikmod CFLAGS.
12111
12112 2004-07-27  Benjamin Otte  <otte@gnome.org>
12113
12114         * gst/audioscale/gstaudioscale.c:
12115         - fix templates to only support S16, it's the only format that works
12116         - make caps nego code use try_set_caps_nonfixed and fixation instead
12117         of try_set_caps twice, which is not nice for autopluggers
12118         - change rank to secondary, so autopluggers can pick it up after
12119         audioconvert
12120
12121 2004-08-02  Iain <iain@prettypeople.org>
12122
12123         * gst/interleave/interleave.c (interleave_init),
12124         (interleave_request_new_pad),
12125         (interleave_pad_removed),
12126         (interleave_buffered_loop): Use the real pad count, not the artificial
12127         one.
12128
12129 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * configure.ac: bump nano back to development
12132
12133 === release 0.8.3 ===
12134
12135 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12136
12137         * configure.ac: releasing 0.8.3, "Water"
12138
12139 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12140
12141         * sys/xvimage/xvimagesink.c:
12142         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12143         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12144         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12145         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12146         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12147         * sys/xvimage/xvimagesink.h:
12148           apply similar PAR fixes as to ximagesink
12149
12150 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12151
12152         patch from: Benjamin Otte
12153
12154         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12155           add link function to lame.  Fixes #148986.
12156
12157 2004-08-02  Johan Dahlin  <johan@gnome.org>
12158
12159         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12160         fix debugging log
12161
12162 2004-07-30  David Schleef  <ds@schleef.org>
12163
12164         * gst/videomixer/Makefile.am: Fix things that should have been
12165         fixed in the last checkin.
12166
12167 2004-07-30  David Schleef  <ds@schleef.org>
12168
12169         * gst/multipart/Makefile.am: Fix things that should have been
12170         fixed in the last checkin.
12171
12172 2004-07-30  David Schleef  <ds@schleef.org>
12173
12174         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12175
12176 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12177
12178         * configure.ac:
12179           bump nano for prerelease
12180         * po/af.po:
12181         * po/az.po:
12182         * po/cs.po:
12183         * po/en_GB.po:
12184         * po/hu.po:
12185         * po/nl.po:
12186         * po/sr.po:
12187         * po/sv.po:
12188         * po/uk.po:
12189           updates
12190
12191 2004-07-30  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12194         (gst_multifdsink_add), (gst_multifdsink_remove),
12195         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12196         (gst_multifdsink_client_remove),
12197         (gst_multifdsink_handle_client_write),
12198         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12199         * gst/tcp/gstmultifdsink.h:
12200         Recover from a select with a bad file descriptor by removing
12201         the client.
12202
12203 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12204
12205         * configure.ac:
12206           fix requirement of core
12207         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12208         (gst_play_pipeline_setup):
12209           don't use colorspace element.  do use hermescolorspace element.
12210           make macro to get a colorspace element.
12211           mark strings for translation.
12212         * po/POTFILES.in:
12213           add play.c
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           update translations
12224
12225 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12226
12227         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12228         fix default for newmedia flag
12229
12230 2004-07-30  Wim Taymans  <wim@fluendo.com>
12231
12232         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12233         (gst_theora_dec_init), (theora_get_formats),
12234         (theora_dec_src_convert), (theora_dec_sink_convert),
12235         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12236         (theora_dec_chain), (theora_dec_set_property),
12237         (theora_dec_get_property):
12238         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12239         (gst_theora_enc_class_init), (gst_theora_enc_init),
12240         (theora_enc_sink_link), (theora_enc_chain),
12241         (theora_enc_set_property), (theora_enc_get_property):
12242         Added cropping option to theora decoder.
12243         Added border option to theora encoder.
12244
12245 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12246
12247         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12248         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12249         (gst_pngenc_set_property):
12250         * ext/libpng/gstpngenc.h:
12251         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
12252
12253 2004-07-30  Wim Taymans  <wim@fluendo.com>
12254
12255         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12256         (theora_enc_sink_link), (theora_enc_chain),
12257         (theora_enc_set_property), (theora_enc_get_property):
12258         Fix encoding of non-multiple-of-16 video.
12259
12260 2004-07-29  David Schleef  <ds@schleef.org>
12261
12262         * configure.ac: make test for audiofile more strict
12263
12264 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12265
12266         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12267           give different names to typefind functions
12268
12269 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12270
12271         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12272         (gst_ximagesink_calculate_pixel_aspect_ratio),
12273         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12274         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12275         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12276         (gst_ximagesink_get_property), (gst_ximagesink_init):
12277         * sys/ximage/ximagesink.h:
12278           allocate PAR's dynamically.
12279           use autodetected PAR if no object-set PAR is given.
12280           add workaround for directfb's X not setting physical size.
12281           fix to xvimagesink will follow tomorrow.
12282
12283 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12284
12285         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12286         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12287         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12288         (gst_shout2send_class_init), (gst_shout2send_init),
12289         (set_shout_metadata), (gst_shout2send_set_metadata),
12290         (gst_shout2send_chain), (gst_shout2send_set_property),
12291         (gst_shout2send_get_property), (gst_shout2send_connect),
12292         (gst_shout2send_change_state):
12293         * ext/shout2/gstshout2.h:
12294         - fix for sending mp3 audio to icecast2 server, if pad link function not
12295         called before PAUSED state
12296         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12297         - added tagging support for mp3 audio broadcasted
12298         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12299         debug info
12300
12301 2004-07-28  Wim Taymans  <wim@fluendo.com>
12302
12303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12304         (gst_ogg_demux_push):
12305         Return query failure when we don't know the length of
12306         an ogg stream insteda of returning TRUE with a bogus value.
12307
12308 2004-07-28  Wim Taymans  <wim@fluendo.com>
12309
12310         * ext/theora/theoradec.c: (theora_get_formats),
12311         (theora_dec_src_convert), (theora_dec_sink_convert),
12312         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12313         (theora_dec_chain):
12314         Don't screw up the 1 Chroma for 1 luma sample situation when we
12315         have an odd offset/width by adding a black border in those cases.
12316
12317 2004-07-28  Wim Taymans  <wim@fluendo.com>
12318
12319         * ext/theora/theoradec.c: (theora_get_formats),
12320         (theora_dec_src_convert), (theora_dec_sink_convert),
12321         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12322         (theora_dec_chain):
12323         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12324         Added first attempt at cropping of the image as required by the
12325         theora spec. We need more properties in the caps (offset_x,
12326         offset_y,stride) to implement this correctly.
12327
12328 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12329
12330         * ext/dvdnav/README:
12331           Update the README to use dvddemux
12332         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12333           Ensure getcaps returns a subset of the template caps
12334         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12335         (gst_mpeg2subt_init):
12336           Ensure getcaps returns a subset of the template caps
12337         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12338         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12339         (gst_dvd_demux_get_subpicture_stream),
12340         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12341         * gst/mpegstream/gstdvddemux.h:
12342           Set the explicit caps on the current_video pad before pushing
12343           anything
12344         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12345         (gst_mpeg_demux_get_audio_stream):
12346           Free caps used to gst_pad_set_explicit_caps, which takes a const
12347           GstCaps *
12348
12349 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12350
12351         * configure.ac: update GStreamer requirement to 0.8.4 because of
12352           GstFraction.
12353
12354 2004-07-28  Wim Taymans  <wim@fluendo.com>
12355
12356         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12357         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12358         Add the pad to the element after setting up the caps. This
12359         makes it a lot easier to autoplug.
12360
12361 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12362
12363         * gst/median/gstmedian.c:
12364         * gst/mpeg2subt/gstmpeg2subt.c:
12365         * gst/mpegaudioparse/gstmpegaudioparse.c:
12366         * gst/mpegstream/gstdvddemux.c:
12367         * gst/mpegstream/gstmpegdemux.c:
12368         * gst/mpegstream/gstmpegpacketize.c:
12369         * gst/rtjpeg/gstrtjpeg.c:
12370         * gst/rtjpeg/gstrtjpegdec.c:
12371         * gst/rtjpeg/gstrtjpegenc.c:
12372         * gst/sine/gstsinesrc.c:
12373         * gst/smooth/gstsmooth.c:
12374         * gst/smpte/gstsmpte.c:
12375         * gst/smpte/gstsmpte.h:
12376         * gst/stereo/gststereo.c:
12377         * gst/videofilter/gstgamma.c:
12378         * gst/videofilter/gstvideobalance.c:
12379         * gst/videofilter/gstvideofilter.c:
12380         * gst/videofilter/gstvideoflip.c:
12381         * gst/videoscale/gstvideoscale.c:
12382         * gst/videoscale/videoscale.c:
12383         * gst/videotestsrc/gstvideotestsrc.c:
12384         * gst/videotestsrc/videotestsrc.c:
12385         * gst/wavenc/gstwavenc.c:
12386         * gst/wavparse/gstwavparse.c:
12387           fix local includes and 64 bits constants
12388
12389 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12390
12391         * win32/gst.sln:
12392         * gst-libs/gst/*/*.vcproj:
12393         * gst/*/*.vcproj:
12394           more working plugins
12395
12396 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12397
12398         * testsuite/alsa/Makefile.am:
12399         * testsuite/alsa/srcstate.c:
12400         add test for alsasrc changing state
12401
12402 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12403
12404         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12405         (gst_silence_get):
12406         * gst/silence/gstsilence.h:
12407         fix silence generation for 16bit raw audio
12408
12409 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * gst/matroska/matroska-demux.c:
12412         (gst_matroska_demux_parse_metadata),
12413         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12414         * gst/mpegaudio/common.c:
12415         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12416         (gst_videoscale_getcaps), (gst_videoscale_link),
12417         (gst_videoscale_src_fixate), (gst_videoscale_init),
12418         (gst_videoscale_finalize):
12419         * gst/videoscale/gstvideoscale.h:
12420         * gst/videotestsrc/gstvideotestsrc.c:
12421         (gst_videotestsrc_get_capslist):
12422         * gst/wavenc/gstwavenc.c:
12423         * sys/oss/gstossmixer.c: (fill_labels):
12424         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12425         (gst_ximagesink_handle_xevents),
12426         (gst_ximagesink_calculate_pixel_aspect_ratio),
12427         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12428         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12429         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12430         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12431         (gst_ximagesink_init), (gst_ximagesink_class_init):
12432         * sys/ximage/ximagesink.h:
12433         * sys/xvimage/xvimagesink.c:
12434         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12435         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12436         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12437         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12438         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12439         * sys/xvimage/xvimagesink.h:
12440           first batch of pixel aspect ratio commits.
12441
12442 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12443
12444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12445         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12446         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12447           handle stride, needs work if we want to move stride handling
12448           upstream, but works correctly for our purposes.
12449
12450 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12451
12452         * gst/videoscale/README:
12453           add testing examples
12454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12455         (gst_videoscale_chain):
12456         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12457         (gst_videoscale_get_size):
12458           add get_size function that handles stride like videotestsrc.
12459           fixes conversion for YUV formats for as much as I can test them.
12460
12461 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12462
12463         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12464         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12466         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12467         (gst_xvimagesink_xvimage_put):
12468           further cleanups, logging, error handling and synchronizing
12469
12470 2004-07-27  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12473         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12474         (gst_videomixer_pad_set_property),
12475         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12476         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12477         (gst_videomixer_class_init), (gst_videomixer_init),
12478         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12479         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12480         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12481         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12482         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12483         (gst_videomixer_loop), (plugin_init):
12484         Be a nicer negotiation citizen and provide a getcaps function on
12485         the srcpad. This also fixes a crash when resizing.
12486
12487 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12488
12489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12490         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12491
12492 2004-07-27  Wim Taymans  <wim@fluendo.com>
12493
12494         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12495         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12496         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12497         (gst_pngenc_set_property):
12498         * ext/libpng/gstpngenc.h:
12499         Added snapshot property to pngenc.
12500         removed g_print from pngdec
12501
12502 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12503
12504         * gst/ac3parse/ac3parse.vcproj
12505         * gst/adder/adder.vcproj
12506         * gst/alpha/alpha.vcproj
12507         * gst/alpha/alphacolor.vcproj
12508         * gst/asfdemux/asf.vcproj
12509         * gst/audioconvert/audioconvert.vcproj
12510         * gst/audiorate/audiorate.vcproj
12511         * gst/audioscale/audioscale.vcproj
12512         * gst/auparse/auparse.vcproj
12513         * gst/avi/avi.vcproj
12514         * gst/cdxaparse/cdxaparse.vcproj
12515         * gst/chart/chart.vcproj
12516         * gst/colorspace/colorspace.vcproj
12517         * gst/cutter/cutter.vcproj
12518         * gst/debug/debug.vcproj
12519         * gst/debug/efence.vcproj
12520         * gst/debug/navigationtest.vcproj
12521         * gst/deinterlace/deinterlace.vcproj
12522         * gst/effectv/effectv.vcproj
12523         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12524         * gst/filter/filter.vcproj
12525         * gst/flx/flxdec.vcproj
12526         * gst/goom/goom.vcproj
12527         * gst/interleave/interleave.vcproj
12528         * gst/law/alaw.vcproj
12529         * gst/law/mulaw.vcproj
12530         * gst/matroska/matroska.vcproj
12531         * gst/median/median.vcproj
12532         * gst/mixmatrix/mixmatrix.vcproj
12533         * gst/mpeg1sys/mpeg1systemencode.vcproj
12534         * gst/mpeg1videoparse/mp1videoparse.vcproj
12535         * gst/mpeg2sub/mpeg2subt.vcproj
12536         * gst/mpegaudio/mpegaudio.vcproj
12537         * gst/mpegaudioparse/mpegaudioparse.vcproj
12538         * gst/mpegstream/mpegstream.vcproj
12539         * gst/multifilesink/multifilesink.vcproj
12540         * gst/multipart/multipart.vcproj
12541         * gst/oneton/oneton.vcproj
12542         * gst/overlay/overlay.vcproj
12543         * gst/passthrough/passthrough.vcproj
12544         * gst/qtdemux/qtdemux.vcproj
12545         * gst/realmedia/rmdemux.vcproj
12546         * gst/rtjpeg/rtjpeg.vcproj
12547         * gst/rtp/rtp.vcproj
12548         * gst/silence/silence.vcproj
12549         * gst/sine/sinesrc.vcproj
12550         * gst/smooth/smooth.vcproj
12551         * gst/smpte/smpte.vcproj
12552         * gst/spectrum/spectrum.vcproj
12553         * gst/speed/speed.vcproj
12554         * gst/stereo/stereo.vcproj
12555         * gst/switch/switch.vcproj
12556         * gst/tags/tagedit.vcproj
12557         * gst/tcp/tcp.vcproj
12558         * gst/typefind/typefindfunctions.vcproj
12559         * gst/udp/udp.vcproj
12560         * gst/videobox/videobox.vcproj
12561         * gst/videocrop/videocrop.vcproj
12562         * gst/videodrop/videodrop.vcproj
12563         * gst/videofilter/gamma.vcproj
12564         * gst/videofilter/videobalance.vcproj
12565         * gst/videofilter/videofilter.vcproj
12566         * gst/videofilter/videoflip.vcproj
12567         * gst/videoflip/videoflip.vcproj
12568         * gst/videomixer/videomixer.vcproj
12569         * gst/videorate/videorate.vcproj
12570         * gst/videoscale/videoscale.vcproj
12571         * gst/videotestsrc/videotestsrc.vcproj
12572         * gst/virtualdub/virtualdub.vcproj
12573         * gst/volenv/volenv.vcproj
12574         * gst/volume/volume.vcproj
12575         * gst/wavenc/wavenc.vcproj
12576         * gst/wavparse/wavparse.vcproj
12577         * gst/y4m/y4menc.vcproj
12578         * gst-libs/gst/audio/audio.vcproj
12579         * gst-libs/gst/audio/audiofilter.vcproj
12580         * gst-libs/gst/colorbalance/colorbalance.vcproj
12581         * gst-libs/gst/idct/idtc.vcproj
12582         * gst-libs/gst/media-info/media-info.vcproj
12583         * gst-libs/gst/mixer/mixer.vcproj
12584         * gst-libs/gst/navigation/navigation.vcproj
12585         * gst-libs/gst/play/play.vcproj
12586         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12587         * gst-libs/gst/resample/resample.vcproj
12588         * gst-libs/gst/riff/riff.vcproj
12589         * gst-libs/gst/tuner/tuner.vcproj
12590         * gst-libs/gst/video/video.vcproj
12591         * gst-libs/gst/xoverlay/xoverlay.vcproj
12592           avoid problems with math.h, fix release dependancy
12593           rename GStreamer-0.8.lib to libgstreamer.lib
12594
12595 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12596
12597         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12599         the atom is not available we have to unlock the mutex. Fixes #148023
12600
12601 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12602
12603         * gst-libs/gst/media-info/media-info.h:
12604           issue for a vararg macro with MSVC
12605
12606 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12607
12608         * gst/effectv/effectv.vcproj
12609         * gst-libs/gst/idct/idct.vcproj:
12610         * gst-libs/gst/media-info/media-info.vcproj:
12611         * gst-libs/gst/navigation/navigation.vcproj:
12612         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12613         * gst-libs/gst/video/video.vcproj:
12614         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12615           fixes for build problems
12616
12617 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12618
12619         * gst-libs/gst/audio/audio.def:
12620         * gst-libs/gst/audio/riff.def:
12621           add some definitions needed by plugins
12622
12623 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12624
12625         * gst/asfdemux/gstasfmux.c
12626           Fix some 64 bits constants to be glib friendly
12627
12628 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12629
12630         * gst/ac3parse/gstac3parse.c
12631         * gst/audioscale/gstaudioscale.c
12632         * gst/auparse/gstauparse.c
12633         * gst/colorspace/gstcolorspace.c
12634         * gst/colorspace/yuv2rgb.h
12635           local include fixes
12636
12637 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12638
12639         * win32/gst.sln
12640           add more plugins to the build
12641
12642 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12643
12644         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12645         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12646
12647 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12648
12649         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12650         (gst_level_set_property), (gst_level_get_property),
12651         (gst_level_base_init), (gst_level_class_init):
12652           add debugging categories.  cleanups.
12653
12654 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12655
12656         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12657         (gst_videoscale_planar411), (gst_videoscale_planar400),
12658         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12659         (gst_videoscale_scale_nearest_str1),
12660         (gst_videoscale_scale_nearest_str2),
12661         (gst_videoscale_scale_nearest_str4),
12662         (gst_videoscale_scale_nearest_16bit),
12663         (gst_videoscale_scale_nearest_24bit):
12664           fixed stride issues
12665           tested with 320x240 -> 321, 322, 324 x240
12666           tested with YV12, I420, YUY2, UYVY
12667           fixed packed422rev (don't think it could have worked before)
12668           by testing with UYVY
12669
12670 2004-07-26  Benjamin Otte  <otte@gnome.org>
12671
12672         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12673         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12674         (plugin_init):
12675           add debugging category, add error checks like checking return values
12676           of setup calls, make sure it still works after
12677           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12678
12679 2004-07-26  Wim Taymans  <wim@fluendo.com>
12680
12681         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12682         (gst_mpeg_demux_get_audio_stream),
12683         (gst_mpeg_demux_process_private):
12684         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12685         Check for error codes from the negotiation functions. Make sure
12686         we really set the pad caps when a new pad is created.
12687
12688 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12689
12690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12691         (gst_ffmpeg_caps_to_pix_fmt):
12692         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12693         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12694         (gst_ffmpegcolorspace_pad_link):
12695           don't make function do two things at the same time without reason.
12696
12697 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12698
12699         * gst/ac3parse/ac3parse.vcproj
12700         * gst/adder/adder.vcproj
12701         * gst/alpha/alpha.vcproj
12702         * gst/alpha/alphacolor.vcproj
12703         * gst/asfdemux/asf.vcproj
12704         * gst/audioconvert/audioconvert.vcproj
12705         * gst/audiorate/audiorate.vcproj
12706         * gst/audioscale/audioscale.vcproj
12707         * gst/auparse/auparse.vcproj
12708         * gst/avi/avi.vcproj
12709         * gst/cdxaparse/cdxaparse.vcproj
12710         * gst/chart/chart.vcproj
12711         * gst/colorspace/colorspace.vcproj
12712         * gst/cutter/cutter.vcproj
12713         * gst/debug/debug.vcproj
12714         * gst/debug/efence.vcproj
12715         * gst/debug/navigationtest.vcproj
12716         * gst/deinterlace/deinterlace.vcproj
12717         * gst/effectv/effectv.vcproj
12718         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12719         * gst/filter/filter.vcproj
12720         * gst/flx/flxdec.vcproj
12721         * gst/goom/goom.vcproj
12722         * gst/interleave/interleave.vcproj
12723         * gst/law/alaw.vcproj
12724         * gst/law/mulaw.vcproj
12725         * gst/matroska/matroska.vcproj
12726         * gst/median/median.vcproj
12727         * gst/mixmatrix/mixmatrix.vcproj
12728         * gst/mpeg1sys/mpeg1systemencode.vcproj
12729         * gst/mpeg1videoparse/mp1videoparse.vcproj
12730         * gst/mpeg2sub/mpeg2subt.vcproj
12731         * gst/mpegaudio/mpegaudio.vcproj
12732         * gst/mpegaudioparse/mpegaudioparse.vcproj
12733         * gst/mpegstream/mpegstream.vcproj
12734         * gst/multifilesink/multifilesink.vcproj
12735         * gst/multipart/multipart.vcproj
12736         * gst/oneton/oneton.vcproj
12737         * gst/overlay/overlay.vcproj
12738         * gst/passthrough/passthrough.vcproj
12739         * gst/qtdemux/qtdemux.vcproj
12740         * gst/realmedia/rmdemux.vcproj
12741         * gst/rtjpeg/rtjpeg.vcproj
12742         * gst/rtp/rtp.vcproj
12743         * gst/silence/silence.vcproj
12744         * gst/sine/sinesrc.vcproj
12745         * gst/smooth/smooth.vcproj
12746         * gst/smpte/smpte.vcproj
12747         * gst/spectrum/spectrum.vcproj
12748         * gst/speed/speed.vcproj
12749         * gst/stereo/stereo.vcproj
12750         * gst/switch/switch.vcproj
12751         * gst/tags/tagedit.vcproj
12752         * gst/tcp/tcp.vcproj
12753         * gst/typefind/typefindfunctions.vcproj
12754         * gst/udp/udp.vcproj
12755         * gst/videobox/videobox.vcproj
12756         * gst/videocrop/videocrop.vcproj
12757         * gst/videodrop/videodrop.vcproj
12758         * gst/videofilter/gamma.vcproj
12759         * gst/videofilter/videobalance.vcproj
12760         * gst/videofilter/videofilter.vcproj
12761         * gst/videofilter/videoflip.vcproj
12762         * gst/videoflip/videoflip.vcproj
12763         * gst/videomixer/videomixer.vcproj
12764         * gst/videorate/videorate.vcproj
12765         * gst/videoscale/videoscale.vcproj
12766         * gst/videotestsrc/videotestsrc.vcproj
12767         * gst/virtualdub/virtualdub.vcproj
12768         * gst/volenv/volenv.vcproj
12769         * gst/volume/volume.vcproj
12770         * gst/wavenc/wavenc.vcproj
12771         * gst/wavparse/wavparse.vcproj
12772         * gst/y4m/y4menc.vcproj
12773           more plugins supported under windows
12774
12775 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12776
12777         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12778         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12779         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12781         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12782           Add debugging statements.  Use the sizes as returned by the
12783           *CreateImage calls.
12784
12785 2004-07-26  Johan Dahlin  <johan@gnome.org>
12786
12787         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12788         the pad is negotiated.
12789
12790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12791
12792 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12793
12794         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12795         * gst-libs/gst/idct/idct.vcproj:
12796         * gst-libs/gst/media-info/media-info.vcproj:
12797         * gst-libs/gst/mixer/mixer.vcproj:
12798         * gst-libs/gst/navigation/navigation.vcproj:
12799         * gst-libs/gst/play/play.vcproj:
12800         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12801         * gst-libs/gst/resample/resample.vcproj:
12802         * gst-libs/gst/tuner/tuner.vcproj:
12803         * gst-libs/gst/video/video.vcproj:
12804         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12805           more plugins supported under windows
12806
12807 2004-07-25 Iain <iain@prettypeople.org>
12808
12809         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12810         pad now rather than when the pad is created because state changes wipe
12811         explicit caps (fixes #148043).
12812
12813 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12814
12815         reviewed by Benjamin Otte  <otte@gnome.org>
12816
12817         * ext/mad/gstmad.c:
12818           fix mad plugin crashing on Sun (fixes #148289)
12819
12820 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12821
12822         * gst/avi/avi.def:
12823         * gst/avi/avi.vcproj:
12824         * gst/matroska/matroska.def:
12825         * gst/matroska/matroska.vcproj:
12826           remove unused .def files
12827
12828 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12829
12830         * gst-libs/gst/audio/gstaudiofilter.c:
12831           Clean the local include
12832
12833 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12834
12835         * win32/gst.sln:
12836         * gst-libs/gst/audio/audio.def:
12837         * gst-libs/gst/audio/audio.vcproj:
12838         * gst-libs/gst/audio/audiofilter.vcproj:
12839         * gst-libs/gst/audio/riff.def:
12840         * gst-libs/gst/audio/riff.vcproj:
12841         * gst-libs/gst/gst-libs.def:
12842         * gst-libs/gst/gst-libs.vcproj:
12843         * gst/avi/avi.vcproj:
12844         * gst/avi/avi.vcproj:
12845           Copy the files where needed after building, cleaner projects
12846
12847 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12848
12849         * gst/matroska/ebml-write.c:
12850           Fix some 64 bits constants to be glib friendly
12851
12852 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12853
12854         * win32/gst.sln:
12855         * gst-libs/gst/gst-libs.def:
12856         * gst-libs/gst/gst-libs.vcproj:
12857         * gst/matroska/matroska.def:
12858         * gst/matroska/matroska.vcproj:
12859           Add the preliminary canvas to build plugins on Win32
12860
12861 2004-07-23  Benjamin Otte  <otte@gnome.org>
12862
12863         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12864           don't enfore negotiation from source side, it breaks
12865           sinesrc ! audioconvert ! osssink
12866
12867 2004-07-22  David Schleef  <ds@schleef.org>
12868
12869         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12870         for ELF files, since they can easily be recognized as audio/mpeg.
12871         (bug #147441)
12872
12873 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12874
12875         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12876         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12877         (gst_videoscale_scale_nearest_24bit),
12878         (gst_videoscale_scale_nearest_16bit):
12879           fix 16bit and 24bit for stride (24bit might need testing)
12880           don't pretend we do more than one algorithm
12881
12882 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12883
12884         * configure.ac:
12885         * gst/Makefile.am:
12886         * gst/multifilesink/Makefile.am:
12887         * gst/multifilesink/gstmultifilesink.c:
12888         (gst_multifilesink_get_formats),
12889         (gst_multifilesink_get_query_types), (_do_init),
12890         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12891         (gst_multifilesink_init), (gst_multifilesink_dispose),
12892         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12893         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12894         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12895         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12896         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12897         (gst_multifilesink_uri_get_type),
12898         (gst_multifilesink_uri_get_protocols),
12899         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12900         (gst_multifilesink_uri_handler_init), (plugin_init):
12901         * gst/multifilesink/gstmultifilesink.h:
12902         * testsuite/Makefile.am:
12903         * testsuite/multifilesink/Makefile.am:
12904         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12905         (gst_newmedia_class_init), (gst_newmedia_init),
12906         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12907         (newfile_signal), (test_signal), (main):
12908         multifilesink plugin for creating new files every time a new media
12909         discontinuity event occurs
12910
12911 2004-07-22  Wim Taymans  <wim@fluendo.com>
12912
12913         * gst/alpha/Makefile.am:
12914         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12915         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12916         (gst_alpha_color_init), (gst_alpha_color_set_property),
12917         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12918         (transform), (gst_alpha_color_chain),
12919         (gst_alpha_color_change_state), (plugin_init):
12920         Stupid plugin to to RGBA to AYUV conversion because none of
12921         the colorspace plugins can handle that yet.
12922
12923 2004-07-22  Wim Taymans  <wim@fluendo.com>
12924
12925         * examples/seeking/seek.c: (update_scale), (main):
12926         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12927         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12928         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12929         (gst_decode_bin_init), (gst_decode_bin_dispose),
12930         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12931         (no_more_pads), (close_link), (type_found),
12932         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12933         (plugin_init):
12934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12935         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12936         (gst_play_base_bin_dispose), (queue_overrun),
12937         (gen_preroll_element), (remove_prerolls), (unknown_type),
12938         (no_more_pads), (new_stream), (setup_source),
12939         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12940         (play_base_eos), (gst_play_base_bin_change_state),
12941         (gst_play_base_bin_add_element),
12942         (gst_play_base_bin_remove_element),
12943         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12944         (gst_play_base_bin_unlink_stream),
12945         (gst_play_base_bin_get_streaminfo):
12946         * gst/playback/gstplaybin.c: (gen_video_element),
12947         (gen_audio_element):
12948         * gst/playback/gststreaminfo.h:
12949         More playback updates, attempt to fix things after the state change
12950         breakage.
12951
12952 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12953
12954         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12955         (gst_videoscale_scale_nearest_16bit):
12956           comment algorithm
12957
12958 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12959
12960         * gst/videotestsrc/gstvideotestsrc.c:
12961         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12962         (gst_videotestsrc_init), (gst_videotestsrc_get),
12963         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12964         (gst_videotestsrc_get_property):
12965         * gst/videotestsrc/gstvideotestsrc.h:
12966         * gst/videotestsrc/videotestsrc.c:
12967         * gst/videotestsrc/videotestsrc.h:
12968           cleanup and commenting
12969
12970 2004-07-21  Wim Taymans  <wim@fluendo.com>
12971
12972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12973         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12974         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12975         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12976         (_find_chain_get_unknown_part), (_find_streams_check),
12977         (gst_ogg_demux_push), (gst_ogg_pad_push):
12978         * ext/theora/theoradec.c: (theora_get_formats),
12979         (theora_dec_src_convert), (theora_dec_sink_convert),
12980         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12981         (theora_dec_chain):
12982         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12983         (vorbis_dec_convert), (vorbis_dec_src_query),
12984         (vorbis_dec_src_event), (vorbis_dec_event):
12985         More seeking fixes, oggdemux now supports seeking to time and
12986         uses the downstream element to convert granulepos to time.
12987         Seeking in theora-only ogg files now works.
12988
12989 2004-07-21  Wim Taymans  <wim@fluendo.com>
12990
12991         * ext/theora/theoradec.c: (gst_theora_dec_init),
12992         (theora_get_formats), (theora_get_event_masks),
12993         (theora_get_query_types), (theora_dec_src_convert),
12994         (theora_dec_sink_convert), (theora_dec_src_query),
12995         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12996         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12997         (vorbis_get_event_masks), (vorbis_get_query_types),
12998         (gst_vorbis_dec_init), (vorbis_dec_convert),
12999         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13000         Added query/convert/formats functions to vorbis and theora decoders
13001         so that the outside world can use them too. Fixed seeking on an
13002         ogg/theora/vorbis file by disabling the seeking seeking on the
13003         theora srcpad.
13004
13005 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13006
13007         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13008         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13009         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13010         images creation for both elements. We don't create the image on caps
13011         nego or renego, we just destroy the internal one if present if it does
13012         not match the needs. The chain function takes care of creating a new
13013         image when needed.
13014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13015         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13016         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13017         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13018         the image format information. The buffer pool checks for the context
13019         image format and discard images with different formats.
13020         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13021
13022 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13023
13024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13025         (gst_ffmpegcolorspace_chain):
13026           no point in doing any chaining if the pad we want to push from
13027           isn't usable.
13028
13029 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13030
13031         * gst-libs/gst/riff/riff-media.c:
13032         (gst_riff_create_audio_caps_with_data):
13033           Fix double end-to-native symbol conversion (#148021).
13034
13035 2004-07-20  David Schleef  <ds@schleef.org>
13036
13037         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13038         Don't use an Atom that doesn't exist.
13039
13040 2004-07-20  Wim Taymans  <wim@fluendo.com>
13041
13042         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13043         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13044         (gst_multifdsink_client_remove),
13045         (gst_multifdsink_handle_client_write),
13046         (gst_multifdsink_queue_buffer):
13047         * gst/tcp/gstmultifdsink.h:
13048         More multifdsink stats. Avoid deadlock by releasing locks
13049         before sending out a signal.
13050
13051 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13052
13053         * po/LINGUAS:
13054         * po/hu.po:
13055           added Hungarian translation (Laszlo Dvornik)
13056
13057 2004-07-20  Wim Taymans  <wim@fluendo.com>
13058
13059         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13060         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13061         (gst_multifdsink_handle_client_write),
13062         (gst_multifdsink_queue_buffer):
13063         * gst/tcp/gsttcp-marshal.list:
13064         Fixed the stupid marshal definition.
13065
13066 2004-07-20  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13069         (gst_multifdsink_init), (gst_multifdsink_add),
13070         (gst_multifdsink_client_remove),
13071         (gst_multifdsink_handle_client_write),
13072         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13073         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13074         (gst_multifdsink_init_send):
13075         * gst/tcp/gstmultifdsink.h:
13076         Added more stats, added timeout for a client, fixed some typos
13077         and added some comments.
13078
13079 2004-07-20  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13082         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13083         (gst_multifdsink_client_remove),
13084         (gst_multifdsink_handle_client_write):
13085         * gst/tcp/gstmultifdsink.h:
13086         * gst/tcp/gsttcp-marshal.list:
13087         Added get_stats method that returns a GValueArray of
13088         stats values.
13089
13090 2004-07-19  Benjamin Otte  <otte@gnome.org>
13091
13092         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13093           make sure longname, description and author are valid UTF-8
13094
13095 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13096
13097         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13098         (gst_ximagesink_set_property):
13099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13100         (gst_xvimagesink_set_property):
13101           make sure SYNCHRONOUS is respected after getting the X context
13102
13103 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13104
13105         * gst/matroska/matroska-demux.c:
13106         (gst_matroska_demux_handle_src_event),
13107         (gst_matroska_demux_parse_blockgroup):
13108         * gst/matroska/matroska-ids.h:
13109           add BlockReference tag and ignore it to clear out log.
13110           ignore NAVIGATION events to clear out log.
13111
13112 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13113
13114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13115         (gst_matroska_demux_add_stream):
13116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13117           add debug categories
13118
13119 2004-07-16  Wim Taymans  <wim@fluendo.com>
13120
13121         * ext/libpng/Makefile.am:
13122         * ext/libpng/gstpng.c: (plugin_init):
13123         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13124         (gst_pngdec_get_type), (gst_pngdec_base_init),
13125         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13126         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13127         * ext/libpng/gstpngdec.h:
13128         Added png decoder.
13129
13130 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13131
13132         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13133         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13134         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13135         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13136         (gst_ximagesink_buffer_alloc):
13137         * sys/ximage/ximagesink.h:
13138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13139         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13140         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13141         (gst_xvimagesink_buffer_alloc):
13142         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13143         again. Using internal data pointer of the x(v)image to store image's
13144         data to be coherent with the buffer alloc mechanism. Investigated the
13145         image destruction code to be sure that everything gets freed correctly.
13146
13147 2004-07-16  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst-libs/gst/riff/riff-read.c:
13150         (gst_riff_read_strf_vids_with_data),
13151         (gst_riff_read_strf_auds_with_data):
13152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13153         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13154         Make sure we don't create 0 sized subbuffers in riff-read.
13155         Signal the no more pads signal after reading the avi header.
13156
13157 2004-07-16  Wim Taymans  <wim@fluendo.com>
13158
13159         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13160         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13161         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13162         (gst_decode_bin_init), (gst_decode_bin_dispose),
13163         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13164         (no_more_pads), (close_link), (type_found),
13165         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13166         (gst_decode_bin_change_state), (plugin_init):
13167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13168         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13169         (gst_play_base_bin_dispose), (queue_overrun),
13170         (gen_preroll_element), (remove_prerolls), (unknown_type),
13171         (no_more_pads), (new_stream), (setup_source),
13172         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13173         (play_base_eos), (gst_play_base_bin_change_state),
13174         (gst_play_base_bin_add_element),
13175         (gst_play_base_bin_remove_element),
13176         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13177         (gst_play_base_bin_unlink_stream),
13178         (gst_play_base_bin_get_streaminfo):
13179         * gst/playback/gstplaybasebin.h:
13180         Better error recovery. Added configurable preroll queue size. Faster
13181         detection of no-more-pads.
13182
13183 2004-07-16  Wim Taymans  <wim@fluendo.com>
13184
13185         * gst-libs/gst/video/video.h:
13186         Added 32 bits RGBA. Not sure if we should use another mime-type
13187         for alpha rgb. Currently the presence of the alpha_mask property
13188         signals an alpha channel.
13189
13190 2004-07-16  Wim Taymans  <wim@fluendo.com>
13191
13192         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13194         FPS seems to be 0.0 to MAX everywhere else.
13195
13196 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13197
13198         * gst-libs/gst/riff/riff-media.c:
13199         (gst_riff_create_video_caps_with_data):
13200           mp42/mp43 (no caps) exist too.
13201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13202           Set pixel_width/height; we've got them in-caps.
13203         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13204         * gst/wavparse/gstwavparse.c: (plugin_init):
13205           Both are valid primary.
13206         * sys/oss/gstossmixer.c:
13207           Remove i18n hack and enable translations.
13208
13209 2004-07-15  Benjamin Otte  <otte@gnome.org>
13210
13211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13212         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13213           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13214
13215 2004-07-15  Benjamin Otte  <otte@gnome.org>
13216
13217         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13218         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13219         (gst_alsa_close_audio):
13220           disable some of the debugging code for now. Writing debugging to a
13221           buffer is broken in current alsalib releases.
13222
13223 2004-07-12  Benjamin Otte  <otte@gnome.org>
13224
13225         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13226           use bufferpools
13227
13228 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13229
13230         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13231         (theora_dec_src_query), (theora_dec_event):
13232         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13233           add debugging categories.  Remove \n's.
13234
13235 2004-07-13  Johan Dahlin  <johan@gnome.org>
13236
13237         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13238         (gst_play_bin_get_property): Impl.
13239
13240 2004-07-13  Wim Taymans  <wim@fluendo.com>
13241
13242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13243         When trying to find the stream length, seek back N pages
13244         instead of just one, where N is the number of streams in
13245         the current chain.
13246
13247 2004-07-13  Wim Taymans  <wim@fluendo.com>
13248
13249         * gst-libs/gst/riff/riff-media.c:
13250         (gst_riff_create_audio_caps_with_data),
13251         (gst_riff_create_audio_caps),
13252         (gst_riff_create_audio_template_caps):
13253         * gst-libs/gst/riff/riff-media.h:
13254         * gst-libs/gst/riff/riff-read.c:
13255         (gst_riff_read_strf_vids_with_data),
13256         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13257         * gst-libs/gst/riff/riff-read.h:
13258         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13259         (gst_avi_demux_add_stream):
13260         Set codec_data on caps for avidemuxer.
13261
13262 2004-07-12  David Schleef  <ds@schleef.org>
13263
13264         * configure.ac: Fix test for Objective C
13265
13266 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13267         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13268         (gst_gdk_pixbuf_chain):
13269           Add svg and pcx to template caps, and ensure that getcaps returns a
13270           subset of the template caps.
13271           Copy each row manually for output, as gdkpixbuf may pad the
13272           rowstride to a 32-bit word boundary.
13273
13274 2004-07-12  Wim Taymans  <wim@fluendo.com>
13275
13276         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13277         (gst_riff_create_video_template_caps):
13278         Fix the template caps to include some more media types.
13279
13280 2004-07-12  Wim Taymans  <wim@fluendo.com>
13281
13282         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13283         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13284         (compare_ranks), (print_feature), (gst_decode_bin_init),
13285         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13286         (try_to_link_1), (new_pad), (close_link), (type_found),
13287         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13288         (gst_decode_bin_change_state), (plugin_init):
13289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13290         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13291         (gst_play_base_bin_dispose), (queue_overrun),
13292         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13293         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13294         (gst_play_base_bin_get_property), (play_base_eos),
13295         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13296         (gst_play_base_bin_remove_element),
13297         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13298         (gst_play_base_bin_unlink_stream),
13299         (gst_play_base_bin_get_streaminfo):
13300         * gst/playback/gstplaybasebin.h:
13301         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13302         (gst_play_bin_class_init), (gst_play_bin_init),
13303         (gst_play_bin_dispose), (gst_play_bin_set_property),
13304         (gst_play_bin_get_property), (gen_video_element),
13305         (gen_audio_element), (remove_sinks), (setup_sinks),
13306         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13307         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13308         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13309         (gst_play_bin_query), (plugin_init):
13310         * gst/playback/test4.c: (main):
13311         More fixes on reusing of the element.
13312
13313 2004-07-11  Benjamin Otte  <otte@gnome.org>
13314
13315         * ext/mad/gstmad.c: (normal_seek):
13316           allow seeking for other methods than just SET
13317
13318 2004-07-11  Andy Wingo  <wingo@pobox.com>
13319
13320         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13321         float, "any" caps -> buffer_frames=[0,MAX].
13322
13323         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13324         doesn't intersect our caps with the template any more. Do it
13325         ourselves.
13326         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13327
13328 2004-07-09  Wim Taymans  <wim@fluendo.com>
13329
13330         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13331         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13332         (compare_ranks), (print_feature), (gst_decode_bin_init),
13333         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13334         (try_to_link_1), (new_pad), (close_link), (type_found),
13335         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13336         (gst_decode_bin_change_state), (plugin_init):
13337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13338         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13339         (gst_play_base_bin_dispose), (queue_overrun),
13340         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13341         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13342         (gst_play_base_bin_get_property), (play_base_eos),
13343         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13344         (gst_play_base_bin_remove_element),
13345         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13346         (gst_play_base_bin_unlink_stream),
13347         (gst_play_base_bin_get_streaminfo):
13348         * gst/playback/gstplaybasebin.h:
13349         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13350         (gst_play_bin_class_init), (gst_play_bin_init),
13351         (gst_play_bin_dispose), (gst_play_bin_set_property),
13352         (gst_play_bin_get_property), (gen_video_element),
13353         (gen_audio_element), (remove_sinks), (setup_sinks),
13354         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13355         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13356         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13357         (gst_play_bin_query), (plugin_init):
13358         * gst/playback/test4.c: (main):
13359         Work on object reuse and seeking.
13360
13361 2004-07-09  Wim Taymans  <wim@fluendo.com>
13362
13363         * examples/seeking/seek.c: (iterate):
13364         Don't consume all CPU in the idle loop.
13365
13366 2004-07-09  Wim Taymans  <wim@fluendo.com>
13367
13368         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13369         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13370         Add pad to element *after* setting the pad functions so that
13371         the scheduler can use the correct ones.
13372
13373 2004-07-09  Wim Taymans  <wim@fluendo.com>
13374
13375         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13376         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13377         Sync to keyframe after seek
13378
13379 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13380
13381         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13383         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13384         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13385         * ext/libvisual/visual.c: (gst_visual_change_state):
13386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13387         * ext/theora/theoradec.c: (theora_dec_change_state):
13388         * ext/theora/theoraenc.c: (theora_enc_change_state):
13389         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13390         * gst-libs/gst/navigation/navigation.c:
13391         * gst/adder/gstadder.c: (gst_adder_change_state):
13392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13393         (gst_audio_convert_get_buffer):
13394         * gst/multipart/multipartdemux.c:
13395         (gst_multipart_demux_change_state):
13396         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13398         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13399         * gst/videoscale/gstvideoscale.c:
13400         (gst_videoscale_handle_src_event):
13401         * gst/volume/gstvolume.c: (volume_chain_int16):
13402           don't assert in state change, this should be done by the base
13403           GstElement class.
13404           various debugging fixes.
13405
13406 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13407
13408         * configure.ac:
13409         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13410         (gst_play_dispose), (gst_play_set_location),
13411         (gst_play_set_data_src), (gst_play_set_video_sink),
13412         (gst_play_set_audio_sink), (gst_play_set_visualization),
13413         (gst_play_connect_visualization), (gst_play_get_sink_element),
13414         (gst_play_get_all_by_interface):
13415         * gst-libs/gst/play/play.h:
13416           add new method to get elements implementing an interface.
13417           add various error logging
13418
13419 2004-07-08  Wim Taymans  <wim@fluendo.com>
13420
13421         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13422         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13423         (make_playerbin_pipeline), (query_durations_elems),
13424         (query_durations_pads), (query_positions_elems),
13425         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13426         (main):
13427         Added playbin seeking example.
13428
13429 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13430
13431         * gst-libs/gst/play/play.c: (gst_play_set_location),
13432         (gst_play_set_data_src), (gst_play_set_video_sink),
13433         (gst_play_set_audio_sink), (gst_play_set_visualization),
13434         (gst_play_connect_visualization), (gst_play_get_framerate):
13435           use a macro to look up elements from hash table
13436
13437 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13438
13439         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13440         (gst_play_get_length_callback), (gst_play_set_location),
13441         (gst_play_seek_to_time), (gst_play_set_data_src),
13442         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13443         (gst_play_set_visualization), (gst_play_connect_visualization),
13444         (gst_play_get_sink_element):
13445         - add debugging info
13446         - fix looking up sink elements by iterating over complete caps
13447         - put everything except for source and autoplugger in a complete bin
13448
13449 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13450
13451         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13453         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13454         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13455         * ext/alsa/gstalsasink.h:
13456         - add debugging info
13457         - clean up schizophrenia of data/buffer/event
13458         - fix double event unref error
13459
13460 2004-07-08  Wim Taymans  <wim@fluendo.com>
13461
13462         * gst/playback/Makefile.am:
13463         Add headers to noinst
13464
13465 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13466
13467         * tools/gst-launch-ext-m.m:
13468         * tools/gst-launch-ext.1.in:
13469           convert to the third millenium
13470
13471 2004-07-07  David Schleef  <ds@schleef.org>
13472
13473         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13474
13475 2004-07-07  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst/playback/Makefile.am:
13478         * gst/playback/README:
13479         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13480         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13481         (compare_ranks), (print_feature), (gst_decode_bin_init),
13482         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13483         (try_to_link_1), (new_pad), (close_link), (type_found),
13484         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13485         (plugin_init):
13486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13487         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13488         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13489         (gen_preroll_element), (no_more_pads), (new_stream),
13490         (setup_source), (gst_play_base_bin_set_property),
13491         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13492         (gst_play_base_bin_add_element),
13493         (gst_play_base_bin_remove_element),
13494         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13495         (gst_play_base_bin_unlink_stream),
13496         (gst_play_base_bin_get_streaminfo):
13497         * gst/playback/gstplaybasebin.h:
13498         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13499         (gst_play_bin_class_init), (gst_play_bin_init),
13500         (gst_play_bin_dispose), (gst_play_bin_set_property),
13501         (gst_play_bin_get_property), (gen_video_element),
13502         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13503         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13504         (gst_play_bin_get_formats), (gst_play_bin_convert),
13505         (gst_play_bin_get_query_types), (gst_play_bin_query),
13506         (plugin_init):
13507         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13508         (gst_stream_info_get_type), (gst_stream_info_class_init),
13509         (gst_stream_info_init), (gst_stream_info_new),
13510         (gst_stream_info_dispose), (gst_stream_info_set_property),
13511         (gst_stream_info_get_property):
13512         * gst/playback/gststreaminfo.h:
13513         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13514         (main):
13515         * gst/playback/test2.c: (main):
13516         * gst/playback/test3.c: (update_scale), (main):
13517         More playbin fixes. Added README. Do better element filtering.
13518         Added base class to preroll media. Added test apps.
13519
13520 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13521
13522         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13523         * ext/mpeg2dec/gstmpeg2dec.h:
13524           various debugging improvements.  Reset stream to next picture
13525           instead of sequence header, otherwise seeks cannot work.
13526
13527 2004-07-07  Wim Taymans  <wim@fluendo.com>
13528
13529         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13530         (gst_video_box_class_init), (gst_video_box_set_property),
13531         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13532         Use pad_alloc where possible.
13533
13534 2004-07-07  Wim Taymans  <wim@fluendo.com>
13535
13536         * sys/oss/gstosselement.c: (gst_osselement_reset),
13537         (gst_osselement_parse_caps):
13538         * sys/oss/gstosselement.h:
13539         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13540         Fix offset on osssrc.
13541
13542 2004-07-07  Wim Taymans  <wim@fluendo.com>
13543
13544         * ext/theora/theora.c: (plugin_init):
13545         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13546         (theora_dec_src_query), (theora_dec_chain):
13547         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13548         (theora_enc_sink_link), (theora_buffer_from_packet),
13549         (theora_push_packet), (theora_enc_chain):
13550         Fix theora granulepos calculation.
13551         Fix overflow in duration/position calculation.
13552         Bump rank to PRIMARY for theoradec.
13553         Use granulepos of last packet to calculate position.
13554         Set keyframe flag on buffers when needed.
13555
13556 2004-07-06  David Schleef  <ds@schleef.org>
13557
13558         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13559         serious?  (Fixed, obviously.)
13560
13561 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13562
13563         * po/LINGUAS:
13564         * po/cs.po:
13565           added Czech translation (Miloslav Trmac)
13566
13567 2004-07-05  Wim Taymans  <wim@fluendo.com>
13568
13569         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13570         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13571         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13572         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13573         (close_link), (type_found), (gst_decode_bin_set_property),
13574         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13575         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13576         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13577         (gst_decode_bin_query), (plugin_init):
13578         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13579         (gst_play_bin_class_init), (gst_play_bin_init),
13580         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13581         (get_video_element), (new_pad), (setup_source),
13582         (gst_play_bin_set_property), (gst_play_bin_get_property),
13583         (gst_play_bin_change_state), (gst_play_bin_add_element),
13584         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13585         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13586         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13587         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13588         * gst/playback/test.c: (main):
13589         More fixes, cleaned up playbin, make it use decodebin. Added
13590         threaded property to playbin.
13591
13592 2004-07-05  Wim Taymans  <wim@fluendo.com>
13593
13594         * configure.ac:
13595         * gst/playback/Makefile.am:
13596         * gst/playback/decodetest.c: (main):
13597         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13598         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13599         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13600         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13601         (close_link), (type_found), (gst_decode_bin_set_property),
13602         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13603         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13604         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13605         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13606         (plugin_init):
13607         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13608         (gst_play_bin_class_init), (gst_play_bin_init),
13609         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13610         (collect_sink_pads), (find_compatibles), (close_pad_link),
13611         (try_to_link_1), (new_pad), (close_link), (type_found),
13612         (setup_source), (gst_play_bin_set_property),
13613         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13614         (compare_ranks), (gst_play_bin_collect_factories),
13615         (gst_play_bin_change_state), (gst_play_bin_add_element),
13616         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13617         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13618         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13619         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13620         * gst/playback/test.c: (main):
13621         Added some playback helper elements and some test apps, very alpha
13622         still.
13623
13624 2004-07-04  Benjamin Otte  <otte@gnome.org>
13625
13626         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13627           only restart audio when we indeed have an xrun to fix repeated
13628           xruns. Fix suggested by Giuliano Pochini.
13629
13630 2004-07-03  David Schleef  <ds@schleef.org>
13631
13632         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13633         call to gst_debug_log() if debugging is disabled (bug #145118)
13634
13635 2004-07-03  Benjamin Otte  <otte@gnome.org>
13636
13637         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13638           use our own functions for restarting the alsa device.
13639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13640           I should apply patches myself - use MIN for the third argument, not
13641           the second, this fixes seeking
13642
13643 2004-07-02  David Schleef  <ds@schleef.org>
13644
13645         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13646         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13647         do with the logic.
13648
13649 2004-07-02  David Schleef  <ds@schleef.org>
13650
13651         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13652         output buffers.  Fix logic mistake.  (bug #144866)
13653
13654 2004-07-02  David Schleef  <ds@schleef.org>
13655
13656         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13657         on X.  (bug #144753)
13658
13659 2004-07-02  David Schleef  <ds@schleef.org>
13660
13661         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13662         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13663         (bug #144624)
13664         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13665         (gst_osselement_rate_probe_check): Add another workaround for
13666         buggy drivers (bug #145336)
13667
13668 2004-07-02  David Schleef  <ds@schleef.org>
13669
13670         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13671         Most systems don't have MSG_NOSIGNAL.
13672
13673 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13674
13675         * Makefile.am:
13676         * gst-libs/gst/colorbalance/Makefile.am:
13677         * gst-libs/gst/mixer/Makefile.am:
13678         * gst-libs/gst/play/Makefile.am:
13679         * gst-libs/gst/tuner/Makefile.am:
13680           (hopefully) fix both install and dist and make error message useful.
13681           needs testing across automakes.
13682
13683 2004-07-02  Benjamin Otte  <otte@gnome.org>
13684
13685         * ext/ogg/gstogg.c: (plugin_init):
13686           we require bytestream now
13687         * ext/ogg/gstoggdemux.c:
13688           huge diff to implement chain setup in a fast and generic way. This
13689           improves tag reading and startup of huge files (read: Theora videos)
13690           quite a bit. It probably contains bugs, too, so please test.
13691           Seeking is not improved to the fast method.
13692
13693 2004-06-29  Wim Taymans  <wim@fluendo.com>
13694
13695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13696         * ext/ogg/gstoggmux.c:
13697         Fix memleak in oggdemux when running unconnected pads.
13698         doc update in mux, start working on keyframe mode.
13699
13700 2004-06-29  Benjamin Otte  <otte@gnome.org>
13701
13702         * sys/oss/gstosssink.c:
13703         * sys/oss/gstosssrc.c:
13704           advertise correct template caps - we indeed do non-native endianness
13705           and 8bit audio has no endianness
13706         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13708           avoid (wrong) duplications in getcaps function and return
13709           template caps
13710
13711 2004-06-29  Wim Taymans  <wim@fluendo.com>
13712
13713         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13714         (gst_multifdsink_class_init), (gst_multifdsink_add),
13715         (gst_multifdsink_remove), (gst_multifdsink_clear),
13716         (gst_multifdsink_client_remove),
13717         (gst_multifdsink_handle_client_read),
13718         (gst_multifdsink_client_queue_data),
13719         (gst_multifdsink_client_queue_caps),
13720         (gst_multifdsink_client_queue_buffer),
13721         (gst_multifdsink_handle_client_write),
13722         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13723         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13724         (gst_multifdsink_init_send), (gst_multifdsink_close):
13725         Fix wrong GList iteration that could crash the server when
13726         more then 2 clients disconnect at the same time. Read all the
13727         pending commands in one batch to recover from command storms under
13728         very heavy load.
13729
13730 2004-06-28  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13733         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13734         (gst_videomixer_pad_set_property),
13735         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13736         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13737         (gst_videomixer_class_init), (gst_videomixer_init),
13738         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13739         (pad_zorder_compare), (gst_videomixer_sort_pads),
13740         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13741         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13742         (gst_videomixer_update_queues), (gst_videomixer_loop),
13743         (plugin_init):
13744         Avoid divide by zero, choose masterpad as the pad with the highest
13745         framerate.
13746
13747 2004-06-27  Julien Moutte  <julien@moutte.net>
13748
13749         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13750         (gst_ximagesink_xwindow_new):
13751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13752         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13753         function directly. We might want to call it from somewhere else one day.
13754
13755 2004-06-27  Julien Moutte  <julien@moutte.net>
13756
13757         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13758         (gst_ximagesink_xwindow_new):
13759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13760         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13761         window decorations.
13762
13763 2004-06-27  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13766         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13767         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13768         (gst_dvdec_set_property), (gst_dvdec_get_property):
13769         * ext/dv/gstdvdec.h:
13770         Implement drop_factor property to lower the framerate with
13771         a factor.
13772
13773 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13774
13775         * gst-libs/gst/colorbalance/Makefile.am:
13776         * gst-libs/gst/mixer/Makefile.am:
13777         * gst-libs/gst/play/Makefile.am:
13778         * gst-libs/gst/tuner/Makefile.am:
13779           unbreak Company's fix that didn't install the -enum.h files
13780
13781 2004-06-27  Wim Taymans  <wim@fluendo.com>
13782
13783         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13784         (gst_dvdec_change_state):
13785         * ext/dv/gstdvdec.h:
13786         Fix timestamp, duration and offset of the buffers.
13787
13788 2004-06-27  Wim Taymans  <wim@fluendo.com>
13789
13790         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13791         (gst_multifdsink_class_init), (gst_multifdsink_add),
13792         (gst_multifdsink_remove), (gst_multifdsink_clear),
13793         (gst_multifdsink_client_remove),
13794         (gst_multifdsink_handle_client_read),
13795         (gst_multifdsink_client_queue_data),
13796         (gst_multifdsink_client_queue_caps),
13797         (gst_multifdsink_client_queue_buffer),
13798         (gst_multifdsink_handle_client_write),
13799         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13800         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13801         (gst_multifdsink_init_send), (gst_multifdsink_close):
13802         * gst/tcp/gstmultifdsink.h:
13803         * gst/tcp/gsttcpserversink.c:
13804         (gst_tcpserversink_handle_server_read),
13805         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13806         More multifdsink fixes, more recovery policy fixes.
13807         Removed stupid g_print
13808
13809 2004-06-26  Wim Taymans  <wim@fluendo.com>
13810
13811         * gst/tcp/Makefile.am:
13812         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13813         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13814         (gst_multifdsink_class_init), (gst_multifdsink_init),
13815         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13816         (gst_multifdsink_handle_client_read),
13817         (gst_multifdsink_client_queue_data),
13818         (gst_multifdsink_client_queue_caps),
13819         (gst_multifdsink_client_queue_buffer),
13820         (gst_multifdsink_handle_client_write),
13821         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13822         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13823         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13824         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13825         (gst_multifdsink_close), (gst_multifdsink_change_state):
13826         * gst/tcp/gstmultifdsink.h:
13827         * gst/tcp/gsttcpplugin.c: (plugin_init):
13828         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13829         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13830         (gst_tcpserversink_handle_server_read),
13831         (gst_tcpserversink_handle_select),
13832         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13833         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13834         * gst/tcp/gsttcpserversink.h:
13835         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13836         one of the locks, added recovery policy to multifdsink.
13837
13838 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13839
13840         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13841           fix decision for when getting frames with same timestamp
13842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13843         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13844         (gst_v4lsrc_get_property):
13845         * sys/v4l/gstv4lsrc.h:
13846           add latency offset property
13847
13848 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13849
13850         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13851         (plugin_init):
13852           fix debugging. add category.
13853
13854 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13855
13856         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13857           fix wrong offsets
13858
13859 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13860
13861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13862         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13863         (gst_alsa_src_change_state):
13864           return a time that is in sync with the element's processing
13865
13866 2004-06-25  Wim Taymans  <wim@fluendo.com>
13867
13868         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13869         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13870         (gst_tcpserversink_client_remove),
13871         (gst_tcpserversink_handle_client_read),
13872         (gst_tcpserversink_client_queue_data),
13873         (gst_tcpserversink_client_queue_caps),
13874         (gst_tcpserversink_client_queue_buffer),
13875         (gst_tcpserversink_handle_client_write),
13876         (gst_tcpserversink_queue_buffer),
13877         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13878         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13879         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13880         (gst_tcpserversink_close):
13881         * gst/tcp/gsttcpserversink.h:
13882         Serversink rewrite. Really do non blocking writes to clients and
13883         maintain an internal queue to handle slower clients while not
13884         disturbing fast clients.
13885
13886 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13887
13888         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13889           better debug, don't override OFFSET and OFFSET_END
13890
13891 2004-06-25  Iain <iain@prettypeople.org>
13892
13893         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13894         name=source for the wavparse pipeline.
13895
13896 2004-06-24  Johan Dahlin  <johan@gnome.org>
13897
13898         * ext/theora/theoraenc.c (theora_enc_chain): Call
13899         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13900         streamheader caps are set correctly.
13901
13902 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13903
13904         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13905         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13906           respect minimum bitrate; same could be done for max bitrate
13907
13908 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13909
13910         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13911         (gst_vorbisenc_setup):
13912           fix sample rate range
13913
13914 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13917         (gst_oggvorbisenc_setup):
13918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13919         (gst_vorbisenc_setup):
13920           resolve ambiguities in code and description
13921
13922 2004-06-24  Wim Taymans  <wim@fluendo.com>
13923
13924         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13925         * ext/alsa/gstalsa.h:
13926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13927         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13928         Use alsa trigger_tstamp to get the timestamp of the first
13929         sample in the buffer for more precise sync. Some cleanups.
13930
13931 2004-06-24  Wim Taymans  <wim@fluendo.com>
13932
13933         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13934         (gst_audiorate_init), (gst_audiorate_chain),
13935         (gst_audiorate_set_property), (gst_audiorate_get_property):
13936         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13937         (gst_videorate_chain):
13938         Added some logging, fixed an overflow bug in videorate.
13939
13940 2004-06-24  Benjamin Otte  <otte@gnome.org>
13941
13942         * ext/kio/Makefile.am:
13943           fix for builddir != srcdir and distcheck
13944
13945 2004-06-24  Benjamin Otte  <otte@gnome.org>
13946
13947         * gst-libs/gst/colorbalance/Makefile.am:
13948         * gst-libs/gst/mixer/Makefile.am:
13949         * gst-libs/gst/play/Makefile.am:
13950         * gst-libs/gst/tuner/Makefile.am:
13951         * gst/tcp/Makefile.am:
13952         * sys/dxr3/Makefile.am:
13953           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13954           tarball.
13955           Also add all *.list files that were missing.
13956         * Makefile.am:
13957           add a distcheck hook to ensure the above doesn't happen again.
13958
13959 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13960
13961         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13962
13963 2004-06-23  Colin Walters  <walters@redhat.com>
13964
13965         * m4/Makefile.am: Distribute gst-fionread.m4.
13966
13967 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13968
13969         * configure.ac: back to dev
13970
13971 2004-06-23  Wim Taymans  <wim@fluendo.com>
13972
13973         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13974         (gst_alsa_xrun_recovery):
13975         * ext/alsa/gstalsa.h:
13976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13977         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13978         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13979         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13980         (gst_alsa_src_loop):
13981         Add clock to alsasrc. Take new capture timestamp when
13982         restarting after an overrun. Split up some functions between
13983         alsasrc and alsasink.
13984
13985 === release 0.8.2 ===
13986
13987 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13988
13989         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13990         (gst_alsa_change_state), (gst_alsa_update_avail),
13991         (gst_alsa_xrun_recovery):
13992         * ext/alsa/gstalsa.h:
13993         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13994           merge back changes from release
13995
13996 2004-06-23  Wim Taymans  <wim@fluendo.com>
13997
13998         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13999         (gst_audiorate_init), (gst_audiorate_chain),
14000         (gst_audiorate_set_property), (gst_audiorate_get_property):
14001         Implement sample dropping and notify
14002
14003 2004-06-22  Wim Taymans  <wim@fluendo.com>
14004
14005         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14006         (theora_enc_sink_link), (theora_buffer_from_packet),
14007         (theora_push_packet), (theora_enc_chain):
14008         Some cleanups, make sure the timestamps are correct.
14009
14010 2004-06-22  Wim Taymans  <wim@fluendo.com>
14011
14012         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14013         (gst_alsa_change_state), (gst_alsa_update_avail),
14014         (gst_alsa_xrun_recovery):
14015         * ext/alsa/gstalsa.h:
14016         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14017         Cleanups, take queued samples into account when reporting
14018         the time.
14019
14020 2004-06-22  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14023         (gst_videorate_init):
14024         Initialize the property as well.
14025
14026 2004-06-22  Wim Taymans  <wim@fluendo.com>
14027
14028         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14029         (gst_videorate_init), (gst_videorate_chain),
14030         (gst_videorate_set_property), (gst_videorate_get_property):
14031         Add property to make videorate silent.
14032         Add property to prefer new frames over old ones.
14033
14034 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14035
14036         * sys/osxvideo/Makefile.am:
14037         Workaround so that the osxvideo .so file gets linked with the
14038         Cocoa, OpenGL and QuickTime frameworks
14039
14040 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14041
14042         * sys/osxaudio/Makefile.am:
14043         Workaround so that the osxaudio .so file gets linked with the
14044         CoreAudio framework
14045
14046 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14047
14048         * configure.ac:
14049         Whoops, my fault...fixed build issues
14050
14051 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14052
14053         * configure.ac:
14054         Add objective-c support if running in Darwin/Mac OS X
14055         * sys/Makefile.am:
14056         * sys/osxvideo:
14057         * sys/osxvideo/Makefile.am:
14058         * sys/osxvideo/osxvideosink.h:
14059         * sys/osxvideo/osxvideosink.m:
14060         * sys/osxvideo/cocoawindow.h:
14061         * sys/osxvideo/cocoawindow.m:
14062         Add osxvideosink, a cocoa-based osx video sink
14063
14064
14065 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14066         * ext/dvdnav/gst-dvd:
14067         Grab the gconf key from the right spot
14068         * gst/debug/gstnavseek.c: (gst_navseek_init),
14069         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14070         (gst_navseek_chain):
14071         * gst/debug/gstnavseek.h:
14072           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14073           and loop parameters of a segment seek.
14074         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14075         (gst_videotestsrc_get_event_masks),
14076         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14077         * gst/videotestsrc/gstvideotestsrc.h:
14078           Add seeking support to videotestsrc
14079           Initialise the timestamp_offset variable.
14080
14081 2004-06-18  Wim Taymans  <wim@fluendo.com>
14082
14083         * ext/sidplay/gstsiddec.cc:
14084         Fix negotiation and set correct end offset.
14085
14086 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14087
14088         * configure.ac: branch and prerelease
14089
14090 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14091
14092         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14093         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14094         (gst_tcpclientsrc_init_receive):
14095         * gst/tcp/gsttcpclientsrc.h:
14096           read caps when connecting to server for GDP so we set them correctly
14097
14098 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14099
14100         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14101           notify drops and duplicates
14102         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14103           no good reason to limit ourselves to 100x100
14104
14105 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14106
14107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14108         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14109         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14110         (gst_v4lsrc_get_property):
14111         * sys/v4l/gstv4lsrc.h:
14112         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14113         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14114         (gst_v4l_set_audio):
14115         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14116         (gst_v4lsrc_try_capture):
14117         * sys/v4l/v4lsrc_calls.h:
14118           change try_palette to more general try_capture
14119           add autoprobe option so we can turn off autoprobing
14120           various fixes
14121
14122 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14123
14124         * configure.ac:
14125           add videorate
14126         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14127         (gst_ximagesink_class_init):
14128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14129         (gst_xvimagesink_class_init):
14130           run them as finalize, not dispose, since dispose can be invoked
14131           multiple times
14132
14133 2004-06-17  Wim Taymans  <wim@fluendo.com>
14134
14135         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14136         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14137         * ext/alsa/gstalsa.h:
14138         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14139         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14140         (gst_alsa_src_change_state):
14141         * ext/alsa/gstalsasrc.h:
14142         Make the xrun code timestamp and offset the buffers correctly.
14143         moved the clock to the base class, use alsa methods to get time.
14144         Do correct timestamping on outgoing buffers.
14145
14146 2004-06-17  Wim Taymans  <wim@fluendo.com>
14147
14148         * gst/audiorate/Makefile.am:
14149         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14150         (gst_audiorate_base_init), (gst_audiorate_class_init),
14151         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14152         (gst_audiorate_set_property), (gst_audiorate_get_property),
14153         (gst_audiorate_change_state), (plugin_init):
14154         Added an audiorate converter that fills in gaps.
14155
14156 2004-06-17  Johan Dahlin  <johan@gnome.org>
14157
14158         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14159
14160 2004-06-16  Wim Taymans  <wim@fluendo.com>
14161
14162         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14164         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14165         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14166         (gst_v4lsrc_get_property):
14167         * sys/v4l/gstv4lsrc.h:
14168         Added a copy mode to v4lsrc where it will output a copied version
14169         of its internal hardware buffer.
14170         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14171         can't | them.
14172
14173 2004-06-16  Wim Taymans  <wim@fluendo.com>
14174
14175         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14176         Timestamp fixes.
14177
14178 2004-06-16  Wim Taymans  <wim@fluendo.com>
14179
14180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14181         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14182         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14183         (gst_v4lsrc_get_property):
14184         * sys/v4l/gstv4lsrc.h:
14185         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14186         Added a sync mode enum property to control v4lsrc timestamp method
14187         Removed the use-fixed-fps property and moved functionality in
14188         the enum.
14189         Don't error on an error value from v4l-conf, it might not always
14190         be a real error.
14191
14192 2004-06-16  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst/videorate/Makefile.am:
14195         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14196         (gst_videorate_base_init), (gst_videorate_class_init),
14197         (gst_videorate_getcaps), (gst_videorate_link),
14198         (gst_videorate_init), (gst_videorate_chain),
14199         (gst_videorate_set_property), (gst_videorate_get_property),
14200         (gst_videorate_change_state), (plugin_init):
14201         Added a video timestamp corrector.
14202
14203 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14204
14205         fixed a potential leak with previous commit
14206
14207         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14208
14209 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14210
14211         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14212         Added missing refcount, fixes bug #144425
14213         Cheers Tim for finding the bug
14214
14215 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14216
14217         * sys/v4l/gstv4l.c: (plugin_init):
14218         * sys/v4l/gstv4lcolorbalance.c:
14219         * sys/v4l/gstv4lcolorbalance.h:
14220         * sys/v4l/gstv4lelement.c:
14221         * sys/v4l/gstv4lelement.h:
14222         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14223         * sys/v4l/gstv4lmjpegsink.h:
14224         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14225         * sys/v4l/gstv4lmjpegsrc.h:
14226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14227         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14228         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14229         * sys/v4l/gstv4lsrc.h:
14230         * sys/v4l/gstv4ltuner.c:
14231         * sys/v4l/gstv4ltuner.h:
14232         * sys/v4l/gstv4lxoverlay.c:
14233         * sys/v4l/gstv4lxoverlay.h:
14234         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14235         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14236         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14237         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14238         (gst_v4l_set_audio):
14239         * sys/v4l/v4l_calls.h:
14240         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14241         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14242         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14243         (gst_v4lmjpegsink_playback_init),
14244         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14245         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14246         (gst_v4lmjpegsink_playback_stop),
14247         (gst_v4lmjpegsink_playback_deinit):
14248         * sys/v4l/v4lmjpegsink_calls.h:
14249         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14250         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14251         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14252         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14253         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14254         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14255         * sys/v4l/v4lmjpegsrc_calls.h:
14256         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14257         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14258         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14259         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14260         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14261         (gst_v4lsrc_try_palette):
14262         * sys/v4l/v4lsrc_calls.h:
14263           bunch of paranoia cleanups
14264
14265 2004-06-14  David Schleef  <ds@schleef.org>
14266
14267         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14268         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14269         Send discont events and change timestamps appropriately when
14270         we get a seek event.  (bug #144240)
14271         * ext/cdparanoia/gstcdparanoia.h:
14272
14273 2004-06-14  Benjamin Otte  <otte@gnome.org>
14274
14275         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14276           snd_pcm_hw_params_set_rate  since the latter fails for no good
14277           reason on some setups.
14278
14279 2004-06-14  David Schleef  <ds@schleef.org>
14280
14281         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14282         standard.  Thank you for playing.
14283
14284 2004-06-14  Wim Taymans  <wim@fluendo.com>
14285
14286         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14287         Patch 1.3 broke the ordering of the colorspace info and
14288         made the plugin basically work by coincidence, reordered
14289         the info.
14290
14291 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14292
14293         * ext/lame/gstlame.c:
14294         * ext/mad/gstmad.c:
14295           sync caps.  Make sure mad can only output a list of rates, not
14296           a full range.  In the future, have three caps lists for each of the
14297           mpeg versions.  Change mpegversion to a double as well.
14298
14299 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14300
14301         * gst/volume/.cvsignore:
14302         * gst/volume/Makefile.am:
14303         * gst/volume/demo.c: (value_changed_callback), (idler),
14304         (setup_gui), (main):
14305           added small demo app
14306
14307 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14308         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14309         * ext/esd/esdsink.h:
14310         Close the esd connection on pause, because esd will just wait -
14311         blocking all other esd clients indefinitely.
14312
14313 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14314
14315         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14316           previous commit with GST_DEBUG
14317
14318 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14319
14320         * configure.ac:
14321           add a header check for a dvdread header in dvdnav.  Fixes #133002
14322
14323 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14324
14325         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14326         * gst/tcp/gsttcpclientsink.h:
14327         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14328         * gst/tcp/gsttcpclientsrc.h:
14329         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14330         (gst_tcpserversink_handle_server_read),
14331         (gst_tcpserversink_init_send):
14332         * gst/tcp/gsttcpserversink.h:
14333         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14334         * gst/tcp/gsttcpserversrc.h:
14335         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14336         version of IP)
14337
14338 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14339
14340         * configure.ac:
14341         Added ogg library so that OSX detects libtheora properly
14342
14343 2004-06-11  Wim Taymans  <wim@fluendo.com>
14344
14345         * ext/theora/theoradec.c: (theora_dec_chain),
14346         (theora_dec_change_state):
14347         Don't try to decode frames before we received a keyframe.
14348
14349 2004-06-11  Wim Taymans  <wim@fluendo.com>
14350
14351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14352         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14353         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14354         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14355         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14356         Added property to set the maximum delay of a page.
14357
14358 2004-06-10  Wim Taymans  <wim@fluendo.com>
14359
14360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14361         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14362         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14363         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14364         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14365         Added max-delay property to control the maximum amount
14366         of data to put in one page.
14367
14368 2004-06-10  Wim Taymans  <wim@fluendo.com>
14369
14370         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14371         (gst_theora_enc_init), (theora_enc_sink_link),
14372         (theora_buffer_from_packet), (theora_enc_set_property),
14373         (theora_enc_get_property):
14374         Set duration on encoded buffer, added some more properties
14375
14376 2004-06-10  Wim Taymans  <wim@fluendo.com>
14377
14378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14379         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14380         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14381         * ext/theora/theoraenc.c: (theora_enc_chain):
14382         Fix refcounting bugs
14383
14384 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14385
14386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14387         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14388         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14389         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14390         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14391         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14392         (gst_asf_demux_change_state):
14393         * gst/asfdemux/gstasfdemux.h:
14394           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14395           feels like. I think we should set a new requirement for demuxers
14396           from now on to implement sane loop functions, data loops, query
14397           and seek functions before first commit into CVS. And this commit
14398           fixes all of the above.
14399
14400 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14401
14402         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14403           vorbis comments are properly encoded in UTF-8 before adding them
14404           to a GstTagList
14405
14406 2004-06-09  Benjamin Otte  <otte@gnome.org>
14407
14408         * ext/alsa/gstalsa.c: (add_channels):
14409           handle min <= max correctly
14410         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14411         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14412           add fixation functions so we fixate correctly. No preferring of alaw
14413           anymore because it's the first structure.
14414         * ext/alsa/gstalsa.h:
14415         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14416         (gst_alsa_hw_params_dump):
14417           add functions to ease debugging in alsalib
14418         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14419         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14420         (gst_alsa_start_audio):
14421           only specify hw params if we really setup a format (fixes #134007 -
14422           or at least works around it)
14423
14424 2004-06-09  Wim Taymans  <wim@fluendo.com>
14425
14426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14427         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14428         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14429         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14430         (gst_ogg_mux_loop):
14431         Use stream caps to setup the initial pages in the ogg stream.
14432         Correctly set the streamheader caps on the srcpad.
14433
14434 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14435
14436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14437         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14438         (gst_v4lsrc_getcaps):
14439         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14440         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14441           add querying of fps lists for webcams.  Negotiating to a framerate
14442           now works.
14443
14444 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14445
14446         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14447         (theora_push_buffer), (theora_push_packet),
14448         (theora_set_header_on_caps), (theora_enc_chain):
14449           mark buffers and put on streamheader, raw theora streaming
14450           now works too, whee
14451
14452 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14453
14454         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14455         (gst_tcp_gdp_read_caps):
14456           do a looping read for caps and GDP headers too
14457
14458 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14459
14460         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14461         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14462           return EOS instead of NULL in _get
14463
14464 2004-06-08  Wim Taymans  <wim@fluendo.com>
14465
14466         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14467         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14468         (gst_tcp_gdp_write_caps):
14469         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14470         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14471         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14472         Memory leak fixes
14473
14474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * ext/vorbis/Makefile.am:
14477         * ext/vorbis/vorbis.c: (plugin_init):
14478         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14479         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14480         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14481         (vorbis_parse_change_state):
14482         * ext/vorbis/vorbisparse.h:
14483           adding a vorbisparse element that marks the buffers, streaming
14484           raw vorbis using GDP now works, whee
14485
14486 2004-06-08  Wim Taymans  <wim@fluendo.com>
14487
14488         * ext/jpeg/Makefile.am:
14489         * ext/jpeg/README:
14490         * ext/jpeg/gstjpeg.c: (plugin_init):
14491         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14492         (gst_smokedec_base_init), (gst_smokedec_class_init),
14493         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14494         * ext/jpeg/gstsmokedec.h:
14495         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14496         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14497         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14498         (gst_smokeenc_resync), (gst_smokeenc_chain),
14499         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14500         * ext/jpeg/gstsmokeenc.h:
14501         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14502         (smokecodec_flush_destination), (smokecodec_term_destination),
14503         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14504         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14505         (smokecodec_term_source), (smokecodec_encode_new),
14506         (smokecodec_decode_new), (smokecodec_info_free),
14507         (smokecodec_set_quality), (smokecodec_get_quality),
14508         (smokecodec_set_threshold), (smokecodec_get_threshold),
14509         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14510         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14511         (smokecodec_parse_header), (smokecodec_decode):
14512         * ext/jpeg/smokecodec.h:
14513         Added a new simple jpeg based codec
14514
14515 2004-06-08  Wim Taymans  <wim@fluendo.com>
14516
14517         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14518         (gst_multipart_mux_loop):
14519         Fix memory leak
14520
14521 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14522
14523         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14524         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14525         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14526         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14527         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14528         * gst/tcp/gsttcpserversink.h:
14529           take streamheader into account
14530
14531 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14532
14533         * gst/level/Makefile.am:
14534         * gst/level/gstlevel.c: (gst_level_class_init):
14535           clean up marshal generation
14536
14537 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14538
14539         * gst/tcp/Makefile.am:
14540         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14541         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14542         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14543         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14544         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14545         (gst_tcpclientsrc_get_property):
14546         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14547         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14548         (gst_tcpserversink_handle_client_read),
14549         (gst_tcpserversink_handle_client_write),
14550         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14551         * gst/tcp/gsttcpserversink.h:
14552           add signals client-added and client-removed
14553         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14554         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14555         (gst_tcpserversrc_get_property):
14556         uniformized, change default protocol to NONE
14557         * gst/tcp/gsttcp-marshal.list: added
14558 2004-06-07  Benjamin Otte  <otte@gnome.org>
14559
14560         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14561           handle discont events if they happen before caps nego
14562
14563 2004-06-07  Wim Taymans  <wim@fluendo.com>
14564
14565         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14566         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14567         (gst_multipart_demux_plugin_init):
14568         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14569         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14570         (gst_multipart_mux_change_state):
14571         Small updates, fix a memleak
14572
14573 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14574
14575         * configure.ac: OSS portability
14576         * ext/arts/gst_arts.c: idem
14577         * sys/oss/gstosselement.c: idem
14578         * sys/oss/gstossmixer.c: idem
14579         * sys/oss/gstosssink.c: idem
14580         * sys/oss/gstosssrc.c: idem
14581         * sys/oss/oss_probe.c: idem
14582           - check for soundcard.h in different places for some BSD
14583
14584 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14585
14586         * AUTHORS:
14587         Add me to the authors file
14588         * configure.ac:
14589         Increase the libdv requirement to >= version 0.100
14590         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14591         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14592         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14593         * ext/dv/gstdvdec.h:
14594         Add support for the new_media flag when sending DISCONT events
14595         Make the querying work when video pad is not linked
14596
14597 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14598
14599         reviewed by Benjamin Otte  <otte@gnome.org>
14600
14601         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14602           create a NULL-initialized array of pads, so we don't think they
14603           exist already. (fixes #143130)
14604
14605 2004-06-07  Benjamin Otte  <otte@gnome.org>
14606
14607         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14608         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14609         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14610           don't use // coments
14611
14612 2004-06-07  Benjamin Otte  <otte@gnome.org>
14613
14614         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14615           cast to GstClockTime to get higher granularity
14616         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14617           use gst_element_set_time_delay to get the exact time
14618         * ext/mad/gstmad.c: (gst_mad_chain):
14619           use the negotiated rate instead of the current frame's rate which
14620           might be wrong because of bit errors. This avoids emitting totally
14621           bogus timestamps and screwing sync.
14622         (fixes #143454)
14623
14624 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14625
14626         reviewed by Benjamin Otte  <otte@gnome.org>
14627
14628         * gst/adder/gstadder.c: (gst_adder_loop):
14629           properly error out when no negotiation has happened yet. (fixes
14630           #143032)
14631
14632 2004-06-06  Benjamin Otte  <otte@gnome.org>
14633
14634         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14635           forward correctly transformed offset in discont events. Based on
14636           patch by Arwed v. Merkatz. (fixes #142851)
14637
14638 2004-06-06  David Schleef  <ds@schleef.org>
14639
14640         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14641         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14642         problems on several systems.
14643
14644 2004-06-06  Benjamin Otte  <otte@gnome.org>
14645
14646         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14647           use explicit caps on the srcpad
14648         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14649           properly error out if caps couldn't be set (fixes #142764)
14650
14651 2004-06-06  Benjamin Otte  <otte@gnome.org>
14652
14653         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14654         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14655         (gst_alsa_start_audio):
14656           - don't call set_periods_integer anymore, it breaks the
14657           configuration randomly
14658           - call snd_pcm_hw_params_set_access directly instead of using masks
14659           - don't fail if the sw_params can't be set, just use the default
14660           params and hope it works. Alsalib has weird issues when you touch
14661           sw_params and does no proper error reporting about what failed.
14662         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14663         (gst_alsa_close_audio):
14664           make our alsa debugging go via gst debugging and not conditionally
14665           defined
14666         * ext/alsa/gstalsa.h:
14667           add ALSA_DEBUG_FLUSH macro
14668         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14669         (plugin_init):
14670           wrap alsa errors to be printed via the gst debugging system and not
14671           spammed to stderr
14672
14673 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14674
14675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14676         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14677         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14678         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14679         (qtdemux_parse_trak):
14680         * gst/qtdemux/qtdemux.h:
14681           Bitch. Also known as seeking, querying & co.
14682         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14683         (gst_osssink_change_state):
14684         * sys/oss/gstosssink.h:
14685           Resyncing is for weenies, this hack is no longer needed and was
14686           broken anyway (since it - unintendedly - always leaves resync to
14687           TRUE).
14688
14689 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14690
14691         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14692         * gst/tcp/gsttcpclientsrc.h: idem
14693           - define MSG_NOSIGNAL if not done
14694           - include unistd.h for off_t
14695           (fixes #143749)
14696
14697 2004-06-05  Benjamin Otte  <otte@gnome.org>
14698
14699         * configure.ac:
14700         * ext/kio/Makefile.am:
14701           check for qt's moc preprocessor explicitly and use it
14702
14703 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14704
14705         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14706           don't get a signal for EPIPE on socket writes
14707           (somebody check if this works on other platforms)
14708
14709 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14710
14711         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14712         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14713           check error condition on available samples correctly
14714
14715 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14716
14717         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14718           avoid a segfault
14719         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14720         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14721         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14722         (gst_tcpserversrc_gdp_read_header):
14723          use ssize_t over size_t since the former is signed and thus the
14724          check for error codes can work
14725
14726 2004-06-02  Wim Taymans  <wim@fluendo.com>
14727
14728         reviewed by: Johan
14729
14730         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14731         (gst_multipart_mux_loop):
14732         Oops
14733
14734 2004-06-02  Wim Taymans  <wim@fluendo.com>
14735
14736         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14737         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14738         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14739         (gst_multipart_mux_change_state):
14740         Added configurable boundary specifier, added the value as a
14741         caps field as well.
14742
14743 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14744
14745         * gst/tcp/gsttcp.c:
14746         * gst/tcp/gsttcpclientsrc.c:
14747         * gst/tcp/gsttcpclientsrc.h:
14748         * gst/tcp/gsttcpserversrc.c:
14749           - portability fix, to compile on OSX
14750             (fixes #143146)
14751
14752         * sys/osxaudio/gstosxaudioelement.c:
14753         * sys/osxaudio/gstosxaudiosink.c:
14754         * sys/osxaudio/gstosxaudiosrc.c:
14755           - compilation warnings on OSX
14756             (fixes #143153)
14757
14758 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14759
14760         * ext/vorbis/vorbisdec.c : sign warning fixes
14761
14762         * gst-libs/gst/mixer/mixertrack.c :
14763           do no use defines which are glib 2.4 specific
14764
14765 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14766
14767         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14768           buffer since libflac doesn't expect it (reports a sync error when
14769           it encounters that)
14770
14771
14772 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14773
14774         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14775         * gst-libs/gst/mixer/mixertrack.c:
14776         (gst_mixer_track_get_property), (get_mixer_track_init),
14777         (get_mixer_track_get_property): Added property accessors
14778         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14779         * gst-libs/gst/mixer/mixeroptions.c:
14780         (gst_mixer_options_get_values): Added
14781         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14782         * gst-libs/gst/mixer/mixer.c: Fixed comment
14783
14784
14785 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14786
14787         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14788           improve error messages on open
14789
14790
14791 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14792
14793         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14794           check if v4l-conf is in path
14795
14796 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14797
14798         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14799           change assert to a more readable error message
14800
14801 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14802
14803         * gst-libs/gst/tuner/tunerchannel.h:
14804           - add a freq_multiplicator field to make the conversion
14805             between internal frequency unit and Hz
14806         * sys/v4l/gstv4lelement.c:
14807         * sys/v4l2/gstv4l2element.c:
14808           - change default video device to /dev/video0
14809         * sys/v4l/v4l_calls.c:
14810         * sys/v4l2/v4l2_calls.c:
14811           - we only expose frequency to the user in Hz instead of
14812             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14813
14814 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14815         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14816           Initialise b_o_s and e_o_s variables
14817         * gst-libs/gst/riff/riff-media.c:
14818         (gst_riff_create_video_caps_with_data):
14819           Add some unusual fourcc's from mplayer avi's
14820         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14821           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14822           autoplugging.
14823
14824 2004-05-28  Wim Taymans  <wim@fluendo.com>
14825
14826         * configure.ac:
14827         * gst/alpha/Makefile.am:
14828         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14829         (gst_alpha_get_type), (gst_alpha_base_init),
14830         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14831         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14832         (gst_alpha_chroma_key), (gst_alpha_chain),
14833         (gst_alpha_change_state), (plugin_init):
14834         A plugin to add an alpha channel to I420 video. Can optionally do
14835         chroma keying.
14836         * gst/multipart/Makefile.am:
14837         * gst/multipart/multipart.c: (plugin_init):
14838         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14839         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14840         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14841         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14842         (gst_multipart_demux_change_state),
14843         (gst_multipart_demux_plugin_init):
14844         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14845         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14846         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14847         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14848         (gst_multipart_mux_pad_unlink),
14849         (gst_multipart_mux_request_new_pad),
14850         (gst_multipart_mux_handle_src_event),
14851         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14852         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14853         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14854         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14855         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14856         send multipart jpeg images to a browser.
14857         * gst/videobox/Makefile.am:
14858         * gst/videobox/README:
14859         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14860         (gst_video_box_get_type), (gst_video_box_base_init),
14861         (gst_video_box_class_init), (gst_video_box_init),
14862         (gst_video_box_set_property), (gst_video_box_get_property),
14863         (gst_video_box_sink_link), (gst_video_box_i420),
14864         (gst_video_box_ayuv), (gst_video_box_chain),
14865         (gst_video_box_change_state), (plugin_init):
14866         Crops or adds borders around an image. can do alpha channel
14867         borders as well.
14868         * gst/videomixer/Makefile.am:
14869         * gst/videomixer/README:
14870         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14871         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14872         (gst_videomixer_pad_get_sink_event_masks),
14873         (gst_videomixer_pad_get_property),
14874         (gst_videomixer_pad_set_property),
14875         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14876         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14877         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14878         (gst_videomixer_base_init), (gst_videomixer_class_init),
14879         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14880         (gst_videomixer_handle_src_event),
14881         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14882         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14883         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14884         (gst_videomixer_loop), (gst_videomixer_get_property),
14885         (gst_videomixer_set_property), (gst_videomixer_change_state),
14886         (plugin_init):
14887         Generic video mixer plugin, can handle multiple inputs all with
14888         different framerates and video sizes. Is fully alpha channel
14889         aware.
14890
14891 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14892
14893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14894           Select first track as master track. Not sure how else to handle
14895           that...
14896         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14897           Discard discont events. Should fix #142962.
14898
14899 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14900
14901         * ext/alsa/Makefile.am:
14902         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14903         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14904         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14905         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14906         (gst_alsa_mixer_get_option):
14907         * ext/alsa/gstalsamixer.h:
14908         * ext/alsa/gstalsamixeroptions.c:
14909         (gst_alsa_mixer_options_get_type),
14910         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14911         (gst_alsa_mixer_options_new):
14912         * ext/alsa/gstalsamixeroptions.h:
14913         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14914         * ext/alsa/gstalsamixertrack.h:
14915           Add enumerations (as GstMixerOptions). Make correct distinction
14916           between input/output tracks. Add capture/playback private flag.
14917           Use flag to decide on whether to set capture or playback volumes
14918           or switches. Use playback and record switches.
14919         * gst-libs/gst/mixer/Makefile.am:
14920         * gst-libs/gst/mixer/mixer-marshal.list:
14921         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14922         (gst_mixer_set_option), (gst_mixer_get_option),
14923         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14924         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14925         * gst-libs/gst/mixer/mixer.h:
14926         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14927         (gst_mixer_options_class_init), (gst_mixer_options_init),
14928         (gst_mixer_options_dispose):
14929         * gst-libs/gst/mixer/mixeroptions.h:
14930           Add GstMixerOptions.
14931         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14932           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14933           broken device detection on computers with multiple OSS sound
14934           cards.
14935
14936 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14937
14938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14939           fixate nicely even when the peer is not negotiating
14940
14941 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14942
14943         * gst/audioconvert/gstaudioconvert.c:
14944         (gst_audio_convert_parse_caps):
14945           make sure we don't allow depth > width
14946         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14947           fixate endianness to G_BYTE_ORDER as default
14948         * gst/audioscale/gstaudioscale.c:
14949           we don't handle another endianness as host-endianness
14950
14951 2004-05-25  David Schleef  <ds@schleef.org>
14952
14953         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14954
14955 2004-05-24  Benjamin Otte  <otte@gnome.org>
14956
14957         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14958         (gst_oggvorbisenc_setup):
14959           properly fail when we can't setup the vorbis encoder due to
14960           unsupported settings
14961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14962         (gst_vorbisenc_setup):
14963           same
14964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14965           fix case where warnings occured when one pad was unlinked while the
14966           other's link function was called
14967
14968 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14969
14970         * gst/tcp/Makefile.am:
14971           use GST_ENABLE_NEW
14972
14973 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14974
14975         * gst-libs/gst/resample/private.h:
14976           don't use optimizations that are #if 0'ed
14977
14978 2004-05-24  Wim Taymans  <wim@fluendo.com>
14979
14980         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14981         Fix potential division by zero error and hopefully get
14982         the position query right to get correct timestamps on avi
14983         audio.
14984
14985 2004-05-24  Wim Taymans  <wim@fluendo.com>
14986
14987         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14988         (gst_videoscale_scale_nearest_str2),
14989         (gst_videoscale_scale_nearest_str4),
14990         (gst_videoscale_scale_nearest_32bit),
14991         (gst_videoscale_scale_nearest_24bit),
14992         (gst_videoscale_scale_nearest_16bit):
14993         Fix the scaling algorithm and avoid a buffer overflow.
14994         removed the while loop in the scaling function as it
14995         was used for point sampling only.
14996
14997 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14998
14999         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15000         (gst_id3_tag_class_init), (gst_id3_tag_init),
15001         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15002         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15003         (gst_id3_tag_send_tag_event):
15004           lots of fixes to make id3mux work and id3demux work correctly
15005
15006 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15007
15008         * ext/Makefile.am:
15009           add rules to build shout2send (was removed by accident
15010           when this module was no more marked experimental/broken)
15011
15012 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15013
15014         * ext/shout2/gstshout2.c:
15015         * ext/shout2/gstshout2.h:
15016           adding a "connection problem" signal to shout2send
15017           (fixes #142954)
15018
15019 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15020
15021         * ext/kio/kioreceiver.cpp:
15022         * ext/kio/kioreceiver.h:
15023           fix sign comparison issues
15024
15025 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15026
15027         * gst/cdxaparse/gstcdxaparse.c:
15028         * gst/cdxaparse/gstcdxaparse.h:
15029           some renaming
15030           add some checks/sanity
15031           prepare for seek addition
15032
15033         * sys/sunaudio/gstsunaudio.c:
15034           remove exported dupe init function
15035
15036 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15037
15038         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15039         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15040           Fix format conversion and position querying.
15041         * gst/debug/progressreport.c: (gst_progressreport_report):
15042           Don't output a bogus total value that we didn't query.
15043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15044           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15045           only a blank window after xine has been used.
15046
15047 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15048
15049         * m4/as-arts.m4:
15050           sync with upstream version to fix test on FC2
15051           readd with -ko to preserve Id header
15052
15053 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15054
15055         * configure.ac:
15056           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15057         * gst/tcp/gsttcpclientsrc.c: idem
15058         * gst/tcp/gsttcpserversink.c: idem
15059         * gst/tcp/gsttcpserversrc.c: idem
15060         * m4/gst-fionread.m4: idem
15061
15062         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15063
15064         * configure.ac: enable speex plugin for speex 1.1.5+
15065         * ext/speex/gstspeexenc.c: fix cast warning
15066
15067         * ext/esd/README: fix typo
15068
15069 2004-05-20  David Schleef  <ds@schleef.org>
15070
15071         * configure.ac: Minor cosmetic change to convince the buildbot to
15072         reautogen.
15073         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15074         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15075         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15076         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15077         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15078         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15079         More hacking.  Plays audio now.
15080
15081 2004-05-20  David Schleef  <ds@schleef.org>
15082
15083         * configure.ac:
15084         * sys/Makefile.am:
15085
15086 2004-05-20  David Schleef  <ds@schleef.org>
15087
15088         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15089         * sys/osxaudio/gstosxaudio.c:
15090         * sys/osxaudio/gstosxaudioelement.c:
15091         * sys/osxaudio/gstosxaudioelement.h:
15092         * sys/osxaudio/gstosxaudiosink.c:
15093         * sys/osxaudio/gstosxaudiosink.h:
15094         * sys/osxaudio/gstosxaudiosrc.c:
15095         * sys/osxaudio/gstosxaudiosrc.h:
15096
15097 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15098
15099         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15100         (gst_vorbisenc_chain):
15101           put the codec headers on the caps as streamheader as well as
15102           pushing them out
15103
15104 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15107         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15108         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15109         split up push_packet into two functions
15110
15111 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15112
15113         * gst/tcp/.cvsignore:
15114           ignore enums
15115         * gst/tcp/Makefile.am:
15116         * gst/tcp/README:
15117         * gst/tcp/gsttcp.c:
15118         * gst/tcp/gsttcp.h:
15119         * gst/tcp/gsttcpclientsink.c:
15120         * gst/tcp/gsttcpclientsink.h:
15121         * gst/tcp/gsttcpclientsrc.c:
15122         * gst/tcp/gsttcpclientsrc.h:
15123         * gst/tcp/gsttcpplugin.c:
15124         * gst/tcp/gsttcpserversink.c:
15125         * gst/tcp/gsttcpserversink.h:
15126         * gst/tcp/gsttcpserversrc.c:
15127         * gst/tcp/gsttcpserversrc.h:
15128           add new tcp elements
15129
15130 2004-05-19  Wim Taymans  <wim@fluendo.com>
15131
15132         * gst/law/mulaw-conversion.c: (mulaw_encode):
15133         Fix overflow bug in ulaw encoding.
15134
15135 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15136
15137         * ext/mad/gstmad.c: (gst_mad_handle_event):
15138           don't unref the event twice
15139
15140 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15141
15142         * configure.ac:
15143           remove -Wno-sign-compare
15144
15145 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15146
15147         * configure.ac:
15148           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15149           if you want to work against glib 2.2 and 2.4
15150
15151 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15152
15153         * gst/tcp/Makefile.am:
15154         * gst/tcp/gsttcp.c:
15155         * gst/tcp/gsttcp.h:
15156         * gst/tcp/gsttcpsink.h:
15157         * gst/tcp/gsttcpsrc.h:
15158           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15159
15160 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15161
15162         * gst/debug/tests.c: (md5_get_value):
15163           fix segfault on gst-inspect
15164
15165 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15166
15167         * gst/debug/testplugin.c:
15168         * gst/debug/tests.c:
15169         * gst/debug/tests.h:
15170           add new extensible and configurable testing element. Current tests
15171           include buffer count, stream length, timestamp/duration matching and
15172           md5.
15173         * gst/debug/Makefile.am:
15174         * gst/debug/gstdebug.c: (plugin_init):
15175           add infrastructure for new element
15176
15177 2004-05-19  Johan Dahlin  <johan@gnome.org>
15178
15179         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15180         ending of the array. Fixes gst-inspect segfault on ppc.
15181
15182 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15183
15184         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15185
15186         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15187
15188 2004-05-18  David Schleef  <ds@schleef.org>
15189
15190         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15191         warnings (bugs, actually) noticed by gcc but not forte.
15192
15193 2004-05-18  David Schleef  <ds@schleef.org>
15194
15195         * sys/sunaudio/Makefile.am:
15196         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15197
15198 2004-05-18  David Schleef  <ds@schleef.org>
15199
15200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15201         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15202         to allow qtdemux to use non-seekable streams. (bug #142272)
15203
15204 2004-05-18  David Schleef  <ds@schleef.org>
15205
15206         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15207         (gst_resample_sinc_ft_float): Remove use of static temporary
15208         buffer.  This code was obviously not supposed to last long, but
15209         it's stuck in our ABI, so it required a little hack to make it
15210         ABI-compatible.  Fixes #142585.
15211         * gst-libs/gst/resample/resample.h: same.
15212
15213 2004-05-18  David Schleef  <ds@schleef.org>
15214
15215         * configure.ac: Add sunaudio
15216         * examples/Makefile.am: make gstplay depend on gconf
15217         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15218         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15219         (convert_table_lookup), (img_convert): remove c99-isms
15220         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15221           unsigned, to fix a warning on Solaris
15222         * gst/mpeg1sys/systems.c: bcopy->memcpy
15223         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15224         * sys/Makefile.am: Add sunaudio
15225
15226 2004-05-18  Wim Taymans  <wim@fluendo.com>
15227
15228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15229         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15230         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15231         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15232         (gst_ogg_mux_loop):
15233         Fix an ugly memleak where the muxer didn't flush enough ogg
15234         pages. This also resulted in badly muxed ogg files.
15235
15236 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15237
15238         * gst/asfdemux/asfheaders.c :
15239         * gst/asfdemux/asfheaders.h :
15240         * gst/asfdemux/gstasfdemux.c :
15241           - fix ASF_OBJ_PADDING guid
15242           - add 3 new object guids (language list, metadata,
15243             extended stream properties)
15244           - add a function to parse extended header objects
15245
15246 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15247
15248         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15249           remove leftover debugging g_print
15250
15251 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15252
15253         * ext/mad/gstmad.c: (gst_mad_handle_event):
15254           Fix for when the first format in a discont event is not a
15255           byte-based one. Should fix #137710.
15256
15257 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15258
15259         * m4/a52.m4 : fix compilation with -Wall -Werror
15260         * m4/libfame.m4 : idem
15261         * m4/libmikmod.m4 : idem
15262
15263 2004-05-17  Benjamin Otte  <otte@gnome.org>
15264
15265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15266           signal the new tags before giving up the reference
15267
15268 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15269
15270         * ext/shout2/gstshout2.c:
15271           use application/ogg instead of application/x-ogg (patch by Patrick
15272           Guimond, fixes #142432)
15273         * sys/oss/gstosselement.c: (gst_osselement_reset),
15274         (gst_osselement_sync_parms):
15275           don't set fragment size unless specified (fixes #142493)
15276
15277 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15278
15279         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15280           fixes #142664
15281
15282 2004-05-17  Benjamin Otte  <otte@gnome.org>
15283
15284         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15285           compute offsets correctly for internal buffers so timestamps are set
15286           correctly when we can't seek. Also handle cases where there are no
15287           offsets. (based on a patch by David Moore, fixes #142507)
15288
15289 2004-05-17  Benjamin Otte  <otte@gnome.org>
15290
15291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15292           use correct variable when determining amount of data to skip so we
15293           don't skip into the void and segfault
15294
15295 2004-05-16  Benjamin Otte  <otte@gnome.org>
15296
15297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15298           Hi, I'm a memleak
15299
15300 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15301
15302         * gst/asfdemux/gstasfdemux.c:
15303           - fix a mem leak and always propagate tags
15304           - add WMV3 to known video codecs (but no decoder yet)
15305           - replace "surplus data" at end of audio header for what
15306             it is : codec specific data
15307           - fix a typo
15308
15309 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15310
15311         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15312
15313         * gst-libs/gst/audio/audioclock.c:
15314           Fix wrong return type (#142205).
15315
15316 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15317
15318         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15319           Ignore CRCs by default (fixes #142566).
15320
15321 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15322
15323         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15324         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15325         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15326         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15327         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15328         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15329           Fix for cases where we fail to attach to a mixer.
15330
15331 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15332
15333         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15334           Don't touch events after not owning them anymore.
15335         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15336         (gst_wavparse_fmt), (gst_wavparse_other),
15337         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15338         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15339         (gst_wavparse_srcpad_event):
15340         * gst/wavparse/gstwavparse.h:
15341           Add seeking, fix querying.
15342
15343 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15344
15345         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15346           - process comments even if they don't end with \0\0
15347             g_convert would ignore them if present and works well without them
15348
15349 2004-05-16  Benjamin Otte  <otte@gnome.org>
15350
15351         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15352           simplify caps
15353
15354 2004-05-16  Benjamin Otte  <otte@gnome.org>
15355
15356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15357           don't write to memory we might not write to - g_convert does that
15358           for us anyway (fixes #142613)
15359         (gst_asf_demux_audio_caps):
15360           comment out gst_util_dump_mem
15361
15362 2004-05-16  Benjamin Otte  <otte@gnome.org>
15363
15364         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15365           compute correct expected timestamps after seek (broken since
15366           last commit)
15367         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15368           rename element and debugging category to gdkpixbufscale
15369
15370 2004-05-16  Benjamin Otte  <otte@gnome.org>
15371
15372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15373           add error checking to snd_pcm_delay and remove duplicate call to
15374           snd_pcm_delay that caused issues (see inline code comments)
15375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15376           make more readable and fix return value when snd_pcm_delay fails
15377         (fixes #142586)
15378
15379 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15380         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15381         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15382         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15383         (gst_pixbufscale_link), (gst_pixbufscale_init),
15384         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15385         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15386         (gst_pixbufscale_get_property), (pixbufscale_init):
15387         * ext/gdk_pixbuf/pixbufscale.h:
15388         Add these files I forgot earlier
15389
15390 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15391         * ext/gdk_pixbuf/Makefile.am:
15392         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15393         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15394         Add new pixbufscale element to scale RGB video
15395         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15396         and HYPER interpolation correctly.
15397         * ext/theora/theoraenc.c: (theora_enc_chain),
15398         Discard buffer and return if explicit caps could not be set
15399         (theora_enc_get_property):
15400         Make _get return kbps for the bitrate consistent with
15401         the _set function.
15402
15403
15404 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15405
15406         * ext/libvisual/visual.c: (gst_visual_chain):
15407           add missing visual_audio_analyze
15408
15409 2004-05-14  David Schleef  <ds@schleef.org>
15410
15411         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15412         is killed while we're playing.
15413         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15414         gst_element_no_more_pads().
15415
15416 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15417
15418         * gst-libs/gst/riff/riff-read.c :
15419           - fix INFO tag extraction in RIFF/AVI files
15420             because gst_event_unref (event) also freed taglist
15421           - avoid a mem leak
15422
15423 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15424
15425         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15426         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15427
15428         * gst/auparse/gstauparse.c :
15429           - add code (commented for now) to support audio/x-adpcm on src pad
15430             (we have no decoder for those layout yet)
15431
15432         * gst/cdxaparse/gstcdxaparse.c :
15433         * gst/cdxaparse/gstcdxaparse.h :
15434           - partial rewrite using RiffRead (ripped iain's wavparse code)
15435
15436         * gst/rtp/gstrtpL16enc.c : typo
15437         * gst/rtp/gstrtpgsmenc.c : typo
15438
15439 2004-05-13  Benjamin Otte  <otte@gnome.org>
15440
15441         * configure.ac:
15442           check for exact version of libvisual, it's not supposed to be
15443           API/ABI stable yet
15444
15445 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15446
15447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15448           signal no-more-pads
15449
15450 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15451
15452         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15453         Report which format was used for GST_FORMAT_DEFAULT
15454         * gst/debug/Makefile.am:
15455         * gst/debug/gstdebug.c: (plugin_init):
15456         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15457         (gst_progressreport_class_init), (gst_progressreport_init),
15458         (gst_progressreport_report), (gst_progressreport_set_property),
15459         (gst_progressreport_get_property), (gst_progressreport_chain),
15460         (gst_progressreport_plugin_init):
15461         Add progressreport element for testing.
15462
15463 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15466         * sys/v4l/gstv4lsrc.h:
15467         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15468         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15469         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15470         (gst_v4lsrc_grab_frame):
15471           add more debugging
15472           send a discont at start
15473
15474 2004-05-12  Colin Walters  <walters@redhat.com>
15475
15476         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15477         inflooping if we can't find a chunk.  Or in other words, don't blow
15478         chunks if we don't have a chunk to blow.
15479
15480 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15481         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15482         Remove old debug output
15483         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15484         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15485         (gst_dvdec_set_property), (gst_dvdec_get_property):
15486         Change the quality setting to an enum, so it works from gst-launch
15487         Don't renegotiate a non-linked pad. Allows audio only decoding.
15488         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15489         (gst_deinterlace_link), (gst_deinterlace_init):
15490         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15491         (gst_videodrop_link):
15492         Some caps negotiation fixes
15493
15494 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15495
15496         * ext/tarkin/gsttarkin.c :
15497           - Change RANK from NONE to PRIMARY
15498         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15499           - Change RANK from NONE to MARGINAL
15500         * ext/divx/gstdivxenc.c :
15501           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15502
15503 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15504
15505         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15506         (gst_vorbisenc_push_packet):
15507           copy a function that was added between 1.0 and 1.0.1 until we
15508           depend on worthwhile features of post-1.0
15509
15510 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15511
15512         * configure.ac:
15513           enable shout2 by default
15514         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15515         (gst_shout2send_base_init), (gst_shout2send_init),
15516         (gst_shout2send_connect), (gst_shout2send_change_state):
15517         * ext/shout2/gstshout2.h:
15518           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15519           #142262)
15520         * ext/theora/theora.c: (plugin_init):
15521           don't set rank on encoders
15522
15523 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15524
15525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15526           Use codec_data property instead of flag1 and flag2 for wma
15527
15528 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15529
15530         * gst/cdxaparse/gstcdxaparse.c :
15531           - Add mpegversion to CAPS to make it link
15532           - Rank is as GST_RANK_SECONDARY instead of NONE
15533         * gst/auparse/gstauparse.c :
15534           - Document all audio encoding we can encounter from Solaris 9
15535             headers and libsndfile information.
15536           - Increase max. rate from 48000 to 192000 (to match other elements)
15537           - Don't try to play junk data between header and samples
15538
15539 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15540
15541         * ext/libvisual/visual.c: (gst_visual_getcaps):
15542           use the right caps depending on endianness (I hope)
15543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15544           use GST_RANK_NONE for all non-decoding elements or spider gets
15545           mighty confused
15546
15547 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15548
15549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15550           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15551
15552 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15553
15554         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15555         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15556         (gst_switch_loop), (gst_switch_get_type):
15557           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15558           HEADERS. Had to be said.
15559
15560 2004-05-10  David Schleef  <ds@schleef.org>
15561
15562         * configure.ac: Add prototype Dirac support.
15563         * ext/Makefile.am:
15564         * ext/dirac/Makefile.am:
15565         * ext/dirac/gstdirac.cc:
15566         * ext/dirac/gstdiracdec.cc:
15567
15568 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15569
15570         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15571         (gst_auparse_init), (gst_auparse_chain),
15572         (gst_auparse_change_state):
15573           Hack around spider. Remove me some day please.
15574
15575 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15576
15577         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15578           Fix for some uninitialized variables in previous patch, also
15579           makes it work. Fixes #142286 while we're at it.
15580
15581 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15582
15583         * gst/auparse/gstauparse.c:
15584                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15585                 only unsupported formats are ADPCM/CCITT G.72x
15586                 reviewed by Ronald
15587         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15588
15589 2004-05-10  Wim Taymans  <wim@fluendo.com>
15590
15591         * ext/vorbis/Makefile.am:
15592         * ext/vorbis/README:
15593         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15594         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15595         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15596         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15597         (gst_oggvorbisenc_convert_sink),
15598         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15599         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15600         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15601         (get_constraints_string), (update_start_message),
15602         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15603         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15604         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15605         * ext/vorbis/oggvorbisenc.h:
15606         * ext/vorbis/vorbis.c: (plugin_init):
15607         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15608         (raw_caps_factory), (gst_vorbisenc_class_init),
15609         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15610         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15611         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15612         * ext/vorbis/vorbisenc.h:
15613         Added a raw vorbis encoder to be used with the oggmuxer.
15614         We still need the old encoder for some gnome applications,
15615         read the README to find out how that works.
15616         The raw encoder is called "rawvorbisenc" until 0.9.
15617
15618 2004-05-10  Wim Taymans  <wim@fluendo.com>
15619
15620         * ext/ogg/gstogg.c: (plugin_init):
15621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15622         (gst_ogg_print):
15623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15624         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15625         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15626         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15627         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15628         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15629         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15630         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15631         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15632         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15633         Added an ogg muxer.
15634         Small typo fixes in the demuxer.
15635
15636 2004-05-10  Wim Taymans  <wim@fluendo.com>
15637
15638         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15639         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15640         (theora_enc_change_state), (theora_enc_set_property),
15641         (theora_enc_get_property):
15642         Mark the last packet with an EOS flag which is not really needed
15643         in gstreamer.
15644         Do some better video framerate initialisation.
15645         Update the buffer timestamp.
15646
15647 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15648
15649         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15650         Return the result of the parent state change call
15651
15652 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15653
15654         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15655         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15656         * gst/law/alaw-encode.c : (idem)
15657         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15658         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15659         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15660
15661 2004-05-09  Benjamin Otte  <otte@gnome.org>
15662
15663         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15664           don't use a fixed buffer size when writing variable length data to
15665           it. Fixes memory corruption and makes alsasrc work
15666
15667 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15668
15669         * ext/gnomevfs/gstgnomevfssink.c:
15670         (_gst_boolean_allow_overwrite_accumulator),
15671         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15672           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15673           RUN_LAST, and don't use that to set the accumulator value because
15674           then it's always FALSE.
15675
15676 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15677
15678         * gst-libs/gst/riff/riff-media.c:
15679         (gst_riff_create_video_caps_with_data),
15680         (gst_riff_create_audio_caps),
15681         (gst_riff_create_audio_template_caps):
15682         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15683           Fix for unaligned RIFF files (i.e. where all the chunks together
15684           in a LIST chunk are not of the same size as the size given in
15685           the LIST chunk header). Fixes several odd WAVE files. Also fix
15686           ADPCM (block_align property) in audio, so that wavparse based
15687           on this works now as it used to stand-alone.
15688
15689 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15690
15691         reviewed by Benjamin Otte  <otte@gnome.org>
15692
15693         * ext/a52dec/gsta52dec.c:
15694         * ext/divx/gstdivxdec.c:
15695         * ext/divx/gstdivxenc.c:
15696         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15697         * ext/faac/gstfaac.c: (gst_faac_base_init):
15698         * ext/faad/gstfaad.c: (gst_faad_base_init):
15699         * ext/ivorbis/vorbisfile.c:
15700         * ext/lame/gstlame.c:
15701         * ext/libfame/gstlibfame.c:
15702         * ext/mpeg2enc/gstmpeg2enc.cc:
15703         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15704         * ext/sidplay/gstsiddec.cc:
15705         * ext/speex/gstspeexdec.c:
15706         * ext/speex/gstspeexenc.c:
15707         * ext/xvid/gstxviddec.c:
15708         * ext/xvid/gstxvidenc.c:
15709           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15710           (fixes #142193)
15711
15712 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15713
15714         * ext/alsa/gstalsa.c: (device_list),
15715         (gst_alsa_class_probe_devices):
15716         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15717           Fix alsa oddness in mixer after the combination of using mixer
15718           in source/sink elements and using hw:x,y instead of just hw:x.
15719
15720 2004-05-09  Benjamin Otte  <otte@gnome.org>
15721
15722         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15723         (gst_wavparse_create_sourcepad):
15724           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15725           sourcepads
15726
15727 2004-05-09  Benjamin Otte  <otte@gnome.org>
15728
15729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15730           allow discont events before caps nego
15731
15732 2004-05-08  Benjamin Otte  <otte@gnome.org>
15733
15734         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15735           don't leak events
15736
15737 2004-05-08  Benjamin Otte  <otte@gnome.org>
15738
15739         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15740         (gst_level_change_state), (gst_level_init):
15741         * gst/level/gstlevel.h:
15742           figure out if we're initialized directly instead of keeping a
15743           variable that's wrong in 90% of cases
15744           don't initialize pads and then leak them and use a new unitialized
15745           pad. (fixes #142084)
15746           these were bugs so n00bish I didn't find them for an hour :/
15747
15748 2004-05-08 Iain <iain@prettypeople.org>
15749
15750         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15751         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15752         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15753         return the length that was read.
15754         (gst_riff_read_strf_auds): Allow fmt tags as well.
15755
15756 2004-05-07  David Schleef  <ds@schleef.org>
15757
15758         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15759         signed char assumption in faad.h.
15760
15761 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15762
15763         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15764           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15765
15766 2004-05-07  Colin Walters  <walters@redhat.com>
15767
15768         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15769         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15770         function.
15771         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15772         Add dispose function.
15773
15774 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15775         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15776           Fix caps nego and pad templates. RGB mode caps should
15777           work now.
15778         * ext/dvdnav/gst-dvd:
15779           Move mpeg2dec inside the thread because otherwise the
15780           queue rejects cap changes mid-stream
15781         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15782         (gst_mpeg2dec_flush_decoder):
15783           For mpeg2dec > 0.4.0, call the flush function instead of
15784           manually extracting all in-flight frames.
15785         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15786         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15787           Change mime type video/dv go video/x-dv to match the
15788           rest of gst-plugins
15789
15790 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15791
15792         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15793         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15794         (gst_alsa_sink_class_init):
15795         * ext/alsa/gstalsasink.h:
15796         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15797         (gst_alsa_src_class_init):
15798         * ext/alsa/gstalsasrc.h:
15799           Make alsasink/src a subclass of alsamixer so that mixer stuff
15800           shows up in gst-rec. Needs some finetuning.
15801
15802 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15803
15804         * ext/lame/gstlame.c: (gst_lame_chain):
15805           simplify
15806         * ext/mad/gstmad.c: (gst_mad_handle_event):
15807           fix event leak
15808         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15809           be able to detect mp3 files < 4096 bytes
15810
15811 2004-05-06  Wim Taymans  <wim@fluendo.com>
15812
15813         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15814         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15815         (theora_enc_set_property), (theora_enc_get_property):
15816         Also encode the first frame, cleanup some code.
15817
15818 2004-05-06  Wim Taymans  <wim@fluendo.com>
15819
15820         * ext/mpeg2enc/gstmpeg2enc.cc:
15821         Forward events first before deciding that negotiation was
15822         not performed.
15823
15824 2004-05-06  Wim Taymans  <wim@fluendo.com>
15825
15826         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15827         First process the events before deciding that negotiation
15828         was not performed.
15829
15830 2004-05-06  Wim Taymans  <wim@fluendo.com>
15831
15832         * ext/theora/Makefile.am:
15833         * ext/theora/theora.c: (plugin_init):
15834         * ext/theora/theoradec.c: (theora_dec_change_state):
15835         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15836         (gst_theora_enc_class_init), (gst_theora_enc_init),
15837         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15838         (theora_enc_chain), (theora_enc_change_state),
15839         (theora_enc_set_property), (theora_enc_get_property):
15840         Added a theora encoder, grouped the encoder and decoder into the
15841         same plugin.
15842
15843 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15846         (gst_jpegenc_chain):
15847         fix DURATION on outgoing buffers
15848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15849         debug using time formats
15850         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15852         (gst_xvimagesink_sink_link):
15853         windows with width/height 0 generate X errors, so don't allow them
15854
15855 2004-05-05  Wim Taymans  <wim@fluendo.com>
15856
15857         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15858         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15859         (gst_mpeg2dec_negotiate_format):
15860         * ext/mpeg2dec/gstmpeg2dec.h:
15861           removed the static pad template so that we can add the
15862           more accurate framerate value to the caps.
15863
15864
15865 2004-05-04  Benjamin Otte  <otte@gnome.org>
15866
15867         * configure.ac:
15868           check for kdemacros.h, too (should fix #141821)
15869         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15870           don't crash if no header was sent, but nicely error out (fixes part
15871           of #141554)
15872
15873 2004-05-04  Wim Taymans  <wim@fluendo.com>
15874
15875         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15876         parent dispose function to avoid segfault on destroy.
15877
15878 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15879
15880         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15881         (plugin_init):
15882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15883         (gst_xvimagesink_sink_link):
15884         clean up debugging caps
15885         also recreate xvimage when format has changed
15886
15887 2004-05-04  Benjamin Otte  <otte@gnome.org>
15888
15889         * ext/libvisual/Makefile.am:
15890         * ext/libvisual/visual.c: (gst_visual_class_init),
15891         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15892         (gst_visual_srclink), (gst_visual_chain),
15893         (gst_visual_change_state), (plugin_init):
15894           use a GstAdapter to correctly adapt buffer sizes - allows using a
15895           framerate
15896
15897 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * sys/v4l/gstv4lelement.h:
15900         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15902         (gst_v4lsrc_buffer_free):
15903         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15904         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15905         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15906         (gst_v4lsrc_requeue_frame):
15907         move some debugging categories around
15908         query for fps index and set accordingly if found
15909
15910 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15911
15912         * ext/lame/gstlame.c:
15913         correct defaults that lame_init puts out of range
15914
15915 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15916
15917         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15918         (gst_divxenc_class_init):
15919         fix range since -1 is the default
15920         * gst/mpeg1sys/gstmpeg1systemencode.c:
15921         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15922         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15923         (gst_rtjpegdec_chain):
15924         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15925         (gst_rtjpegenc_chain):
15926         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15927         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15928         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15929         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15930         * sys/v4l/gstv4lsrc.c:
15931         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15932         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15933         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15934         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15935         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15936           remove gst_info calls
15937
15938 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15939
15940         * Makefile.am:
15941         * po/af.po:
15942         * po/az.po:
15943         * po/en_GB.po:
15944         * po/nl.po:
15945         * po/sr.po:
15946         * po/sv.po:
15947           Updated translations
15948
15949 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15950
15951         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15952           refactor/comment code
15953
15954 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15955
15956         * gst/asfdemux/Makefile.am:
15957         * gst/asfdemux/asfheaders.c:
15958         * gst/asfdemux/asfheaders.h:
15959         * gst/asfdemux/gstasf.c: (plugin_init):
15960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15961         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15962         (gst_asf_demux_setup_pad):
15963         * gst/asfdemux/gstasfdemux.h:
15964         * gst/asfdemux/gstasfmux.c:
15965         * gst/asfdemux/gstasfmux.h:
15966           Add tagging support to demuxer, split out registration in its own
15967           file instead of in demux (hacky), and prevent having some tables
15968           in our memory multiple times (in asfheaders.h).
15969
15970 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15971
15972         * gst/matroska/matroska-demux.c:
15973         (gst_matroska_demux_parse_metadata):
15974         * gst/matroska/matroska-ids.h:
15975           Basic tag reading support.
15976
15977 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15978
15979         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15980           Really detect ac-3 audio.
15981         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15982           really detect matroska files (off-by-1).
15983
15984 2004-04-30  David Schleef  <ds@schleef.org>
15985
15986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15987         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15988         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15989         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15990         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15991         hackage -- parse a lot more atoms, extract a few tags.  One might even
15992         mistake this for tag support.  Maybe it is.
15993         * gst/qtdemux/qtdemux.h:
15994
15995 2004-04-30  Colin Walters  <walters@verbum.org>
15996
15997         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15998
15999 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16000
16001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16002         (gst_ffmpegcolorspace_getcaps):
16003           remove broken nego fix
16004
16005 2004-04-30  Benjamin Otte  <otte@gnome.org>
16006
16007         * configure.ac:
16008         * ext/Makefile.am:
16009         * ext/libvisual/Makefile.am:
16010         * ext/libvisual/visual.c:
16011           add initial support for libvisual (http://libvisual.sourceforge.net)
16012           libvisual is still quite alpha, so expect crashes in there :)
16013
16014 2004-04-29  David Schleef  <ds@schleef.org>
16015
16016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16017         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16018         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16019         code; you will no longer respect me.
16020
16021 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16022
16023         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16024         * ext/alsa/gstalsa.h :
16025         change alsa pcm device discovery to find more than 1 device
16026         per card. code review by Ronald.
16027
16028 2004-04-29  David Schleef  <ds@schleef.org>
16029
16030         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16031         Add a check for a driver bug on FreeBSD.  (bug #140565)
16032
16033 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16036         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16037         (gst_jpegenc_getcaps):
16038           move format setting to inner loop
16039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16040         (gst_ffmpegcolorspace_getcaps):
16041           use GST_PAD_CAPS if available so that we use already negotiated
16042           caps
16043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16044         (qtdemux_parse_moov), (qtdemux_parse):
16045           extra debugging
16046         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16047         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16048           move hardcoded path to DEFINE
16049
16050 2004-04-28  David Schleef  <ds@schleef.org>
16051
16052         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16053         (bug #140064)
16054
16055 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16056
16057         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16058           Don't probe for playback device if we're a source element. Fixes
16059           #139658.
16060
16061 2004-04-29  Benjamin Otte  <otte@gnome.org>
16062
16063         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16064         (gst_id3_tag_chain):
16065           rewrite buffer offset
16066
16067 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16068
16069         * configure.ac:
16070         * ext/Makefile.am:
16071         * ext/dts/Makefile.am:
16072         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16073         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16074         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16075         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16076         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16077         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16078         (plugin_init):
16079         * ext/dts/gstdtsdec.h:
16080           New DTS decoder.
16081         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16082         (gst_faad_srcconnect):
16083           Add ESDS atom handling (.m4a).
16084
16085 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16086
16087         * ext/divx/gstdivxdec.c: (plugin_init):
16088           Remove comment that makes no sense.
16089         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16090           Fix for obvious typo that resulted in warnings during gst-register.
16091         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16092         (gst_xviddec_sink_link):
16093           Fix caps negotiation a bit better.
16094         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16095           We call this 'codec_data', not 'esds'.
16096
16097 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16098
16099         * gst/monoscope/gstmonoscope.c:
16100           make sure we only provide 256x128
16101         * gst/monoscope/monoscope.c: (monoscope_init):
16102           assert size of 256x128
16103
16104 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16105
16106         * Makefile.am:
16107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16108         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16109           fixate to max width and height of device
16110
16111 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16112
16113         * Makefile.am:
16114         * sys/v4l/gstv4l.c:
16115         * sys/v4l/gstv4lsrc.c:
16116         * sys/v4l/v4l_calls.c:
16117         * sys/v4l/v4lsrc_calls.c:
16118           fix for qc-usb driver which fakes having more than one buffer
16119           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16120           buffer_free override
16121           add debugging
16122
16123 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16124
16125         * Makefile.am:
16126         * gst/videotestsrc/gstvideotestsrc.c:
16127         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16128         (gst_videotestsrc_init), (gst_videotestsrc_get),
16129         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16130         * gst/videotestsrc/gstvideotestsrc.h:
16131           add num-buffers property
16132
16133         2004-04-26  Benjamin Otte  <otte@gnome.org>
16134
16135         * ext/mad/gstid3tag.c: (plugin_init):
16136           set id3mux rank to NONE so it doesn't confuse spider
16137           require audio/mpeg,mpegversion=1 in id3mux
16138
16139 2004-04-26  Benjamin Otte  <otte@gnome.org>
16140
16141         * configure.ac:
16142           detect faad correctly as non-working if it's indeed non-working
16143
16144 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16145
16146         * Makefile.am:
16147         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16148         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16149         fix _getcaps so it only negotiates to its supported format
16150
16151 2004-04-25  Benjamin Otte  <otte@gnome.org>
16152
16153         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16154           fix memleak
16155
16156 2004-04-23  Benjamin Otte  <otte@gnome.org>
16157
16158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16159           audio/x-raw-int with height rules! not. Now it's depth.
16160
16161 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16162
16163         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16164         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16165         (gst_wavparse_loop):
16166           Missing variable initialization. Add handling of DVI ADPCM. Fix
16167           mis-parsing of LIST chunks. This works around a bug where we mis-
16168           parse non-aligning LIST chunks (so LIST chunks where the contents
16169           don't align with the actual LIST size). The correct fix is to use
16170           rifflib, I'm not going to fix wavparse - too much work. All this
16171           fixes #104878.
16172
16173 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16174
16175         reviewed by Benjamin Otte  <otte@gnome.org>
16176
16177         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16178           fix shoutcast not working (fixes #140844)
16179
16180 2004-04-22  Benjamin Otte  <otte@gnome.org>
16181
16182         * ext/hermes/gsthermescolorspace.c:
16183         (gst_hermes_colorspace_caps_remove_format_info):
16184         * gst/colorspace/gstcolorspace.c:
16185         (gst_colorspace_caps_remove_format_info):
16186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16187         (gst_ffmpegcolorspace_caps_remove_format_info):
16188           s/gst_caps_simplify/gst_caps_do_simplify/
16189
16190 2004-04-22  Benjamin Otte  <otte@gnome.org>
16191
16192         * gst-libs/gst/riff/riff-media.c:
16193         (gst_riff_create_video_caps_with_data):
16194           mpegversion is an int
16195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16196           don't try to create pad templates with NULL caps, use any caps
16197           instead.
16198
16199 2004-04-20  David Schleef  <ds@schleef.org>
16200
16201         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16202         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16203         (bug #140384)
16204
16205 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16206
16207         reviewed by David Schleef
16208
16209         * ext/mad/gstid3tag.c: Add stdlib.h
16210         * gst/rtp/gstrtpgsmenc.c: same
16211         * gst/tags/gstid3tag.c: same
16212         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16213         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16214         GST_DISABLE_LOADSAVE use.
16215         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16216         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16217         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16218         atol(3)).
16219         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16220         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16221         strtoul(3)).
16222         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16223         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16224         $(ID3_CFLAGS).
16225         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16226         $(LIBFAME_CFLAGS).
16227
16228 2004-04-20  David Schleef  <ds@schleef.org>
16229
16230         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16231         last checkin.  Same idea.
16232
16233 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16234
16235         reviewed by David Schleef
16236
16237         * configure.ac: bump required gstreamer version to 0.8.1.1
16238         because of following changes [--ds]
16239
16240         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16241         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16242         (gst_riff_read_header):  Use GST_READ_UINT*
16243         macros to access possibly unaligned memory.
16244
16245         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16246         (mp3_type_find):  Use GST_READ_UINT*
16247         macros to access possibly unaligned memory.
16248         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16249         (speex_type_find): Likewise
16250
16251         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16252
16253         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16254         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16255         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16256         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16257         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16258         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16259         macros to access possibly unaligned memory.
16260
16261         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16262         Likewise.
16263
16264         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16265         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16266
16267         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16268         Likewise.
16269
16270         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16271         (gst_mpeg2subt_chain_subtitle): Likewise.
16272
16273         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16274         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16275         Likewise.
16276
16277         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16278         Likewise.
16279
16280         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16281         Likewise.
16282
16283         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16284         Likewise.
16285
16286 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16287
16288         * configure.ac:
16289           update required version of GStreamer because of GST_TIME_FORMAT
16290
16291 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16292
16293         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16294           remove leftover g_print
16295         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16296           don't try setting only a subset of the caps. We don't want to kill
16297           autoplugging on purpose
16298
16299 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16300
16301         * sys/ximage/ximagesink.c: (plugin_init):
16302         * sys/xvimage/xvimagesink.c: (plugin_init):
16303           add debugging categories
16304
16305 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16306
16307         * po/en_GB.po:
16308         * po/LINGUAS:
16309           Adding en_GB translation (Gareth Owen)
16310
16311 2004-04-20  David Schleef  <ds@schleef.org>
16312
16313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16314         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16315         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16316         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16317         A number of new features and hacks to extract the esds atom and
16318         put it into the caps.  (bug #137724)
16319
16320 2004-04-19  David Schleef  <ds@schleef.org>
16321
16322         * gconf/Makefile.am: Fix for non-GNU make
16323         * gst-libs/gst/Makefile.am: Change directory order to handle
16324         GstPlay linking with gstinterfaces
16325         * gst-libs/gst/audio/make_filter: make use of tr portable
16326         * gst-libs/gst/play/Makefile.am: Add intended \
16327         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16328         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16329         function prototype instead of void *.
16330         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16331         macro.
16332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16333         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16334         * gst/videofilter/make_filter: make use of tr portable
16335         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16336
16337 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16338
16339         * po/LINGUAS:
16340         * po/uk.po:
16341           Added Ukrainian translation (Maxim V. Dziumanenko)
16342
16343 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16344
16345         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16346         (gst_gsmdec_link), (gst_gsmdec_chain):
16347           Fix capsnego, simplify chain function slightly.
16348         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16349           Add GSM.
16350
16351 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16352
16353         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16354         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16355         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16356           Hack to make wavparse work with spider (always -> sometimes pad).
16357           Fixes #135862 && #140411.
16358
16359 2004-04-18  Benjamin Otte  <otte@gnome.org>
16360
16361         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16362         (gst_osselement_rate_probe_check),
16363         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16364           get rid of \n in debug output
16365
16366 2004-04-17  Iain <iain@prettypeople.org>
16367
16368         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16369         not just EOS.
16370
16371 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16372
16373         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16374         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16375         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16376         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16377         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16378         (gst_id3_tag_change_state), (plugin_init):
16379           deprecate id3tag element and replace with id3demux/id3mux.
16380           great side effect: this ugly file is now even uglier, yay!
16381         * ext/mad/gstmad.h:
16382           remove non-available function
16383           update for new get_type
16384
16385 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16386
16387         * configure.ac:
16388           require mpeg2dec >= 0.4.0
16389
16390 2004-04-17  Benjamin Otte  <otte@gnome.org>
16391
16392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16393         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16394         (gst_xvimagesink_set_xwindow_id):
16395           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16396           assorted cleanup fixes.
16397
16398 2004-04-16  David Schleef  <ds@schleef.org>
16399
16400         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16401         * sys/xvimage/xvimagesink.h: same
16402
16403 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16406           Fix GST_ELEMENT_ERROR with (NULL)
16407
16408 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16409
16410         * gst-libs/gst/riff/riff-media.c:
16411         (gst_riff_create_video_caps_with_data):
16412           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16413
16414 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16415
16416         * gst-libs/gst/riff/riff-media.c:
16417         (gst_riff_create_video_caps_with_data),
16418         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16419         (gst_riff_create_video_template_caps),
16420         (gst_riff_create_audio_template_caps):
16421         * gst-libs/gst/riff/riff-media.h:
16422         * gst-libs/gst/riff/riff-read.c:
16423         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16424         * gst-libs/gst/riff/riff-read.h:
16425         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16426           Add MS RLE support. I added some functions to read out strf chunks
16427           into strf chunks and the data behind it. This is usually color
16428           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16429           caps creation. Lastly, add ADPCM (similar to wavparse - which
16430           should eventually be rifflib based).
16431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16432         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16433         * gst/matroska/matroska-demux.h:
16434           Remove placeholders for some prehistoric tagging system. Didn't add
16435           support for any tag system really anyway.
16436         * gst/qtdemux/qtdemux.c:
16437           Add support for audio/x-m4a (MPEG-4) through spider.
16438         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16439         (gst_wavparse_loop):
16440           ADPCM support (#135862). Increase max. buffer size because we
16441           cannot split buffers for ADPCM (screws references) and I've seen
16442           files with 2048 byte chunks. 4096 seems safe for now.
16443
16444 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16445
16446         * configure.ac: bump nano to 1
16447
16448 === release 0.8.1 ===
16449
16450 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16451
16452         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16453
16454 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16455
16456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16457           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16458           Fixes #140058
16459
16460 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16463           lower rank of dvddemux so that it's not used for mpeg playback.
16464
16465 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16466
16467         * configure.ac:
16468           save libs correctly when checking mad
16469
16470 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * ext/mad/gstid3tag.c: (plugin_init):
16473           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16474
16475 2004-04-13  David Schleef  <ds@schleef.org>
16476
16477         * common/m4/gst-feature.m4: Call -config scripts with
16478         --plugin-libs if it is supported.
16479         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16480         JPEG images are image/jpeg.
16481         * gst/debug/Makefile.am:
16482         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16483         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16484         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16485         (gst_negotiation_plugin_init): Add a property that acts like
16486         filter caps.
16487         * testsuite/gst-lint:  Move license checking to be a standard
16488         test.
16489
16490 2004-04-13  David Schleef  <ds@schleef.org>
16491
16492         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16493         patch from Sebastien Cote (bug #139958)
16494
16495 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16496
16497         * examples/gstplay/Makefile.am:
16498         * examples/gstplay/player.c: (main):
16499           make the commandline player example use gconf settings
16500
16501 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16504         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16505         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16506           init/end library during state transition, not object
16507           creation/disposal.  get rid of custom dispose handler.
16508
16509
16510 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16511
16512         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16513         be a symlink
16514
16515 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16516
16517         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16518           Handle JUNK chunks inside data section. Prevents warnings.
16519
16520 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16521
16522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16523         (gst_riff_create_video_template_caps):
16524           Add MS video v1.
16525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16526         (gst_avi_demux_stream_data):
16527           Add support for "rec-list" chunks.
16528
16529 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16530
16531         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16532           Fix another codecname mismatch.
16533
16534 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16535
16536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16537           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16538           so that MJPEG plays back.
16539
16540 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16541
16542         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16543         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16544         * gst/mpeg1videoparse/gstmp1videoparse.h:
16545           Fix for some slight mis-cuts in buffer parsing, and for some
16546           potential overflows or faults-causers. Adds disconts. Also fixes
16547           #139105 while we're at it.
16548
16549 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16550
16551         * configure.ac:
16552         * sys/v4l2/gstv4l2element.h:
16553           Workaround for missing struct v4l2_buffer declaration in Suse 9
16554           and Mandrake 10 linux/videodev2.h header file (#135919).
16555
16556 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16557
16558         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16559           Bail out if no filename was given.
16560
16561 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16562
16563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16564         (gst_v4l2_fourcc_from_structure):
16565           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16566           Y41B somewhere).
16567
16568 2004-04-09  Benjamin Otte  <otte@gnome.org>
16569
16570         * ext/gnomevfs/gstgnomevfssink.c:
16571         (_gst_boolean_allow_overwrite_accumulator),
16572         (gst_gnomevfssink_class_init):
16573           fix erase signal - if any handler returns false the file will not be
16574           overwritten. If no handler is connected, the file will not be
16575           overwritten either.
16576           renamed signal to "allow-overwrite"
16577         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16578           free string when adding it to ID3 failed
16579         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16580           unref event when done
16581         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16582           free caps
16583         * gst/typefind/gsttypefindfunctions.c:
16584         (mpeg_video_stream_type_find):
16585           fix invalid read
16586
16587 2004-04-08  David Schleef  <ds@schleef.org>
16588
16589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16590         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16591
16592 2004-04-08  David Schleef  <ds@schleef.org>
16593
16594         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16595         we don't support (bug #139532)
16596
16597 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16598
16599         * ext/mad/gstmad.c: (gst_mad_handle_event),
16600         (gst_mad_check_caps_reset), (gst_mad_chain),
16601         (gst_mad_change_state):
16602           only set explicit caps if they haven't been set before for
16603           this stream.  MPEG-audio sample rate/channels aren't allowed
16604           to change in-stream.
16605           Fixes #139382
16606
16607 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16610         (_gst_boolean_did_something_accumulator),
16611         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16612         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16613         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16614         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16615         (gst_gnomevfssink_change_state):
16616           Fix erase signal. Don't erase by default. Remove handoff signal.
16617           Remove erase property. Don't segfault. General cleanup.
16618
16619 2004-04-07  Benjamin Otte  <otte@gnome.org>
16620
16621         * gst-libs/gst/gconf/test-gconf.c: (main):
16622           add missing gst_init
16623
16624 2004-04-07  Benjamin Otte  <otte@gnome.org>
16625
16626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16627           free the mutexes, too
16628
16629 2004-04-07  Benjamin Otte  <otte@gnome.org>
16630
16631         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16632           actually free the URI string
16633         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16634           compute offset correctly when passing discont events
16635         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16636           don't leak discont events
16637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16638           add some missing breaks so caps aren't copied randomly
16639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16640           if we realloc memory, we better use it
16641
16642 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16643
16644         * ext/mad/gstmad.c: (normal_seek):
16645           fix GST_FORMAT_TIME usage
16646
16647 2004-04-05  David Schleef  <ds@schleef.org>
16648
16649         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16650         a deprecated function (hack!)
16651
16652 2004-04-05  Benjamin Otte  <otte@gnome.org>
16653
16654         * ext/esd/esdmon.c: (gst_esdmon_get):
16655           fix nonterminated vararg and memleak
16656
16657 2004-04-05  Benjamin Otte  <otte@gnome.org>
16658
16659         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16660         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16661         (gst_ladspa_set_property), (gst_ladspa_get_property),
16662         (gst_ladspa_instantiate), (gst_ladspa_activate),
16663         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16664           clean up debugging
16665
16666 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16667
16668         reviewed by Benjamin Otte  <otte@gnome.org>
16669
16670         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16671           check for broken LADSPA parameters (fixes #138635)
16672
16673 2004-04-05  Benjamin Otte  <otte@gnome.org>
16674
16675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16676           advertise buffer-frames correctly on sinkpads
16677
16678 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16679
16680         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16681         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16682         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16683         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16684         (gst_mad_check_caps_reset), (gst_mad_chain):
16685         add more debugging, only reset caps when we're not in error state
16686
16687 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16688
16689         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16690
16691 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16692
16693         reviewed by Benjamin Otte  <otte@gnome.org>
16694
16695         * configure.ac:
16696           fix == in test(1) operator
16697
16698 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16699
16700         reviewed by Benjamin Otte  <otte@gnome.org>
16701
16702         * configure.ac:
16703           fix --export-symblos-regex to a working regex.
16704
16705 2004-04-04  Benjamin Otte  <otte@gnome.org>
16706
16707         * sys/oss/.cvsignore:
16708           add for oss_probe
16709
16710 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16711
16712         reviewed by Benjamin Otte  <otte@gnome.org>
16713
16714         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16715           add missing 'new_media' argument (fixes #138168)
16716         * gst/matroska/matroska-demux.c:
16717         (gst_matroska_demux_handle_seek_event):
16718           add vararg terminator (fixes #138169)
16719
16720 2004-04-02  David Schleef  <ds@schleef.org>
16721
16722         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16723         disted (bug #138914)
16724
16725 2004-04-01  Benjamin Otte  <otte@gnome.org>
16726
16727         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16728         (gst_alsa_close_audio):
16729           handle case better where a soundcard can't pause
16730         * ext/ogg/gstoggdemux.c:
16731           don't crash when we get events but don't have pads yet
16732
16733 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16734
16735         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16736           throw an error if we couldn't probe any caps.
16737
16738 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16739
16740         * ext/dvdnav/gst-dvd:
16741         Add a really simple sample DVD player
16742
16743 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16744
16745         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16746         (gst_a52dec_push), (gst_a52dec_handle_event),
16747         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16748         (gst_a52dec_change_state):
16749         * ext/a52dec/gsta52dec.h:
16750           Use a debug category, Output timestamps correctly
16751           Emit tag info, Handle events, tell liba52dec about cpu
16752           capabilities so it can use MMX etc.
16753         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16754           Fix a crasher accessing invalid memory
16755         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16756         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16757         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16758         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16759         (dvdnavsrc_query):
16760           Some support for byte-format seeking.
16761           Small fixes for still frames and menu button overlays
16762         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16763         (gst_mpeg2dec_alloc_buffer):
16764           Use a debug category. Adjust the report level of several items to
16765           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16766           so it doesn't lose the GstBuffer pointer
16767         * gst/debug/Makefile.am:
16768         * gst/debug/gstdebug.c: (plugin_init):
16769         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16770         (gst_navseek_base_init), (gst_navseek_class_init),
16771         (gst_navseek_init), (gst_navseek_seek),
16772         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16773         (gst_navseek_get_property), (gst_navseek_chain),
16774         (gst_navseek_plugin_init):
16775         * gst/debug/gstnavseek.h:
16776           Add the navseek debug element for seeking back and forth in a
16777           video stream using arrow keys.
16778         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16779         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16780         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16781         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16782         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16783         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16784         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16785         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16786         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16787         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16788         * gst/mpeg2sub/gstmpeg2subt.h:
16789           Pretty much a complete rewrite. Now a loopbased element. May still
16790           require work to properly synchronise subtitle buffers.
16791         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16792         (gst_dvd_demux_send_subbuffer):
16793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16794           Don't attempt to create subbuffers of size 0
16795           Reduce a couple of error outputs to warnings.
16796         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16797         (gst_y4mencode_chain):
16798         Output the y4m frame header correctly.
16799
16800 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16801
16802         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16803           throw errors instead of allowing SIGFPE
16804
16805 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16806
16807         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16808         (gst_gconf_render_bin_from_key):
16809           leak plugging and style fixing
16810
16811 2004-03-31  David Schleef  <ds@schleef.org>
16812
16813         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16814         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16815         (bug #138225)
16816         * gst/debug/Makefile.am:
16817         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16818         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16819         plugin.
16820         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16821         (gst_negotiation_base_init), (gst_negotiation_class_init),
16822         (gst_negotiation_init), (gst_negotiation_getcaps),
16823         (gst_negotiation_pad_link), (gst_negotiation_chain),
16824         (gst_negotiation_set_property), (gst_negotiation_get_property),
16825         (gst_negotiation_plugin_init):  New element to talk about random
16826         negotiation things happening in a pipeline.
16827
16828 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16829
16830         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16831           fix integer addition with help of Stefan Kost
16832
16833 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16834
16835         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16836
16837 2004-03-30  David Schleef  <ds@schleef.org>
16838
16839         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16840         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16841         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16842         (bug #137504)
16843         * ext/mpeg2dec/gstmpeg2dec.h:
16844
16845 2004-03-30  David Schleef  <ds@schleef.org>
16846
16847         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16848
16849 2004-03-30  David Schleef  <ds@schleef.org>
16850
16851         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16852         Michael Petullo) to handle .mov
16853
16854 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16855
16856         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16857         (gst_osselement_rate_check_rate):
16858           probe caps correctly for sound cards that only support one format
16859
16860 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16861
16862         * ext/kio/kiosrc.cpp: (process_events):
16863           update handling event processing if inside KDE - untested
16864
16865 2004-03-29  David Schleef  <ds@schleef.org>
16866
16867         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16868         by 2 to not interfere with other colorspaces.
16869         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16870         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16871         one to not interfere with ffmpeg_colorspace.
16872
16873 2004-03-29  David Schleef  <ds@schleef.org>
16874
16875         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16876         aren't in the caps.
16877         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16878         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16879
16880 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16881
16882         * gst-libs/gst/riff/riff-media.c:
16883           fail on error, don't try to set stuff on NULL caps
16884
16885 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16886
16887         * configure.ac:
16888         * ext/Makefile.am:
16889         * ext/kio/Makefile.am:
16890         * ext/kio/kioreceiver.cpp:
16891         * ext/kio/kioreceiver.h:
16892         * ext/kio/kiosrc.cpp:
16893         * ext/kio/kiosrc.h:
16894           add experimental kiosrc plugin
16895         * ext/alsa/gstalsaplugin.c: (plugin_init):
16896           initialize debugging category only when we're sure registering the
16897           plugins worked.
16898
16899 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16900
16901         * examples/gstplay/player.c: (main):
16902         * gst-libs/gst/play/play.c: (gst_play_class_init),
16903         (gst_play_set_location), (gst_play_set_data_src),
16904         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16905         (gst_play_set_visualization), (gst_play_connect_visualization):
16906           check return values of element_set_state and return FALSE where
16907           failed
16908
16909 2004-03-29  Benjamin Otte  <otte@gnome.org>
16910
16911         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16912           try harder to check if an event is really a discont
16913
16914 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16915
16916         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16917         * po/az.po:
16918
16919 2004-03-28  Benjamin Otte  <otte@gnome.org>
16920
16921         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16923         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16924           get rid of non-standard "..." ranges in case statements.
16925
16926 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16927
16928         * gst/mpegstream/gstmpegdemux.c:
16929         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16930         specific functionality split to the new dvddemux element.
16931         * gst/mpegstream/gstdvddemux.c:
16932         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16933         streams, derived from mpegdemux.
16934         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16935         up. SCR based timestamp rewriting can be turned off (will probably
16936         completely disappear soon).
16937         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16938         hacking. General cleanup. All printf statements replaced by
16939         debugging messages. Almost complete libdvdnav support.
16940         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16941         by events. New properties for audio and subpicture languages.
16942         (dvdnavsrc_update_highlight): Now uses events.
16943         (dvdnavsrc_user_op): Cleaned up.
16944         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16945         based). Lots of cleanup, and propper support for most libdvdnav
16946         events.
16947         (dvdnavsrc_make_dvd_event): New function.
16948         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16949         (dvdnavsrc_make_clut_change_event): New function.
16950
16951 2004-03-26  Benjamin Otte  <otte@gnome.org>
16952
16953         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16954           fix bug where typefinding would claim it's theora whenever less then
16955           7 bytes of data were available
16956
16957 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16958
16959         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16960         (gst_alawdec_base_init), (gst_alawdec_class_init),
16961         (gst_alawdec_init), (gst_alawdec_chain):
16962         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16963         (gst_alawenc_base_init), (gst_alawenc_class_init),
16964         (gst_alawenc_init), (gst_alawenc_chain):
16965         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16966         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16967         (gst_mulawdec_init), (gst_mulawdec_chain):
16968         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16969         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16970         (gst_mulawenc_init), (gst_mulawenc_chain):
16971           Fix capsnego in all four, remove the unused property functions and
16972           simplify the chain functions slightly. I guess we could use macros
16973           or something similar for those, since the code is so similar, but
16974           I'm currently too lazy...
16975
16976 2004-03-24  David Schleef  <ds@schleef.org>
16977
16978         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16979         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16980         (gst_osselement_get_format_structure),
16981         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16982         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16983         (gst_osselement_rate_int_compare): Add code to handle rate probing
16984         (bug #120883)
16985         * sys/oss/gstosselement.h: same
16986         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16987         Use rate probing provided by osselement.
16988         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16989
16990 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16991
16992         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16993         (gst_xvidenc_get_property):
16994           ulong/int mess-up.
16995
16996 2004-03-24  David Schleef  <ds@schleef.org>
16997
16998         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16999         (gst_speexdec_init):
17000         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17001         (gst_speexenc_init):  Create the pad template correctly (from
17002         the static pad template, not a NULL pointer.)
17003
17004 2004-03-25  Benjamin Otte  <otte@gnome.org>
17005
17006         * gst/debug/Makefile.am:
17007         * gst/debug/breakmydata.c:
17008           add element that quasi-randomly changes bytes in the stream.
17009           Intended use is robustness checking of demuxers and decoders in
17010           media tests.
17011
17012 2004-03-24  Benjamin Otte  <otte@gnome.org>
17013
17014         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17015         (gst_alsa_probe_hw_params):
17016         * ext/alsa/gstalsa.h:
17017           debugging output fixes
17018
17019 2004-03-24  Benjamin Otte  <otte@gnome.org>
17020
17021         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17022           don't g_return_if_fail if element is PLAYING, fail silently as every
17023           other element.
17024         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17025           only fix needed for cast lvalue issues in gst-plugins
17026         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17027           add proxy_getcaps
17028
17029 2004-03-24  Benjamin Otte  <otte@gnome.org>
17030
17031         * gst/level/gstlevel.c: (gst_level_init):
17032           add proxying getcaps function, so level doesn't advertise impossible
17033           caps
17034
17035 2004-03-24  David Schleef  <ds@schleef.org>
17036
17037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17038         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17039         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17040         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17041         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17042         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17043         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17044         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17045         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17046         messages.  Divide the chunk size by the compression ratio
17047         (needed for MACE audio)
17048
17049 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17050
17051         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17052           Fix buffer overflow read error.
17053
17054 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17055
17056         * ext/alsa/gstalsa.h:
17057           Remove unused entry.
17058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17059           Add cinepak.
17060         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17061         (gst_videodrop_link), (gst_videodrop_chain):
17062           Fix, sort of. Was horribly broken with new capsnego. Bah...
17063
17064 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17065
17066         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17067         (plugin_init):
17068         Add a monkeysaudio typefind function
17069
17070 2004-03-23  Johan Dahlin  <johan@gnome.org>
17071
17072         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17073         (gst_play_video_fixate): Check so the structure has the field
17074         before trying to fixate them, this makes it possible to have
17075         fakesinks for video and audio output without printing errors on
17076         the output console.
17077
17078 2004-03-22  David Schleef  <ds@schleef.org>
17079
17080         * sys/oss/Makefile.am:
17081         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17082         (check_rate), (add_rate):  Rate probing test app.
17083
17084 2004-03-21  Benjamin Otte  <otte@gnome.org>
17085
17086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17087         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17088           add a fixation function that pretty much does the right thing (fixes
17089           #137556)
17090
17091 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17092
17093         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17094
17095 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17096
17097         reviewed by: Benjamin Otte  <otte@gnome.org>
17098
17099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17100           terminate gst_event_new_discontinuous correctly (fixes parts of
17101           #137711)
17102
17103 2004-03-19  David Schleef  <ds@schleef.org>
17104
17105         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17106         since it doesn't depend on X, and it's part of our ABI.
17107
17108 2004-03-19  Iain <iain@prettypeople.org>
17109
17110         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17111         is_int in the structure, not the local variable.
17112
17113 2004-03-19  David Schleef  <ds@schleef.org>
17114
17115         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17116         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17117         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17118         Improvements in caps negotiation.
17119
17120 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17121
17122         * po/LINGUAS:
17123         * po/af.po:
17124           adding Afrikaans (Petri Jooste)
17125
17126 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17127
17128         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17129         (gst_ffmpegcolorspace_chain):
17130         throw error instead of g_critical (#137588)
17131
17132 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17133
17134         * Makefile.am:
17135         * configure.ac:
17136           dist common and m4 correctly
17137         * po/sv.po:
17138
17139 2004-03-17  David Schleef  <ds@schleef.org>
17140
17141         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17142         (bug #137348)
17143
17144 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17145
17146         * po/LINGUAS:
17147         * po/sv.po:
17148           adding Swedish translation (Christian Rose)
17149
17150 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17151
17152         * Makefile.am: use release.mak
17153
17154 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17155
17156         * common/ChangeLog:
17157         * common/gst-autogen.sh:
17158           add some explanation about the version detection
17159         * configure.ac:
17160           fix X check
17161
17162 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17163
17164         * configure.ac: bump nano to 1
17165
17166 === release 0.8.0 ===
17167
17168 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17169
17170         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17171
17172 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17173
17174         * configure.ac:
17175           update libtool version
17176         * gst-libs/gst/media-info/Makefile.am:
17177           actually use libtool version
17178
17179 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17180
17181         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17182
17183 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * configure.ac:
17186         * gst-plugins.spec.in:
17187         * pkgconfig/Makefile.am:
17188         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17189         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17190         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17191         * pkgconfig/gstreamer-libs.pc.in:
17192         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17193         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17194         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17195         * pkgconfig/gstreamer-plugins.pc.in:
17196           remove @VERSION@ from some of the pc files since core and plugins
17197           are decoupled.
17198           created gstreamer-plugins.pc as it's a better name, but keeping
17199           -libs around for now to get fixes upstream done first.
17200
17201 2004-03-15  Julien MOUTTE <julien@moutte.net>
17202
17203         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17204         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17205         * gst-libs/gst/play/play.h:
17206
17207 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17208
17209         * *.c, *.cc: don't mix tabs and spaces
17210
17211 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17212
17213         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17214           use the new ffmpegcolorspace
17215         * gst-plugins.spec.in:
17216           package new colorspace and media-info
17217         * configure.ac:
17218         * pkgconfig/Makefile.am:
17219           fix some more disting issues
17220         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17221         * pkgconfig/gstreamer-media-info.pc.in:
17222           generate media-info pc files
17223
17224 2004-03-15  Johan Dahlin  <johan@gnome.org>
17225
17226         * *.h: Revert indenting
17227
17228 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17229
17230         * configure.ac:
17231           adding ffmpegcolorspace element
17232         * gst/ffmpegcolorspace/Makefile.am:
17233         * gst/ffmpegcolorspace/avcodec.h:
17234         * gst/ffmpegcolorspace/common.h:
17235         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17236         * gst/ffmpegcolorspace/dsputil.h:
17237         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17238         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17239         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17240         (gst_ffmpeg_caps_to_pix_fmt):
17241         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17243         (gst_ffmpegcolorspace_caps_remove_format_info),
17244         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17245         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17246         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17247         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17248         (gst_ffmpegcolorspace_set_property),
17249         (gst_ffmpegcolorspace_get_property),
17250         (gst_ffmpegcolorspace_register):
17251         * gst/ffmpegcolorspace/imgconvert.c:
17252         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17253         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17254         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17255         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17256         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17257         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17258         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17259         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17260         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17261         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17262         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17263         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17264         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17265         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17266         (img_get_alpha_info), (deinterlace_line),
17267         (deinterlace_line_inplace), (deinterlace_bottom_field),
17268         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17269         * gst/ffmpegcolorspace/imgconvert_template.h:
17270         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17271         * gst/ffmpegcolorspace/mmx.h:
17272         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17273           adding ffmpegcolorspace element supplied by Ronald after cleaning
17274           up and pulling in the right bits of upstream source.
17275           I'm sure a better C/compiler wizard could do some cleaning up (for
17276           example use GLIB's malloc stuff), but as a first pass this
17277           works very well
17278
17279 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17280
17281         * ext/alsa/gstalsa.h:
17282           I assume Ronald forgot to commit the change to have cardname
17283           as a struct member.  Expect some public spanking at the next
17284           opportunity.
17285
17286 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17287
17288         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17289         (gst_alsa_open_audio), (gst_alsa_close_audio):
17290         * ext/alsa/gstalsa.c:
17291           Don't open the device if we're a mixer (= padless).
17292         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17293         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17294         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17295           Open mixer during state change rather than during object
17296           initialization. Also, get a device name. Currently in a somewhat
17297           hackish fashion, but I didn't really find something better.
17298
17299 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17300
17301         * *.c, *.h: run gst-indent
17302
17303 2004-03-14  Benjamin Otte  <otte@gnome.org>
17304
17305         * gst/modplug/gstmodplug.cc:
17306         * gst/modplug/gstmodplug.h:
17307           set correct timestamps on outgoing buffers
17308
17309 2004-03-14  Benjamin Otte  <otte@gnome.org>
17310
17311         * gst/modplug/gstmodplug.cc:
17312           handle events - don't do crap when a discont arrives that's not
17313           necessary
17314           This allows correct loading and playback of mods in Rhythmbox
17315
17316 2004-03-14  Benjamin Otte  <otte@gnome.org>
17317
17318         * configure.ac:
17319         * gst-libs/gst/gconf/Makefile.am:
17320         * pkgconfig/Makefile.am:
17321           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17322           they get rebuilt properly
17323         * configure.ac:
17324           when checking for vorbis, try pkgconfig first.
17325         * gst/modplug/gstmodplug.cc:
17326           add fixate function
17327
17328 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17329
17330         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17331           Fix for obvious mistake, where we first shift the offset and then
17332           read a samplesize element assuming the old offset. Note that this
17333           part still has something weird, i.e. my movies containing those
17334           don't actually play well, but at least there's something that looks
17335           like sound now.
17336
17337 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17338         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17339         (plugin_init):
17340         Add a typefind function for speex format
17341
17342 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17343
17344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17345         (gst_asf_demux_setup_pad):
17346           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17347           instead of 0. Reason is simple: some elements have a fps range
17348           of 1-max instead of 0-max. So now ASF video actually works.
17349
17350 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17351
17352         * po/LINGUAS:
17353         * po/sr.po:
17354           adding serbian as a language
17355
17356 2004-03-13  Benjamin Otte  <otte@gnome.org>
17357
17358         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17359           return taglist correctly from _get function, don't gst_pad_push it.
17360           (fixes #137042)
17361
17362 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17363         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17364
17365 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17366
17367         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17368         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17369         (gst_alsa_mixer_track_new):
17370         * ext/alsa/gstalsamixertrack.h:
17371           Fix ancient leftovers... MixerTrack is a GObject.
17372
17373 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17374
17375         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17376         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17377           Don't block during probing...
17378
17379 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17382         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17383         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17384         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17385         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17386         (gst_alsa_open_audio), (gst_alsa_close_audio):
17387         * ext/alsa/gstalsa.h:
17388           Add propertyprobe interface implementation, add some device-name
17389           property, all this so that it looks good in gnome-volume-control.
17390
17391 2004-03-12  David Schleef  <ds@schleef.org>
17392
17393         * configure.ac: the Hermes library controls hermescolorspace, not
17394         colorspace.
17395         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17396         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17397         not /* */
17398         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17399         * ext/sdl/sdlvideosink.h: ditto.
17400         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17401
17402 2004-03-12  Benjamin Otte  <otte@gnome.org>
17403
17404         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17405         (gst_x_overlay_got_xwindow_id):
17406         * gst-libs/gst/xoverlay/xoverlay.h:
17407           replace XID with unsigned long to get rid of the xlibs dependency in
17408           XOverlay (fixes #137004)
17409
17410 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17411         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17412         (gst_agingtv_setup):
17413         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17414         (gst_dicetv_base_init), (gst_dicetv_class_init),
17415         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17416         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17417         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17418         (gst_edgetv_setup), (gst_edgetv_rgb32):
17419         * gst/effectv/gsteffectv.c:
17420         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17421         (gst_quarktv_set_property):
17422         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17423         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17424         (gst_revtv_setup), (gst_revtv_rgb32):
17425         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17426         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17427         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17428         (gst_shagadelictv_rgb32):
17429         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17430         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17431         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17432         * gst/effectv/gstwarp.c:
17433         Port everything that can be ported to videofilter and fix up the caps.
17434         Can someone with a big-endian machine please check these?
17435
17436 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17437
17438         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17439         (gst_osssink_chain), (gst_osssink_change_state):
17440           Latest fixes for A/V sync, audio playback and such. This is about
17441           all... MPEG playback issues are mostly related to the async build-
17442           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17443
17444 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17445
17446         patch from: Stephane Loeuillet
17447
17448         * configure.ac:
17449           use pkg-config for some libraries, falling back to the old .m4 way
17450           (fixes #131270)
17451         * m4/libdv.m4:
17452           removed
17453
17454 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17455
17456         * configure.ac:
17457         * tools/Makefile.am:
17458         * tools/Makefile.in:
17459         * tools/gst-launch-ext-m.m:
17460         * tools/gst-launch-ext.1.in:
17461         * tools/gst-visualise-m.m:
17462         * tools/gst-visualise.1:
17463         * tools/gst-visualise.1.in:
17464           reorganizing generation of script tools
17465
17466 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17467
17468         * ext/divx/gstdivxdec.c:
17469           Downgrade priority. We prefer ffdec_mpeg4.
17470         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17471         (gst_faad_chain), (gst_faad_change_state):
17472           Fix capsnego. Doesn't work for some sounds because we don't have
17473           a 5:1 to stereo element.
17474         * ext/xvid/gstxvid.c: (plugin_init):
17475           Add priority.
17476         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17477         (gst_osssink_change_state):
17478           Add discont handling.
17479
17480 2004-03-09  Colin Walters  <walters@verbum.org>
17481
17482         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17483         conversion.
17484
17485 2004-03-09  Benjamin Otte  <otte@gnome.org>
17486
17487         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17488           the signals take 2 arguments
17489
17490 2004-03-09  David Schleef  <ds@schleef.org>
17491
17492         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17493         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17494         * ext/alsa/gstalsa.h:
17495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17496
17497 2004-03-09  Benjamin Otte  <otte@gnome.org>
17498
17499         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17500         (gst_mikmod_change_state):
17501         * ext/mikmod/gstmikmod.h:
17502           make mikmod's loop function not loop infinitely and call
17503           gst_element_yield anymore
17504         * gst/modplug/gstmodplug.cc:
17505           fix pad negotiation (fixes #136590)
17506
17507 2004-03-09  David Schleef  <ds@schleef.org>
17508
17509         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17510         doesn't conflict with the internal colorspace plugin.
17511         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17512         satisfy the crappy-ass shell shipped by a certain vendor.
17513         * gst/videofilter/make_filter: same (bug #135299)
17514
17515 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * configure.ac: bump nano to 1
17518
17519 === release 0.7.6 ===
17520
17521 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17522
17523         * configure.in: releasing 0.7.6, "There"
17524
17525 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17526
17527         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17528         * pkgconfig/gstreamer-play.pc.in:
17529           synchronize the two
17530
17531 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17534         (cdparanoia_open), (cdparanoia_event):
17535           fix/add error handling
17536         * po/POTFILES.in:
17537           add cdparanoia source
17538         * tools/Makefile.am:
17539           make scripts executable
17540
17541 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17542
17543         * configure.ac:
17544         * ext/vorbis/Makefile.am:
17545         * sys/Makefile.am:
17546           remove id3types, vorbisfile and xvideosink from the build (#133783)
17547
17548 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17549
17550         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17551           Fix metadata read crash (#136537).
17552
17553 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17554
17555         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17556         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17557           adding mime types, fixing the one-stop function
17558
17559 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17560
17561         * ext/nas/nassink.c and /ext/nas/nassink.h:
17562         More NAS love from Arwed von Merkatz
17563         So lets all sing 'Can you feel the NAS tonight'
17564
17565 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17566
17567         * tools/gst-launch-ext.in:
17568         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17569
17570 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17573         (gst_mpeg2dec_init):
17574         remove the user_data pad for now, because it is being used in
17575         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17576         If someone knows how to fix this properly, please do.
17577
17578 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17579
17580         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17581         (gst_osssink_get_time):
17582         add a warning, IMO this won't get triggered anymore, remove later
17583
17584 2004-03-07  David Schleef  <ds@schleef.org>
17585
17586         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17587         format (bug #136470)
17588
17589 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17590
17591         * gst-libs/Makefile.am:
17592         * gst-libs/gst/media-info/Makefile.am:
17593         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17594         (error_callback), (gst_media_info_error_create),
17595         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17596         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17597         * gst-libs/gst/media-info/media-info-priv.h:
17598         * gst-libs/gst/media-info/media-info-test.c: (main):
17599         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17600         (gst_media_info_class_init), (gst_media_info_instance_init),
17601         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17602         (gst_media_info_read_idler), (gst_media_info_read):
17603         * gst-libs/gst/media-info/media-info.h:
17604         fixed, should work now
17605
17606 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17607
17608         * ext/nas/nassink.c:
17609         A bunch of NAS fixes from Arwed von Merkatz
17610
17611 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17612
17613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17614         (qtdemux_parse_trak):
17615           Fix crash (j might be greater than n_samples, in which case we're
17616           writing outside the allocated space for the array) and memleak.
17617
17618 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17619
17620         * sys/oss/gstosssink.c: (gst_osssink_chain):
17621           And another caller that couldn't handle delay < 0 (unsigned
17622           integer overflow). Video now continues playing on an audio
17623           buffer underrun, and the clock continues working. Audio still
17624           stalls.
17625
17626 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17627
17628         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17629         (gst_osssink_get_time):
17630           get_delay() may return values lower than 0. In those cases, we
17631           should not actually cast to *unsigned* int64, that will break
17632           stuff horribly. In my case, it screwed up A/V sync in movies
17633           in totem rather badly.
17634
17635 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17636
17637         * ext/faac/gstfaac.c: (gst_faac_chain):
17638         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17639         * ext/libpng/gstpngenc.c: (user_write_data):
17640         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17641         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17642         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17643         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17644         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17645         of any buffer), should fix some leaks. I hope I didn't unref buffers
17646         that shouldn't be...
17647
17648 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17649
17650         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17651         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17652         (error_callback), (gmi_reset), (gmi_seek_to_track),
17653         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17654         (gmip_find_type_post), (gmip_find_stream_post),
17655         (gmip_find_track_streaminfo_post):
17656         * gst-libs/gst/media-info/media-info-priv.h:
17657         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17658         (info_print), (main):
17659         * gst-libs/gst/media-info/media-info.c:
17660         (gst_media_info_error_create), (gst_media_info_error_element),
17661         (gst_media_info_instance_init), (gst_media_info_get_property),
17662         (gst_media_info_new), (gst_media_info_set_source),
17663         (gst_media_info_read_idler), (gst_media_info_read):
17664         * gst-libs/gst/media-info/media-info.h:
17665           first pass at making this work again.  This seems to work on
17666           tagged ogg/vorbis and mp3 files.
17667
17668 2004-03-06  Benjamin Otte  <otte@gnome.org>
17669
17670         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17671           fix huge leak: gst_buffer_merge doesn't unref the first argument
17672           itself.
17673
17674 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17675
17676         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17677           report layer/mode/emphasis
17678
17679 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17680
17681         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17682
17683 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17684
17685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17686           signal serial
17687
17688 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17689
17690         * ext/vorbis/vorbis.c: (plugin_init):
17691         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17692         (gst_vorbis_dec_init), (vorbis_dec_event):
17693         add debug category
17694         make vorbisdec handle _BYTE and _TIME queries
17695
17696 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17697
17698         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17699           from the xing header
17700
17701 2004-03-06  Benjamin Otte  <otte@gnome.org>
17702
17703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17704         (gst_audio_convert_link), (gst_audio_convert_change_state),
17705         (gst_audio_convert_buffer_from_default_format):
17706           do conversions from/to float correctly, fix some caps nego errors,
17707           export correct supported caps in template and getcaps, use correct
17708           caps in try_set_caps functions
17709
17710 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17711
17712         For some reason, I only committed a ChangeLog entry yesterday and
17713         not the corresponding code...
17714         * ext/mad/gstmad.c: Fix detection of Xing headers
17715         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17716
17717 2004-03-06  Benjamin Otte  <otte@gnome.org>
17718
17719         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17720         (gst_ogg_demux_src_query):
17721           make sure to handle the case where there's no current chain
17722           gracefully.
17723
17724 2004-03-05  David Schleef  <ds@schleef.org>
17725
17726         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17727         Add fixate function. (bug #131128)
17728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17729         (gst_sdlvideosink_fixate):  Add fixate function.
17730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17731         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17732         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17733         Fix missing break that was causing ulaw to be interpreted as
17734         raw int.
17735
17736 2004-03-05  David Schleef  <ds@schleef.org>
17737
17738         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17739         Fix code that ignores return value of gst_buffer_merge().
17740         (bug #114560)
17741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17742         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17743         * testsuite/gst-lint:  Check for above.
17744
17745 2004-03-05  David Schleef  <ds@schleef.org>
17746
17747         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17748         caps and throw an element error.  (bug #136334)
17749
17750 2004-03-05  David Schleef  <ds@schleef.org>
17751
17752         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17753         (gst_faad_chain): Fix negotiation.
17754         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17755         key and button events.
17756         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17757         dung heap of code.
17758         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17759         depends on gconf
17760         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17761         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17762         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17763         function to encourage better negotiation, particularly between
17764         audioconvert and osssink.
17765         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17766         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17767         more important.
17768         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17769         typefinding.
17770         * gst/vbidec/vbiscreen.c:  Add glib header
17771         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17772
17773 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17774
17775         * ext/mad/gstmad.c: Fix detection of Xing headers
17776         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17777
17778 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17779
17780         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17781         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17782           debug updates
17783
17784 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17785
17786         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17787         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17788         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17789         files, and report the parsed length as a GST_TAG_DURATION tag.
17790         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17791
17792 2004-03-05  Benjamin Otte  <otte@gnome.org>
17793
17794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17795           convert channels correctly. convert correctly to unsigned.
17796
17797 2004-03-05  Julien MOUTTE <julien@moutte.net>
17798
17799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17800         we have a window before clearing it.
17801
17802 2004-03-05  Julien MOUTTE <julien@moutte.net>
17803
17804         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17805         have a window before clearing it.
17806
17807 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * gconf/gstreamer.schemas.in:
17810         * gst-libs/gst/gconf/Makefile.am:
17811           version installation path the same way as for 0.6
17812         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17813         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17814         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17815           remove comment that was fixed
17816
17817 2004-03-05  David Schleef  <ds@schleef.org>
17818
17819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17820         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17821         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17822         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17823         Add prototype code for handling seeking and querying.
17824
17825 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17826
17827         * examples/gstplay/player.c: (main):
17828           Initialize variables to NULL. Prevents a segfault because the
17829           (uninitialized) variable is not NULL, resulting in a crash on
17830           trying to reach error->message.
17831
17832 2004-03-05  Benjamin Otte  <otte@gnome.org>
17833
17834         * gst/audioconvert/gstaudioconvert.c:
17835         (gst_audio_convert_buffer_to_default_format):
17836         make float=>int conversion work correctly even in cornercases.
17837
17838 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17839
17840         * debian/README.Debian:
17841         * debian/build-deps:
17842         * debian/changelog:
17843         * debian/control:
17844         * debian/control.in:
17845         * debian/copyright:
17846         * debian/gstreamer-a52dec.files:
17847         * debian/gstreamer-aa.files:
17848         * debian/gstreamer-alsa.files:
17849         * debian/gstreamer-alsa.manpages:
17850         * debian/gstreamer-arts.files:
17851         * debian/gstreamer-artsd.files:
17852         * debian/gstreamer-audiofile.files:
17853         * debian/gstreamer-avifile.files:
17854         * debian/gstreamer-cdparanoia.files:
17855         * debian/gstreamer-colorspace.files:
17856         * debian/gstreamer-doc.files:
17857         * debian/gstreamer-dv.files:
17858         * debian/gstreamer-dvd.files:
17859         * debian/gstreamer-esd.files:
17860         * debian/gstreamer-festival.files:
17861         * debian/gstreamer-flac.files:
17862         * debian/gstreamer-gconf.conffiles:
17863         * debian/gstreamer-gconf.files:
17864         * debian/gstreamer-gconf.postinst:
17865         * debian/gstreamer-gnomevfs.files:
17866         * debian/gstreamer-gsm.files:
17867         * debian/gstreamer-http.files:
17868         * debian/gstreamer-jack.files:
17869         * debian/gstreamer-jpeg.files:
17870         * debian/gstreamer-mad.files:
17871         * debian/gstreamer-mikmod.files:
17872         * debian/gstreamer-misc.files:
17873         * debian/gstreamer-mpeg2dec.files:
17874         * debian/gstreamer-oss.files:
17875         * debian/gstreamer-plugin-apps.files:
17876         * debian/gstreamer-plugin-apps.manpages:
17877         * debian/gstreamer-plugin-libs-dev.files:
17878         * debian/gstreamer-plugin-libs.files:
17879         * debian/gstreamer-plugin-template.postinst:
17880         * debian/gstreamer-plugin-template.postrm:
17881         * debian/gstreamer-sdl.files:
17882         * debian/gstreamer-sid.files:
17883         * debian/gstreamer-vorbis.files:
17884         * debian/gstreamer-x.files:
17885         * debian/mk.control:
17886         * debian/rules:
17887         Debian package info not maintained here.
17888
17889 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17890
17891         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17892         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17893         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17894         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17895         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17896         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17897         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17898         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17899         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17900         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17901         * gst-libs/gst/colorbalance/colorbalance.c:
17902         (gst_color_balance_class_init):
17903         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17904         (gst_color_balance_channel_class_init):
17905         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17906         * gst-libs/gst/play/play.c: (gst_play_class_init):
17907         * gst-libs/gst/propertyprobe/propertyprobe.c:
17908         (gst_property_probe_iface_init):
17909         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17910         * gst-libs/gst/tuner/tunerchannel.c:
17911         (gst_tuner_channel_class_init):
17912         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17913         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17914         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17915         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17916         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17917         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17918         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17920         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17921           fix signals to use - instead of _
17922         * ext/libcaca/gstcacasink.h:
17923         * ext/sdl/sdlvideosink.h:
17924           fix header rename
17925
17926 2004-03-04  David Schleef  <ds@schleef.org>
17927
17928         * testsuite/gst-lint:  Add a check for bad signal names.
17929
17930 2004-03-04  <kost@imn.htwk-leipzig.de>
17931
17932         reviewed by David Schleef
17933
17934         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17935         modified the alpha channel and caused a warning. (bug #136192)
17936
17937 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17938
17939         * gst-plugins.spec.in:
17940         Change names of plugins to actually be correct. Try to keep things
17941         alphabetical to avoid getting beat up by Thomas
17942
17943 2004-03-03  Julien MOUTTE <julien@moutte.net>
17944
17945         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17946         Using ximagesink as a default if no gconf key found. We should
17947         probably consider using alsasink instead of osssink for the audio
17948         part.
17949
17950 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17951
17952         * configure.ac:
17953           fix --with-plugins, don't think it ever worked before
17954         * gst-plugins.spec.in:
17955           even more updates
17956
17957 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17958
17959         * ext/sdl/sdlvideosink.h:
17960         * sys/ximage/ximagesink.h:
17961         * sys/xvideo/xvideosink.h:
17962         * sys/xvimage/xvimagesink.h:
17963           Fix for move of gstvideosink.h -> videosink.h.
17964
17965 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17966
17967         * gst-libs/gst/xwindowlistener/Makefile.am:
17968           this is a plugin library, not a library
17969
17970 2004-03-01  David Schleef  <ds@schleef.org>
17971
17972         * AUTHORS:  Added some names.  Add yourself if you're still
17973         missing.
17974
17975 2004-03-01  David Schleef  <ds@schleef.org>
17976
17977         * MAINTAINERS: Add
17978
17979 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17980
17981         * gst-plugins.spec.in: clean up spec file
17982
17983 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17984
17985         * gst-libs/gst/video/Makefile.am:
17986         * gst-libs/gst/video/gstvideosink.c:
17987         * gst-libs/gst/video/gstvideosink.h:
17988           rename gstvideosink.h to videosink.h to match other headers
17989         * gst/mixmatrix/Makefile.am:
17990           fix plugin filename
17991         * gst/tags/Makefile.am: fix plugin filename
17992
17993 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17994
17995         * gst/tags/Makefile.am: fix plugin filename
17996
17997 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17998
17999         * examples/gstplay/player.c: (got_time_tick), (main):
18000           add error handler
18001           display time_tick more readably
18002         * gst/mixmatrix/Makefile.am:
18003           fix plugin file name
18004
18005 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18006
18007         * sys/oss/gstosselement.c: (gst_osselement_probe),
18008         (device_combination_append), (gst_osselement_class_probe_devices):
18009         * sys/oss/gstosselement.h:
18010           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18011           on my system using alsa oss emulation, fixes bug #135597
18012
18013 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18014
18015         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18016         (gst_videodrop_chain), (gst_videodrop_change_state):
18017         * gst/videodrop/gstvideodrop.h:
18018           Work based on timestamp of input data, not based on the expected
18019           framerate from the input. The consequence is that this element now
18020           not only scales framerates, but also functions as a framerate
18021           corrector or framerate stabilizer/constantizer.
18022
18023 2004-02-27  David Schleef  <ds@schleef.org>
18024
18025         patches from jmmv@menta.net (Julio M. Merino Vidal)
18026
18027         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18028         GST_ELEMENT_ERROR call (bug #135634)
18029         * gst/interleave/interleave.c: (interleave_buffered_loop),
18030         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18031         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18032         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18033         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18034         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18035         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18036         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18037         Fix GST_ELEMENT_ERROR call.
18038         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18039         GST_ELEMENT_ERROR call.
18040
18041 2004-02-27  Benjamin Otte  <otte@gnome.org>
18042
18043         * gst-libs/gst/audio/audio.h:
18044           add macro to make sure header isn't included twice
18045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18046           don't use gst_buffer_free
18047         * gst/playondemand/filter.func:
18048           don't use gst_data_free. Free data only once.
18049
18050 2004-02-26  David Schleef  <ds@schleef.org>
18051
18052         * gst-libs/gst/colorbalance/Makefile.am:
18053         * gst-libs/gst/mixer/Makefile.am:
18054         * gst-libs/gst/tuner/Makefile.am:
18055         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18056         should not be disted, -marshal.h files should not be installed,
18057         and -enum.h files _should_ be installed.  Fix to make this the
18058         case.
18059
18060 === release 0.7.5 ===
18061
18062 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18063
18064         * configure.ac: release 0.7.5, "Under The Sea"
18065
18066 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18067
18068         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18069         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18070         * gst/videoscale/gstvideoscale.c:
18071         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18072           assorted debug/warning fixes
18073
18074 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18075
18076         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18077         (gst_videoscale_init), (gst_videoscale_chain),
18078         (gst_videoscale_set_property), (plugin_init):
18079         * gst/videoscale/gstvideoscale.h:
18080         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18081         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18082         (gst_videoscale_planar400), (gst_videoscale_packed422),
18083         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18084         (gst_videoscale_24bit), (gst_videoscale_16bit),
18085         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18086         (gst_videoscale_scale_plane_slow),
18087         (gst_videoscale_scale_point_sample),
18088         (gst_videoscale_scale_nearest),
18089         (gst_videoscale_scale_nearest_str2),
18090         (gst_videoscale_scale_nearest_str4),
18091         (gst_videoscale_scale_nearest_32bit),
18092         (gst_videoscale_scale_nearest_24bit),
18093         (gst_videoscale_scale_nearest_16bit):
18094         add debugging category and use it properly
18095         fix use of GST_PTR_FORMAT
18096
18097 2004-02-25  Andy Wingo  <wingo@pobox.com>
18098
18099         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18100         push only when channel->buffer is NULL. Prevents segfaults doing
18101         the state change after a nonlocal exit, like a scheme exception.
18102
18103         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18104         Handle the case where the intersected caps is empty.
18105
18106 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18107
18108         * gst/law/mulaw-decode.c: (mulawdec_link):
18109         * gst/law/mulaw.c: (plugin_init):
18110           fix mulawdec so it actually works again
18111
18112 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18113
18114         reviewed by: David Schleef  <ds@schleef.org>
18115
18116         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18117         (gst_gamma_init), (gst_gamma_set_property),
18118         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18119         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18120         for RGB, with separate r g and b correction factors. (#131167)
18121
18122 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18125           only signal tags for bitrate if they're > 0 (#134894)
18126
18127 2004-02-24  David Schleef  <ds@schleef.org>
18128
18129         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18130         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18131         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18132         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18133         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18134         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18135         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18136         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18137         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18138         category.  Attempt to fix timestamp calculation.
18139
18140 2004-02-24  Johan Dahlin  <johan@gnome.org>
18141
18142         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18143
18144 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18145
18146         * configure.ac:
18147         * gconf/Makefile.am:
18148         * gconf/gstreamer.schemas:
18149         * gst-libs/gst/gconf/Makefile.am:
18150         * gst-libs/gst/gconf/gconf.c:
18151           version gconf schemas and install locations
18152
18153 2004-02-23  Benjamin Otte  <otte@gnome.org>
18154
18155         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18156         (gst_xine_input_subclass_init):
18157           call parent dispose.
18158           change pad template for CD reader correctly
18159         * ext/xine/Makefile.am:
18160         * ext/xine/gstxine.h:
18161         * ext/xine/xine.c: (plugin_init):
18162         * ext/xine/xineaudiosink.c:
18163           wrap audio sinks, too
18164         * gst-libs/gst/resample/private.h:
18165         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18166         (gst_resample_reinit), (gst_resample_scale),
18167         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18168         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18169         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18170         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18171         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18172         * gst-libs/gst/resample/resample.h:
18173         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18174         (gst_audioscale_class_init), (gst_audioscale_link),
18175         (gst_audioscale_get_buffer), (gst_audioscale_init),
18176         (gst_audioscale_chain), (gst_audioscale_set_property),
18177         (gst_audioscale_get_property):
18178         * gst/audioscale/gstaudioscale.h:
18179           s/resample_*/gst_resample_*/i to not clobber namespaces
18180
18181 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18182
18183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18184         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18185         (gst_riff_create_video_template_caps),
18186         (gst_riff_create_audio_template_caps),
18187         (gst_riff_create_iavs_template_caps):
18188         * gst-libs/gst/riff/riff-media.h:
18189         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18190         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18191         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18192         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18194         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18195         (gst_matroska_demux_plugin_init): First batch implementing audio and
18196         video codec tags in demuxers.
18197
18198 2004-02-22  Benjamin Otte  <otte@gnome.org>
18199
18200         * ext/xine/Makefile.am:
18201         * ext/xine/gstxine.h:
18202         * ext/xine/xine.c: (plugin_init):
18203         * ext/xine/xineinput.c:
18204           add input plugin wrapper. Playback from files, http, mms and cdda
18205           works.
18206         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18207           remove leftover G_GNUC_UNUSED
18208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18209         (gst_asf_demux_identify_guid):
18210           improve debugging output
18211
18212 2004-02-22  Benjamin Otte  <otte@gnome.org>
18213
18214         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18215
18216         * autogen.sh:
18217           replace test -e with test -x for mkinstalldirs to be more portable.
18218           (fixes #134816)
18219
18220 2004-02-22  Benjamin Otte  <otte@gnome.org>
18221
18222         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18223
18224         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18225           set rank to PRIMARY
18226         * gst/volume/gstvolume.c: (plugin_init):
18227           set rank to NONE
18228         fixes #134960
18229
18230 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18231
18232         reviewed by Benjamin Otte  <otte@gnome.org>
18233
18234         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18235           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18236
18237 2004-02-22  Benjamin Otte  <otte@gnome.org>
18238
18239         * configure.ac:
18240           export [_]*{gst,Gst,GST}.* symbols from plugins
18241
18242 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18243
18244         reviewed by: Benjamin Otte  <otte@gnome.org>
18245
18246         * ext/lame/gstlame.c: (add_one_tag):
18247         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18249         (gst_vorbisenc_metadata_set1):
18250         * gst/tags/gstid3tag.c:
18251         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18252           apply fixes from bugs #135042 (lame can't write tags) and #133817
18253           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18254
18255 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18256
18257         * configure.ac: Export only gst_plugin_desc from plugins.
18258          Note that this change only makes any effect with Linux using libtool
18259          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18260          fine. And don't try to have several versions of libtool in different
18261          directories.
18262
18263 2004-02-20  Andy Wingo  <wingo@pobox.com>
18264
18265         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18266         interleave respectively.
18267
18268         * gst/interleave/deinterleave.c: New plugin: deinterleave
18269         (replaces on oneton).
18270         * gst/interleave/interleave.c: New plugin: interleave.
18271         * gst/interleave/plugin.h: Support file.
18272         * gst/interleave/plugin.c: Support file.
18273
18274         * configure.ac: Remove intfloat and oneton, add interleave.
18275
18276         * ext/sndfile/gstsf.c: Handle events better.
18277
18278         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18279         and float2int operation. int2float has scheduling problems as
18280         noted in in2float_chain.
18281
18282 2004-02-20  Benjamin Otte  <otte@gnome.org>
18283
18284         * ext/xine/Makefile.am:
18285         * ext/xine/gstxine.h:
18286         * ext/xine/xine.c:
18287         * ext/xine/xineaudiodec.c:
18288         * ext/xine/xinecaps.c:
18289           add first version of xine plugin wrapper. Currently only wraps the
18290           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18291         * configure.ac:
18292         * ext/Makefile.am:
18293           add xine plugin wrapper, disabled by default. Use --enable-xine to
18294           build. Note that it'll segfault on gst-register if you don't remove
18295           the goom and tvtime post plugins from xine.
18296         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18297         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18298           add extradata parsing for QDM2.
18299           change around debugging prints.
18300
18301 2004-02-19  Benjamin Otte  <otte@gnome.org>
18302
18303         * ext/lame/gstlame.c: (gst_lame_chain):
18304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18305           use gst_tag_list_insert when you want to insert tags
18306
18307 2004-02-18  David Schleef  <ds@schleef.org>
18308
18309         * configure.ac:  Move massink to gst-rotten
18310         * ext/Makefile.am:
18311         * ext/mas/Makefile.am:
18312         * ext/mas/massink.c:
18313         * ext/mas/massink.h:
18314
18315 2004-02-18  David Schleef  <ds@schleef.org>
18316
18317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18318         typefinding, since it seems to be worse than nothing.
18319         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18320         atom to recognize .mp4 and .m4a files as video/quicktime.
18321
18322 2004-02-18  David Schleef  <ds@schleef.org>
18323
18324         * gst/sine/demo-dparams.c: (quit_live),
18325         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18326         Use double dparams, not float.
18327         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18328         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18329         sync'd elements don't really work correctly.
18330         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18331         (volume_update_volume), (volume_get_property):  Change dparam
18332         to double.
18333
18334 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18335
18336         * sys/ximage/ximagesink.c:
18337         (gst_ximagesink_xwindow_update_geometry),
18338         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18339         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18340         (gst_ximagesink_init): Rework the way software video scaling works. So
18341         now we check on each chain call if the video frames are feeling the
18342         window. If not we try to renegotiate caps. On failure we memorize that
18343         and we won't try again for that PLAYING sessions.
18344         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18345         failure.
18346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18347         synchronous flag.
18348
18349 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18350
18351         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18352           break up _link so we can give a better debug message for errors
18353
18354 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18355
18356         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18357           set up debug category
18358
18359 2004-02-18  Julien MOUTTE <julien@moutte.net>
18360
18361         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18362         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18363         the way renegotiation work. The event handling function is not taking
18364         care of external windows and renegotiate method check for pad flags
18365         NEGOTIATING. Should fix : #133209
18366
18367 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18368
18369         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18370         pad is negotiating before trying renegotiation.
18371
18372 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18373
18374         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18375           pass on all possible mime types as typefind hints
18376
18377 2004-02-17  Julien MOUTTE <julien@moutte.net>
18378
18379         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18381         possible SHM leak if we crash. All other apps using XShm are doing
18382         that.
18383
18384 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18385
18386         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18387         (gst_ximagesink_expose): Renegotiate size on expose.
18388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18389         size on expose.
18390
18391 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18392
18393         * testsuite/alsa/sinesrc.c:
18394           cosmetic fix to fix compile issue with gcc 2.95.4
18395
18396 2004-02-16  Julien MOUTTE <julien@moutte.net>
18397
18398         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18399         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18400         failed opening the audio device.
18401         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18402         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18403         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18404         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18405         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18406         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18407         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18408         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18409         Removing some useless g_return_if_fail like wingo suggested.
18410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18411         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18412         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18413         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18414         (gst_xvimagesink_update_colorbalance),
18415         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18416         (gst_xvimagesink_xcontext_clear),
18417         (gst_xvimagesink_get_fourcc_from_caps),
18418         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18419         (gst_xvimagesink_set_xwindow_id),
18420         (gst_xvimagesink_colorbalance_list_channels),
18421         (gst_xvimagesink_colorbalance_set_value),
18422         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18423         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18424
18425 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18426
18427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18428           throw error when not negotiated instead of asserting
18429
18430 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18431
18432         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18433         correct data refcounting.
18434
18435 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18436
18437         * gst/switch/gstswitch.c: (gst_switch_change_state),
18438         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18439         change, mostly the EOS flag.
18440
18441 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18442
18443         * examples/gstplay/player.c: (got_eos), (main): Adding some
18444         output for debugging.
18445         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18446         timeouts if we go to any state different from PLAYING.
18447         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18448         more EOS bugs in riff lib.
18449
18450 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18451
18452         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18453         visualization until i find a way to fix switch correctly.
18454         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18455         EOS arrives.
18456         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18457         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18458         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18459         Reworked switch to get a more correct behaviour with events and refing
18460         of data stored in sinkpads.
18461         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18462         we don't pull from a pad in EOS.
18463
18464 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18465
18466         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18467           remove v1 tag even if we can't read it (makes sure we don't detect
18468           it again)
18469
18470 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18471
18472         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18473         (gst_alsa_xrun_recovery):
18474         * ext/alsa/gstalsa.h:
18475           try xrun recovery when wait failed. Make xrun recovery function
18476           return TRUE/FALSE to indicate success. (might fix #134354)
18477
18478 2004-02-13  David Schleef  <ds@schleef.org>
18479
18480         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18481         (dynparm_value_changed), (main): Convert from float to double.
18482         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18483
18484 2004-02-13  David Schleef  <ds@schleef.org>
18485
18486         * gst/silence/gstsilence.c: (gst_silence_class_init),
18487         (gst_silence_set_clock), (gst_silence_get),
18488         (gst_silence_set_property), (gst_silence_get_property):
18489         * gst/silence/gstsilence.h: Add sync property.
18490         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18491         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18492         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18493         * gst/sine/gstsinesrc.h: Add sync property.
18494
18495 2004-02-13  David Schleef  <ds@schleef.org>
18496
18497         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18498         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18499
18500 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18501
18502         * configure.ac:
18503         * ext/Makefile.am:
18504         * gst-libs/ext/Makefile.am:
18505           move ffmpeg plugin to gst-ffmpeg module
18506
18507 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18508
18509         * configure.ac: use GST_ARCH to detect architecture
18510
18511 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18512
18513         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18514
18515 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18518           classify LADSPA plugins based on number of src/sink pads
18519           (#133663, Stefan Kost)
18520         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18521           fix dparams registration
18522           (#133528, Stefan Kost)
18523         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18524           fix use of isprint and use g_ascii_isprint instead
18525           (#133316, Stefan Kost)
18526
18527 2004-02-11  David Schleef  <ds@schleef.org>
18528
18529         Convert a few inner loops to use liboil.  This is currently
18530         optional, and is only enabled if liboil is present (duh!).
18531         * configure.ac: Check for liboil-0.1
18532         * gst/intfloat/Makefile.am:
18533         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18534         (gst_int2float_chain_gint16):
18535         * gst/videofilter/Makefile.am:
18536         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18537         (tablelookup_u8), (gst_videobalance_planar411):
18538         * gst/videotestsrc/Makefile.am:
18539         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18540         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18541         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18542         (paint_hline_RGB565), (paint_hline_xRGB1555):
18543
18544 2004-02-11  David Schleef  <ds@schleef.org>
18545
18546         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18547         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18548         (gst_colorspace_getcaps), (gst_colorspace_link),
18549         (gst_colorspace_base_init), (gst_colorspace_init),
18550         (gst_colorspace_chain), (gst_colorspace_change_state),
18551         (plugin_init): Merge Ronald's patch (bug #117897) and update
18552         for new caps and negotiation.  Seems to work, although it
18553         shows off bugs in lcs.
18554
18555 2004-02-11  David Schleef  <ds@schleef.org>
18556
18557         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18558         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18559
18560 2004-02-11  David Schleef  <ds@schleef.org>
18561
18562         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18563         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18564         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18565         Add server and port properties
18566
18567 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18568
18569         * m4/a52.m4:
18570         * m4/aalib.m4:
18571         * m4/as-ffmpeg.m4:
18572         * m4/as-liblame.m4:
18573         * m4/as-slurp-ffmpeg.m4:
18574         * m4/check-libheader.m4:
18575         * m4/esd.m4:
18576         * m4/freetype2.m4:
18577         * m4/gconf-2.m4:
18578         * m4/glib.m4:
18579         * m4/gst-alsa.m4:
18580         * m4/gst-artsc.m4:
18581         * m4/gst-ivorbis.m4:
18582         * m4/gst-matroska.m4:
18583         * m4/gst-sdl.m4:
18584         * m4/gst-shout2.m4:
18585         * m4/gst-sid.m4:
18586         * m4/gtk.m4:
18587         * m4/libdv.m4:
18588         * m4/libfame.m4:
18589         * m4/libmikmod.m4:
18590         * m4/ogg.m4:
18591         * m4/vorbis.m4:
18592           fix underquotedness of macros (#133800)
18593         * m4/as-avifile.m4:
18594         * m4/xmms.m4:
18595           removed because no longer used
18596
18597 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18598
18599         * configure.ac:
18600           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18601           by autopoint (fixes #132996)
18602
18603 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18604
18605         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18606         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18607         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18608         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18609           fix memleaks
18610
18611 2004-02-11  David Schleef  <ds@schleef.org>
18612
18613         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18614         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18615         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18616         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18617         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18618         (gst_jpegenc_class_init), (gst_jpegenc_init),
18619         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18620         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18621         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18622         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18623
18624 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18625
18626         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18627         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18628         * ext/mikmod/gstmikmod.h:
18629           fix caps negotiation in mikmod
18630         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18631           output debug information
18632
18633 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18634
18635         * gst-libs/gst/colorbalance/Makefile.am:
18636         * gst-libs/gst/navigation/Makefile.am:
18637         * gst-libs/gst/xoverlay/Makefile.am:
18638           remove unused GST_OPT_CFLAGS from Makefiles
18639           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18640
18641 2004-02-07  David Schleef  <ds@schleef.org>
18642
18643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18644         push events to pads that haven't been created (#133508)
18645
18646 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18647
18648         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18649         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18650         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18651         (gst_dvdec_loop), (gst_dvdec_change_state):
18652         Second attempt at committing a working dvdec element.
18653
18654 2004-02-06  David Schleef  <ds@schleef.org>
18655
18656         Build fixes for OS X: (see #129600)
18657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18658         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18659         (gst_riff_read_strf_iavs):
18660         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18661         (gst_avi_demux_stream_odml):
18662         * gst/playondemand/Makefile.am:
18663         * gst/rtp/rtp-packet.c:
18664
18665 2004-02-05  David Schleef  <ds@schleef.org>
18666
18667         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18668         last change, because it Just Doesn't Compile.
18669
18670 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18671
18672         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18673           skip undecodable id3v2 tag instead of keeping it
18674
18675 2004-02-05  David Schleef  <ds@schleef.org>
18676
18677         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18678         Unref leaked buffer.  (Noticed by Ronald)
18679
18680 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18681
18682         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18683         Sync requires with other checks.  >= vs =.
18684
18685 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18686
18687         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18688         (gst_dvdec_video_link), (gst_dvdec_loop):
18689         * ext/dv/gstdvdec.h:
18690           rework the caps negotiation so that dvdec works again instead
18691           of just segfaulting.
18692
18693 === release 0.7.4 ===
18694
18695 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18696
18697         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18698         * configure.ac: changed for release
18699
18700 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18701
18702         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18703         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18704         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18705         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18706           reworked patch by David Lehn to fix libdir and includedir for
18707           uninstalled libraries
18708           removed play and gconf from gstreamer-libs since they have their
18709           own pkgconfig files
18710
18711 2004-02-04  David Schleef  <ds@schleef.org>
18712
18713         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18714         memleak.
18715
18716 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18717
18718         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18719           use correct GST_TAG_ENCODER tag
18720
18721 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18722
18723         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18724           be sure to stop the clock when going to paused
18725         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18726           reset number of transmitted when going to ready.
18727         fixes #132935
18728
18729 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18730
18731         reviewed by Benjamin Otte
18732
18733         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18734           extract track count (fixes #133410)
18735
18736 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18737
18738         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18739           that should be !=, not == (fixes #132519)
18740
18741 2004-02-04  David Schleef  <ds@schleef.org>
18742
18743         Make sure set_explicit_caps() is called before adding pad.
18744         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18745         * gst/id3/gstid3types.c: (gst_id3types_loop):
18746         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18747         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18748
18749 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18750
18751         * configure.ac:
18752           bump nano to 2, first prerelease
18753           put back AM_PROG_LIBTOOL
18754
18755 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18756
18757         * testsuite/alsa/Makefile.am:
18758           these are user test apps, not automatic testsuite tests
18759
18760 2004-02-04  David Schleef  <ds@schleef.org>
18761
18762         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18763         * gst/mpeg1videoparse/gstmp1videoparse.c:
18764         (mp1videoparse_parse_seq):
18765         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18767         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18768         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18769         (gst_xvideosink_getcaps):
18770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18771         * testsuite/gst-lint: more tests
18772
18773 2004-02-04  David Schleef  <ds@schleef.org>
18774
18775         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18776         with the code that they would expand to.
18777         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18778         (gst_flacdec_get_src_query_types),
18779         (gst_flacdec_get_src_event_masks):
18780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18781         (gst_gnomevfssrc_get_query_types),
18782         (gst_gnomevfssrc_get_event_mask):
18783
18784 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18785
18786         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18787         (gst_sinesrc_dispose):
18788           fix memleak by properly disposing sinesrc
18789
18790 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18791
18792         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18793         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18794         an overlay to redraw the image because it has been exposed.
18795         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18796         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18797         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18798         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18799         interface
18800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18801         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18802         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18803         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18804         interface
18805
18806 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18807
18808         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18809           more memleak fixage
18810
18811 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18812
18813         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18814         * gst/typefind/gsttypefindfunctions.c:
18815           fix memleaks shown by gst-typefind
18816
18817 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18818
18819         * common/glib-gen.mak:
18820           add hack rule to touch .Plo files
18821         * gst-libs/gst/colorbalance/Makefile.am:
18822         * gst-libs/gst/mixer/Makefile.am:
18823         * gst-libs/gst/play/Makefile.am:
18824         * gst-libs/gst/tuner/Makefile.am:
18825           remove glib_root variable
18826
18827 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18828
18829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18830           set explicit caps before adding the element, so the autopluggers can
18831           plug correctly.
18832         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18833         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18834         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18835         (dv_type_find):
18836           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18837           argument.
18838
18839 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18840
18841         * gst-libs/gst/colorbalance/Makefile.am:
18842         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18843         * gst-libs/gst/colorbalance/colorbalance.c:
18844         * gst-libs/gst/colorbalance/colorbalance.h:
18845         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18846         * gst-libs/gst/mixer/Makefile.am:
18847         * gst-libs/gst/mixer/mixer-marshal.list:
18848         * gst-libs/gst/mixer/mixer.c:
18849         * gst-libs/gst/mixer/mixer.h:
18850         * gst-libs/gst/mixer/mixermarshal.list:
18851         * gst-libs/gst/play/Makefile.am:
18852         * gst-libs/gst/play/play.h:
18853         * gst-libs/gst/tuner/Makefile.am:
18854         * gst-libs/gst/tuner/tuner-marshal.list:
18855         * gst-libs/gst/tuner/tuner.c:
18856         * gst-libs/gst/tuner/tuner.h:
18857         * gst-libs/gst/tuner/tunermarshal.list:
18858           use new glib-gen.mak snippet to clean up Makefile.am
18859           fix various bugs in Makefile.am's
18860
18861 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18862
18863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18864           handle chain parsing correctly in the multichain case
18865         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18866         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18867         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18868         (theora_dec_chain):
18869           handle events and queries correctly
18870
18871 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18872
18873         * .cvsignore:
18874         Ignore generated file _stdint.h.
18875
18876 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18877
18878         * gst-libs/gst/colorbalance/Makefile.am:
18879         * gst-libs/gst/colorbalance/colorbalance.h:
18880         * gst-libs/gst/mixer/Makefile.am:
18881         * gst-libs/gst/mixer/mixer.h:
18882         * gst-libs/gst/play/Makefile.am:
18883         * gst-libs/gst/play/play.h:
18884         * gst-libs/gst/tuner/Makefile.am:
18885         * gst-libs/gst/tuner/tuner.h:
18886         Generate enum type code with glib-mkenums.
18887         * gst-libs/gst/colorbalance/.cvsignore:
18888         * gst-libs/gst/mixer/.cvsignore:
18889         * gst-libs/gst/play/.cvsignore:
18890         * gst-libs/gst/tuner/.cvsignore:
18891         Ignore generated files.
18892
18893 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18894
18895         * gst-libs/gst/audio/.cvsignore:
18896         Ignore generated file.
18897         * gst-libs/gst/audio/Makefile.am:
18898         Do not install example filter.
18899
18900 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18901
18902         * examples/switch/.cvsignore:
18903         Ignore generated file.
18904
18905 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18906
18907         * common/m4/ax_create_stdint_h.m4:
18908         * configure.ac:
18909           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18910           _stdint.h.
18911         * Makefile.am:
18912           remove generated _stdint.h in DISTCLEANFILES
18913         * ext/a52dec/gsta52dec.c:
18914           include _stdint.h for a52dec. (should fix #133064)
18915
18916 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18917
18918         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18919         (gst_tag_to_vorbis_comments):
18920         Add replaygain support to vorbistag
18921
18922 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18923         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18924         (gst_ffmpeg_caps_to_extradata):
18925           Fix SVQ3 caps flag properties
18926           Use glib macro for bytes swap
18927
18928 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18929
18930         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18931         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18932         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18933         * ext/sndfile/gstsf.c: (plugin_init):
18934         * gst/avi/gstavi.c: (plugin_init):
18935         * sys/dxr3/dxr3init.c: (plugin_init):
18936         * sys/oss/gstossaudio.c: (plugin_init):
18937         * sys/v4l/gstv4l.c: (plugin_init):
18938         * sys/v4l2/gstv4l2.c: (plugin_init):
18939           remove textdomain calls
18940         * po/nl.po:
18941           update Dutch translation
18942
18943 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18944
18945         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18946         (gst_play_set_audio_sink): Moving volume in the audio thread for
18947         instantaneous volume change. Maybe i will add another volume in front
18948         of visualization later, not sure yet though.
18949
18950 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18951
18952         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18953         (gst_ximagesink_handle_xevents): Better X events handling, only take
18954         the latest events for configure and motion.
18955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18956
18957 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18958
18959         reviewed by: David Schleef  <ds@schleef.org>
18960
18961         Fix memory leaks:
18962         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18963         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18964
18965 2004-02-02  David Schleef  <ds@schleef.org>
18966
18967         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18968         of lines.
18969         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18970         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18971         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18972         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18973         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18974         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18975         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18976         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18977         (gst_float2_2_int_link):
18978         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18979         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18980         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18981         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18982         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18983         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18984         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18985         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18986         * testsuite/gst-lint: Add tests for bzero and ;;
18987
18988 2004-02-02  David Schleef  <ds@schleef.org>
18989
18990         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18991
18992 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18993
18994         * ext/aalib/gstaasink.c: (gst_aasink_open):
18995         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18997         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18998         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18999         (gst_afsink_close_file):
19000         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19001         (gst_afsrc_close_file):
19002         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19003         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19004         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19005         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19006         * ext/esd/esdmon.c: (gst_esdmon_get):
19007         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19008         * ext/faac/gstfaac.c: (gst_faac_chain):
19009         * ext/faad/gstfaad.c: (gst_faad_chain):
19010         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19011         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19012         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19013         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19014         (gst_flacdec_loop):
19015         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19016         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19018         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19019         (gst_gnomevfssink_close_file):
19020         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19021         (gst_gnomevfssrc_open_file):
19022         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19023         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19024         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19025         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19026         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19027         * ext/mad/gstmad.c: (gst_mad_chain):
19028         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19029         * ext/mpeg2dec/gstmpeg2dec.c:
19030         * ext/mpeg2enc/gstmpeg2enc.cc:
19031         * ext/mplex/gstmplex.cc:
19032         * ext/mplex/gstmplexibitstream.cc:
19033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19034         (gst_ogg_demux_push):
19035         * ext/raw1394/gstdv1394src.c:
19036         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19037         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19038         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19039         (gst_sf_loop):
19040         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19041         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19042         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19043         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19044         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19045         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19046         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19047         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19048         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19049         (gst_riff_read_element_data), (gst_riff_read_seek),
19050         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19051         * gst/adder/gstadder.c: (gst_adder_loop):
19052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19053         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19054         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19055         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19056         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19057         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19058         * gst/goom/gstgoom.c: (gst_goom_chain):
19059         * gst/id3/gstid3types.c: (gst_id3types_loop):
19060         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19061         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19062         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19063         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19064         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19065         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19066         (gst_ebml_read_float), (gst_ebml_read_header):
19067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19068         (gst_matroska_demux_parse_blockgroup):
19069         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19071         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19072         * gst/silence/gstsilence.c: (gst_silence_get):
19073         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19074         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19075         * gst/speed/gstspeed.c: (speed_loop):
19076         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19077         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19078         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19079         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19080         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19081         (gst_wavparse_loop):
19082         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19083         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19084         (dxr3audiosink_close):
19085         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19086         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19087         (dxr3videosink_close), (dxr3videosink_write_data):
19088         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19089         * sys/oss/gstosssink.c: (gst_osssink_chain):
19090         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19091         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19092         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19093         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19094         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19095         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19096         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19097         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19098         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19099         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19100         (gst_v4l_set_audio):
19101         * sys/v4l/v4l_calls.h:
19102         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19103         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19104         (gst_v4lmjpegsink_playback_init),
19105         (gst_v4lmjpegsink_playback_start):
19106         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19107         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19108         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19109         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19110         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19111         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19112         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19113         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19114         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19115         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19116         (gst_v4l2_get_output), (gst_v4l2_set_output),
19117         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19118         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19119         (gst_v4l2_set_attribute):
19120         * sys/v4l2/v4l2_calls.h:
19121         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19122         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19123         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19124         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19125         (gst_v4l2src_capture_stop):
19126         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19127         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19128         (gst_ximagesink_chain):
19129         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19130         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19131         (gst_xvideosink_xwindow_new):
19132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19133         (gst_xvimagesink_chain):
19134
19135 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19136
19137         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19138         (gst_volume_get_volume), (volume_class_init), (volume_init),
19139         (volume_chain_int16), (volume_update_volume):
19140         * gst/volume/gstvolume.h:
19141           make code more readable by removing magic numbers
19142           make mixer interface export 0-100 range
19143           make it internally map to 0.0-1.0 range so users don't distort
19144           output by putting the sliders at full volume
19145
19146 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19147
19148         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19149         (gst_play_state_change), (gst_play_seek_to_time):
19150         block the tick callback for 0.5 secs after doing a seek
19151
19152 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19153
19154         * gst-libs/gst/play/play.c: (gst_play_new):
19155           check for GError
19156
19157 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19158
19159         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19160         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19161         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19162         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19164         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19165
19166 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19167
19168         * configure.ac:
19169         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19170           check for a function added in vorbis 1.1
19171
19172 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19173
19174         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19175         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19176           really start/stop clock only on PLAYING <=> PAUSED
19177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19178           remove \n from debugging lines
19179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19180           make it work when seeking does not
19181         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19182           reset on DISCONT
19183
19184 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19185
19186         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19187           start clock on PAUSED=>PLAYING, not later
19188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19189           extract correct time for different discont formats
19190         (gst_alsa_sink_get_time):
19191           don't segfault when no format is negotiated yet, just return 0
19192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19193         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19194         (gst_ogg_pad_push):
19195           handle flush and discont events correctly
19196         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19197           handle discont events correctly
19198
19199 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19202         (gst_play_error_create), (gst_play_error_plugin),
19203         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19204         * gst-libs/gst/play/play.h:
19205           add error handling during creation
19206         * examples/gstplay/player.c: (main):
19207           use new gst_play_new
19208
19209
19210 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19211
19212         * ext/theora/theoradec.c: (theora_dec_chain):
19213           make comments work
19214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19215         (vorbis_dec_src_event), (vorbis_dec_chain):
19216           add encoder tag, fix tag reading to be more error tolerant, change
19217           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19218           gst_pad_event_default.
19219         * gst/tags/gstvorbistag.c:
19220         (gst_tag_list_from_vorbiscomment_buffer):
19221           undefine function specific define at end of function
19222
19223 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19224
19225         * ext/flac/gstflac.c: (plugin_init):
19226         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19227         * ext/flac/gstflacdec.h:
19228         * ext/flac/gstflacenc.h:
19229           Fix typos
19230
19231 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19232
19233         * examples/gstplay/player.c: s/gstplay.h/play.h/
19234
19235 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19236
19237         * gst-libs/gst/play/Makefile.am:
19238         * gst-libs/gst/play/gstplay.c:
19239         * gst-libs/gst/play/gstplay.h:
19240         * gst-libs/gst/play/play.c:
19241           more surgery, operation complete
19242
19243 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19244
19245         * gst-libs/gst/play/play.old.c:
19246         * gst-libs/gst/play/play.old.h:
19247           after CVS surgery by moving, remove
19248         * gst-libs/gst/play/playpipelines.c:
19249           remove
19250
19251         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19252           add negotiation error
19253
19254 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19255
19256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19257         (gst_ogg_demux_push):
19258           add some seeking debug info
19259           send a flush when seeking
19260
19261 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19262
19263         * configure.ac:
19264           use AC_C_INLINE
19265         * configure.ac:
19266         * ext/Makefile.am:
19267         * ext/theora/Makefile.am:
19268         * ext/theora/theoradec.c:
19269           add theora video decoder. Does just do simple decoding for now and
19270           has been tested against Theora cvs only. It only works when theora
19271           is compiled with --enable-static.
19272         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19273           always reset packetno on DISCONT
19274
19275 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19276
19277         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19278           Fix audio.
19279
19280 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19281
19282         * gst/mpegaudioparse/gstmpegaudioparse.c:
19283         (mp3_type_frame_length_from_header):
19284           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19285
19286 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19287
19288         * ext/esd/esdsink.c: (gst_esdsink_init):
19289           Since we have static pad template caps, we don't need to negotiate;
19290           either the core errors out or we know the format.
19291
19292 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19293
19294         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19295         (gst_riff_read_seek):
19296         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19297         (gst_ebml_read_seek):
19298           Fix event handling.
19299
19300 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19301
19302         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19303           removee video/x-theora from vp3 decoder, it doesn't handle raw
19304           theora streams
19305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19306           fix bug with finalizing element that never went to PAUSED
19307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19308           length and position queries were swapped
19309         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19310         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19311         (vorbis_dec_src_event):
19312           implement querying time and bytes
19313
19314 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19315
19316         * just about every source file:
19317           gst_element_error -> GST_ELEMENT_ERROR
19318
19319 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19320
19321         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19322         emiting FLUSH and even before DISCONT.
19323         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19324         get the best instant seeking as possible yay!
19325
19326 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19327
19328         * gst/mpeg1videoparse/gstmp1videoparse.c:
19329         (gst_mp1videoparse_real_chain):
19330           Committed wrong version last week... Grr... Didn't notice until now.
19331
19332 2004-01-29  Julien MOUTTE <julien@moutte.net>
19333
19334         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19336         have_xwindow_id signal in xwindow_create.
19337
19338 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19339
19340         * ext/ogg/gstoggdemux.c:
19341           lots of changes - mainly support for chained bitstreams, seeking,
19342           querying and bugfixes of course
19343         * ext/vorbis/Makefile.am:
19344         * ext/vorbis/vorbisdec.c:
19345         * ext/vorbis/vorbisdec.h:
19346           add vorbisdec raw vorbis decoder
19347         * ext/vorbis/vorbis.c: (plugin_init):
19348           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19349         * gst/intfloat/Makefile.am:
19350         * gst/intfloat/float22int.c:
19351         * gst/intfloat/float22int.h:
19352         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19353           add float2intnew plugin. It converts multichannel interleaved float to
19354           multichannel interleaved int. The name should probably be changed.
19355         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19356         (plugin_init):
19357           add typefinding for raw theora video so oggdemux can detect it.
19358
19359 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19360
19361         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19362         sink element first.
19363         * gst/videoscale/gstvideoscale.c:
19364         (gst_videoscale_handle_src_event): Fixing src event handler.
19365
19366 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19367
19368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19369         (gst_v4lsrc_open), (gst_v4lsrc_close),
19370         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19371         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19372         * sys/v4l/gstv4lsrc.h:
19373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19374         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19375           Implement resizing... Hack. But that's why v4l is b0rked...
19376
19377 2004-01-28  Julien MOUTTE <julien@moutte.net>
19378
19379         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19380         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19381         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19382         (gst_ximagesink_xwindow_destroy):
19383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19384         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19385         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19386         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19387         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19388         correctly cleaning the image created to check xshm calls on succes,
19389         added a lot of XSync calls in X11 functions, and fixed a segfault when
19390         no image format was defined before negotiation happened.
19391
19392 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19393
19394         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19395           use gst_element_get_time to get correct time
19396
19397 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19398
19399         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19400         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19401         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19403         (gst_xvimagesink_check_xshm_calls),
19404         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19405         X plugins are now able to detect that XShm calls will fail even if the
19406         server claims that it has XShm support (remote displays most of the
19407         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19408         so that we use non XShm functions. This feature is almost useless for
19409         xvimagesink as Xv is not supported on remote displays anyway, but
19410         it might happen than even on the local display XShm calls fail.
19411
19412 2004-01-27  David Schleef  <ds@schleef.org>
19413
19414         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19415         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19416         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19417         changed esdsink to only use 44100,16,2, since esd sucks at rate
19418         conversion and esdsink has had difficulty negotiating.
19419
19420 2004-01-27  Julien MOUTTE <julien@moutte.net>
19421
19422         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19423         (gst_play_seek_to_time): Fixing the way to get current position.
19424
19425 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19426
19427         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19428           use gst_element_get_time to get correct time
19429
19430 2004-01-27  Julien MOUTTE <julien@moutte.net>
19431
19432         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19433         fix ever... Inverting 2 lines of code make spider autoplug correctly
19434         tagged mp3 !
19435
19436 2004-01-27  David Schleef  <ds@schleef.org>
19437
19438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19439         Use gst_pad_try_set_caps_nonfixed().
19440
19441 2004-01-27  David Schleef  <ds@schleef.org>
19442
19443         * gst/ac3parse/gstac3parse.c: update to checklist 5
19444         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19445         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19446         * gst/audioscale/gstaudioscale.c: same
19447         * gst/auparse/gstauparse.c: same
19448         * gst/avi/gstavidemux.c: same
19449
19450 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19451
19452         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19453           stop processing after EOS
19454
19455 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19456
19457         * gst/asfdemux/asfheaders.h:
19458         * gst/asfdemux/gstasfdemux.c:
19459         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19460         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19461         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19462           lot's of fixes to make data extraction simpler and get the code
19463           architecture and compiler independant. Add debugging category
19464         * gst/goom/gstgoom.c: (gst_goom_change_state):
19465           reset channel count on PAUSED=>READY, not READY=>PAUSED
19466
19467 2004-01-26  Colin Walters  <walters@verbum.org>
19468
19469         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19470         code to pull a bigger buffer in iradio mode.  This as a side effect
19471         makes typefinding work.
19472
19473 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19474
19475         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19476         Fix SVQ3 decoding on PPC
19477
19478 2004-01-26  Julien MOUTTE <julien@moutte.net>
19479
19480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19481         that one managed to stay there... Fixed.
19482
19483 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19484
19485         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19486         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19487         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19488         (qtdemux_video_caps):
19489         * gst/qtdemux/qtdemux.h:
19490         Add SVQ3 specific flags to qtdemux and ffmpeg
19491
19492 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19493
19494         * gst-libs/gst/audio/audio.h:
19495           remove buffer-frames from audio caps
19496         * gst/audioconvert/gstaudioconvert.c:
19497           fix plugin to really work.
19498
19499 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * gst-libs/gst/mixer/mixer.c:
19502         * gst-libs/gst/propertyprobe/propertyprobe.c:
19503         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19504         (gst_tuner_find_channel_by_name):
19505         * gst-libs/gst/tuner/tuner.h:
19506           Add gtk-doc style comments. Also fix a function name.
19507
19508 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19511         (gst_divxdec_negotiate):
19512           Fix for new capsnego - also fixes gst-player with divxdec.
19513
19514 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19515
19516         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19517         (gst_play_identity_handoff), (gst_play_set_location),
19518         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19519         try in visualization implementation. Still have an issue with switch
19520         blocking when pulling from video_queue and only audio comes out of
19521         spider.
19522         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19523         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19524         release method. And check if the pad is usable before pulling.
19525
19526 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19529         (gst_videobalance_init),
19530         (gst_videobalance_colorbalance_list_channels),
19531         (gst_videobalance_colorbalance_set_value),
19532         (gst_videobalance_colorbalance_get_value),
19533         (gst_videobalance_update_properties),
19534         (gst_videobalance_update_tables_planar411),
19535         (gst_videobalance_planar411):
19536         * gst/videofilter/gstvideobalance.h:
19537           Implement lookup-tables. +/- 10x faster.
19538
19539 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19540
19541         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19542         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19543           The index reading was broken. The rest worked fine, but the whole
19544           goal of my rewrite was to make avidemux readable, and this was
19545           not at all readable. Please use typed variables.
19546
19547 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19548
19549         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19550           Additional pad usability check.
19551         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19552         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19553         (gst_mp1videoparse_real_chain):
19554           Fix MPEG video stream parsing. The original plugin had several
19555           issues, including not timestamping streams where the source was
19556           not timestamped (this happens with PTS values in mpeg system
19557           streams, but MPEG video is also a valid stream on its own so
19558           that needs timestamps too). We use the display time code for that
19559           for now. Also, if one incoming buffer contains multiple valid
19560           frames, we push them all on correctly now, including proper EOS
19561           handling. Lastly, several potential segfaults were fixed, and we
19562           properly sync on new sequence/gop headers to include them in next,
19563           not previous frames (since they're header for the next frame, not
19564           the previous). Also see #119206.
19565         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19566         (bpf_from_header):
19567           Move caps setting so we only do it after finding several valid
19568           MPEG-1 fraes sequentially, not right after the first one (which
19569           might be coincidental).
19570         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19571         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19572         (plugin_init):
19573           Add unsynced MPEG video stream typefinding, and change some
19574           probability values so we detect streams rightly. The idea is as
19575           follows: I can have an unsynced system stream which contains
19576           video. In the current code, I would randomly get a type for either
19577           system or video stream type found, because the probabilities are
19578           being calculated rather randomly. I now use fixed values, so we
19579           always prefer system stream if that was found (and that is how it
19580           should be). If no system stream was found, we can still identity                the stream as video-only.
19581
19582 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19583
19584         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19585         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19586           don't write to buffer. Extract data without the need of
19587           __attribute__ ((packed))
19588
19589 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19590
19591         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19592         (mpeg1_sys_type_find):
19593           Fix MPEG-1 stream typefinding.
19594
19595 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19596
19597         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19598           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19599
19600 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19603         * ext/esd/gstesd.c: (plugin_init):
19604           private debugging, better error reporting
19605
19606 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19607
19608         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19609         (gst_riff_read_init), (gst_riff_read_change_state):
19610         * gst-libs/gst/riff/riff-read.h:
19611           Remove stuff fromold metadata system.
19612
19613 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19614
19615         * ext/ogg/gstoggdemux.c:
19616           Fix wrong file comment.
19617         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19619           Add metadata reading properly.
19620
19621 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19622
19623         * ext/Makefile.am:
19624           Fix nas DIST_SUBDIRS
19625           Uraeus:
19626           Fix bug where make distcheck doesn't get run on adding stuff to
19627           the build.
19628
19629 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19630
19631         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19632         * ext/divx/gstdivxdec.h:
19633           Fix divx3 ("msmpeg4") playback using divxdec.
19634
19635 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19636
19637         * gst/typefind/gsttypefindfunctions.c:
19638         (mp3_type_frame_length_from_header): fix bug in length computation
19639         (mp3_type_find): improve debugging output
19640
19641 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19642
19643         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19644         (gst_play_set_location), (gst_play_seek_to_time),
19645         (gst_play_set_audio_sink), (gst_play_set_visualization),
19646         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19647         the pipeline from scratch. Visualization is back and switch went out as
19648         i realized it was not possible to use the way i wanted.
19649         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19650         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19651         clearing in state change from READY to NULL. So that one can clean the
19652         X ressources keeping the element.
19653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19654         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19655         (gst_xvimagesink_colorbalance_set_value),
19656         (gst_xvimagesink_colorbalance_get_value),
19657         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19658         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19659         change from READY to NULL and fixed some stupid bugs in colorbalance
19660         get/set values. Also added the following feature : when nobody tries to
19661         set some values to the colorbalance levels before the xcontext is
19662         grabbed, then when creating channels list from Xv attributes we set the
19663         internal values to the Xv defaults. This way we handle buggy Xv drivers
19664         that set default hue values far from the middle of the range (Thanks
19665         to Jon Trowbridge for pointing that issue).
19666         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19667         colorbalance levels have been set before xcontext is grabbed.
19668
19669 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19672           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19673           it might block operations (which is bad for a mixer).
19674
19675 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19676
19677         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19678         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19679         (gmip_find_type_pre):
19680         * gst-libs/gst/media-info/media-info-priv.h:
19681         * gst-libs/gst/media-info/media-info.c:
19682         (gst_media_info_instance_init), (gst_media_info_read_idler):
19683         add fakesink to get caps on decoder src pad again
19684         fix callback prototype to match new have_type signal signature
19685
19686 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19687
19688         * gst/adder/gstadder.c: (gst_adder_link):
19689           fix non-compile and cut-n-paste code
19690
19691 2004-01-21  David Schleef  <ds@schleef.org>
19692
19693         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19694         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19695         (gst_swfdec_init), (gst_swfdec_change_state):
19696         * ext/swfdec/gstswfdec.h:
19697         Fix negotiation.
19698         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19699         (gst_adder_request_new_pad): Fix negotiation.
19700         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19701         Add a fixate function.
19702         * gst/intfloat/gstfloat2int.c:
19703         * gst/intfloat/gstfloat2int.h:
19704         * gst/intfloat/gstint2float.c:
19705         * gst/intfloat/gstint2float.h:
19706         Completely rewrite the negotiation.  Doesn't quite work yet,
19707         due to some buffer-frames problem.
19708
19709 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19710
19711         * ext/gnomevfs/gstgnomevfssrc.c:
19712         * sys/v4l2/v4l2_calls.h:
19713           fix includes for distcheck
19714
19715 2004-01-21  Christian Schaller <uraeus@gnome.org>
19716
19717         * ext/nas/
19718         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19719         based on earlier patch from Laurent Vivier
19720
19721 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19722
19723         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19724         Fix wma caps property
19725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19726         Fix typo (flags1 and flags2)
19727
19728 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * gst-libs/gst/media-info/media-info-priv.c:
19731         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19732         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19733         (gmip_find_stream), (gmip_find_track_metadata),
19734         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19735         (gmip_find_track_format):
19736         * gst-libs/gst/media-info/media-info-priv.h:
19737         * gst-libs/gst/media-info/media-info-test.c: (main):
19738         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19739         (gst_media_info_read_idler), (gst_media_info_read):
19740         * gst-libs/gst/media-info/media-info.h:
19741           register debugging category and use it for debugging
19742
19743 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19744
19745         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19746         (gst_vorbisfile_new_link):
19747           signal streaminfo through tags
19748
19749 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19750
19751         * ext/mplex/gstmplex.cc:
19752         * ext/mplex/gstmplexibitstream.cc:
19753           g++ doesn't like NULL in our i18n/error macros, should be
19754           either (NULL) or ("").
19755
19756 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19757
19758         * sys/dxr3/dxr3audiosink.c:
19759         * sys/dxr3/dxr3init.c:
19760         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19761         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19762           Fix more error error error errors (missing includes here).
19763
19764 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19767           fix thomas' error errors.
19768
19769 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19770
19771         * ext/mpeg2enc/gstmpeg2enc.cc:
19772           fix error errors.
19773
19774 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19777         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19778           Fix for new error system.
19779
19780 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19781
19782         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19783           fix for new error reporting
19784
19785 2004-01-20  David Schleef  <ds@schleef.org>
19786
19787         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19788         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19789         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19790         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19791         and neither is 100+, most likely.
19792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19793         (gst_xvimagesink_getcaps): same
19794
19795 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19796
19797         * configure.ac:
19798           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19799           clashes with ffmpeg.
19800
19801 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19802
19803         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19804         (gst_switch_init): Fixed switch element : proxying link and setting
19805         caps from src to sink on request.
19806
19807 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19808
19809         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19810         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19811         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19812         fix element_error
19813
19814 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19815
19816         * sys/v4l/v4l_calls.h:
19817         * sys/v4l2/v4l2_calls.h:
19818           element_error fixes
19819
19820 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19821
19822         * gst-libs/gst/gst-i18n-plugin.h:
19823           add locale.h
19824           remove config.h inclusion
19825
19826 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19827
19828         * autogen.sh:
19829           adding autopoint invocation
19830         * Makefile.am:
19831         * configure.ac:
19832         * gst-libs/gst/gettext.h:
19833           adding gettext bits
19834         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19835         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19836         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19837         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19838         (gst_gnomevfssink_close_file):
19839         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19840         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19841         * gst-libs/gst/gst-i18n-plugin.h:
19842         * gst/avi/gstavi.c: (plugin_init):
19843         * sys/dxr3/dxr3init.c: (plugin_init):
19844         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19845         * sys/oss/gstossaudio.c: (plugin_init):
19846         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19847         * sys/v4l/gstv4l.c: (plugin_init):
19848         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19849         * sys/v4l2/gstv4l2.c: (plugin_init):
19850         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19851         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19852         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19853         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19854         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19855         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19856           make sure locale and translation domain are set
19857           fix translated strings
19858         * po/.cvsignore:
19859         * po/LINGUAS:
19860         * po/Makevars:
19861         * po/POTFILES.in:
19862         * po/nl.po:
19863           put translation files into place
19864         * sys/xvideo/imagetest.c: (main):
19865         * ext/dv/demo-play.c: (main):
19866           fix unnecessary translations
19867
19868 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19869
19870         * ext/sndfile/gstsf.c:
19871         * gst/avi/gstavimux.c:
19872         * ext/audiofile/gstafsink.c:
19873         * ext/audiofile/gstafsrc.c:
19874         * ext/gnomevfs/gstgnomevfssink.c:
19875         * ext/gnomevfs/gstgnomevfssrc.c:
19876         * sys/oss/gstosselement.c:
19877         * sys/v4l/v4l_calls.h:
19878           fix i18n include
19879
19880 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19881
19882         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19883         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19884         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19885         (gst_v4l2_get_output), (gst_v4l2_set_output),
19886         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19887         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19888         (gst_v4l2_set_attribute):
19889         update to new error handling
19890
19891 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19892
19893         * ext/sidplay/gstsiddec.cc:
19894         * gst/modplug/gstmodplug.cc:
19895           parenthese NULL because C++ seems angry about it
19896
19897 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19898
19899         * gst-libs/gst/gst-i18n-plugin.h:
19900           add skeleton i18n stuff, but needs to be further implemented
19901
19902 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19903
19904         * examples/gstplay/player.c: (main):
19905         * ext/aalib/gstaasink.c: (gst_aasink_open):
19906         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19908         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19909         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19910         (gst_afsink_close_file):
19911         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19912         (gst_afsrc_close_file):
19913         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19914         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19915         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19916         * ext/esd/esdmon.c: (gst_esdmon_get):
19917         * ext/esd/esdsink.c: (gst_esdsink_chain):
19918         * ext/faac/gstfaac.c: (gst_faac_chain):
19919         * ext/faad/gstfaad.c: (gst_faad_chain):
19920         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19921         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19922         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19923         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19924         (gst_flacdec_loop):
19925         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19926         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19929         (gst_gnomevfssink_close_file):
19930         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19931         (gst_gnomevfssrc_open_file):
19932         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19933         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19934         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19935         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19936         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19937         * ext/mad/gstmad.c: (gst_mad_chain):
19938         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19939         * ext/mpeg2dec/gstmpeg2dec.c:
19940         * ext/mpeg2enc/gstmpeg2enc.cc:
19941         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19942         * ext/mplex/gstmplex.cc:
19943         * ext/mplex/gstmplexibitstream.cc:
19944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19945         (gst_ogg_demux_push), (gst_ogg_pad_push):
19946         * ext/raw1394/gstdv1394src.c:
19947         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19948         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19949         * ext/sidplay/gstsiddec.cc:
19950         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19951         (gst_sf_loop):
19952         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19953         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19954         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19955         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19956         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19957         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19958         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19959         * gst-libs/gst/Makefile.am:
19960         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19961         (gst_riff_read_element_data), (gst_riff_read_seek),
19962         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19963         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19965         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19966         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19967         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19968         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19969         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19970         * gst/goom/gstgoom.c: (gst_goom_chain):
19971         * gst/id3/gstid3types.c: (gst_id3types_loop):
19972         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19973         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19974         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19975         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19976         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19977         (gst_ebml_read_float), (gst_ebml_read_header):
19978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19979         (gst_matroska_demux_parse_blockgroup):
19980         * gst/modplug/gstmodplug.cc:
19981         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19982         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19983         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19984         * gst/silence/gstsilence.c: (gst_silence_get):
19985         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19986         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19987         * gst/speed/gstspeed.c: (speed_loop):
19988         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19989         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19990         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19991         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19992         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19993         (gst_wavparse_loop):
19994         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19995         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19996         (dxr3audiosink_close):
19997         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19998         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19999         (dxr3videosink_close), (dxr3videosink_write_data):
20000         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20001         * sys/oss/gstosselement.h:
20002         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20003         (gst_osssink_chain):
20004         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20005         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20006         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20007         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20008         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20009         (gst_v4l_enable_overlay):
20010         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20011         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20012         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20013         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20014         (gst_v4l_set_audio):
20015         * sys/v4l/v4l_calls.h:
20016         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20017         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20018         (gst_v4lmjpegsink_playback_init),
20019         (gst_v4lmjpegsink_playback_start):
20020         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20021         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20022         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20023         (gst_v4lmjpegsrc_requeue_frame):
20024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20025         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20026         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20027         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20028         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20029         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20030         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20031         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20032         (gst_v4l2src_capture_stop):
20033         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20034         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20035         (gst_ximagesink_chain):
20036         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20037         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20038         (gst_xvideosink_xwindow_new):
20039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20040         (gst_xvimagesink_chain):
20041         use new error signal, function and categories
20042
20043 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20044
20045         * configure.ac:
20046         * ext/Makefile.am:
20047         * ext/musicbrainz/gsttrm.c:
20048         * ext/musicbrainz/gsttrm.h:
20049         * ext/musicbrainz/Makefile.am:
20050         Add a trm plugin
20051
20052 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20053
20054         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20055         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20056         synchronous property for debugging.
20057         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20059         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20060         smaller block, fixing indent.
20061
20062 2004-01-16  David Schleef  <ds@schleef.org>
20063
20064         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20065         property affects the video stream.
20066         * sys/xvimage/xvimagesink.c:
20067         * sys/xvimage/xvimagesink.h:
20068         Add synchronous property for debugging.  Should probably be
20069         disabled in non-CVS builds.  Make sure that the Xv attribute
20070         exists before we set it (crash!).  Fix a silly float bug that
20071         caused colorbalance to just not work.
20072
20073 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20074
20075         * tools/gst-launch-ext.in - update for new plugins
20076
20077 2004-01-16  David Schleef  <ds@schleef.org>
20078
20079         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20080         already-freed caps.
20081
20082 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20083
20084         * Update spec for new colorspace plugin and libcaca plugin
20085         * Fix compilation of libcaca plugin (clock -> id)
20086
20087 2004-01-16  Julien MOUTTE <julien@moutte.net>
20088
20089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20090         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20091         (gst_xvimagesink_set_xwindow_id),
20092         (gst_xvimagesink_colorbalance_set_value),
20093         (gst_xvimagesink_colorbalance_get_value),
20094         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20095         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20096         correct colorbalance properties. They can now be set when the element
20097         is still in NULL state. The values will be committed to the Xv Port
20098         when xcontext is initialized.
20099         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20100         brightness int values in the GstXvImagesink structure.
20101
20102 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20103
20104         * gst-libs/gst/Makefile.am:
20105           restructure so having local patches works easier.
20106
20107 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20108
20109         * ext/mpeg2enc/Makefile.am:
20110         * ext/mpeg2enc/gstmpeg2enc.cc:
20111         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20112           Bugfix with respect to EOS handling.
20113
20114 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20117           Link with right caps (else, it segfaults).
20118         * ext/mplex/gstmplexjob.cc:
20119           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20120
20121 2004-01-15  David Schleef  <ds@schleef.org>
20122
20123         * gst-libs/gst/audio/Makefile.am:
20124         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20125         from the template.
20126         * gst-libs/gst/audio/gstaudiofilter.c:
20127         * gst-libs/gst/audio/gstaudiofilter.h:
20128         Add bytes_per_sample and size and n_samples calculation.
20129         * gst-libs/gst/audio/gstaudiofilterexample.c:
20130         Remove, now autogenerated.
20131         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20132         Moved from gstaudiofilterexample, object name changed, code added
20133         so that it actually works.
20134         * gst-libs/gst/audio/make_filter:
20135         Script to build an audiofilter subclass from the template.
20136         * gst/colorspace/Makefile.am:
20137         * gst/colorspace/yuv2yuv.c:
20138         Remove file, since it's GPL, and we don't use it.
20139
20140 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20141
20142         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20144         them use the buffer free function to test how the buffer was allocated.
20145
20146 2004-01-15  David Schleef  <ds@schleef.org>
20147
20148         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20149         that handles osssink fallback.
20150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20151         (gst_audio_convert_getcaps):
20152         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20153         Add audio/x-qdm2 for QDM2 audio.
20154         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20155         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20157         Decrease minimum size to 16x16.
20158         * gst/wavparse/gstwavparse.c:
20159         Convert disabled pad template caps to new caps.
20160         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20162         (gst_xvimagesink_chain): Throw element error when display cannot
20163         be opened.  Increase minimum framerate to 1.0.  Check the data
20164         free function on a buffer to make sure it is the type we expect
20165         before manipulating it.
20166
20167 2004-01-15  Julien MOUTTE <julien@moutte.net>
20168
20169         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20170         (gst_videobalance_colorbalance_set_value): Implement passthru if
20171         settings are in the middle.
20172         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20173
20174 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20175
20176         * gst/videofilter/Makefile.am:
20177         * gst/volume/Makefile.am:
20178           Since we use videofilter symbols, link to it.
20179
20180 2004-01-15  Julien MOUTTE <julien@moutte.net>
20181
20182         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20183         mixer interface type to HARDWARE.
20184         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20185         type to SOFTWARE.
20186         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20187         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20188         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20189         (gst_volume_interface_init), (gst_volume_list_tracks),
20190         (gst_volume_set_volume), (gst_volume_get_volume),
20191         (gst_volume_set_mute), (gst_volume_mixer_init),
20192         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20193         (volume_init): Implementing mixer interface.
20194         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20195         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20196         (gst_osselement_change_state): Removing some trailing commas in
20197         structures.
20198         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20199         interface type to HARDWARE.
20200         * sys/v4l/gstv4lcolorbalance.c:
20201         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20202         type to HARDWARE.
20203         * sys/v4l2/gstv4l2colorbalance.c:
20204         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20205         interface type to HARDWARE.
20206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20207         same code than ximagesink for event handling.
20208
20209 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20210
20211         * ext/snapshot/Makefile.am:
20212         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20213         (gst_snapshot_chain):
20214         * ext/snapshot/gstsnapshot.h:
20215           This has to be a joke... Snapshot should be connected to a tee,
20216           colorspace element before it and EOS after that, where the other
20217           src of the tee receives normal data.
20218           The current way is *wrong*.
20219
20220 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20221
20222         * ext/hermes/gsthermescolorspace.c:
20223           Fix another compile error. Same as below.
20224
20225 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20226
20227         * gst/colorspace/gstcolorspace.c:
20228         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20229         (gst_colorspace_i420_to_yv12):
20230           Fix compiling... Didn't test if it actually works.
20231
20232 2004-01-15  David Schleef  <ds@schleef.org>
20233
20234         * configure.ac:
20235         * gst/colorspace/Makefile.am:
20236         * gst/colorspace/gstcolorspace.c:
20237         * gst/colorspace/gstcolorspace.h:
20238         * gst/colorspace/yuv2rgb.c:
20239         * gst/colorspace/yuv2rgb.h:
20240         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20241         code and GPL code.  Fix for new caps negotiation.  Rewrite
20242         much of the format handling code, and some of the conversion
20243         code.  Basically, rewrote almost everything.  This element
20244         handles I420, YV12 to RGB conversions.
20245         * ext/hermes/Makefile.am:
20246         * ext/hermes/gsthermescolorspace.c:
20247         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20248         Remove non-Hermes related code.  This element handles lots of
20249         RGB to RGB conversions, but no YUV.
20250         * ext/hermes/gstcolorspace.c:
20251         * ext/hermes/gstcolorspace.h:
20252         * ext/hermes/rgb2yuv.c:
20253         * ext/hermes/yuv2rgb.c:
20254         * ext/hermes/yuv2rgb.h:
20255         * ext/hermes/yuv2rgb_mmx16.s:
20256         * ext/hermes/yuv2yuv.c:
20257         * ext/hermes/yuv2yuv.h:
20258         Remove old code.
20259
20260 2004-01-14  Colin Walters  <walters@verbum.org>
20261
20262         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20263         they've already been.
20264
20265 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20266
20267         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20268           assume tag mode when pad is not connected
20269
20270 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20271
20272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20273           Don't update the time of the clock
20274         (gst_alsa_sink_loop):
20275           sync to the clock given to alsasink, not the own clock
20276         * sys/oss/gstosssink.c: (gst_osssink_chain):
20277           sync to the clock
20278         (gst_osssink_change_state):
20279           activate the clock
20280         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20282           remove bogus code that made DISCONT events unhandled
20283         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20284           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20285           #131502)
20286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20287         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20288         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20289           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20290           2nd warning in bug #131502)
20291
20292 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20293
20294         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20295         (gst_videobalance_colorbalance_set_value),
20296         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20297         for colorbalance interface implementation.
20298         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20299         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20300         (gst_ximagesink_dispose), (gst_ximagesink_init),
20301         (gst_ximagesink_class_init): Adding DISPLAY property.
20302         * sys/ximage/ximagesink.h: Adding display_name to store display.
20303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20304         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20305         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20306         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20307         properties (they still need polishing though for gst-launch use : no
20308         xcontext yet, i ll do that tomorrow).
20309         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20310
20311 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20312
20313         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20314         (gst_play_set_location), (gst_play_set_visualization): Preparing
20315         switch integration, adding videobalance in the pipeline.
20316
20317 2004-01-14  Julien MOUTTE <julien@moutte.net>
20318
20319         * gst-libs/gst/colorbalance/colorbalance.c:
20320         (gst_color_balance_class_init): Adding a default type.
20321         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20322         the type.
20323         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20324         (gst_videobalance_dispose), (gst_videobalance_class_init),
20325         (gst_videobalance_init), (gst_videobalance_interface_supported),
20326         (gst_videobalance_interface_init),
20327         (gst_videobalance_colorbalance_list_channels),
20328         (gst_videobalance_colorbalance_set_value),
20329         (gst_videobalance_colorbalance_get_value),
20330         (gst_videobalance_colorbalance_init): Implementing colorbalance
20331         interface.
20332         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20333         list.
20334         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20335         bug which was triggering a BadAccess X error when setting an overlay
20336         before pad was really negotiated.
20337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20338         Using the colorbalance type macro.
20339
20340 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20341
20342         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20343         (gst_flacenc_chain):
20344           handle tags correctly
20345         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20346           extract ID3v1 tags correctly
20347
20348 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20349
20350         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20351         (plugin_init):
20352           Improve matroska typefinding for odd-typed headers...
20353
20354 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20357           Fix for using incremental number on padnames.
20358
20359 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20360
20361         * ext/divx/gstdivxdec.c:
20362         * ext/divx/gstdivxenc.c:
20363           Set category to divx4linux instead of divx (too generic).
20364         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20365         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20366         (gst_wavparse_loop), (gst_wavparse_change_state):
20367         * gst/wavparse/gstwavparse.h:
20368           fix parsing of WAV files with non-standard fmt-tag size and fix
20369           skipping of unrecognized chunks... Someone please fix this thing
20370           to use rifflib so all this is automated.
20371         * sys/v4l/Makefile.am:
20372         * sys/v4l2/Makefile.am:
20373           Add X_CFLAGS because we depend on X (for overlay).
20374
20375 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20376
20377         * ext/mpeg2dec/gstmpeg2dec.c:
20378           Don't issue a timestamp unless we tagged the frame
20379           with a PTS.
20380
20381 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20382
20383         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20384           Query the audio element to get the time, not the clock. We're
20385           interested in the element's time here.
20386
20387 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20388
20389         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20390         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20391         * ext/esd/esdsink.c: (gst_esdsink_chain):
20392         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20393         * ext/mas/massink.c: (gst_massink_chain):
20394         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20395         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20396         (gst_matroska_demux_parse_metadata):
20397         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20398         (gst_mpeg_parse_release_locks):
20399         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20400         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20401         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20402         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20403         (gst_osssink_change_state):
20404         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20405         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20406         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20407         (gst_xvideosink_release_locks):
20408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20409           use element time.
20410         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20411         (gst_alsa_clock_stop):
20412         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20413         (gst_audio_clock_get_internal_time):
20414           simplify for use with new clocking code.
20415         * testsuite/alsa/Makefile.am:
20416         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20417           fix testsuite for new caps system
20418
20419 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20420
20421         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20422         * ext/flac/gstflacenc.c: (add_one_tag):
20423           length is already host endian, no need to convert. Fixes playback of
20424           tagged files on PPC. (bug #128384)
20425
20426 2004-01-13  Julien MOUTTE <julien@moutte.net>
20427
20428         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20429         colorbalance interface stating if it is hardware based or software
20430         based.
20431         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20432         Removing a trailing comma.
20433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20434         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20435         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20436         the documentation seems to be wrong on the -1000 to 1000 interval.
20437
20438 2004-01-12  David Schleef  <ds@schleef.org>
20439
20440         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20441         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20442         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20443         Fix negotiation.  Add a bufferalloc function for the sink pad,
20444         and generally clean up some of the code.
20445
20446 2004-01-12  Julien MOUTTE <julien@moutte.net>
20447
20448         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20449         (gst_color_balance_channel_dispose): Adding safety check in dispose
20450         method.
20451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20452         (gst_xvimagesink_xcontext_clear),
20453         (gst_xvimagesink_interface_supported),
20454         (gst_xvimagesink_colorbalance_list_channels),
20455         (gst_xvimagesink_colorbalance_set_value),
20456         (gst_xvimagesink_colorbalance_get_value),
20457         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20458         Adding colorbalance interface support to set XV parameters such as
20459         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20460         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20461         interface.
20462
20463 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20464
20465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20466         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20467         (gst_audio_convert_init), (gst_audio_convert_set_property),
20468         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20469         (gst_audio_convert_link),
20470         (gst_audio_convert_buffer_to_default_format),
20471         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20472           - implement _getcaps and use it
20473           - improve linking
20474           - remove float caps since no float conversion is actually done
20475           - remove properties and arguments that were to be used for rate
20476             conversion
20477
20478 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20479
20480         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20481         (gst_audio_structure_set_int):
20482         * gst-libs/gst/audio/audio.h:
20483           add helper functions for _getcaps matching the standard audio
20484           templates
20485
20486 2004-01-12  David Schleef  <ds@schleef.org>
20487
20488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20489         Test that pad is negotiated before getting its caps.
20490
20491 2004-01-12  Julien MOUTTE <julien@moutte.net>
20492
20493         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20494         analyzing the pads of an element the bin is mostly in READY state so
20495         no caps were negotiated. This helper function needs to work with
20496         _get_caps directly then. I was not freeing them though, added that to
20497         fix the mem leak.
20498
20499 2004-01-12  Julien MOUTTE <julien@moutte.net>
20500
20501         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20503         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20504         than the free_func.
20505
20506 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20507
20508         * sys/oss/gstossaudio.c: (plugin_init):
20509         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20510         * sys/oss/gstosselement.h:
20511           make an oss debugging category
20512           make failure more descriptive
20513
20514 2004-01-11  David Schleef  <ds@schleef.org>
20515
20516         * ext/ffmpeg/gstffmpeg.c:
20517         * ext/ffmpeg/gstffmpegcodecmap.c:
20518         * ext/ffmpeg/gstffmpegdec.c:
20519         * ext/ffmpeg/gstffmpegenc.c:
20520         * ext/ffmpeg/gstffmpegprotocol.c:
20521         * ext/gdk_pixbuf/gstgdkanimation.c:
20522         * ext/jpeg/gstjpeg.c:
20523         * ext/libpng/gstpng.c:
20524         * ext/mpeg2dec/perftest.c:
20525         * ext/speex/gstspeex.c:
20526         * gst-libs/gst/resample/dtos.c:
20527         * gst/intfloat/gstintfloatconvert.c:
20528         * gst/oneton/gstoneton.c:
20529         * gst/rtjpeg/RTjpeg.c:
20530         * gst/rtp/gstrtp.c:
20531         * sys/dxr3/dxr3init.c:
20532         * sys/glsink/gstgl_nvimage.c:
20533         * sys/glsink/gstgl_pdrimage.c:
20534         * sys/glsink/gstglsink.c:
20535         * testsuite/gst-lint:
20536         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20537
20538 2004-01-11  David Schleef  <ds@schleef.org>
20539
20540         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20541         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20542         * ext/gdk_pixbuf/gstgdkanimation.c:
20543         (gst_gdk_animation_iter_create_pixbuf):
20544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20545         (gst_gdk_pixbuf_chain):
20546         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20547         * ext/jack/gstjack.c: (gst_jack_change_state):
20548         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20549         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20550         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20551         * gst/videofilter/gstvideofilter.c:
20552         (gst_videofilter_set_output_size):
20553         Remove all usage of gst_pad_get_caps(), and replace it with
20554         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20555
20556 2004-01-11  David Schleef  <ds@schleef.org>
20557
20558         * configure.ac:
20559         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20560         * ext/divx/gstdivxdec.c:
20561         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20562         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20563         handle images that span multiple buffers.  Now work with both
20564         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20565         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20566         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20567         video/video.h changes
20568         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20569         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20570         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20571         of GstData free function.
20572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20573         same.
20574
20575 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20576
20577         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20578         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20579         (gst_v4l2element_get_property):
20580         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20581           add norm, channel and frequency properties.
20582         * sys/v4l2/gstv4l2tuner.c:
20583           fixes for tuner interface changes
20584         * sys/v4l2/gstv4l2element.h:
20585         * sys/v4l2/gstv4l2src.c:
20586         * sys/v4l2/gstv4l2src.h:
20587         * sys/v4l2/v4l2src_calls.c:
20588         * sys/v4l2/v4l2src_calls.h:
20589           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20590
20591 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20592
20593         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20594         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20595         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20596         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20597         * gst-libs/gst/tuner/tuner.h:
20598           GObjects aren't const.
20599           Add find_by_name functions.
20600           Add checks to _changed functions.
20601         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20602         (gst_v4l_tuner_get_norm):
20603           Fixes for above.
20604
20605 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20606
20607         * gst-libs/gst/video/video.h:
20608           Fix caps template names to be understandable.
20609           Prefix everything with GST_VIDEO.
20610         * ext/aalib/gstaasink.c:
20611         * ext/divx/gstdivxdec.c:
20612         * ext/divx/gstdivxenc.c:
20613         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20614         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20615         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20616         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20617         * ext/libcaca/gstcacasink.c:
20618         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20619         * ext/snapshot/gstsnapshot.c:
20620         * ext/swfdec/gstswfdec.c:
20621         * ext/xvid/gstxviddec.c:
20622         * ext/xvid/gstxvidenc.c:
20623         * gst/chart/gstchart.c:
20624         * gst/deinterlace/gstdeinterlace.c:
20625         * gst/effectv/gsteffectv.c:
20626         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20627         * gst/goom/gstgoom.c:
20628         * gst/median/gstmedian.c:
20629         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20630         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20631         * gst/overlay/gstoverlay.c:
20632         * gst/smooth/gstsmooth.c:
20633         * gst/smpte/gstsmpte.c:
20634         * gst/synaesthesia/gstsynaesthesia.c:
20635         * gst/videocrop/gstvideocrop.c:
20636         * gst/videodrop/gstvideodrop.c:
20637         * gst/y4m/gsty4mencode.c:
20638         * sys/qcam/gstqcamsrc.c:
20639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20640           Make them work with new video.h file.
20641         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20642         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20644         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20645           Make it work with new buffer allocation system.
20646
20647 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20648
20649         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20650         pad_alloc_buffer implementation to use ->srcpad
20651         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20652         pad_alloc_buffer implementation to use ->srcpad
20653         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20654         pad_alloc_buffer implementation to use ->srcpad
20655         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20656         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20657         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20658         a reference to everything we need.
20659         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20661         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20662         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20663         a reference to everything we need.
20664         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20665
20666 2004-01-11  David Schleef  <ds@schleef.org>
20667
20668         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20669         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20670         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20671         structure members.
20672         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20673         value during a resize/renegotiation.
20674         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20675         gst_pad_alloc_buffer();
20676         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20677         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20678         structure members.
20679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20680         Fix for rename of buffer private structure members.
20681         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20682         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20683         Fix for rename of buffer private structure members.
20684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20685         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20686         Fix for rename of buffer private structure members.
20687
20688 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20689
20690         reviewed by: David Schleef <ds@schleef.org>
20691
20692         * gst/videofilter/Makefile.am:
20693         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20694         from the patch by ds to fit in with recent make_filter changes.
20695
20696 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20697
20698         * configure.ac: Adding examples/switch/Makefile
20699         * examples/Makefile.am: Adding examples/switch
20700         * examples/switch/Makefile.am: Adding switcher example.
20701         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20702         (switch_timer), (main): Adding an example demonstrating switch usage
20703         with 2 videotestsrc showing different patterns.
20704         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20705         (gst_switch_init): Fixing switch with the new caps system.
20706
20707 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20708
20709         * gst-libs/gst/video/video.h:
20710           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20711           They should probably be like
20712           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20713
20714 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20715
20716         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20717         (qtdemux_parse_trak):
20718           fix audio chunk size/timestamp calculation
20719
20720 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20721
20722         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20723           fix SVQ3 caps
20724
20725 2004-01-11  Steve Baker  <steve@stevebaker.org>
20726
20727         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20728         (gst_agingtv_base_init), (gst_agingtv_class_init),
20729         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20730         (gst_agingtv_set_property), (gst_agingtv_get_property):
20731         Port agingTV to videofilter
20732
20733 2004-01-09  Julien MOUTTE <julien@moutte.net>
20734
20735         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20736         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20737
20738 2004-01-09  Julien MOUTTE <julien@moutte.net>
20739
20740         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20741         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20742         * gst-libs/gst/xoverlay/xoverlay.c:
20743         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20744         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20745         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20746         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20747         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20748         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20749         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20750         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20751         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20752         interface implementation to handle xid being 0 and fix some bugs
20753         triggered by Benjamin's testcase.
20754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20755         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20756         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20757         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20758         interface implementation to handle xid being 0 and fix some bugs
20759         triggered by Benjamin's testcase.
20760
20761 2004-01-09  David Schleef  <ds@schleef.org>
20762
20763         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20764         mouse pointer events.  It works.
20765
20766 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20767
20768         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20769           Use explicit caps - fix capsnego.
20770         * ext/xvid/gstxviddec.c:
20771         * ext/xvid/gstxvidenc.c:
20772           Remove macro-inside-macro which caused compile errors.
20773         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20774           Error out if it's not a RIFF file. Else we error out without
20775           gst_element_error() which is not good...
20776
20777 2004-01-08  David Schleef  <ds@schleef.org>
20778
20779         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20780         Fix pad_link function to handle formats that ffmpeg returns
20781         as multiple caps structures.
20782         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20783         Only complain if source buffer is _smaller_ than expected.
20784         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20785         (gst_videoscale_handle_src_event): Resize navigation events
20786         when passing them upstream.
20787         * gst/videotestsrc/gstvideotestsrc.c:
20788         * gst/videotestsrc/gstvideotestsrc.h:
20789         * gst/videotestsrc/videotestsrc.c:
20790         * gst/videotestsrc/videotestsrc.h:
20791         Rewrite many of the buffer painting functions to handle odd
20792         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20793         been verified to work with my video card.
20794         * testsuite/gst-lint:  Add check for elements calling
20795         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20796
20797 2004-01-08  David Schleef  <ds@schleef.org>
20798
20799         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20800         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20801
20802 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20803
20804         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20805         configure event is not emiting the desired size signal. That fixes
20806         aspect ratio issues with gst-player.
20807
20808 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20809
20810         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20811           Fix capsnego.
20812
20813 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20814
20815         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20816         public method to fire size signal.
20817
20818 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20819
20820         * examples/gstplay/Makefile.am: Adding the interface library.
20821         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20822         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20823         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20824         GST_IS_X_OVERLAY before signal connect.
20825         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20826         Removing the have_video_size signal.
20827         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20828         and associated public method.
20829         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20830         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20831         signal.
20832         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20833         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20834         signal.
20835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20836         Using XOverlay public method to fire size signal.
20837
20838 2004-01-07  David Schleef  <ds@schleef.org>
20839
20840         * gst/videofilter/Makefile.am:
20841         * gst/videofilter/gstvideotemplate.c:
20842         * gst/videofilter/make_filter:
20843         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20844         Convert make_filter to /bin/sh script.
20845
20846 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20847
20848         * gst/modplug/gstmodplug.cc: fix element description
20849
20850 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20851
20852         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20853         (got_video_size): Adding some new lines in g_print calls.
20854         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20855         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20856         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20857         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20858         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20859         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20860         Complete code review, reverting some stuff i disagree with, adding
20861         some fixes : time synchronization on invalid timestamps, renegotiation
20862         of private window.
20863         * sys/ximage/ximagesink.h:
20864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20865         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20866         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20867         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20868         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20869         (gst_xvimagesink_buffer_new),
20870         (gst_xvimagesink_navigation_send_event),
20871         (gst_xvimagesink_set_xwindow_id),
20872         (gst_xvimagesink_get_desired_size),
20873         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20874         stuff i disagree with, adding some fixes : Renegotiation of private
20875         window, implementing get_desired_size.
20876
20877 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20878
20879         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20880         (gst_afsink_handle_event):
20881         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20882         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20883         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20884         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20885         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20886           Fix for instantiate-test (see core). Also remove dead code from
20887           jpegenc (which still needs fixing, but that's lower on my TODO
20888           list...).
20889         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20890           Never return NULL as caps.
20891
20892 2004-01-07  David Schleef  <ds@schleef.org>
20893
20894         * configure.ac:
20895         * ext/Makefile.am:
20896         * ext/librfb/Makefile.am:
20897         * ext/librfb/gstrfbsrc.c:
20898         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20899         is the protocol used by VNC.
20900
20901 2004-01-07  David Schleef  <ds@schleef.org>
20902
20903         * gst/videofilter/gstvideotemplate.c:
20904         * gst/videofilter/gstvideotemplate.h:
20905         * gst/videofilter/make_filter:
20906         Merge videotemplate header into source file.
20907         * gst/effectv/Makefile.am:
20908         * gst/effectv/gsteffectv.c: (plugin_init):
20909         * gst/effectv/gstwarp.c:
20910         Make warpTV a subclass of videofilter.
20911
20912 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20913
20914         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20915           Add guard against invalid utf-8 conversions in mad. Just in case.
20916
20917 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20918
20919         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20920           Fix for bug shown by poisoning
20921
20922 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20925         (gst_v4lmjpegsrc_buffer_free):
20926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20927         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20928         (gst_v4lsrc_buffer_free):
20929           Fix for removed bufferpools.
20930
20931 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20932
20933         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20934         Fix caps negotiation.
20935
20936         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20937         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20938         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20939         (dvdnavsrc_event):
20940         * ext/mpeg2dec/gstmpeg2dec.c:
20941         * gst-libs/gst/navigation/navigation.c:
20942         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20943         * gst-libs/gst/navigation/navigation.h:
20944         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20945         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20947         Super-simple first version of mouse and keyboard events. Clicking
20948         on a DVD menu now works, although it may not take you where you
20949         expected.
20950
20951         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20952         * gst/videotestsrc/gstvideotestsrc.c:
20953         (gst_videotestsrc_src_fixate):
20954         These fixate functions were broken - they never actually
20955         fixated :)
20956
20957 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20958
20959         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20960         (gst_icecastsend_init):
20961           fix for new caps system.
20962         * gst-libs/gst/mixer/mixertrack.h:
20963         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20964           Add 'master track' flag (for tools like ACME that only want to
20965           change the main volume).
20966
20967 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20968
20969         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20970         (gst_xvid_csp_to_caps):
20971         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20972         * ext/xvid/gstxvidenc.c:
20973         ifdef out ARGB type when it isn't available
20974         in xvidcore 1.0.0beta2
20975
20976 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20977
20978         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20979           When we have received a new SCR right in the first buffer after
20980           a seek (so in the same cycle that handles the discont), we should
20981           handle the buffer instead of unreffing it, else we lose data.
20982
20983 2004-01-06  Iain <iain@prettypeople.org>
20984
20985         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20986           buffer-frames caps too.
20987
20988         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20989           caps that we need, don't destroy them all and rebuild them. And when
20990           creating src pads, use the src pad template rather than the sink...
20991
20992 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20993
20994         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20995           Add pad to element *after* setting functions such as event handler.
20996           Without this, the scheduler (opt) will link pads, set the event
20997           handler from the default event function (dispatcher in gstpad.c)
20998           and *after* that, we will set our own event function, which will
20999           thus never be used (and thus mpegdemux doesn't handle events).
21000
21001 2004-01-04  David Schleef  <ds@schleef.org>
21002
21003         Fix the fixate functions to handle new prototype:
21004         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21005         * gst/videotestsrc/gstvideotestsrc.c:
21006         (gst_videotestsrc_src_fixate):
21007         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21008         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21010
21011 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21012
21013         * sys/ximage/ximagesink.h:
21014         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21015         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21016         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21017         (gst_ximagesink_xoverlay_init):
21018           assorted fixes to make (re)embedding work
21019         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21020         (gst_ximagesink_get_desired_size):
21021           implement desired size additions to XOverlay
21022
21023 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21024
21025         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21026         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21027         (gst_x_overlay_got_desired_size):
21028         * gst-libs/gst/xoverlay/xoverlay.h:
21029           Add optional "desired size" signal and querying.
21030
21031 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21032
21033         * gst/matroska/matroska-demux.c:
21034         (gst_matroska_demux_parse_blockgroup):
21035           Fix EBML-laced block parsing. Diffs are relative to previous
21036           lace, not the first lace. Thanks to Mosu from the Matroska
21037           team for detecting this.
21038         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21039         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21040         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21041         (gst_wavparse_change_state):
21042         * gst/wavparse/gstwavparse.h:
21043           Quickfix for capsnego.
21044
21045 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21048           Fix indenting, fix pad creation.
21049
21050 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21051
21052         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21053         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21054         (gst_xviddec_sink_link):
21055           Implement src_getcaps() so proper size caps is negotiated.
21056
21057 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21060           Finish flac decoder on EOS. See #116178.
21061
21062 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21065         (gst_matroska_demux_add_stream):
21066         * gst/matroska/matroska-ids.h:
21067           Add getcaps() function to fix capsnego...
21068
21069 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21072         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21073         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21074           Fix more integer overflows. Again, see #126967.
21075
21076 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21077
21078         * ext/mpeg2dec/gstmpeg2dec.c:
21079           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21080           #130416.
21081
21082 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21083
21084         * configure.ac:
21085         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21086         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21087         * ext/xvid/gstxvid.h:
21088         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21089         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21090         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21091         (gst_xviddec_change_state):
21092         * ext/xvid/gstxviddec.h:
21093         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21094         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21095         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21096         (gst_xvidenc_link), (gst_xvidenc_set_property),
21097         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21098         * ext/xvid/gstxvidenc.h:
21099           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21100
21101 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21102
21103         * gst/rtp/rtp-packet.c:
21104           Add sys/types.h include, since OS X doesn't define in_addr_t
21105           in netinet/in.h, like it does on Linux (see #129600).
21106
21107 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21108
21109         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21112           Correct logic of dispose function (see #129306).
21113
21114 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21115
21116         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21117         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21118         (gst_mpeg_parse_init):
21119         * gst/mpegstream/gstmpegparse.h:
21120           Remove clock (which was never provided, i.e. dead code), and
21121           also fix integer overflows at high PTS values (see #126967).
21122
21123 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * ext/flac/gstflacdec.c:
21126         * ext/libpng/gstpngenc.h:
21127         * ext/mikmod/gstmikmod.h:
21128           OS X fixes (see #126628).
21129
21130 2004-01-02  David Schleef  <ds@schleef.org>
21131
21132         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21133         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21134         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21135         (gst_mpeg_parse_class_init): Move pad template registration
21136         to class_init, since the derived class (mpegdemux) doesn't
21137         want them.
21138
21139 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21140
21141         * sys/ximage/Makefile.am:
21142         * sys/xvideo/Makefile.am:
21143         * sys/xvimage/Makefile.am:
21144           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21145           after installation (see #127664).
21146
21147 2004-01-02  David Schleef  <ds@schleef.org>
21148
21149         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21150         (gst_ffmpegenc_connect):  Negotiation fixes.
21151         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21152         Remove inappropriate gst_caps_free().
21153         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21154         Reenable Ronald's internal resize code, since the core handles
21155         it correctly now.
21156
21157 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21158
21159         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21161         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21162           Fix pad template stuff.
21163
21164 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21165
21166         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21167         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21168           fix signed integer reading/writing.
21169
21170 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21171
21172         * ext/alsa/README:
21173           Remove outdated document
21174
21175 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21176
21177         * gst/cutter/gstcutter.c: (gst_cutter_init):
21178           src pad was being created twice - oops.
21179
21180 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21181
21182         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21183           Comment out internal resize. It doesn't handle the resulting
21184           XEvent internally, does another try_set_caps() which leads to
21185           a really nice loop.
21186           Real fix will come when Julien and Dave are awake. ;).
21187
21188 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * ext/mpeg2enc/gstmpeg2enc.cc:
21191           fix const/nonconst compile issue.
21192
21193 2004-01-02  David Schleef  <ds@schleef.org>
21194
21195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21196         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21197         Add fixate function and a check for bad formats.
21198
21199 2004-01-01  David Schleef  <ds@schleef.org>
21200
21201         Negotiation fixes:
21202         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21203         (gst_audiofilter_init):
21204         * gst/debug/efence.c: (gst_efence_init):
21205         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21206         (gst_deinterlace_init):
21207         * gst/volume/gstvolume.c: (volume_connect):
21208
21209 2004-01-01  David Schleef  <ds@schleef.org>
21210
21211         Convert elements to use gst_pad_use_explicit_caps() where
21212         appropriate:
21213         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21214         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21215         (gst_afparse_open_file):
21216         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21217         (gst_afsrc_open_file):
21218         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21219         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21220         (gst_ffmpegdec_chain):
21221         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21222         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21223         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21224         (gst_gdk_pixbuf_chain):
21225         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21226         (gst_jpegdec_chain):
21227         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21228         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21229         (gst_mikmod_negotiate):
21230         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21231         (gst_mpeg2dec_negotiate_format):
21232         * ext/mpeg2enc/gstmpeg2enc.cc:
21233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21234         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21235         (gst_speexdec_sinkconnect):
21236         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21237         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21238         (gst_vorbisfile_new_link):
21239         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21240         (gst_ac3parse_chain):
21241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21242         (gst_asf_demux_setup_pad):
21243         * gst/auparse/gstauparse.c: (gst_auparse_init),
21244         (gst_auparse_chain):
21245         * gst/id3/gstid3types.c: (gst_id3types_loop):
21246         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21247         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21248         (mp1videoparse_parse_seq):
21249         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21250         (bpf_from_header):
21251         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21252         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21253         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21254         (gst_mpeg_parse_send_data):
21255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21256         (gst_qtdemux_add_stream):
21257         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21258         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21259         (gst_wavparse_parse_fmt):
21260
21261 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21262
21263         * configure.ac:
21264           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21265           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21266           it therefore uses the wrong include paths. Too bad... Note
21267           that 1.6.1.93 is not release yet. ;).
21268           Also add a check for mplex, which is now using the lib'ified
21269           mplex from mjpegtools, too.
21270         * ext/ffmpeg/gstffmpegcodecmap.c:
21271           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21272           issues. I don't think ffmpeg handles 3ivx correctly, so this
21273           probably won't work. But it won't hurt either.
21274         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21275         (gst_ffmpegdec_chain):
21276         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21277         (gst_ffmpegenc_chain_audio):
21278           Fix memleak in audio encoding. Close codec if open fails, this
21279           calls the cleanup routines so we can re-use the context.
21280         * ext/mpeg2enc/gstmpeg2enc.cc:
21281           Fix pad template names/types, fix memory issue with getcaps().
21282         * ext/mpeg2enc/gstmpeg2encoder.cc:
21283         * ext/mpeg2enc/gstmpeg2encoder.hh:
21284           Fix compile issue with new caps system (const thingy).
21285         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21286         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21287           We read a first frame right on initing, so that we have a caps
21288           when we init the output. This caps is cached in padprivate and
21289           read as first frame.
21290         * ext/mplex/Makefile.am:
21291         * ext/mplex/gstmplex.cc:
21292         * ext/mplex/gstmplex.h:
21293         * ext/mplex/gstmplex.hh:
21294         * ext/mplex/gstmplexibitstream.cc:
21295         * ext/mplex/gstmplexibitstream.hh:
21296         * ext/mplex/gstmplexjob.cc:
21297         * ext/mplex/gstmplexjob.hh:
21298         * ext/mplex/gstmplexoutputstream.cc:
21299         * ext/mplex/gstmplexoutputstream.hh:
21300           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21301           had issues, didn't do capsnego, supported only a subset of the
21302           mplex features and required a mplex fork in our local CVS. Plus
21303           that it worked agaist a very old mplex version. Rewriting was
21304           faster than updating it.
21305         * gst-libs/ext/Makefile.am:
21306         * gst-libs/ext/mplex/INSTRUCT:
21307         * gst-libs/ext/mplex/Makefile.am:
21308         * gst-libs/ext/mplex/README:
21309         * gst-libs/ext/mplex/TODO:
21310         * gst-libs/ext/mplex/ac3strm_in.cc:
21311         * gst-libs/ext/mplex/audiostrm.hh:
21312         * gst-libs/ext/mplex/audiostrm_out.cc:
21313         * gst-libs/ext/mplex/aunit.hh:
21314         * gst-libs/ext/mplex/bits.cc:
21315         * gst-libs/ext/mplex/bits.hh:
21316         * gst-libs/ext/mplex/buffer.cc:
21317         * gst-libs/ext/mplex/buffer.hh:
21318         * gst-libs/ext/mplex/fastintfns.h:
21319         * gst-libs/ext/mplex/format_codes.h:
21320         * gst-libs/ext/mplex/inputstrm.cc:
21321         * gst-libs/ext/mplex/inputstrm.hh:
21322         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21323         * gst-libs/ext/mplex/mjpeg_logging.cc:
21324         * gst-libs/ext/mplex/mjpeg_logging.h:
21325         * gst-libs/ext/mplex/mjpeg_types.h:
21326         * gst-libs/ext/mplex/mpastrm_in.cc:
21327         * gst-libs/ext/mplex/mpegconsts.cc:
21328         * gst-libs/ext/mplex/mpegconsts.h:
21329         * gst-libs/ext/mplex/mplexconsts.hh:
21330         * gst-libs/ext/mplex/multplex.cc:
21331         * gst-libs/ext/mplex/outputstream.hh:
21332         * gst-libs/ext/mplex/padstrm.cc:
21333         * gst-libs/ext/mplex/padstrm.hh:
21334         * gst-libs/ext/mplex/stillsstream.cc:
21335         * gst-libs/ext/mplex/stillsstream.hh:
21336         * gst-libs/ext/mplex/systems.cc:
21337         * gst-libs/ext/mplex/systems.hh:
21338         * gst-libs/ext/mplex/vector.cc:
21339         * gst-libs/ext/mplex/vector.hh:
21340         * gst-libs/ext/mplex/videostrm.hh:
21341         * gst-libs/ext/mplex/videostrm_in.cc:
21342         * gst-libs/ext/mplex/videostrm_out.cc:
21343         * gst-libs/ext/mplex/yuv4mpeg.cc:
21344         * gst-libs/ext/mplex/yuv4mpeg.h:
21345         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21346         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21347           We don't fork mjpegtools' mplex in our CVS anymore.
21348         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21349         (gst_avi_demux_add_stream):
21350         * gst/avi/gstavidemux.h:
21351           Add getcaps() function for proper caps nego. This makes some
21352           parts of AVI playback/reading work.
21353         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21354           Resize window on new capsnego. This is probably wrong, but
21355           I'm still committing it because with current capsnego, the
21356           first successfull capsnego is auto-fixated, therefore rounded
21357           down to the lowest values in the caps. this results in a 16x16
21358           XWindow that is not reized when real capsnego finishes.
21359           Dave, I see more cases of this, do you know a proper solution?
21360         * tools/gst-launch-ext.in:
21361           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21362
21363 2003-12-31  David Schleef  <ds@schleef.org>
21364
21365         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21366         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21367           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21368
21369 2003-12-30  David Schleef  <ds@schleef.org>
21370
21371         * ext/ffmpeg/gstffmpegcolorspace.c:
21372         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21373         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21374         (gst_ffmpegcsp_chain): Negotiation fixes
21375         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21377         (gst_audio_convert_link), (gst_audio_convert_channels):
21378         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21379         (gst_audioscale_link), (gst_audioscale_get_buffer),
21380         (gst_audioscale_chain): Negotiation fixes
21381         * gst/audioscale/gstaudioscale.h:
21382         * gst/videofilter/gstvideofilter.c:
21383         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21384         (gst_videofilter_link), (gst_videofilter_init),
21385         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21386         (gst_videofilter_find_format_by_structure):
21387         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21388         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21389         (gst_videoscale_link):
21390         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21391         (videoscale_find_by_structure), (gst_videoscale_setup):
21392         * gst/videoscale/videoscale.h: Negotiation fixes
21393         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21394         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21395         function, restrict resizing to a multiple of 4 (hack until
21396         everyone supports odd sizes correctly).
21397
21398 2003-12-29  Colin Walters  <walters@verbum.org>
21399
21400         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21401         signed.
21402
21403 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21404
21405         * ext/sndfile/gstsf.c: (gst_sf_loop):
21406           Fix warning about discarding const qualifier
21407
21408 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21409
21410         * gst/cutter/gstcutter.c:
21411         * gst/videoscale/gstvideoscale.c:
21412         * gst/volenv/gstvolenv.c:
21413         * gst-libs/gst/audio/audio.c:
21414         * gst-libs/gst/video/video.c:
21415           Fix warnings
21416
21417 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21418
21419         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21420           Don't send ALSA debugging to stderr.
21421         * ext/alsa/gstalsa.h:
21422           Use GST_WARNING instead of g_warning when ALSA functions fail.
21423
21424 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21425
21426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21427           Free XVAdapterInfo correctly.
21428
21429 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21430
21431         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21432         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21433           Make id3tag use correct caps nego.
21434
21435 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21436
21437         * ext/ivorbis/vorbis.c:
21438         * ext/ivorbis/vorbisenc.h:
21439         * ext/ivorbis/vorbisfile.c:
21440           Modify so that it uses the new caps things
21441
21442 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21443
21444         * testsuite/spider/spider1.c: (main):
21445         * testsuite/spider/spider2.c: (main):
21446         * testsuite/spider/spider3.c: (main):
21447           Make tests compile again. They probably don't work.
21448
21449 2003-12-24  Colin Walters  <walters@verbum.org>
21450
21451         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21452         we can't fixate the caps anymore.
21453
21454 2003-12-23  David Schleef  <ds@schleef.org>
21455
21456         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21457         * sys/oss/gstosssink.c: (gst_osssink_init),
21458         (gst_osssink_sink_fixate): Add fixate function.
21459
21460 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21461
21462         * ext/ffmpeg/gstffmpegcodecmap.c:
21463         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21464         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21465         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21466         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21467         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21468         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21469         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21470           fix typo in RGB masks, and move back to "old" colorspace
21471           capsnego code until whoever wrote this new crap has actually
21472           tested it so that it works.
21473           And yes, this works, keep it that way please.
21474
21475 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21476
21477         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21478         (gst_divxdec_init), (gst_divxdec_negotiate):
21479         * ext/divx/gstdivxdec.h:
21480         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21481         (gst_divxenc_init):
21482         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21483         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21484         * ext/mpeg2enc/gstmpeg2enc.cc:
21485         * ext/mpeg2enc/gstmpeg2encoder.cc:
21486         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21487         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21488         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21489         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21490         (dxr3spusink_init):
21491         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21492         (dxr3videosink_init):
21493           Fix caps breakage after Dave's caps branch merge.
21494
21495 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21496
21497         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21498           Fix for 24bpp display.
21499
21500 2003-12-23  Colin Walters  <walters@verbum.org>
21501
21502         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21503         a GnomeVFSHandle directly.
21504
21505 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21506
21507         * gst/volume/Makefile.am:
21508         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21509         (volume_base_init), (volume_init):
21510           Reenable volume element and fix to work with new caps stuff.
21511           Rhythmbox needs this.
21512
21513 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21514
21515         * gst/qtdemux/qtdemux.c: (plugin_init):
21516           qtdemux requires bytestream
21517
21518 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21519
21520         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21521           Fix remaining caps handling errors due to CAPS merge.
21522
21523 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21524
21525         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21526         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21527         (gst_faad_srcconnect):
21528           Port to new caps system.
21529
21530 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21531
21532         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21533         (got_video_size), (main): using g_print instead of g_message.
21534         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21535         signal which was not emitted because of "switch" element added to the
21536         bin but not connected. (Removing from the bin temporarily)
21537
21538 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21539
21540         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21541         find X development files. I don't understand the previous tests and
21542         they fail on my debian/ppc unstable. This one works.
21543         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21544         exiting.
21545         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21546         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21547         (gst_play_set_visualization): Add some safety checks in set_ methods
21548         and state_change. This was throwing some ugly CRITICAL messages when
21549         pipeline was getting disposed and casts were failing.
21550
21551 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21552
21553         * configure.ac:
21554           Improve mpeg2enc detection. This is for distributions that do
21555           ship mjpegtools, but without mpeg2enc. Also does object check
21556           for might there ever be ABI incompatibility.
21557         * ext/mpeg2enc/gstmpeg2enc.cc:
21558           Add Andrew as second maintainer (he's helping me), and also add
21559           an error if no caps was set. This happens if I pull before capsnego
21560           and that's something I should solve sometime else.
21561         * gst/matroska/matroska-demux.c:
21562         (gst_matroska_demux_parse_blockgroup):
21563           Fix time parsing.
21564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21565         (gst_matroska_mux_track_header):
21566           Add caps to templates.
21567         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21568           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21569         * gst/mpegstream/gstmpegdemux.c:
21570           Remove layer since it causes warnings about unfixed caps.
21571         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21572           Fix obvious typo (we error out if caps were set, we should of
21573           course error out if *no* caps were set).
21574         * sys/oss/gstosselement.c: (gst_osselement_convert):
21575           Fix format conversion, we confused bits/bytes.
21576         * sys/oss/gstosselement.h:
21577           Improve documentation for 'bps'.
21578         * sys/v4l/TODO:
21579           Remove stuff about plugins that need removing - this was done
21580           ages ago.
21581         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21582         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21584         (gst_v4lsrc_src_query):
21585         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21586         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21587           Add get_query_types(), get_formats() and query() functions.
21588
21589 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21590
21591         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21592         * moved CVS to freedesktop.org