Rename gstnet to gstnetbuffer (#322257).
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-29  Andy Wingo  <wingo@pobox.com>
2
3         * pkgconfig/gstreamer-plugins-base.pc.in:
4         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
6         (#322257).
7
8 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9
10         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
11         3rd time's the charm. Correct ref-counting for discarded buffers.
12
13 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14
15         * gst/playback/gststreamselector.c:
16         (gst_stream_selector_class_init),
17         (gst_stream_selector_set_property),
18         (gst_stream_selector_get_property),
19         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20         Fix ref-counting
21
22 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
23
24         * gst/subparse/gstsubparse.c: (feed_textbuf):
25           Don't access already unref'ed buffer.
26
27 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
28
29         * gst/playback/gststreamselector.c:
30         (gst_stream_selector_class_init), (gst_stream_selector_init),
31         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
32         (gst_stream_selector_get_property),
33         (gst_stream_selector_get_linked_pad),
34         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
35         * gst/playback/gststreamselector.h:
36         Add the active-pad property for playbin to use shortly. Ignore buffers
37         from any other pad, returning GST_FLOW_NOT_LINKED
38
39 2005-11-29  Julien MOUTTE  <julien@moutte.net>
40
41         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
42         patch from bug #322704 (Alessandro Decina).
43
44 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
45
46         * gst-libs/gst/audio/Makefile.am:
47           folded audiofilter into the audio library
48
49 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
50
51         * gst/videoscale/gstvideoscale.h:
52         * gst/videoscale/gstvideoscale.c:
53           remove unimplemented scale methods
54
55 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
56
57         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
58           Don't leak caps.
59
60 2005-11-28  Julien MOUTTE  <julien@moutte.net>
61
62         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
63         (gst_ximagesink_setcaps):
64         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
65         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
66         happens (only visible on ximagesink but bug is in xv too) set_caps was
67         destroying the internal x[v]image used to memcpy non locally alloced
68         buffers so that it got renewed on next _chain. The issue is that 
69         _expose will try to put that image as it reffed it in _put.
70         Using gst_buffer_unref instead of destroy fixes it !
71
72 2005-11-28  Edward Hervey  <edward@fluendo.com>
73
74         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
75         (try_to_link_1), (queue_filled_cb):
76         Better use of the queues. Start with a small size queue and only increase
77         the size of the queues when the other queues are empty.
78
79 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
80
81         * gst-libs/gst/video/Makefile.am:
82           compile in copied-over videofilter into the video library
83         * gst-libs/gst/video/videosink.h:
84           rename the header to gstvideosink.h since it's a base GstObject class
85         * sys/ximage/ximagesink.h:
86         * sys/xvimage/xvimagesink.h:
87           use the new header
88
89 2005-11-28  Wim Taymans  <wim@fluendo.com>
90
91         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
92         * gst/playback/gstplaybasebin.h:
93         Prepare to handle errors betters.
94
95         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
96         Set sinks to PAUSED first before adding and linking them so that
97         we don't interrupt dataflow.
98
99 2005-11-28  Wim Taymans  <wim@fluendo.com>
100
101         * gst-libs/gst/audio/TODO:
102         Updated TODO
103
104         * gst-libs/gst/audio/gstaudiosink.c:
105         (gst_audioringbuffer_open_device),
106         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
107         (gst_audioringbuffer_release):
108         Small cleanups.
109
110         * gst-libs/gst/audio/gstbaseaudiosink.c:
111         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
112         (gst_base_audio_sink_change_state):
113         Slave to the master clock when going to PLAYING and unslave when
114         going to PAUSED.
115
116         * gst-libs/gst/audio/gstringbuffer.c:
117         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
118         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
119         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
120         (gst_ring_buffer_clear_all), (wait_segment),
121         (gst_ring_buffer_commit), (gst_ring_buffer_read),
122         (gst_ring_buffer_advance):
123         * gst-libs/gst/audio/gstringbuffer.h:
124         Add some docs and cleanups.
125
126 2005-11-28  Julien MOUTTE  <julien@moutte.net>
127
128         * sys/xvimage/xvimagesink.c:
129         (gst_xvimagesink_navigation_send_event): Fix navigation events
130         coordinates translation with pixel aspect ratios.
131
132 2005-11-28  Julien MOUTTE  <julien@moutte.net>
133
134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
135         Use calculated video geometry from _setcaps instead of buffer
136         caps to respect pixel aspect ratio. (fixes #322388)
137
138 2005-11-28  Julien MOUTTE  <julien@moutte.net>
139
140         * docs/libs/tmpl/gstcolorbalance.sgml:
141         * docs/libs/tmpl/gstmixer.sgml:
142         * docs/libs/tmpl/gstxoverlay.sgml:
143         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
144         interface.
145
146 2005-11-28  Julien MOUTTE  <julien@moutte.net>
147
148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
149         Refuse to create an XvImage if we can't find the format.
150
151 2005-11-28  Edward Hervey  <edward@fluendo.com>
152
153         * gst-libs/gst/riff/riff-media.c:
154         (gst_riff_create_audio_template_caps):
155         Add ATRAC3 to the list of riff-possible audio caps.
156         I know we still don't have a plugin for atrac3, but it's saner to output
157         that than a cryptic mimetype.
158
159 2005-11-27  Edward Hervey  <edward@fluendo.com>
160
161         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
162         Don't try to create a zero-sized subbuffer.
163
164 2005-11-27  Julien MOUTTE  <julien@moutte.net>
165
166         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
167         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
168         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
169         (gst_ximagesink_expose): Fixed a tricky race.
170         * sys/ximage/ximagesink.h:
171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
172         (gst_xvimagesink_expose): Fixed a tricky race.
173         * sys/xvimage/xvimagesink.h:
174
175 2005-11-27  Edward Hervey  <edward@fluendo.com>
176
177         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
178         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
179         Remove unused properties, and add queues between demuxers and decoders
180         so that a lot more files can preroll properly.
181
182 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
183
184         * gst-libs/gst/net/Makefile.am:
185         * gst-libs/gst/rtp/Makefile.am:
186         * gst-libs/gst/tag/Makefile.am:
187           remove silly include
188         * gst/tags/Makefile.am:
189         * gst/tags/gsttagediting.c:
190         * gst/tags/gsttageditingprivate.h:
191         * gst/tags/tagedit.vcproj:
192           remove directory, is as good as empty
193
194 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
195
196         * configure.ac:
197           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
198         * gst-libs/Makefile.am:
199         * gst-libs/gst/audio/Makefile.am:
200         * gst-libs/gst/interfaces/Makefile.am:
201         * gst-libs/gst/net/Makefile.am:
202         * gst-libs/gst/riff/Makefile.am:
203         * gst-libs/gst/rtp/Makefile.am:
204         * gst-libs/gst/tag/Makefile.am:
205         * gst-libs/gst/video/Makefile.am:
206           and use them
207
208 2005-11-27  Julien MOUTTE  <julien@moutte.net>
209
210         * docs/libs/tmpl/gstcolorbalance.sgml:
211         * docs/libs/tmpl/gstmixer.sgml:
212         * docs/libs/tmpl/gstxoverlay.sgml:
213         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
214         * sys/ximage/ximagesink.h:
215         * sys/xvimage/xvimagesink.h: More and more documentation.
216
217 2005-11-26  Julien MOUTTE  <julien@moutte.net>
218
219         * docs/libs/gst-plugins-base-libs-docs.sgml:
220         * docs/libs/gst-plugins-base-libs-sections.txt:
221         * docs/libs/tmpl/gstcolorbalance.sgml:
222         * docs/libs/tmpl/gstmixer.sgml:
223         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
224         to documentation.
225
226 2005-11-26  Julien MOUTTE  <julien@moutte.net>
227
228         * docs/plugins/Makefile.am:
229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
231         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
232
233 2005-11-26  Julien MOUTTE  <julien@moutte.net>
234
235         * docs/plugins/Makefile.am:
236         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
237         * docs/plugins/gst-plugins-base-plugins-sections.txt:
238         * docs/plugins/inspect/plugin-adder.xml:
239         * docs/plugins/inspect/plugin-alsa.xml:
240         * docs/plugins/inspect/plugin-audioconvert.xml:
241         * docs/plugins/inspect/plugin-audiorate.xml:
242         * docs/plugins/inspect/plugin-audioresample.xml:
243         * docs/plugins/inspect/plugin-audiotestsrc.xml:
244         * docs/plugins/inspect/plugin-decodebin.xml:
245         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
246         * docs/plugins/inspect/plugin-gnomevfs.xml:
247         * docs/plugins/inspect/plugin-ogg.xml:
248         * docs/plugins/inspect/plugin-playbin.xml:
249         * docs/plugins/inspect/plugin-subparse.xml:
250         * docs/plugins/inspect/plugin-tcp.xml:
251         * docs/plugins/inspect/plugin-theora.xml:
252         * docs/plugins/inspect/plugin-typefindfunctions.xml:
253         * docs/plugins/inspect/plugin-video4linux.xml:
254         * docs/plugins/inspect/plugin-videorate.xml:
255         * docs/plugins/inspect/plugin-videoscale.xml:
256         * docs/plugins/inspect/plugin-videotestsrc.xml:
257         * docs/plugins/inspect/plugin-volume.xml:
258         * docs/plugins/inspect/plugin-vorbis.xml:
259         * docs/plugins/inspect/plugin-ximagesink.xml:
260         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
261         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
262
263 2005-11-26  Edward Hervey  <edward@fluendo.com>
264
265         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
266         Properly return GstFlowReturn from gst_pad_push in chain functions.
267
268 2005-11-25  Michael Smith  <msmith@fluendo.com>
269
270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
271         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
272         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
273         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
274           Handle various conditions better when we don't understand a stream.
275           Removes a heap of CRITICALs on ogg streams containing unknown data.
276
277 2005-11-24  Andy Wingo  <wingo@pobox.com>
278
279         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
280         Be threadsafe.
281
282 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
283
284         * configure.ac: back to HEAD
285
286 === release 0.9.6 ===
287
288 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
289
290         * configure.ac:
291           releasing 0.9.6, "White Eight"
292
293 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
294
295         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
296         * docs/plugins/inspect/plugin-sine.xml:
297           remove sinesrc some more
298
299 2005-11-23  Wim Taymans  <wim@fluendo.com>
300
301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
302         If we are reading too slowly, jump forward in the ringbuffer
303         instead of blocking.
304
305 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
306
307         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
308         (gst_visual_chain):
309         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
310         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
311         (gst_videorate_chain):
312         * gst/videotestsrc/gstvideotestsrc.c:
313         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
314         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
315         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
316         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
317         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
318         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
319           Updates for API changes
320
321 2005-11-23  Wim Taymans  <wim@fluendo.com>
322
323         * gst-libs/gst/audio/gstbaseaudiosink.c:
324         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
325         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
326         Fix for calibration API change.
327
328 2005-11-23  Michael Smith <msmith@fluendo.com>
329
330         * gst-libs/gst/audio/multichannel.c:
331         (gst_audio_get_channel_positions),
332         (gst_audio_set_channel_positions),
333         (gst_audio_set_structure_channel_positions_list),
334         (gst_audio_fixate_channel_positions):
335           Use gst_value_array_*() functions on value arrays, not
336           gst_value_list_*().
337
338 2005-11-23  Edward Hervey  <edward@fluendo.com>
339
340         * autogen.sh:
341         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
342         Fixes autogen
343
344 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
345
346         * check/Makefile.am:
347         * check/elements/videotestsrc.c: (setup_videotestsrc),
348         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
349         (main):
350           add a test for videotestsrc
351
352 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
353
354         * gst/sine/.cvsignore:
355         * gst/sine/Makefile.am:
356         * gst/sine/gstsinesrc.c:
357         * gst/sine/gstsinesrc.h:
358         * gst/sine/sinesrc.vcproj:
359           and remove sinesrc from the repository.  Closes #321446
360
361 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
362
363         * configure.ac:
364         * gst-plugins-base.spec.in:
365           remove sinesrc from the build
366
367 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
368
369         * check/Makefile.am:
370         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
371         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
372         (main):
373           add a test for audiotestsrc, testing all waves.  Even seems
374           leak-free at first glance, nice job Stefan
375
376 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
377
378         * po/af.po:
379         * po/az.po:
380         * po/cs.po:
381         * po/en_GB.po:
382         * po/hu.po:
383         * po/it.po:
384         * po/nb.po:
385         * po/nl.po:
386         * po/or.po:
387         * po/sq.po:
388         * po/sr.po:
389         * po/sv.po:
390         * po/uk.po:
391         * po/vi.po:
392           Translation string updates
393
394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
395         (gst_v4lsrc_set_caps):
396         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
397         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
398         * sys/v4l/v4lsrc_calls.h:
399           Improve v4lsrc, by making it work again.
400
401 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
402
403         * ext/libvisual/visual.c: (gst_visual_chain):
404           Fix the fps calculations.
405
406         * gst/ffmpegcolorspace/avcodec.h:
407           Move structure element for clarity
408
409         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
410         * gst-libs/gst/interfaces/tunernorm.h:
411         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
412         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
413         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
414         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
415         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
416         (gst_v4lmjpegsrc_getcaps):
417         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
418         (gst_v4lsrc_set_caps):
419         * sys/v4l/gstv4lsrc.h:
420         * sys/v4l/v4l_calls.c: (gst_v4l_open):
421         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
422         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
423         * sys/v4l/v4lsrc_calls.h:
424           Fractional framerates...
425
426 2005-11-22  Wim Taymans  <wim@fluendo.com>
427
428         * gst-libs/gst/audio/gstbaseaudiosink.c:
429         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
430         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
431         And we provide a clock by default, of course...
432
433 2005-11-22  Wim Taymans  <wim@fluendo.com>
434
435         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
436         This clock can be slaved to a master clock now.
437
438         * gst-libs/gst/audio/gstbaseaudiosink.c:
439         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
440         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
441         (gst_base_audio_sink_set_clock),
442         (gst_base_audio_sink_set_property),
443         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
444         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
445         * gst-libs/gst/audio/gstbaseaudiosink.h:
446         Handle slaving the internal clock to the clock selected in the
447         pipeline.
448         Add property to make the basesink not provide a clock.
449
450         * gst-libs/gst/rtp/gstbasertpdepayload.c:
451         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
452         (gst_base_rtp_depayload_wait):
453         * gst-libs/gst/rtp/gstbasertpdepayload.h:
454         We can use the clock in GstElement, no need to store it ourselves.
455
456 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
457
458         * docs/libs/tmpl/gstaudio.sgml:
459           update
460         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
461         (gst_paranoia_endian_get_type):
462         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
463         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
464         * gst/audiotestsrc/gstaudiotestsrc.c:
465         (gst_audiostestsrc_wave_get_type):
466         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
467         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
468         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
469         (gst_sync_method_get_type), (gst_unit_type_get_type),
470         (gst_client_status_get_type), (gst_multifdsink_class_init),
471         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
472         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
473         (gst_multifdsink_get_property):
474         * gst/tcp/gstmultifdsink.h:
475         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
476         * gst/videotestsrc/gstvideotestsrc.c:
477         (gst_videotestsrc_pattern_get_type):
478           remove deprecated properties
479           fix up enums to correctly have short lowercase dashed nicks
480
481 2005-11-22  Michael Smith <msmith@fluendo.com>
482
483         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
484         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
485           Add underscore.
486
487 2005-11-22  Michael Smith <msmith@fluendo.com>
488
489         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
490         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
491           Use utility method for scaling clocktime for fractional framerates.
492
493 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
494
495         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
496         (gst_visual_chain):
497         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
498         * ext/theora/theoradec.c: (theora_handle_type_packet):
499         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
500         (theora_enc_chain):
501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
502         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
503         * gst-libs/gst/video/video.h:
504         * gst/ffmpegcolorspace/avcodec.h:
505         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
506         (gst_ffmpeg_caps_to_pixfmt):
507         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
508         (gst_ffmpegcsp_set_caps):
509         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
510         (gst_videorate_setcaps), (gst_videorate_blank_data),
511         (gst_videorate_chain):
512         * gst/videotestsrc/gstvideotestsrc.c:
513         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
514         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
515         (gst_videotestsrc_event), (gst_videotestsrc_create):
516         * gst/videotestsrc/gstvideotestsrc.h:
517         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
518         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
519         (gst_ximagesink_get_times), (gst_ximagesink_init):
520         * sys/ximage/ximagesink.h:
521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
522         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
523         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
524         * sys/xvimage/xvimagesink.h:
525           Convert elements to use fractions for their framerate.
526           V4L elements to come later tonight.
527
528 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
529
530         * gst-libs/gst/audio/audio.c:
531         * gst-libs/gst/audio/audio.h:
532           remove some deprecated functions
533
534 2005-11-22  Andy Wingo  <wingo@pobox.com>
535
536         * Update for gst_tag_setter API changes.
537
538 2005-11-22  Andy Wingo  <wingo@pobox.com>
539
540         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
541         (gst_ogg_demux_perform_seek):
542         * ext/theora/theoradec.c (theora_dec_sink_event):
543         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
544         update-funcnames.
545
546 2005-11-22  Wim Taymans  <wim@fluendo.com>
547
548         * examples/seeking/seek.c: (main):
549         Give higher priority to bus signals than the gtk events
550         to fix a race condition in the segment looping.
551
552 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
553
554         * ext/theora/Makefile.am:
555         * ext/vorbis/Makefile.am:
556         * gst-libs/gst/tag/Makefile.am:
557         * gst-plugins-base.spec.in:
558           Rename libgsttagedit to libgsttag (#322117).
559
560 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
561
562         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
564           Call gst_x_overlay_prepare_xwindow_id() to give applications
565           a final chance to set their own xwindow id before the video
566           sink creates its own window.
567
568 2005-11-22  Julien MOUTTE  <julien@moutte.net>
569
570         * sys/xvimage/xvimagesink.c:
571         (gst_xvimagesink_navigation_send_event): Handle navigation
572         events correcly with borders if applicable.
573
574 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
575
576         Patch by: Luca Ognibene
577
578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
579         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
581         (gst_ffmpegcsp_caps_remove_format_info):
582         * gst/ffmpegcolorspace/imgconvert.c:
583         * gst/ffmpegcolorspace/imgconvert_template.h:
584           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
585           #318353); use gst_structure_has_name().
586
587 2005-11-22  Julien MOUTTE  <julien@moutte.net>
588
589         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
590         (gst_ximagesink_class_init): Add debug macros on functions.
591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
592         (gst_xvimagesink_xwindow_draw_borders),
593         (gst_xvimagesink_xvimage_put),
594         (gst_xvimagesink_xwindow_update_geometry),
595         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
596         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
597         (gst_xvimagesink_xcontext_clear),
598         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
599         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
600         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
601         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
602         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
603         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
604         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
605         expose while being PAUSED, out of data flow navigation events, etc..
606
607 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
608
609         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
610         * gst-libs/gst/audio/audio.h:
611           fix prototype - wondering why the test worked regardless
612
613 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
614
615         * check/Makefile.am:
616         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
617         * gst-libs/gst/audio/audio.h:
618           add a method that returns a proper GstClockTime
619
620 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
623         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
624         * gst-libs/gst/interfaces/xoverlay.h:
625           Remove everything having to do with the desired size; add 
626           gst_x_overlay_prepare_xwindow_id() function; remove the
627           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
628           post a message on the bus instead (#321816).
629
630         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
632         (gst_xvimagesink_xoverlay_init):
633           Remove desired size stuff (#321816).
634
635 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
636
637         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
638         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
639         (mpeg_video_type_find), (mpeg_video_stream_type_find):
640           Terminate vararg functions with NULL instead of 0 to 
641           make gcc4 happy.
642
643 2005-11-21  Andy Wingo  <wingo@pobox.com>
644
645         patch by: Sebastien Cote <sebas642@yahoo.ca>
646         
647         * gst-libs/gst/rtp/gstrtpbuffer.h: 
648         * gst-libs/gst/rtp/gstrtpbuffer.c
649         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
650
651 2005-11-21  Andy Wingo  <wingo@pobox.com>
652
653         * gst/playback/gstplaybin.c (gen_audio_element) 
654         (gen_video_element): Use the new MISSING_PLUGIN core error
655         category. Closes #320060.
656
657         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
658         * gst/videorate/gstvideorate.c (gst_videorate_event):
659         * ext/theora/theoradec.c (theora_dec_sink_event): 
660         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
661         stream lock.
662
663         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
664         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
665         stream lock changes.
666
667 2005-11-21  Wim Taymans  <wim@fluendo.com>
668
669         * gst-libs/gst/audio/gstbaseaudiosink.c:
670         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
671         (gst_base_audio_sink_provide_clock),
672         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
673         (gst_base_audio_sink_change_state):
674         * gst/audioresample/gstaudioresample.c:
675         Segment update fix.
676
677 2005-11-21  Andy Wingo  <wingo@pobox.com>
678
679         * *.h:
680         * *.c: Ran scripts/update-macros. Oh yes.
681
682 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * sys/ximage/Makefile.am:
685         * sys/ximage/ximage.c:
686           Rename ximage plugin to ximagesink (#321426) (Don't forget to
687           remove your old libgstximage.* manually if necessary).
688
689 2005-11-21  Michael Smith <msmith@fluendo.com>
690
691         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
692           Minimal fix for bug #320200: set the min/max bitrate in the correct
693           units. A better fix would be to upgrade to the RATEMANAGE2
694           interface, rather than using the deprecated interface used here, but
695           that would require an update in our libvorbis dependency (to 1.1),
696           which is probably undesirable.
697
698 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
699
700         * ext/libvisual/visual.c: (get_buffer):
701         * gst-libs/gst/audio/gstbaseaudiosrc.c:
702         (gst_base_audio_src_fixate):
703         * gst/audioconvert/gstaudioconvert.c:
704         (gst_audio_convert_fixate_caps):
705         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
706         * gst/audiotestsrc/gstaudiotestsrc.c:
707         (gst_audiotestsrc_src_fixate):
708         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
709         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
710         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
711         * gst/videotestsrc/gstvideotestsrc.c:
712         (gst_videotestsrc_src_fixate):
713         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
715           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
716           (#322027)
717
718
719 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
720
721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
722         (gst_riff_create_iavs_caps):
723         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
724         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
725         (gst_riff_parse_info):
726         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
727         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
729           Fixes for GST_FOURCC_FORMAT API change.
730
731 2005-11-21  Andy Wingo  <wingo@pobox.com>
732
733         patch by: Alessandro Dessina <alessandro nnva org>
734
735         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
736         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
737         (gst_ogg_parse_chain):
738         * ext/theora/theoraenc.c (theora_set_header_on_caps):
739         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
740         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
741         gst_value_list calls on arrays. Fixes #321962.
742
743 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
746         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
747         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
748         * gst/adder/gstadder.c: (gst_adder_init),
749         (gst_adder_request_new_pad), (gst_adder_collected),
750         (gst_adder_change_state):
751           Update for gst_collectpads_foo() to gst_collect_pads_foo()
752           API change.
753
754 2005-11-21  Michael Smith <msmith@fluendo.com>
755
756         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
757         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
758           Properly handle pad_push return values.
759
760 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
761
762         * gst-libs/gst/tag/Makefile.am:
763         * gst-libs/gst/tag/gstvorbistag.c:
764         (gst_tag_list_to_vorbiscomment_buffer):
765           Remove obsolete vorbistag element and debug category.
766
767         * gst/playback/gstplaybasebin.c: (check_queue):
768           Don't divide by 0 when queue-threshold is 0.
769
770         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
771           Don't modify an existing pixel-aspect-ratio if we fail to read
772           a new one.
773
774 2005-11-20  Wim Taymans  <wim@fluendo.com>
775
776         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
777         (gst_vorbisenc_push_packet):
778         GST_PAD_IS_USABLE is gone, use the return value of
779         the push or pad_alloc_buffer instead.
780
781 2005-11-18  Julien MOUTTE  <julien@moutte.net>
782
783         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
784         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
785         (gst_ximagesink_ximage_destroy),
786         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
787         (gst_ximagesink_xwindow_new),
788         (gst_ximagesink_xwindow_update_geometry),
789         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
790         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
791         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
792         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
793         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
794         (gst_ximagesink_navigation_send_event),
795         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
796         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
797         (gst_ximagesink_finalize), (gst_ximagesink_init),
798         (gst_ximagesink_class_init):
799         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
800         This new version brings correct software scaling, non flickering
801         window while resizing, pixel aspect ratio handling, usage of
802         hardware buffer pools, out of data flow event thread for 
803         navigation and handling of expose events even when being PAUSED,
804         a new property to keep video aspect ratio when resizing, etc...
805
806 2005-11-18  Julien MOUTTE  <julien@moutte.net>
807
808         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
809         (gst_videoscale_fixate_caps): Introduce back caps fixate with
810         handling of PAR.
811
812 2005-11-18    <bilboed@dvdsrc.fluendo.com>
813
814         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
815         Unsetting IS_SINK flag from the fakesink, so decodebin
816         never behaves as a sink.
817
818 2005-11-17  Wim Taymans  <wim@fluendo.com>
819
820         * gst-libs/gst/audio/gstbaseaudiosrc.c:
821         (gst_base_audio_src_change_state):
822         Fix the audiosrc base class again, we did not unflush.
823
824 2005-11-17  Julien MOUTTE  <julien@moutte.net>
825
826         * examples/seeking/seek.c: (make_dv_pipeline),
827         (make_vorbis_theora_pipeline), (make_avi_pipeline),
828         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
829         to ogg/vorbis/theora pipeline.
830
831 2005-11-17  Wim Taymans  <wim@fluendo.com>
832
833         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
834         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
835         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
836         Fix EOS on multiple streams.
837         More debugging.
838
839 2005-11-16  Wim Taymans  <wim@fluendo.com>
840
841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
842         (gst_ogg_demux_perform_seek):
843         Segment done must include stream time.
844
845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
846         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
847         (gst_ogg_mux_change_state):
848         Fix ogg muxer again.
849
850 2005-11-16  Wim Taymans  <wim@fluendo.com>
851
852         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
853         Fix compile again.
854
855 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
856
857         * ext/libvisual/visual.c: (gst_visual_init):
858         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
859         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
860         (gst_ogg_parse_chain):
861         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
862         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
863         * ext/theora/theoradec.c: (gst_theora_dec_init):
864         * ext/theora/theoraenc.c: (gst_theora_enc_init):
865         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
866         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
867         * gst/adder/gstadder.c: (gst_adder_class_init),
868         (gst_adder_dispose):
869         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
870         * gst/subparse/gstsubparse.c: (gst_subparse_init):
871         * gst/videorate/gstvideorate.c: (gst_videorate_init):
872           Fix a whole set of pad template leaks
873
874 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
875
876         * check/generic/states.c: (GST_START_TEST):
877           fix the test so that it only checks for elements that are part of
878           this source module
879
880 2005-11-16  Michael Smith <msmith@fluendo.com>
881
882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
883         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
884         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
885         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
886         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
887         (gst_ogg_mux_change_state):
888           Fix leaking collectpads.
889
890 2005-11-16  Edward Hervey  <edward@fluendo.com>
891
892         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
893         (gst_videorate_event), (gst_videorate_chain):
894         Handle segment seeks
895
896 2005-11-16  Wim Taymans  <wim@fluendo.com>
897
898         * gst-libs/gst/audio/gstbaseaudiosink.c:
899         (gst_base_audio_sink_provide_clock),
900         (gst_base_audio_sink_change_state):
901         Set ringbuffer to non-flushing when going to PAUSED, set to
902         flushing again when going to READY.
903
904         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
905         (gst_ring_buffer_stop):
906         Start in flushing mode by default.
907         Don't set flushing in the _stop method, let the app call
908         this explicitly.
909
910 2005-11-16  Julien MOUTTE  <julien@moutte.net>
911
912         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
913         * gst-libs/gst/video/videosink.h: Add helper function needed
914         for video sinks.
915
916 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * gst/videoscale/gstvideoscale.c:
919         (gst_videoscale_handle_src_event):
920           Don't leak reference to pad parent.
921
922 2005-11-16  Wim Taymans  <wim@fluendo.com>
923
924         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
925         Set ringbuffer to flushing when stopping so that we don't
926         block on wait_segment anymore and livelock.
927
928 2005-11-16  Wim Taymans  <wim@fluendo.com>
929
930         * examples/seeking/seek.c: (send_event), (do_seek),
931         (loop_toggle_cb), (segment_done), (main):
932         Added looping checkbox.
933
934 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
935
936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
937         (gst_ogg_demux_init):
938         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
939         (gst_vorbis_dec_init):
940           revert unrefs, they don't pass make check
941
942 2005-11-15  Johan Dahlin  <johan@gnome.org>
943
944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
945         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
946         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
947         (gst_vorbis_dec_init):
948         Fix pad template leaks. 
949
950 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
951
952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
953           Make state change function thread safe.
954
955 2005-11-15  Edward Hervey  <edward@fluendo.com>
956
957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
958         (gst_ogg_demux_class_init):
959         Implement GstElement::send_event, so we can send seek events
960         in GST_STATE_READY
961
962 2005-11-14  Julien MOUTTE  <julien@moutte.net>
963
964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
965         Discovered how to take away flickering while resizing the
966         window. Please don't put that in ximagesink, refactoring in
967         progress.
968
969 2005-11-14  Michael Smith <msmith@fluendo.com>
970
971         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
972         (gst_multifdsink_render):
973           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
974
975 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
976
977         * gst/playback/gstplaybin.c: (gen_audio_element):
978           Use autoaudiosink, it tends to be more widely available than
979           autoaudiiosink.
980           
981 2005-11-14  Andy Wingo  <wingo@pobox.com>
982
983         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
984         as well if it is available. Fixes #316442.
985
986 2005-11-14  Michael Smith <msmith@fluendo.com>
987
988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
989         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
990         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
991         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
992         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
993         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
994         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
995         (gst_vorbisenc_change_state):
996           Fix a small memory leak in vorbisenc.
997           Fix large memory leaks in oggmux, also fix lots of state change
998           bugs in oggmux.
999
1000 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1001
1002         * gst/videotestsrc/gstvideotestsrc.c:
1003         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1004         (gst_videotestsrc_src_fixate):
1005           move fixation to a fixate function
1006           remove negotiate function, basesrc's is good enough
1007           fixes a bug for check when using the element alone
1008
1009 2005-11-13  Edward Hervey  <edward@fluendo.com>
1010
1011         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1012         (key_toggle_cb), (main):
1013         Added checkboxes for adding/removing the accurate and key_unit seek
1014         flags.
1015
1016 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1017
1018         * configure.ac: back to HEAD
1019
1020 === release 0.9.5 ===
1021
1022 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1023
1024         * configure.ac:
1025           releasing 0.9.5, "No No Kia"
1026
1027 2005-11-11  Edward Hervey  <edward@fluendo.com>
1028
1029         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1030         Added parse-launch syntax seeking mode for the seeking example.
1031         This should help stress-test even more cases.
1032         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1033
1034 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * sys/xvimage/xvimagesink.c:
1037         (gst_xvimagesink_navigation_send_event):
1038           Check whether peer pad exists before sending navigation events
1039           to it.
1040
1041 2005-11-11  Michael Smith <msmith@fluendo.com>
1042
1043         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1044         (gst_vorbisenc_buffer_from_packet):
1045         * ext/vorbis/vorbisenc.h:
1046           Set duration on encoded buffers. This allows oggmux's
1047           max_page_delay parameter to actually work.
1048
1049 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1050
1051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1052         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1053         (gst_ffmpegcsp_avpicture_fill):
1054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1055         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1056           Make palettes work again (see #132341). Use our own macros
1057           for rounding up.
1058
1059 2005-11-10  Andy Wingo  <wingo@pobox.com>
1060
1061         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1062         string doober.
1063
1064 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1065
1066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1067         (gst_ffmpegcsp_transform_caps):
1068           Prefer passthrough in transform_caps
1069
1070 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1071
1072         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1073           check for ALSA errors properly, instead of relying on ALSA's
1074           error strings to serve to the user.
1075
1076 2005-11-10  Wim Taymans  <wim@fluendo.com>
1077
1078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1079         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1080         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1081         Modernise the seek code.
1082
1083 2005-11-10  Michael Smith <msmith@fluendo.com>
1084         
1085         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1086         (setup_substreams), (set_active_source):
1087           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1088           trying to go to NULL if we failed to read a file.
1089
1090 2005-11-10  Wim Taymans  <wim@fluendo.com>
1091
1092         * gst/audiotestsrc/gstaudiotestsrc.c:
1093         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1094         (gst_audiotestsrc_create):
1095         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1096         (gst_sinesrc_get_times), (gst_sinesrc_create):
1097         * gst/videotestsrc/gstvideotestsrc.c:
1098         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1099         (gst_videotestsrc_create):
1100         The base class can now sync for us.
1101
1102 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1103
1104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1105           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1106           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1107           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1108           format=(fourcc)I420" ! xvimagesink
1109
1110 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1111
1112         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1113         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1114         (gst_sinesrc_newsegment):
1115           Send newsegment event in TIME format, set duration if
1116           num-buffers is set, fix duration querying.
1117
1118 2005-11-10  Michael Smith <msmith@fluendo.com>
1119
1120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1121         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1122         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1123         (gst_ogg_mux_collected):
1124          Fix EOS handling, partially. Now forwarding an EOS event once we have
1125          EOS on all pads works correctly. However, we still don't properly set
1126          EOS on the actual ogg stream pages.
1127
1128 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1131           Set elements to NULL state before disposing of them.
1132
1133 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1134
1135         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1138         (gst_base_rtp_depayload_init),
1139         (gst_base_rtp_depayload_set_gst_timestamp):
1140         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1141           We need to send a newsegment event for each instance, not
1142           just for the first instance of this class (get rid of
1143           static variable in function). (#321011).
1144           
1145 2005-11-08  Michael Smith <msmith@fluendo.com>
1146
1147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1148         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1149         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1150         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1151           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1152           This makes us mux things correctly according to the ogg muxing
1153           rules. Still not handling EOS correctly right now, though.
1154
1155 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1156
1157         * gst/audioconvert/gstaudioconvert.c:
1158           Fix typo in docs. 
1159
1160 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1161
1162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1163         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1164           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1165           creating a new chain; should fix live streaming. Also
1166           add more debug output and fix a typo.
1167
1168 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1169
1170         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * gst/volume/gstvolume.c: (volume_set_caps):
1173           Fix compilation on Solaris with Forte. (#320923)
1174
1175 2005-11-08  Wim Taymans  <wim@fluendo.com>
1176
1177         * gst-libs/gst/audio/gstbaseaudiosink.c:
1178         (gst_base_audio_sink_render):
1179         No need to do a typecheck.
1180
1181 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1182
1183         * ext/alsa/gstalsa.h:
1184           We register a debug category, so let's use it.
1185
1186 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1187
1188         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1189         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1190         Fixed a small problem.
1191
1192 2005-11-04  Wim Taymans  <wim@fluendo.com>
1193
1194         * examples/seeking/Makefile.am:
1195         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1196         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1197         (make_playerbin_pipeline), (format_value), (update_scale),
1198         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1199         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1200         (print_usage), (main):
1201         Added app for playback speed testing.
1202
1203         * examples/seeking/seek.c: (dynamic_link),
1204         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1205         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1206         (message_received), (main):
1207         Updated seek example.
1208
1209 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1210
1211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1212         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1213         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1214         (gst_base_rtp_depayload_set_clock):
1215         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1216         Don't sleep on the bench (system clock) when you have a nice 
1217         comfortable bed (Gstreamer clock) to sleep on.
1218
1219 2005-11-03  Wim Taymans  <wim@fluendo.com>
1220
1221         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1222         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1223         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1224         Handle the case where a pad_block failed.
1225
1226 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1227
1228         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1229
1230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1231         (gst_base_rtp_depayload_add_to_queue),
1232         (gst_base_rtp_depayload_push),
1233         (gst_base_rtp_depayload_set_gst_timestamp),
1234         (gst_base_rtp_depayload_queue_release):
1235           Fixes some bugs in the depayloader's queuing/de-queueing code.
1236
1237 2005-10-31  Michael Smith <msmith@fluendo.com>
1238
1239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1240         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1241         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1242           Patch from Alessandro Decina <alessandro@nnva.org>.
1243           Make oggdemux only find the final time in a chain, not per-pad,
1244           since the per-pad information can be very expensive to locate, and
1245           it isn't used anywhere. This makes reading a file containing
1246           OggSkeleton reasonably fast.
1247           Also, make chain finding work when there are logical bitstreams that
1248           can't be decoded. Fixes #319110.
1249
1250 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1251
1252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1253         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1254         (gst_base_rtp_depayload_chain),
1255         (gst_base_rtp_depayload_add_to_queue),
1256         (gst_base_rtp_depayload_push),
1257         (gst_base_rtp_depayload_set_gst_timestamp),
1258         (gst_base_rtp_depayload_queue_release),
1259         (gst_base_rtp_depayload_start_thread),
1260         (gst_base_rtp_depayload_set_property),
1261         (gst_base_rtp_depayload_get_property):
1262         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1263         Some random fixes, to fullfill the desires of thomas.
1264
1265 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1266
1267         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1268         (gst_base_rtp_depayload_add_to_queue),
1269         (gst_base_rtp_depayload_push):
1270         Fixed the queueing algorithm.
1271
1272 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1273
1274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1275         (gst_base_rtp_depayload_push):
1276         A small fix
1277
1278 2005-10-31  Wim Taymans  <wim@fluendo.com>
1279
1280         * gst-libs/gst/audio/gstringbuffer.h:
1281         Don't break ABI.
1282
1283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1284         (gst_ffmpeg_caps_to_pixfmt):
1285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1286         (gst_ffmpegcsp_set_caps):
1287         Some more comments.
1288         Handle missing required caps fields better.
1289
1290 2005-10-31  Wim Taymans  <wim@fluendo.com>
1291
1292         * gst-libs/gst/audio/gstbaseaudiosink.c:
1293         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1294         (gst_base_audio_sink_render):
1295         * gst-libs/gst/audio/gstringbuffer.c:
1296         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1297         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1298         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1299         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1300         (gst_ring_buffer_read):
1301         * gst-libs/gst/audio/gstringbuffer.h:
1302         Add flushing mode to the ringbuffer so that it in all cases does
1303         not try to handle more audio. This makes sure it does not try to
1304         block anymore when flushing and fixes a livelock.
1305
1306 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1309         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1310         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1311           Explicitly check for -1 values before doing a conversion
1312           and always map them to -1. (#315545)
1313
1314 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1315
1316         * gst/playback/gstplaybin.c: (gen_video_element):
1317           first try autovideosink, then xvimagesink, then error out
1318         * po/POTFILES.in:
1319           add translatable file
1320         * po/af.po:
1321         * po/az.po:
1322         * po/cs.po:
1323         * po/en_GB.po:
1324         * po/hu.po:
1325         * po/it.po:
1326         * po/nb.po:
1327         * po/nl.po:
1328         * po/or.po:
1329         * po/sq.po:
1330         * po/sr.po:
1331         * po/sv.po:
1332         * po/uk.po:
1333         * po/vi.po:
1334           update translations
1335
1336 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1337
1338         * gst-libs/gst/rtp/gstbasedepayload.c:
1339         * gst-libs/gst/rtp/gstbasedepayload.h:
1340           Minor cleanups
1341
1342 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1343
1344         * gst/playback/.cvsignore:
1345         * gst/playback/decodetest.c:
1346         * gst/playback/test3.c:
1347           Port these two tests as well.
1348
1349 2005-10-27  Wim Taymans  <wim@fluendo.com>
1350
1351         * ext/theora/theoradec.c: (theora_dec_src_query),
1352         (theora_dec_sink_event):
1353         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1354         (theora_enc_change_state):
1355         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1356         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1357         Take proper locks when handling events.
1358
1359 2005-10-27  Wim Taymans  <wim@fluendo.com>
1360
1361         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1362         (gst_adder_change_state):
1363         Fix timestamps and fix deadlock when stopping the collectpads.
1364
1365 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1366
1367         * gst-libs/gst/rtp/gstrtpbuffer.h:
1368         Declaring the payload types as strings too so that they can be used
1369         in the padtemplate inialization.
1370
1371 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1372
1373         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1374
1375         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1376         (gst_base_rtp_depayload_class_init):
1377         Fixes a small but nasty bug. The derived elements no longer segfaults
1378         on finalization.
1379
1380 2005-10-26  Michael Smith <msmith@fluendo.com>
1381
1382         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1383           When clearing an audioconvert context, set tmpbufsize to zero, so
1384           we'll allocate it again later if required.
1385           This fixes audioconvert re-negotiating formats, which previously
1386           segfaulted with a NULL destination buffer.
1387
1388 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1389
1390         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1391         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1392         (gst_base_rtp_depayload_set_gst_timestamp),
1393         (gst_base_rtp_depayload_queue_release):
1394         Fixed a smalll memleak.
1395
1396 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1397         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1398         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1399         (gst_base_rtp_depayload_finalize),
1400         (gst_base_rtp_depayload_setcaps),
1401         (gst_base_rtp_depayload_add_to_queue),
1402         (gst_base_rtp_depayload_push),
1403         (gst_base_rtp_depayload_set_gst_timestamp),
1404         (gst_base_rtp_depayload_queue_release),
1405         (gst_base_rtp_depayload_thread),
1406         (gst_base_rtp_depayload_change_state):
1407         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1408         Changed the C++ comments to C comments
1409
1410 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1411
1412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1413         * gst/tcp/gsttcpclientsrc.h:
1414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1415         * gst/tcp/gsttcpserversrc.h:
1416           Remove unused 'curoffset' structure member.
1417
1418 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1419
1420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1421         (gst_base_rtp_depayload_base_init),
1422         (gst_base_rtp_depayload_finalize):
1423         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1424         * gst-libs/gst/rtp/gstbasertppayload.h:
1425           The pad-template on the sinkpad should be set by the derived classes.
1426           Also added some useful macros.
1427
1428 2005-10-24  Wim Taymans  <wim@fluendo.com>
1429
1430         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1431         Correctly flush decoder samples even if we could not
1432         copy them to an output buffer. Fixes #319618.
1433
1434 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1435
1436         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1438         the caps against our xcontext caps.
1439
1440 2005-10-24  Wim Taymans  <wim@fluendo.com>
1441
1442         * gst-libs/gst/audio/gstbaseaudiosink.c:
1443         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1444         Remove g_print
1445         Use sync property from baseclass to disable sync.
1446
1447 2005-10-24  Wim Taymans  <wim@fluendo.com>
1448
1449         * gst-libs/gst/audio/gstbaseaudiosink.c:
1450         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1451         Buffers with no timestamps get aligned with previous buffers or
1452         on underrun, played ASAP.
1453
1454 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1455
1456         * gst-libs/gst/video/video.h:
1457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1458         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1460         here comes my change on caps for framerate and geometry range.
1461         We are now accepting 1 to MAXINT for width and height, and from
1462         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1463         to be blended correctly in videomixer.
1464
1465 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1466
1467         * configure.ac:
1468           back to HEAD
1469
1470 === release 0.9.4 ===
1471
1472 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1473
1474         * NEWS:
1475         * RELEASE:
1476         * configure.ac:
1477           releasing 0.9.4, "Velociraptor"
1478
1479 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1480
1481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1482         * po/POTFILES.in:
1483           STOPPED -> FAILED
1484
1485 2005-10-21  Wim Taymans  <wim@fluendo.com>
1486
1487         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1488         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1489         (pad_blocked), (close_pad_link), (new_pad):
1490         Don't try to remove elements twice.
1491
1492 2005-10-21  Wim Taymans  <wim@fluendo.com>
1493
1494         * ext/theora/theoradec.c: (theora_dec_src_query),
1495         (theora_dec_sink_event):
1496         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1497         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1498         (vorbis_handle_data_packet):
1499         * ext/vorbis/vorbisdec.h:
1500         Fix old naming.
1501
1502         * gst-libs/gst/audio/gstbaseaudiosink.c:
1503         (gst_base_audio_sink_render):
1504         Don't try to sync on buffers without a timestamp.
1505
1506 2005-10-21  Wim Taymans  <wim@fluendo.com>
1507
1508         * ext/theora/theoradec.c: (theora_dec_src_query),
1509         (theora_dec_sink_event):
1510         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1511         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1512         (vorbis_handle_data_packet):
1513         * ext/vorbis/vorbisdec.h:
1514         Fix old naming.
1515
1516 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1519         (gst_vorbisenc_src_query):
1520           Implement position and duration queries.
1521
1522         * gst/playback/test3.c: (update_scale), (main):
1523           Fix for async state changes and print nicer output.
1524
1525 2005-10-20  Wim Taymans  <wim@fluendo.com>
1526
1527         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1528         (dump_element_stats), (main):
1529         * gst/playback/test6.c: (main):
1530         Fix tests again
1531
1532 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1535         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1536           Don't use functions for position queries when handling
1537           duration queries.
1538
1539 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1542         (vorbis_handle_data_packet), (vorbis_dec_chain),
1543         (vorbis_dec_change_state):
1544         * ext/vorbis/vorbisdec.h:
1545           Vorbis streams can be embedded in other container formats
1546           than ogg, container formats where the demuxer might set 
1547           timestamps on encoded vorbis buffers instead of those silly 
1548           granulepos thingies. In short: make vorbisdec handle 
1549           timestamps on incoming buffers as well.
1550
1551 2005-10-20  Wim Taymans  <wim@fluendo.com>
1552
1553         * gst/playback/gstplaybasebin.c: (group_destroy),
1554         (gst_play_base_bin_change_state):
1555         Fix leak.
1556         Handle case where playbasebin is now ASYNC because
1557         decodebin is.
1558
1559 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * gst/audioconvert/Makefile.am:
1562         * gst/audioconvert/bufferframesconvert.c:
1563         * gst/audioconvert/plugin.c: (plugin_init):
1564         * gst/audioconvert/plugin.h:
1565           And bye bye buffer-frames-convert
1566
1567 2005-10-19  Wim Taymans  <wim@fluendo.com>
1568
1569         * check/elements/audioconvert.c:
1570         * docs/libs/tmpl/gstaudio.sgml:
1571         * docs/libs/tmpl/gstcolorbalance.sgml:
1572         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1573         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1574         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1575         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1576         * gst-libs/gst/audio/audio.h:
1577         * gst/audioconvert/audioconvert.h:
1578         * gst/audioconvert/gstaudioconvert.c:
1579         (gst_audio_convert_parse_caps):
1580         * gst/volume/gstvolume.c:
1581         Bye bye buffer-frames.
1582
1583 2005-10-19  Wim Taymans  <wim@fluendo.com>
1584
1585         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1586         (query_positions_elems), (query_positions_pads), (update_scale),
1587         (do_seek), (set_update_scale), (message_received), (main):
1588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1589         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1590         (gst_ogg_demux_loop):
1591         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1592         * ext/theora/theoradec.c: (theora_dec_src_query),
1593         (theora_dec_sink_event):
1594         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1595         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1596         * gst/adder/gstadder.c: (gst_adder_query):
1597         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1598         * gst/playback/test3.c: (update_scale):
1599         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1600         (dump_element_stats), (main):
1601         * gst/playback/test6.c: (main):
1602         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1603         Query API update.
1604
1605 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1606
1607         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1608         (xml_check_first_element), (xml_type_find), (smil_type_find),
1609         (plugin_init):
1610           Add typefinding for SMIL and for generic XML. Based on patch by
1611           Akos Maroy (#308663).
1612
1613 2005-10-18  Wim Taymans  <wim@fluendo.com>
1614
1615         * gst/playback/Makefile.am:
1616         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1617         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1618         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1619         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1620         (gst_decode_bin_change_state):
1621         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1622         (gst_play_bin_send_event_to_sink):
1623         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1624         (dump_element_stats), (main):
1625         * gst/playback/test6.c: (main):
1626         Make playbin async, it'll commit state to paused when all streams
1627         are detected.
1628         Remove ugly hack.
1629         Added test6.c to show async behaviour.
1630
1631 2005-10-18  Wim Taymans  <wim@fluendo.com>
1632
1633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1634         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1635         Fix for segment-start/stop API change.
1636
1637 2005-10-18  Wim Taymans  <wim@fluendo.com>
1638
1639         * check/Makefile.am:
1640         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1641         (main):
1642         Add future test for clock selection.
1643
1644 2005-10-18  Wim Taymans  <wim@fluendo.com>
1645
1646         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1647         (gst_alsasink_close):
1648         Set handle to NULL.
1649
1650         * gst-libs/gst/audio/gstringbuffer.c:
1651         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1652         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1653         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1654         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1655         (gst_ring_buffer_read):
1656         More debug info.
1657
1658 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1659
1660         * gst/audiotestsrc/Makefile.am:
1661         * gst/sine/Makefile.am:
1662         * gst/volume/Makefile.am:
1663           fix broken build of controllerized plugins
1664
1665 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1666
1667         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1668
1669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1670         (gst_riff_create_video_template_caps):
1671           Add support for Indeo-3 (IV32).
1672
1673 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1674
1675         * configure.ac:
1676           rewrite
1677
1678 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1679
1680         * gst-libs/gst/video/video.c: (gst_video_get_size):
1681         * gst/audiotestsrc/gstaudiotestsrc.c:
1682           doc updates
1683
1684 2005-10-17  Andy Wingo  <wingo@pobox.com>
1685
1686         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1687         with the collectpads change.
1688         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1689
1690         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1691
1692         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1693
1694         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1695         alloc_buffer flow return to callers.
1696         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1697         change. Fix some memleaks in theoraenc.
1698
1699         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1700         in strange circumstance.
1701
1702 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1703
1704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1705         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1706         from caps, let's use the caps...
1707
1708 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1709
1710         * configure.ac:
1711           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1712
1713 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1714
1715         * gst-libs/gst/interfaces/Makefile.am:
1716           fix silly typo
1717
1718 2005-10-16  Andy Wingo  <wingo@pobox.com>
1719
1720         * gst/playback/gstdecodebin.c
1721         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1722         function!
1723         (try_to_link_1): Increase kraziness level.
1724
1725 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1726
1727         * configure.ac:
1728           restructure like the core one
1729         * gst-libs/gst/audio/Makefile.am:
1730         * gst-libs/gst/interfaces/Makefile.am:
1731         * gst-libs/gst/net/Makefile.am:
1732         * gst-libs/gst/riff/Makefile.am:
1733         * gst-libs/gst/rtp/Makefile.am:
1734         * gst-libs/gst/tag/Makefile.am:
1735         * gst-libs/gst/video/Makefile.am:
1736           use correct linker flags, now the libs are properly versioned
1737         * check/elements/audioconvert.c: (verify_convert):
1738         * ext/alsa/gstalsaplugin.c:
1739         * ext/cdparanoia/gstcdparanoia.c:
1740         * ext/gnomevfs/gstgnomevfs.c:
1741         * ext/libvisual/visual.c:
1742         * ext/ogg/gstogg.c:
1743         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1744         * ext/theora/theora.c:
1745         * ext/vorbis/vorbis.c:
1746         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1747         * gst-libs/gst/tag/gsttagediting.c:
1748         * gst-libs/gst/video/video.c:
1749         * gst/adder/gstadder.c:
1750         * gst/audioconvert/plugin.c:
1751         * gst/audiorate/gstaudiorate.c:
1752         * gst/audioresample/gstaudioresample.c:
1753         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1754         * gst/audioscale/gstaudioscale.c:
1755         * gst/audioscale/resample.c:
1756         * gst/audiotestsrc/gstaudiotestsrc.c:
1757         * gst/ffmpegcolorspace/gstffmpeg.c:
1758         * gst/playback/gstdecodebin.c: (close_pad_link):
1759         * gst/playback/gstplaybin.c: (gen_video_element),
1760         (gen_audio_element):
1761         * gst/sine/gstsinesrc.c:
1762         * gst/subparse/gstsubparse.c:
1763         * gst/tags/gsttagediting.c:
1764         * gst/tcp/gsttcpplugin.c:
1765         * gst/typefind/gsttypefindfunctions.c:
1766         * gst/videorate/gstvideorate.c:
1767         * gst/videoscale/gstvideoscale.c:
1768         * gst/videotestsrc/gstvideotestsrc.c:
1769         * gst/volume/gstvolume.c:
1770         * sys/v4l/gstv4l.c:
1771         * sys/ximage/ximage.c:
1772         * sys/xvimage/xvimagesink.c:
1773           fix up defines
1774
1775 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1776
1777         * ext/vorbis/vorbisenc.c:
1778         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1779         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1780         (gst_tag_to_vorbis_comments):
1781           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1782
1783 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * examples/stats/mp2ogg.c:
1786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1787           typo fixes
1788
1789 2005-10-13  Michael Smith <msmith@fluendo.com>
1790
1791         * ext/ogg/gstoggmux.c:
1792           Use magic glib macros to define constants as 64 bit, to ensure
1793           appropriate vararg passing.
1794
1795 2005-10-13  Michael Smith <msmith@fluendo.com>
1796
1797         * ext/ogg/gstoggmux.c:
1798         * gst/audioconvert/audioconvert.c: (float):
1799           Don't use LL suffix, as it's not portable, and neither of these
1800           uses required it anyway.
1801
1802 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1803
1804         * examples/indexing/indexmpeg.c: (main):
1805         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1806         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1807         (cdparanoia_convert), (cdparanoia_query):
1808         * ext/cdparanoia/gstcdparanoia.h:
1809         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1810         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1811         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1813         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1814         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1815         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1816         (gst_multifdsink_render), (gst_multifdsink_start),
1817         (gst_multifdsink_stop):
1818         * gst/tcp/gstmultifdsink.h:
1819         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1820         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1821         (gst_tcpclientsink_stop):
1822         * gst/tcp/gsttcpclientsink.h:
1823         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1824         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1825         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1826         * gst/tcp/gsttcpclientsrc.h:
1827         * gst/tcp/gsttcpserversink.h:
1828         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1829         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1830         (gst_tcpserversrc_stop):
1831         * gst/tcp/gsttcpserversrc.h:
1832         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1833         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1834         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1835           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1836           moved bitshift from macro to enum definition
1837
1838 2005-10-12  Wim Taymans  <wim@fluendo.com>
1839
1840         * examples/seeking/Makefile.am:
1841         Oops.
1842
1843 2005-10-12  Wim Taymans  <wim@fluendo.com>
1844
1845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1846         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1847         Don't assert on normal stuff.
1848
1849         * gst/playback/gstplaybin.c: (do_playbin_seek):
1850         API fix.
1851
1852 2005-10-12  Wim Taymans  <wim@fluendo.com>
1853
1854         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1855         * examples/seeking/Makefile.am:
1856         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1857         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1858         (do_seek), (set_update_scale), (message_received), (main):
1859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1860         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1861         Update for _get_state() API change.
1862
1863 2005-10-11  Wim Taymans  <wim@fluendo.com>
1864
1865         * gst-libs/gst/audio/gstbaseaudiosink.c:
1866         (gst_base_audio_sink_render):
1867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1868         (gst_base_audio_src_create):
1869         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1870         (gst_ring_buffer_read):
1871         Cleanups.
1872         Commit and read from ringbuffer in samples rather than bytes.
1873
1874 2005-10-11  Wim Taymans  <wim@fluendo.com>
1875
1876         * gst-libs/gst/audio/gstbaseaudiosink.c:
1877         (gst_base_audio_sink_render):
1878         Respect segment rate and accum when scheduling samples.
1879
1880 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1881
1882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1883         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1884         EOS correctly, that needs more work.
1885
1886 2005-10-11  Wim Taymans  <wim@fluendo.com>
1887
1888         * check/generic/states.c: (GST_START_TEST):
1889         remove old property.
1890
1891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1892         (gst_ogg_demux_perform_seek):
1893         * ext/theora/theoradec.c: (theora_dec_sink_event):
1894         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1895         (vorbis_handle_data_packet):
1896         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1897         (gst_base_rtp_depayload_set_gst_timestamp):
1898         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1899         Update for newsegment API change.
1900
1901 2005-10-11  Michael Smith <msmith@fluendo.com>
1902
1903         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1904         (do_playbin_seek), (gst_play_bin_send_event):
1905           Override send_event differently, so that we can takes bits of
1906           functionality from GstPipeline (special handling for seeks,
1907           including pausing/resuming, and resetting stream time) and still get
1908           the appropriate behaviour of only forwarding event to a single sink,
1909           rather than all of them.
1910           Unfortunately requires a lot of code duplication, but the
1911           alternatives are equally ugly in the end.
1912
1913 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1914
1915         * check/elements/audioconvert.c: (setup_audioconvert),
1916         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1917         (GST_START_TEST), (audioconvert_suite):
1918           clean up tests a little, fix some leaks.
1919
1920 2005-10-10  Wim Taymans  <wim@fluendo.com>
1921
1922         * ext/alsa/gstalsasink.c:
1923         Also allow unsigned int.
1924
1925         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1926         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1927         Small cleanup
1928
1929 2005-10-10  Wim Taymans  <wim@fluendo.com>
1930
1931         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1932         Small update, use API as stated in design docs.
1933
1934         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1935         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1936         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1937         (message_received), (main):
1938         Updated seek example for GOption. Some usability improvements.
1939
1940 2005-10-10  Wim Taymans  <wim@fluendo.com>
1941
1942         * gst/audioconvert/audioconvert.h:
1943         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1944         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1945         Alloc temp storage somewhere else where we can do it more
1946         portable.
1947
1948 2005-10-10  Wim Taymans  <wim@fluendo.com>
1949
1950         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1951         (gst_tcpserversrc_start):
1952         Don't block in accept while doing the state change, move
1953         to poll and make cancellable.
1954
1955 2005-10-09  Philippe Khalaf <burger@speedy.org>
1956
1957         * gst-libs/gst/rtp/rtpbasedepayload.c:
1958         Set timestamp and add queue delay to timestamp
1959         * gst-libs/gst/rtp/rtpbuffer.h:
1960         Set correct payload type for h263
1961
1962 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1963
1964         * gst/audiotestsrc/gstaudiotestsrc.c:
1965         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1966         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1967         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1968         (gst_audiotestsrc_create_triangle),
1969         (gst_audiotestsrc_create_silence),
1970         (gst_audiotestsrc_create_white_noise),
1971         (gst_audiotestsrc_init_pink_noise),
1972         (gst_audiotestsrc_generate_pink_noise_value),
1973         (gst_audiotestsrc_create_pink_noise),
1974         (gst_audiotestsrc_change_wave):
1975         * gst/audiotestsrc/gstaudiotestsrc.h:
1976           fixed typo, added pink noise
1977
1978 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1979
1980         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1981         (plugin_init):
1982           Add wavpack and spc typefind functions from 0.8 branch.
1983
1984 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1985
1986         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1987         (ar_type_find), (msdos_type_find), (plugin_init):
1988           Add typefind functions for tar archives, ar archives,
1989           RAR archives, and msdos-executables (dlls, exe, etc.).
1990           Some of those would be wrongly identified as mpeg
1991           streams of some sort before (#315550).
1992
1993 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1994
1995         * configure.ac:
1996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1998         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1999         * gst/audiotestsrc/Makefile.am:
2000         * gst/audiotestsrc/gstaudiotestsrc.c:
2001         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2002         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2003         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2004         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2005         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2006         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2007         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2008         (gst_audiotestsrc_create_silence),
2009         (gst_audiotestsrc_create_white_noise),
2010         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2011         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2012         (gst_audiotestsrc_start), (plugin_init):
2013         * gst/audiotestsrc/gstaudiotestsrc.h:
2014           add new plugin and element
2015         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2016           use gobject_class
2017
2018 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2021         (gst_adder_init), (gst_adder_request_new_pad),
2022         (gst_adder_change_state):
2023           Add query function to source pad, so adder reports the correct
2024           time/sample position when queried (#315457); fix state change
2025           function; use GST_DEBUG_FUNCPTR() for pad functions.
2026
2027 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2028
2029         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2030           Fix leaks in typefind registration
2031           Clean up the gratuitous commenting and whitespacing a little
2032
2033 2005-10-08  Wim Taymans  <wim@fluendo.com>
2034
2035         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2036         Only actually wait for the thread to be stopped if it's 
2037         running.
2038
2039 2005-10-08  Wim Taymans  <wim@fluendo.com>
2040
2041         * gst-libs/gst/audio/gstbaseaudiosink.c:
2042         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2043         If we receive EOS we can start playback of what we had.
2044
2045 2005-10-08  Wim Taymans  <wim@fluendo.com>
2046
2047         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2048         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2049         (gst_multifdsink_stop):
2050         Fix crasher when going to NULL multiple times.
2051
2052 2005-10-06  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2055         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2056         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2057         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2058         patch from Edgard Lima <edgard.lima@indt.org.br>
2059         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2060
2061 2005-10-06  Wim Taymans  <wim@fluendo.com>
2062
2063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2064         Report the FLOW_RETURN as string in the error message.
2065
2066         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2067         Don't assert when clearing an unnegotiated buffer.
2068
2069 2005-10-04  Michael Smith <msmith@fluendo.com>
2070
2071         * gst/playback/gstplaybasebin.c: (group_destroy),
2072         (gen_preroll_element), (remove_groups), (setup_source):
2073         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2074         (setup_sinks), (gst_play_bin_send_event),
2075         (gst_play_bin_change_state):
2076           Set state to NULL before removing from bin. Fix refcounting.
2077
2078 2005-10-04  Michael Smith <msmith@fluendo.com>
2079
2080         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2081           Correct refcounting in send_event() function. Previously was wrong
2082           if the first sink was unable to handle the event.
2083
2084 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2085
2086         * configure.ac:
2087           back to development
2088
2089 === release 0.9.3 ===
2090
2091 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2092
2093         * configure.ac:
2094           Releasing 0.9.3, "De Facto"
2095
2096 2005-10-03  Andy Wingo  <wingo@pobox.com>
2097
2098         * gst/playback/gstdecodebin.c (try_to_link_1)
2099         (remove_element_chain): set element to NULL before removing it.
2100
2101 2005-10-02  Johan Dahlin  <johan@gnome.org>
2102
2103         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2104         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2105         MT safe.
2106
2107 2005-10-02  Andy Wingo  <wingo@pobox.com>
2108
2109         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2110         (gst_ring_buffer_prepare_read): 
2111         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2112         Demote to LOG.
2113
2114 2005-09-29  Wim Taymans  <wim@fluendo.com>
2115
2116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2117         * ext/theora/theoradec.c: (theora_handle_data_packet):
2118         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2119         Propagate error codes from alloc_buffer too.
2120
2121 2005-09-29  Wim Taymans  <wim@fluendo.com>
2122
2123         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2124         We use fixed caps.
2125
2126         * gst/playback/Makefile.am:
2127         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2128         (dump_element_stats), (main):
2129         Added example stream introspection code.
2130
2131 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2132
2133         * gst/adder/gstadder.c: (gst_adder_collected):
2134           fix adder for float elements
2135
2136 2005-09-28  Wim Taymans  <wim@fluendo.com>
2137
2138         * gst-libs/gst/audio/gstbaseaudiosink.c:
2139         (gst_base_audio_sink_class_init),
2140         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2141         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2142         (gst_base_audio_src_class_init),
2143         (gst_base_audio_src_provide_clock):
2144         get_clock -> provide_clock
2145
2146 2005-09-28  Andy Wingo  <wingo@pobox.com>
2147
2148         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2149         and unlocking.
2150
2151         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2152         unlocking.
2153
2154         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2155         Actually add the pad template.
2156         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2157
2158         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2159         I'm at it...
2160
2161         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2162         from fdsrc. Get caps in create() instead of start() so it can be
2163         interrupted. Interruption somewhat untested.
2164
2165         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2166         Proper EOS handling.
2167
2168 2005-09-27  Andy Wingo  <wingo@pobox.com>
2169
2170         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2171
2172         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2173
2174         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2175
2176         * gst/tcp/gsttcp.h: 
2177         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2178         out of tcpclientsrc.c. Cancellable.
2179         (gst_tcp_socket_read): Made private, cancellable, with better
2180         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2181         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2182         whole buffer, and better diagnostics.
2183         (gst_tcp_gdp_read_caps): Same.
2184
2185         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2186
2187 2005-09-26  Andy Wingo  <wingo@pobox.com>
2188
2189         * gst/sine/gstsinesrc.h:
2190         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2191         change the 'sync' property to 'is-live' and implement it halfway,
2192         update for controller api change.
2193
2194         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2195         controller api change.
2196
2197 2005-09-24  Wim Taymans  <wim@fluendo.com>
2198
2199         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2200         * gst-libs/gst/audio/gstaudiosink.c:
2201         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2202         (gst_audioringbuffer_stop):
2203         * gst-libs/gst/audio/gstbaseaudiosink.c:
2204         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2205         (gst_base_audio_sink_change_state):
2206         * gst-libs/gst/audio/gstbaseaudiosink.h:
2207         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2208         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2209         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2210         * gst-libs/gst/audio/gstringbuffer.h:
2211         Fix sync again. Moved sample alignment to basesink.
2212
2213 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2214
2215         * docs/plugins/Makefile.am:
2216         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2217         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2218         * gst/volume/gstvolume.c:
2219           add/fix docs
2220         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2221         * gst-libs/gst/audio/audio.h:
2222           add conversion macros for frames <-> clocktime
2223
2224 2005-09-23  David Schleef  <ds@schleef.org>
2225
2226         * gst/audioresample/Makefile.am:
2227         * gst/audioresample/debug.h:
2228         * gst/audioresample/gstaudioresample.c:
2229         * gst/audioresample/resample.c: Convert to using gst debugging
2230
2231 2005-09-22  Wim Taymans  <wim@fluendo.com>
2232
2233         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2234         (gst_play_bin_send_event):
2235         Only seek on one sink, the first one that succeeds.
2236
2237 2005-09-22  Michael Smith <msmith@fluendo.com>
2238
2239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2240         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2241         Don't flush encoder state unless we have an initialised encoder.
2242         Clear out encoder state on PAUSED_TO_READY.
2243
2244 2005-09-22  Wim Taymans  <wim@fluendo.com>
2245
2246         * gst-libs/gst/rtp/gstbasertppayload.c:
2247         (gst_basertppayload_class_init), (gst_basertppayload_init),
2248         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2249         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2250         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2251         (gst_basertppayload_set_property),
2252         (gst_basertppayload_get_property),
2253         (gst_basertppayload_change_state):
2254         * gst-libs/gst/rtp/gstbasertppayload.h:
2255         Added max-ptime to control amount of data in the rtp packets.
2256
2257 2005-09-21  Andy Wingo  <wingo@pobox.com>
2258
2259         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2260         thingies.
2261
2262         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2263         can be called multiple times, dogs.
2264
2265 2005-09-21  Wim Taymans  <wim@fluendo.com>
2266
2267         * gst-libs/gst/rtp/gstbasertppayload.c:
2268         (gst_basertppayload_class_init), (gst_basertppayload_init),
2269         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2270         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2271         (gst_basertppayload_push), (gst_basertppayload_get_property),
2272         (gst_basertppayload_change_state):
2273         Allow 0 ssrc too.
2274
2275 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2276
2277         * docs/libs/compiling.sgml:
2278           fixing typos
2279
2280 2005-09-20  Wim Taymans  <wim@fluendo.com>
2281
2282         * gst-libs/gst/rtp/gstbasertppayload.c:
2283         (gst_basertppayload_class_init), (gst_basertppayload_init),
2284         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2285         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2286         (gst_basertppayload_push), (gst_basertppayload_set_property),
2287         (gst_basertppayload_get_property),
2288         (gst_basertppayload_change_state):
2289         * gst-libs/gst/rtp/gstbasertppayload.h:
2290         Added property to configure sequence number offsets.
2291
2292 2005-09-20  Wim Taymans  <wim@fluendo.com>
2293
2294         * gst-libs/gst/rtp/gstbasertppayload.c:
2295         (gst_basertppayload_class_init), (gst_basertppayload_init),
2296         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2297         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2298         (gst_basertppayload_push), (gst_basertppayload_set_property),
2299         (gst_basertppayload_get_property),
2300         (gst_basertppayload_change_state):
2301         * gst-libs/gst/rtp/gstbasertppayload.h:
2302         Make timestamp offset configurable.
2303
2304 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2305
2306         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2307           fix wrong pop/unref
2308
2309 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2310
2311         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2312
2313         * gst-libs/gst/interfaces/propertyprobe.c:
2314         (gst_property_probe_probe_property_name),
2315         (gst_property_probe_needs_probe_name),
2316         (gst_property_probe_get_values_name),
2317         (gst_property_probe_probe_and_get_values_name):
2318           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2319           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2320
2321 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2322
2323         * check/Makefile.am:
2324           have some tests be disabled for valgrinding
2325         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2326         (GST_START_TEST):
2327         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2328           Fix A Leak.  Chain To Parent Finalize.
2329
2330 2005-09-19  Wim Taymans  <wim@fluendo.com>
2331
2332         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2333         Fixed wav pipeline.
2334
2335 2005-09-19  Wim Taymans  <wim@fluendo.com>
2336
2337         * gst-libs/gst/rtp/gstbasertppayload.c:
2338         (gst_basertppayload_class_init), (gst_basertppayload_init),
2339         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2340         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2341         (gst_basertppayload_push), (gst_basertppayload_get_property),
2342         (gst_basertppayload_change_state):
2343         Posting ERROR and WARNING messages is good.
2344
2345 2005-09-19  Wim Taymans  <wim@fluendo.com>
2346
2347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2348         (gst_base_rtp_depayload_add_to_queue),
2349         (gst_base_rtp_depayload_push),
2350         (gst_base_rtp_depayload_set_gst_timestamp),
2351         (gst_base_rtp_depayload_queue_release):
2352         This one was not supposed to go in.
2353
2354 2005-09-19  Wim Taymans  <wim@fluendo.com>
2355
2356         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2357         Fix for bus API.
2358
2359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2360         (gst_base_rtp_depayload_chain),
2361         (gst_base_rtp_depayload_add_to_queue),
2362         (gst_base_rtp_depayload_push),
2363         (gst_base_rtp_depayload_set_gst_timestamp),
2364         (gst_base_rtp_depayload_queue_release):
2365         Some cleanups.
2366
2367         * gst-libs/gst/rtp/gstbasertppayload.c:
2368         (gst_basertppayload_class_init), (gst_basertppayload_init),
2369         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2370         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2371         (gst_basertppayload_get_property),
2372         (gst_basertppayload_change_state):
2373         Added debugging category.
2374
2375 2005-09-18  David Schleef  <ds@schleef.org>
2376
2377         * gst/playback/gstdecodebin.c: free plugin list correctly
2378         * gst/playback/gstplaybin.c: emit warning if autovideosink
2379           and autoaudiosink can't be found (instead of segfaulting)
2380
2381 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2382
2383         * check/elements/audioconvert.c: (GST_START_TEST):
2384           try out 24 bit conversion
2385
2386 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2387
2388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2389         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2390         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2391         * ext/vorbis/vorbisenc.h:
2392           Fix EOS handling.  Still needs a fix in the ogg muxer to
2393           mark the last page as eos.
2394
2395 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2396
2397         * common/gtk-doc-plugins.mak:
2398         * docs/plugins/Makefile.am:
2399         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2400         * gst/ffmpegcolorspace/Makefile.am:
2401         * gst/ffmpegcolorspace/avcodec.h:
2402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2403         * gst/tcp/gstmultifdsink.c:
2404           fix up ffmpegcolorspace docs; extract header
2405
2406 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2407
2408         * common/gtk-doc-plugins.mak:
2409         * docs/plugins/Makefile.am:
2410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2411         * ext/theora/Makefile.am:
2412         * ext/theora/gsttheoraenc.h:
2413         * ext/theora/theoraenc.c:
2414         * ext/vorbis/vorbisenc.c:
2415           pick up signals and args for vorbis; add some docs for vorbis
2416
2417 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2418
2419         * common/gstdoc-scangobj:
2420         * common/gtk-doc-plugins.mak:
2421         * docs/libs/Makefile.am:
2422         * docs/plugins/gst-plugins-base-plugins.args:
2423         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2424         * docs/plugins/gst-plugins-base-plugins.interfaces:
2425         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2426         * docs/plugins/gst-plugins-base-plugins.signals:
2427           only scanobj stuff from our source module.  Not sure yet
2428           if that's correct, given the hierarchy stuff :)
2429
2430 2005-09-15  Wim Taymans  <wim@fluendo.com>
2431
2432         * gst/audioconvert/gstaudioconvert.c:
2433         And enable 24 bits mode as well..
2434
2435 2005-09-15  Wim Taymans  <wim@fluendo.com>
2436
2437         * gst-libs/gst/rtp/Makefile.am:
2438         * gst-libs/gst/rtp/gstbasertppayload.c:
2439         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2440         (gst_basertppayload_class_init), (gst_basertppayload_init),
2441         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2442         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2443         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2444         (gst_basertppayload_set_property),
2445         (gst_basertppayload_get_property),
2446         (gst_basertppayload_change_state):
2447         * gst-libs/gst/rtp/gstbasertppayload.h:
2448         Added rtp payloader base class.
2449
2450 2005-09-15  Andy Wingo  <wingo@pobox.com>
2451
2452         * configure.ac (plugindir): Remove the EOL matcher from the
2453         regexp, as it causes me problems. Libtool? Make? Who knows?
2454
2455 2005-09-14  David Schleef  <ds@schleef.org>
2456
2457         * check/generic/states.c: 
2458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2459         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2460           Fixes for changes in registry API.
2461
2462         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2463           to GST_PLUGIN_LDFLAGS.
2464         * ext/libvisual/visual.c: Make the library shut up.
2465         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2466         * gst-libs/gst/audio/gstaudiofilter.c: same
2467
2468 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2469
2470         * docs/plugins/Makefile.am:
2471         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2472         * docs/plugins/inspect/plugin-libvisual.xml:
2473         * docs/plugins/tmpl/element-tcpserversink.sgml:
2474         * ext/theora/theoraenc.c:
2475           add libvisual plugin and theoraenc element to docs
2476
2477 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2478
2479         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2480         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2481         * ext/theora/theoraenc.c:
2482           add theoraenc
2483
2484 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2485
2486         * gst/audioconvert/Makefile.am:
2487           Audioconvert derives from GstBaseTransform and should
2488           link to the library with our base elements to avoid
2489           unresolved symbols. Makes things work with MinGW (#316160)
2490
2491         * gst/playback/test4.c: (main):
2492           Fix MinGW build problem and use g_usleep() instead of 
2493           sleep() (#316162)
2494
2495 2005-09-12  Wim Taymans  <wim@fluendo.com>
2496
2497         * gst/audioconvert/audioconvert.c: (float),
2498         (audio_convert_prepare_context), (audio_convert_convert):
2499         * gst/audioconvert/audioconvert.h:
2500         Cleanups, speedups, simplifications, added back support
2501         for 24 bits.
2502
2503 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2504
2505         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2506         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2507         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2508         * docs/plugins/tmpl/element-tcpserversink.sgml:
2509         * gst/ffmpegcolorspace/gstffmpeg.c:
2510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2511         * gst/videotestsrc/gstvideotestsrc.c:
2512         * gst/volume/gstvolume.c:
2513           add more elements to the docs
2514
2515 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2516
2517         * check/Makefile.am:
2518         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2519         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2520           Add extra tests for basetransform based components. 
2521           Comment out the test_element_negotiation test until we decide
2522           if it's testing correct behaviour.
2523         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2524         (gst_visual_chain), (gst_visual_change_state):
2525           Slightly more correct but still bogus timestamping.
2526           Fix state change function.
2527         * gst/audioconvert/gstaudioconvert.c:
2528         (gst_audio_convert_class_init):
2529         * gst/audioresample/gstaudioresample.c:
2530         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2531         (gst_ffmpegcsp_class_init):
2532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2533         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2534         (gst_videoscale_prepare_image):
2535         * gst/volume/gstvolume.c: (gst_volume_class_init),
2536         (volume_transform_ip):
2537           Basetransform updates. Enable passthrough modes.
2538         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2539         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2540         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2541           Negotiation fix that allows the window to return to the original
2542           size and renegotiate passthrough upstream. Extra debug output.
2543
2544 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2545
2546         * gst/sine/gstsinesrc.c:
2547         * gst/volume/gstvolume.c:
2548           fix up header include
2549
2550 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2551
2552         * gst-libs/gst/audio/gstbaseaudiosink.c:
2553         (gst_base_audio_sink_render):
2554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2555         * gst/volume/gstvolume.c: (gst_volume_class_init),
2556         (volume_transform):
2557           fixing lost sync, some more debugging
2558
2559 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2560
2561         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2562         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2563         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2564         (gst_xvimagesink_check_xshm_calls):
2565           Fix compilation when XShm is not available.
2566
2567 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2568
2569         * ext/libvisual/visual.c: (gst_visual_dispose),
2570         (gst_visual_getcaps), (gst_visual_src_setcaps),
2571         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2572         (gst_visual_change_state):
2573           Finish fixing up libvisual plugin so that it runs. 
2574
2575 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2576
2577         * ext/vorbis/vorbisenc.c:
2578         * gst-libs/gst/tag/gstvorbistag.c:
2579           gsttaginterface.h -> gsttagsetter.h
2580
2581 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2582
2583         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2584           added another test that failes for me (test is not active by default)
2585
2586 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2587
2588         * configure.ac:
2589           v4l2 is no longer in gst-plugins-base
2590
2591 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2592
2593         * configure.ac:
2594           In the output at the end, don't show the first plugin on the same
2595           line as "Core plug-ins, always built:".
2596           Indent the output as for other plugin categories
2597         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2598           #define that can be used to not use peer buffer_alloc functions for
2599           test purposes.
2600         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2601         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2602         (gst_ximagesink_show_frame):
2603         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2604         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2605         (gst_xvimagesink_show_frame):
2606           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2607           fails gracefully instead of XError aborting or deadlocking.
2608
2609 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2610
2611         * ext/libvisual/Makefile.am:
2612           link against gst-base-libs
2613
2614 2005-09-06  David Schleef  <ds@schleef.org>
2615
2616         * configure.ac: Enable libvisual plugin.
2617         * ext/libvisual/Makefile.am:
2618         * ext/libvisual/visual.c: Fixes to make it compile.
2619
2620 === release 0.9.2 ===
2621
2622 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2623
2624         * NEWS:
2625         * RELEASE:
2626         * configure.ac:
2627         * docs/random/ChangeLog-0.8:
2628           releasing 0.9.2, "Spoon"
2629
2630 2005-09-05  Michael Smith <msmith@fluendo.com>
2631
2632         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2633           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2634           that in the vorbisenc element.
2635
2636 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2637
2638         * common/gtk-doc-plugins.mak:
2639         * docs/plugins/Makefile.am:
2640           fix distcheck
2641         * gst/audioresample/resample.c:
2642           fix wrong docstring
2643
2644 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2645
2646         * common/gst-xmlinspect.py:
2647         * common/gtk-doc-plugins.mak:
2648           only inspect plugins for this given package
2649           require gst-python 0.9
2650
2651 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2652
2653         * Makefile.am:
2654         * autogen.sh:
2655         * common/gst-xmlinspect.py:
2656         * configure.ac:
2657         * docs/Makefile.am:
2658         * docs/plugins/inspect/plugin-alsa.xml:
2659         * docs/plugins/inspect/plugin-audioresample.xml:
2660         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2661         * docs/plugins/inspect/plugin-ogg.xml:
2662         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2663         * docs/plugins/tmpl/element-multifdsink.sgml:
2664         * docs/plugins/tmpl/element-tcpserversink.sgml:
2665         * docs/plugins/tmpl/element-vorbisenc.sgml:
2666         * gst-plugins-base.spec.in:
2667           various doc-related updates
2668
2669 2005-08-31  Wim Taymans  <wim@fluendo.com>
2670
2671         * gst-libs/gst/audio/gstbaseaudiosink.c:
2672         (gst_base_audio_sink_render):
2673         Resync if the buffer timestamps drift more than a 10th 
2674         of a second.
2675
2676 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2677
2678         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2679         (gst_v4lsrc_get_property):
2680           The 'timestamp-offset' property is registered as an int64, so
2681           let's use g_value_{set|get}_int64() in our setter and getter
2682           functions (makes it work and fixes warnings with gst-inspect).
2683
2684 2005-08-30  Wim Taymans  <wim@fluendo.com>
2685
2686         * check/elements/audioconvert.c: (setup_audioconvert):
2687         * check/elements/audioresample.c: (setup_audioresample):
2688         * check/elements/volume.c: (setup_volume):
2689         Fix checks.
2690
2691 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2692
2693         * common/gtk-doc-plugins.mak:
2694         * common/plugins.xsl:
2695         * docs/plugins/Makefile.am:
2696           make module a param
2697
2698 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2699
2700         * examples/seeking/seek.c: (make_mp3_pipeline),
2701         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2702         (play_cb), (pause_cb), (stop_cb):
2703           update the example
2704
2705 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2706
2707         * gst/volume/gstvolume.c: (gst_volume_class_init),
2708         (volume_transform):
2709           do not update controlled params, if buffer has no timestamp
2710
2711 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2712
2713         * configure.ac:
2714         * gst/sine/Makefile.am:
2715         * gst/volume/Makefile.am:
2716           controllerized elements also need to link against controller-libs ;)
2717
2718 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2719
2720         * docs/libs/tmpl/gstcolorbalance.sgml:
2721         * docs/libs/tmpl/gstgconf.sgml:
2722         * docs/libs/tmpl/gstmixer.sgml:
2723         * docs/libs/tmpl/gstringbuffer.sgml:
2724         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2725         (gst_sinesrc_create):
2726         * gst/volume/gstvolume.c: (gst_volume_class_init),
2727         (volume_transform):
2728           controllerized two audio plugins
2729
2730 2005-08-29  Andy Wingo  <wingo@pobox.com>
2731
2732         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2733         (vorbis_handle_data_packet): Fix some int overflow errors.
2734
2735         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2736         -1.
2737         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2738         valid.
2739         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2740         if it's valid. Fixed streaming-mode playback.
2741
2742         * check/elements/volume.c (cleanup_volume): Fix for running
2743         CK_FORK=no.
2744
2745         * check/elements/audioconvert.c: Convert from native endian, not
2746         little endian.
2747
2748 2005-08-29  Michael Smith <msmith@fluendo.com>
2749
2750         * ext/ogg/Makefile.am:
2751         * ext/ogg/gstogg.c: (plugin_init):
2752         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2753         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2754         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2755         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2756         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2757         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2758         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2759         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2760         Add an ogg parser element.
2761
2762 2005-08-28  Andy Wingo  <wingo@pobox.com>
2763
2764         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2765
2766 2005-08-26  Wim Taymans  <wim@fluendo.com>
2767
2768         * gst/audioconvert/audioconvert.c: (if), (float),
2769         (audio_convert_get_func_index), (check_default),
2770         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2771         (audio_convert_clean_context), (audio_convert_get_sizes),
2772         (audio_convert_convert):
2773         Cleanups.
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         More elegant and working temp buffer selection algo.
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         (get_temp_buffer), (audio_convert_convert):
2791         Use realloc else we lose our original data.
2792
2793 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2794
2795         * gst/audioresample/gstaudioresample.c:
2796           use base class' newsegment to properly timestamp
2797
2798 2005-08-26  Wim Taymans  <wim@fluendo.com>
2799
2800         * gst/audioconvert/audioconvert.c: (if), (float),
2801         (audio_convert_get_func_index), (check_default),
2802         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2803         (audio_convert_clean_context), (audio_convert_get_sizes),
2804         (get_temp_buffer), (audio_convert_convert):
2805         * gst/audioconvert/gstaudioconvert.c:
2806         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2807         (gst_audio_convert_transform_caps),
2808         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2809         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2810         Oops, allocate enough space to perform the channel mix.
2811
2812 2005-08-26  Wim Taymans  <wim@fluendo.com>
2813
2814         * gst/audioconvert/Makefile.am:
2815         * gst/audioconvert/audioconvert.c: (if), (float),
2816         (audio_convert_get_func_index), (check_default),
2817         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2818         (audio_convert_clean_context), (audio_convert_get_sizes),
2819         (get_temp_buffer), (audio_convert_convert):
2820         * gst/audioconvert/audioconvert.h:
2821         * gst/audioconvert/gstaudioconvert.c:
2822         (gst_audio_convert_class_init), (gst_audio_convert_init),
2823         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2824         (gst_audio_convert_get_unit_size),
2825         (gst_audio_convert_transform_caps),
2826         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2827         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2828         * gst/audioconvert/gstaudioconvert.h:
2829         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2830         (gst_channel_mix_fill_identical),
2831         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2832         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2833         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2834         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2835         (gst_channel_mix_mix):
2836         * gst/audioconvert/gstchannelmix.h:
2837         Cleanups, librarify a bit, optimize, better negotiation and more.
2838
2839 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2840
2841         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2842         Another from MikeS:
2843         During typefinding, don't support negative offsets
2844         (offsets from the end of the stream) in our typefind->peek() function
2845         - nothing embedded in ogg ever needs them. However, we need to recognise
2846         those requests and reject them, otherwise we return invalid pointers.
2847
2848 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2849
2850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2851         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2852         (vorbisdec_finalize), (vorbis_handle_type_packet):
2853           Big shout-out to MikeS for fixing this giant memory leak.
2854           Huzzah!
2855
2856 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2857
2858         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2859         (audio_convert_get_unit_size):
2860           plug some leaks
2861
2862 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2863
2864         * check/Makefile.am:
2865         * check/elements/audioconvert.c: (setup_audioconvert),
2866         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2867         (GST_START_TEST), (audioconvert_suite), (main):
2868           add a test for audioconvert
2869         * gst/audioresample/gstaudioresample.c:
2870         * gst/audioresample/gstaudioresample.h:
2871           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2872           note that for buffers of 1/3 sec this means DURATION(c) is 
2873           one nanosecond more than for a and b
2874
2875 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2876
2877         * check/Makefile.am:
2878         * check/elements/audioresample.c: (setup_audioresample),
2879         (cleanup_audioresample), (fail_unless_perfect_stream),
2880         (test_perfect_stream_instance), (GST_START_TEST),
2881           add a check for audioresample
2882         (audioresample_suite), (main):
2883         * check/elements/volume.c: (GST_START_TEST):
2884           remove unused method
2885         * gst/audioresample/gstaudioresample.c:
2886           set correct buffer parameters since we're changing them
2887         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2888           add some debug
2889
2890 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2891
2892         * gst/audioresample/debug.c:
2893         * gst/audioresample/gstaudioresample.c:
2894           add room for extra overlap samples when asked to transform size
2895           protect against possible mem corruption and check for discrepancies
2896           between written size and outbuffer's size so we can warn for
2897           potential problems
2898         * gst/audioresample/resample.c: (resample_init),
2899         (resample_get_output_size_for_input), (resample_get_output_size),
2900         (resample_set_n_channels), (resample_set_format):
2901           set debug level based on RESAMPLE_DEBUG env var
2902           make sure that get_output_size* returns a whole number of
2903           sample_size
2904           set sample_size each time either channel or format is set
2905         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2906         * gst/audioresample/resample_functable.c:
2907         (resample_scale_functable):
2908         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2909           remove r->sample_size, it's done in resample.c now
2910           add some debugging to the ref implementation
2911           make sure we only give back bytes that are wholes of the sample
2912           size
2913
2914 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2915         * gst/playback/gstplaybasebin.c: (fill_buffer):
2916         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2917
2918 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2919
2920         * gst/volume/gstvolume.c:
2921           made set_caps function static
2922
2923 2005-08-24  Wim Taymans  <wim@fluendo.com>
2924
2925         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2926         (gst_vorbisenc_change_state):
2927         Stop leaking taglists.
2928
2929 2005-08-24  Wim Taymans  <wim@fluendo.com>
2930
2931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2932         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2933         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2934         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2935         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2936         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2937         Parse seeking events better.
2938         Unref static caps.
2939         Generate correct newsegment events, fixes seeking in live oggs.
2940
2941         * ext/theora/theoradec.c: (theora_dec_src_query),
2942         (theora_dec_src_event), (theora_dec_src_getcaps),
2943         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2944         Use newsegment values to report correct play time.
2945
2946         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2947         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2948         * ext/vorbis/vorbisdec.h:
2949         Parse and use newsegment values to report correct play time.
2950
2951         * gst-libs/gst/audio/gstbaseaudiosink.c:
2952         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2953         Clear ringbuffer on flush.
2954         Use newsegment values to calculate playback time.
2955
2956         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2958         Basesink does newsegment calculations for us now.
2959
2960 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2961
2962         * check/Makefile.am:
2963         * configure.ac:
2964           add core's plugins to the mix so that playbin works
2965         * check/generic/states.c: (GST_START_TEST):
2966           set a 0 timeout on pipelines, so they don't force the next
2967           state change
2968         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2969         (gst_play_base_bin_change_state):
2970           remove the crappy error handling and do GST error handling
2971
2972 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2973
2974         * check/Makefile.am:
2975         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2976           add same test as to core, it bitches out on playbin atm.
2977
2978 2005-08-24  Wim Taymans  <wim@fluendo.com>
2979
2980         * configure.ac:
2981         Remove audioscale.
2982
2983 2005-08-24  Wim Taymans  <wim@fluendo.com>
2984
2985         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2986         (gst_videoscale_prepare_size), (parse_caps),
2987         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2988         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2989         (gst_videoscale_transform):
2990         * gst/videoscale/gstvideoscale.h:
2991         Refactor, make use of BaseTranform really well.
2992
2993 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2994
2995         * configure.ac:
2996           compile audioresample
2997         * gst/audioresample/Makefile.am:
2998         * gst/audioresample/buffer.c:
2999         * gst/audioresample/functable.c:
3000         * gst/audioresample/gstaudioresample.c:
3001         * gst/audioresample/gstaudioresample.h:
3002         * gst/audioresample/resample.c:
3003         (resample_get_output_size_for_input):
3004         * gst/audioresample/resample.h:
3005         * gst/audioresample/resample_chunk.c:
3006         * gst/audioresample/resample_functable.c:
3007         * gst/audioresample/resample_ref.c:
3008           port to use basetransform; doesn't work in all cases yet
3009
3010 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3011
3012         * gst/audioconvert/gstaudioconvert.c:
3013         (gst_audio_convert_class_init), (gst_audio_convert_init),
3014         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3015         (audio_convert_fixate_caps), (audio_convert_set_caps),
3016         (audio_convert_transform),
3017         (gst_audio_convert_buffer_to_default_format),
3018         (gst_audio_convert_buffer_from_default_format),
3019         (gst_audio_convert_channels):
3020         * gst/audioconvert/gstchannelmix.c:
3021         * gst/audioconvert/gstchannelmix.h:
3022           port to basetransform
3023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3024         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3025         (gst_ffmpegcsp_get_unit_size):
3026         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3027         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3028           fix for basetransform changes
3029
3030 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3031
3032         * check/Makefile.am:
3033           Add CHECK_CFLAGS and LDFLAGS
3034
3035         * gst/playback/gstplaybasebin.c: (fill_buffer):
3036           GST_MESSAGE_SRC became a GObject
3037
3038 2005-08-24  Wim Taymans  <wim@fluendo.com>
3039
3040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3041         (gst_ring_buffer_clear_all):
3042         * gst-libs/gst/audio/gstringbuffer.h:
3043         Added function to clear the ringbuffer.
3044
3045 2005-08-24  Andy Wingo  <wingo@pobox.com>
3046
3047         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3048         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3049         of _open and _close.
3050
3051         * sys/v4l/gstv4lxoverlay.h:
3052         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3053         an Xv connection here, instead of all the time. Make Xv only be
3054         loaded if you axe for it. Kindof a workaround for buggy behaviour
3055         of Xv when using remote xservers (XvQueryExtension would block).
3056         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3057         replace the _open and _close public API. Only start the xv
3058         connection if necessary.
3059         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3060
3061 2005-08-23  David Schleef  <ds@schleef.org>
3062
3063         * gst/audioresample/Makefile.am: Leet audioresampling code
3064         * gst/audioresample/buffer.c:
3065         * gst/audioresample/buffer.h:
3066         * gst/audioresample/debug.c:
3067         * gst/audioresample/debug.h:
3068         * gst/audioresample/functable.c:
3069         * gst/audioresample/functable.h:
3070         * gst/audioresample/gstaudioresample.c:
3071         * gst/audioresample/gstaudioresample.h:
3072         * gst/audioresample/resample.c:
3073         * gst/audioresample/resample.h:
3074         * gst/audioresample/resample_chunk.c:
3075         * gst/audioresample/resample_functable.c:
3076         * gst/audioresample/resample_ref.c:
3077
3078 2005-08-23  Wim Taymans  <wim@fluendo.com>
3079
3080         * examples/seeking/seek.c: (make_vorbis_pipeline),
3081         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3082         Small seek updates.
3083
3084 2005-08-23  Andy Wingo  <wingo@pobox.com>
3085
3086         * gst-libs/gst/audio/gstbaseaudiosrc.c
3087         (gst_base_audio_src_fixate): Only fixate endianness if it is
3088         present in the caps.
3089
3090 2005-08-22  Andy Wingo  <wingo@pobox.com>
3091
3092         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3093         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3094         device-name property.
3095
3096         * gst-libs/gst/audio/gstaudiosrc.h:
3097         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3098         close_device in the ring buffer, like gstaudiosink.
3099
3100         * ext/alsa/gstalsamixer.h:
3101         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3102         macro to implement the interface without much code. Cleanups. 
3103
3104         * ext/alsa/gstalsasrc.h:
3105         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3106         READY.
3107
3108         * ext/alsa/Makefile.am: Add new files.
3109         * ext/alsa/gstalsamixerelement.c: 
3110         * ext/alsa/gstalsamixerelement.c: Split element code out from
3111         mixer code so that alsasrc can be a mixer too.
3112
3113 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3114
3115         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3116         (GST_START_TEST):
3117         * check/elements/vorbisdec.c: (setup_vorbisdec),
3118         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3120         (vorbis_handle_identification_packet),
3121         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3122         (vorbis_handle_header_packet), (vorbis_dec_push),
3123         (vorbis_dec_chain):
3124           use the setup/teardown methods to save code.  save code is good.
3125
3126 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3127
3128         * check/Makefile.am:
3129           add ext dir for plugins
3130           add vorbisdec test conditionally
3131         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3132         (GST_START_TEST), (volume_suite):
3133           add a test with wrong caps
3134         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3135         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3136           add a vorbisdec test
3137         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3138         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3139           clean up debug output
3140         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3141           yay, fix a segfault/security issue in vorbisdec
3142           gst-launch fakesrc ! vorbisdec wasn't happy
3143         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3144         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3145         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3146         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3147         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3148         (gst_vorbisenc_set_metadata), (get_constraints_string),
3149         (update_start_message), (gst_vorbisenc_setup),
3150         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3151         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3152         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3153         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3154         * ext/vorbis/vorbisenc.h:
3155           march in line
3156         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3157         (gst_ffmpegcsp_transform):
3158           have the kow come home
3159         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3160           debug my func ptr
3161         * gst/volume/gstvolume.c: (volume_set_caps):
3162           add a debug
3163
3164 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3165
3166         * Makefile.am:
3167         * check/.cvsignore:
3168         * check/Makefile.am:
3169         * check/elements/.cvsignore:
3170         * check/elements/volume.c: (chain_func), (event_func),
3171         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3172         (main):
3173         * configure.ac:
3174           add unit test structure for gst-plugins-base
3175           add a test for volume
3176         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3177         (gst_volume_set_volume), (gst_volume_get_volume),
3178         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3179         (volume_funcfind), (volume_process_float), (volume_process_int16),
3180         (volume_set_caps), (volume_transform), (volume_update_mute),
3181         (volume_update_volume), (volume_set_property),
3182         (volume_get_property):
3183           document a little; use basetransform vmethod _set_caps
3184
3185 2005-08-19  Andy Wingo  <wingo@pobox.com>
3186
3187         * ext/alsa/gstalsamixertrack.h:
3188         * ext/alsa/gstalsamixertrack.c:
3189         * ext/alsa/gstalsamixeroptions.h:
3190         * ext/alsa/gstalsamixeroptions.c:
3191         * ext/alsa/gstalsamixer.h:
3192         * ext/alsa/gstalsamixer.c: Port to 0.9.
3193
3194         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3195         Remove gstalsa.c and alsaclock. No more cruft here.
3196         
3197 2005-08-18  Wim Taymans  <wim@fluendo.com>
3198
3199         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3200         (gst_base_rtp_depayload_chain),
3201         (gst_base_rtp_depayload_add_to_queue),
3202         (gst_base_rtp_depayload_push),
3203         (gst_base_rtp_depayload_queue_release):
3204         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3205         Fix for RTPBuffer changes.
3206
3207         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3208         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3209         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3210         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3211         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3212         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3213         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3214         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3215         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3216         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3217         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3218         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3219         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3220         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3221         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3222         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3223         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3224         (gst_rtpbuffer_get_payload):
3225         * gst-libs/gst/rtp/gstrtpbuffer.h:
3226         Don't subclass GstBuffer but add methods and helper functions
3227         to construct and manipulate RTP packets in regular GstBuffers.
3228
3229 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3230
3231         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3232           moved statement below switch
3233         * gst/volume/gstvolume.c: (gst_volume_class_init):
3234           added debug ptr
3235
3236 2005-08-16  Wim Taymans  <wim@fluendo.com>
3237
3238         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3239         (gst_base_audio_src_change_state):
3240         Open and close device in READY<->NULL state change.
3241
3242 2005-08-16  Andy Wingo  <wingo@pobox.com>
3243
3244         * examples/seeking/Makefile.am: Don't compile non-compiling
3245         compiled objects with the compiler.
3246
3247         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3248         elements.
3249
3250 2005-08-12  Philippe Khalaf <burger@speedy.org>
3251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3252         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3253           Made a thread to release the queue.
3254           Removed timestamp conversion for now.
3255
3256 2005-08-10  Philippe Khalaf <burger@speedy.org>
3257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3258         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3259           Added rtp timestamp -> gst timestamp conversion.
3260           Fixed several problems with queue.
3261
3262 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3263
3264         * gst-libs/gst/audio/gstaudioclock.h:
3265         * gst-libs/gst/audio/gstaudiofilter.h:
3266         * gst-libs/gst/audio/gstaudiosink.h:
3267         * gst-libs/gst/audio/gstaudiosrc.h:
3268         * gst-libs/gst/audio/gstbaseaudiosink.h:
3269         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3270         * gst-libs/gst/audio/gstringbuffer.h:
3271         * gst-libs/gst/net/gstnetbuffer.h:
3272         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3273         * gst-libs/gst/rtp/gstrtpbuffer.h:
3274           Add padding (you will need to rebuild gst-plugins-base,
3275           gst-plugins and all applications afterwards!)
3276
3277 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3278
3279         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3280         (gst_riff_parse_chunk):
3281           Fix bug in debug message and add some more debug messages.
3282
3283 2005-08-08  Edward Hervey  <edward@fluendo.com>
3284
3285         * gst-libs/gst/riff/riff-media.c:
3286         backported updates since branch
3287
3288 2005-08-08  Andy Wingo  <wingo@pobox.com>
3289
3290         * gst-libs/gst/audio/gstbaseaudiosink.c
3291         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3292         like good elements should. Close on READY->NULL too.
3293
3294         * gst-libs/gst/audio/gstaudiosink.c
3295         (gst_audioringbuffer_open_device,
3296         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3297         (gst_audioringbuffer_release): Updates for new ring buffer API,
3298         hook into the new audio sink api.
3299
3300         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3301         (GstAudioSinkClass.close): Just open and close the device -- no
3302         resource allocation or configuration.
3303         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3304         vmethods, handle device setup and resource allocation.
3305
3306         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3307         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3308         base class API.
3309
3310         * gst-libs/gst/audio/gstringbuffer.h
3311         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3312         New vmethods.
3313
3314         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3315         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3316         New API functions. The device should be opened before acquiring
3317         and closed after releasing.
3318
3319 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3320
3321         * gst-libs/gst/interfaces/mixer.h:
3322           Reset padding to GST_PADDING.
3323
3324 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3325
3326         * gst/playback/gstplaybin.c: (remove_sinks):
3327           Remove visualization from parent explicitely; works around some
3328           apparent refcount issue that I haven't tracked down yet.
3329
3330 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3331
3332         * ext/alsa/gstalsasink.c: (set_hwparams):
3333           Assign debug category, add negotiation debug msgs.
3334
3335 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3336
3337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3338           Fix error code for file-not-found to NOT_FOUND.
3339
3340 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3341
3342         * common/gtk-doc-plugins.mak:
3343         * docs/plugins/Makefile.am:
3344         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3345         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3346           renamed to actual element names, so much nicer to look at
3347         * docs/plugins/tmpl/gstmultifdsink.sgml:
3348           remove
3349         * docs/plugins/tmpl/multifdsink.sgml:
3350         * docs/plugins/tmpl/tcpserversink.sgml:
3351           add
3352         * ext/alsa/gstalsa.c:
3353         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3354         * ext/ogg/gstoggmux.c:
3355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3356         * gst/playback/gstdecodebin.c:
3357         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3358         * gst/tcp/gsttcpserversink.c:
3359           various fixes and documentation additions
3360
3361 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3362
3363         * common/Makefile.am:
3364         * common/gstdoc-scangobj:
3365         * common/gtk-doc-plugins.mak:
3366         * common/gtk-doc.mak:
3367           add a custom scangobj that uses the registry
3368           add a custom gtk-doc-plugins.mak that uses it
3369           some doc build fixes
3370         * configure.ac:
3371         * docs/Makefile.am:
3372         * docs/plugins/Makefile.am:
3373         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3374         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3375         * docs/plugins/gst-plugins-base-plugins.types:
3376         * docs/plugins/tmpl/gstmultifdsink.sgml:
3377           add docs for one element, multifdsink
3378         * gst/adder/gstadder.h:
3379         * gst/volume/gstvolume.h:
3380           don't privatize enum
3381         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3382         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3383         (gst_sync_method_get_type), (gst_client_status_get_type),
3384         (gst_multifdsink_class_init),
3385         (gst_multifdsink_client_queue_buffer),
3386         (gst_multifdsink_handle_client_write):
3387         * gst/tcp/gstmultifdsink.h:
3388         * gst/tcp/gsttcp.h:
3389         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3390         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3391         (gst_tcpclientsink_render):
3392         * gst/tcp/gsttcpclientsink.h:
3393         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3394         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3395         (gst_tcpclientsrc_start):
3396         * gst/tcp/gsttcpclientsrc.h:
3397         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3398         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3399         * gst/tcp/gsttcpserversrc.h:
3400         * gst/typefind/gsttypefindfunctions.c:
3401           remove superfluous Type stuff
3402
3403 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3404
3405         * gst/playback/gstplaybin.c: (gen_video_element):
3406           Enable videoscale.
3407
3408 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3409
3410         * gst-libs/gst/gconf/gconf.c:
3411         * gst-libs/gst/gconf/gconf.h:
3412           Fix some Andy Problem [tm].
3413
3414 2005-08-04  Andy Wingo  <wingo@pobox.com>
3415
3416         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3418         (gst_ffmpegcsp_get_size): Adapt to API changes.
3419
3420         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3421         Implement an in-place do-nothing transform.
3422
3423 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3424
3425         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3426         (gst_ximagesink_renegotiate_size):
3427           Do not set new window sizes yet if we prepare a new buffer size
3428           for upstream renegotiation (software scaling) at some point in the
3429           future, because this new size waqs not actually accepted yet. Once
3430           accepted, renegotiation later on will set the new sizes just fine.
3431           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3432           embedding testcase.
3433
3434 2005-08-03  Andy Wingo  <wingo@pobox.com>
3435
3436         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3437         (gst_ximagesink_buffer_alloc): 
3438         Protect the height, width, and desired_caps with the pool_lock.
3439         Fixes videotestsrc ! queue ! ximagesink.
3440
3441 2005-08-02  Edward Hervey  <edward@fluendo.com>
3442
3443         * gst/volume/gstvolume.c:
3444         include left from controller cleanup
3445
3446 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3448           Stop collectpads before calling the parent state
3449           change function on PAUSED->READY.
3450
3451 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3452         * configure.ac:
3453           When testing for X libs, use the X CFlags 
3454         * gst/adder/gstadder.c: (gst_adder_change_state):
3455           Stop the collectpads before calling parent state change function
3456           on PAUSED->READY, otherwise we deadlock deactivating pads.
3457
3458 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3459
3460         * configure.ac:
3461         * docs/libs/tmpl/gstcolorbalance.sgml:
3462         * docs/libs/tmpl/gstmixer.sgml:
3463         * examples/Makefile.am:
3464         * gst/sine/Makefile.am:
3465         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3466         (gst_sinesrc_set_property), (plugin_init):
3467         * gst/sine/gstsinesrc.h:
3468         * gst/volume/Makefile.am:
3469         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3470         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3471         (volume_process_float), (volume_process_int16),
3472         (volume_set_property), (plugin_init):
3473         * gst/volume/gstvolume.h:
3474           deactivate and remove dparams (libgstcontrol)
3475
3476 2005-07-29  Wim Taymans  <wim@fluendo.com>
3477
3478         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3479         Convert me to BaseTransform!! help..
3480
3481 2005-07-29  Andy Wingo  <wingo@pobox.com>
3482
3483         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3484         sinks.
3485
3486         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3487         support of both endiannesses.
3488
3489 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3490
3491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3492           Fix confusing debug message (s/event/query/)
3493
3494 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3495
3496         * gst/videotestsrc/videotestsrc.h:
3497           Use "_stdint.h" instead of <stdint.h>
3498
3499 2005-07-27  Wim Taymans  <wim@fluendo.com>
3500
3501         * ext/vorbis/Makefile.am:
3502         Revert wrong commit.
3503
3504 2005-07-27  Wim Taymans  <wim@fluendo.com>
3505
3506         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3507         More compilation fixen.
3508
3509 2005-07-27  Wim Taymans  <wim@fluendo.com>
3510
3511         * gst-libs/gst/audio/gstbaseaudiosink.c:
3512         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3513         (gst_base_audio_sink_create_ringbuffer),
3514         (gst_base_audio_sink_change_state):
3515         Fix compilation.
3516
3517 2005-07-27  Wim Taymans  <wim@fluendo.com>
3518
3519         * examples/seeking/seek.c: (setup_dynamic_link),
3520         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3521         (query_positions_elems), (query_positions_pads), (do_seek):
3522         Update seek example.
3523
3524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3525         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3526         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3527         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3528         (gst_ogg_demux_handle_event),
3529         (gst_ogg_demux_deactivate_current_chain),
3530         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3531         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3532         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3533         (gst_ogg_demux_loop):
3534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3535         * ext/theora/theoradec.c: (theora_dec_src_event),
3536         (theora_dec_src_getcaps), (theora_dec_sink_event),
3537         (theora_dec_push), (theora_dec_chain):
3538         * ext/vorbis/Makefile.am:
3539         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3540         (vorbis_dec_sink_event), (vorbis_dec_push),
3541         (vorbis_handle_data_packet):
3542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3543         (gst_vorbisenc_chain):
3544         * gst/playback/gststreaminfo.c: (cb_probe):
3545         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3546         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3547         * gst/videoscale/gstvideoscale.c:
3548         (gst_videoscale_handle_src_event):
3549         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3550         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3551         (gst_ximagesink_navigation_send_event):
3552         * sys/xvimage/xvimagesink.c:
3553         (gst_xvimagesink_navigation_send_event):
3554         Various event updates and cleanups
3555
3556 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3557
3558         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3559           Fix segfault for I420/YV12.
3560
3561 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3562
3563         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3564           Report bitrate.
3565
3566 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3567
3568         * gst/playback/gstplaybin.c: (gen_video_element),
3569         (gen_audio_element):
3570           Switch to auto*sink elements as default sinks; add volume element
3571           so that volume control in totem works.
3572
3573 2005-07-21  Wim Taymans  <wim@fluendo.com>
3574
3575         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3576         * gst/playback/gstplaybin.c: (setup_sinks),
3577         (gst_play_bin_change_state):
3578         Refcount fix and more comments.
3579
3580 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3581
3582         * sys/ximage/Makefile.am:
3583         * sys/ximage/ximage.c: (plugin_init):
3584         * sys/ximage/ximagesink.c:
3585         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3586         
3587
3588 2005-07-21  Wim Taymans  <wim@fluendo.com>
3589
3590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3591         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3592         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3593         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3594         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3595         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3596         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3597         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3598         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3599         Generate correct disconts for live chained oggs.
3600
3601         * gst-libs/gst/audio/gstbaseaudiosink.c:
3602         (gst_base_audio_sink_render),
3603         (gst_base_audio_sink_create_ringbuffer),
3604         (gst_base_audio_sink_change_state):
3605         Handle discont math correctly.
3606
3607         * gst/playback/gstplaybin.c: (add_sink):
3608         Some small debug cleanup.
3609
3610 2005-07-21  Wim Taymans  <wim@fluendo.com>
3611
3612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3613         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3614         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3615         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3616         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3617         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3618         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3619         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3620         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3621         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3622         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3623         (gst_ogg_demux_change_state), (gst_ogg_print):
3624         Reorganize code to send the right disconts when in streaming
3625         mode.
3626
3627 2005-07-20  Andy Wingo  <wingo@pobox.com>
3628
3629         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3630         fix (?), fixes a seggie mcfalterson (#310894).
3631
3632 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3633
3634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3635         (gst_ogg_mux_set_header_on_caps):
3636         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3638         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3639         * gst-libs/gst/audio/multichannel.c:
3640         (gst_audio_set_channel_positions),
3641         (gst_audio_set_structure_channel_positions_list):
3642         * gst/playback/gstdecodebin.c: (dynamic_create):
3643         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3644         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3645           Fixes for API changes in core.
3646
3647 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3648
3649         * gst/playback/gstplaybasebin.c: (fill_buffer):
3650           Use _new_custom() so we can set custom message types for buffering
3651           messages.
3652
3653 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3654
3655         * configure.ac:
3656         * gst-libs/gst/Makefile.am:
3657         * gst-libs/gst/gconf/.cvsignore:
3658         * gst-libs/gst/gconf/Makefile.am:
3659         * gst-libs/gst/gconf/test-gconf.c:
3660         * pkgconfig/Makefile.am:
3661         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3662         * pkgconfig/gstreamer-gconf.pc.in:
3663           Remove gconf stuff, use gconf elements instead from now on.
3664
3665 2005-07-20  Wim Taymans  <wim@fluendo.com>
3666
3667         * gst-libs/gst/audio/TODO:
3668         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3669         (gst_audio_clock_get_internal_time):
3670         * gst-libs/gst/audio/gstaudioclock.h:
3671         * gst-libs/gst/audio/gstbaseaudiosink.c:
3672         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3673         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3674         (gst_base_audio_sink_render),
3675         (gst_base_audio_sink_create_ringbuffer),
3676         (gst_base_audio_sink_change_state):
3677         Make sure the audio clock always returns an increasing value.
3678
3679 2005-07-19  Andy Wingo  <wingo@pobox.com>
3680
3681         * gst/videotestsrc/: Cleanups.
3682
3683 2005-07-19  Wim Taymans  <wim@fluendo.com>
3684
3685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3686         Better debugging.
3687
3688 2005-07-19  Wim Taymans  <wim@fluendo.com>
3689
3690         * examples/seeking/seek.c: (make_dv_pipeline),
3691         (make_vorbis_theora_pipeline), (query_rates),
3692         (query_positions_elems), (query_positions_pads), (do_seek):
3693         Make correct DV pipeline.
3694
3695 2005-07-18  Andy Wingo  <wingo@pobox.com>
3696
3697         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3698         default. Also because it's the only thing that really works. (This
3699         is used in the GConf elements).
3700         Use AS_LIBTOOL_TAGS.
3701
3702 2005-07-18  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst/playback/gstdecodebin.c: (remove_element_chain):
3705         * gst/playback/gstplaybin.c: (add_sink):
3706         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3707         (gst_stream_info_set_mute):
3708         * gst/playback/gststreamselector.c:
3709         (gst_stream_selector_get_linked_pad),
3710         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3711         More leak and compile fixes.
3712
3713 2005-07-18  Wim Taymans  <wim@fluendo.com>
3714
3715         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3716         (query_rates), (query_positions_elems), (query_positions_pads),
3717         (do_seek), (seek_cb), (stop_seek):
3718         Updated seek example. 
3719
3720         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3721         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3722         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3723         * gst/playback/gstplaybin.c: (add_sink):
3724         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3725         (gst_stream_info_set_mute):
3726         Some refcount leak fixes.
3727
3728 2005-07-16  Wim Taymans  <wim@fluendo.com>
3729
3730         * gst-libs/gst/audio/gstbaseaudiosink.c:
3731         (gst_base_audio_sink_render):
3732         Align samples even if we have roundoff errors in the 
3733         timestamp conversion.
3734
3735 2005-07-16  Wim Taymans  <wim@fluendo.com>
3736
3737         * docs/libs/tmpl/gstringbuffer.sgml:
3738         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3739         (query_rates), (query_positions_elems), (query_positions_pads),
3740         (update_scale), (do_seek):
3741         Updated seek example.
3742
3743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3744         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3745         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3746         (gst_ogg_demux_loop):
3747         Push out correct discont values.
3748
3749         * ext/theora/theoradec.c: (theora_dec_src_convert),
3750         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3751         (theora_dec_sink_event), (theora_handle_type_packet),
3752         (theora_handle_header_packet), (theora_dec_push),
3753         (theora_handle_data_packet), (theora_dec_chain),
3754         (theora_dec_change_state):
3755         Better timestamping.
3756
3757         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3758         (vorbis_dec_sink_event), (vorbis_dec_push),
3759         (vorbis_handle_data_packet), (vorbis_dec_chain):
3760         * ext/vorbis/vorbisdec.h:
3761         Better timestamping.
3762
3763         * gst-libs/gst/audio/gstbaseaudiosink.c:
3764         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3765         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3766         Handle syncing on timestamps instead of sample offsets. Make
3767         use of DISCONT values as described in design docs.
3768
3769         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3770         (gst_base_audio_src_get_time):
3771         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3772         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3773         (gst_ring_buffer_read):
3774         * gst-libs/gst/audio/gstringbuffer.h:
3775         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3776         (gst_ximagesink_show_frame):
3777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3778         Correcly convert buffer timestamp to stream time.
3779
3780 2005-07-16  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst/audioconvert/gstaudioconvert.c:
3783         (gst_audio_convert_get_buffer):
3784         Timestamp buffers correctly.
3785
3786         * gst/playback/gstplaybin.c: (gen_video_element):
3787         Make internal fakesink silent.
3788
3789 2005-07-15  Wim Taymans  <wim@fluendo.com>
3790
3791         * gst/ffmpegcolorspace/Makefile.am:
3792         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3793         (gst_ffmpegcsp_caps_remove_format_info),
3794         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3795         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3796         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3797         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3798         Ported ffmpegcolorspace to basetransform.
3799
3800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3801         * gst/volume/gstvolume.c: (volume_transform):
3802         Ported to new API.
3803
3804 2005-07-14  Wim Taymans  <wim@fluendo.com>
3805
3806         * gst/videotestsrc/Makefile.am:
3807         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3808         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3809         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3810         (gst_videotestsrc_init), (gst_videotestsrc_event),
3811         (gst_videotestsrc_create), (gst_videotestsrc_start),
3812         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3813         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3814         (gst_videotestsrc_get_property):
3815         * gst/videotestsrc/gstvideotestsrc.h:
3816         Make videotestsrc a pushsrc.
3817
3818 2005-07-14  Wim Taymans  <wim@fluendo.com>
3819
3820         * gst/tcp/gstfdset.c: (gst_fdset_free):
3821         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3822         (gst_multifdsink_add), (gst_multifdsink_remove),
3823         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3824         (gst_multifdsink_remove_client_link),
3825         (gst_multifdsink_client_queue_data),
3826         (gst_multifdsink_client_queue_caps),
3827         (gst_multifdsink_client_queue_buffer),
3828         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3829         (gst_multifdsink_stop):
3830         * gst/tcp/gstmultifdsink.h:
3831         0.8 backporting.
3832
3833         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3834         Also draw image when not from a pool.
3835
3836 2005-07-14  Wim Taymans  <wim@fluendo.com>
3837
3838         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3839         (mute_stream), (silence_stream):
3840         Small debug additions.
3841
3842 2005-07-14  Wim Taymans  <wim@fluendo.com>
3843
3844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3845         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3846         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3847         Better error recovery, ignore unconnected pads and
3848         non-fatal errors.
3849
3850 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3851
3852         * docs/libs/tmpl/gstaudio.sgml:
3853         * docs/libs/tmpl/gstcolorbalance.sgml:
3854         * docs/libs/tmpl/gstgconf.sgml:
3855         * docs/libs/tmpl/gstmixer.sgml:
3856         * docs/libs/tmpl/gstringbuffer.sgml:
3857         * docs/libs/tmpl/gsttuner.sgml:
3858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3859         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3860         (gst_tcpclientsrc_class_init):
3861         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3862         (gst_tcpserversrc_class_init):
3863         * sys/v4l/gstv4lelement.c:
3864           more autistic cleanliness in functions/names/defines
3865
3866 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3867
3868         * configure.ac:
3869           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3870           added manually to each Makefile.am so we are sure it goes
3871           *last* and doesn't add -L flags before linking in libs of our
3872           own, like, say, internal .la libs, that then accidentally pick
3873           up the installed copy.
3874         * docs/libs/Makefile.am:
3875         * ext/alsa/Makefile.am:
3876         * ext/cdparanoia/Makefile.am:
3877         * ext/gnomevfs/Makefile.am:
3878         * ext/libvisual/Makefile.am:
3879         * ext/ogg/Makefile.am:
3880         * ext/theora/Makefile.am:
3881         * ext/vorbis/Makefile.am:
3882         * gst-libs/gst/video/Makefile.am:
3883         * gst/adder/Makefile.am:
3884         * gst/audioconvert/Makefile.am:
3885         * gst/audiorate/Makefile.am:
3886         * gst/audioscale/Makefile.am:
3887         * gst/ffmpegcolorspace/Makefile.am:
3888         * gst/playback/Makefile.am:
3889         * gst/sine/Makefile.am:
3890         * gst/subparse/Makefile.am:
3891         * gst/tags/Makefile.am:
3892         * gst/tcp/Makefile.am:
3893         * gst/typefind/Makefile.am:
3894         * gst/videorate/Makefile.am:
3895         * gst/videoscale/Makefile.am:
3896         * gst/videotestsrc/Makefile.am:
3897         * gst/volume/Makefile.am:
3898         * sys/v4l/Makefile.am:
3899         * sys/ximage/Makefile.am:
3900         * sys/xvimage/Makefile.am:
3901           adapt properly to this change. This should make sure that
3902           plugins and libs properly link to the as-yet-uninstalled
3903           copies of stuff like libgstinterfaces and libgstvideo
3904
3905 2005-07-13  Andy Wingo  <wingo@pobox.com>
3906
3907         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3908         (gst_v4lsrc_fixate): Fixate on format as well.
3909
3910         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3911         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3912         buffer points to it.
3913         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3914         rather just doing X calls ourselves. Also fixes a memleak.
3915
3916 2005-07-12  Andy Wingo  <wingo@pobox.com>
3917
3918         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3919         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3920         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3921         TRUE to avoid deadlocks if an element holds on to our buffers.
3922
3923 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3924
3925         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3926         (gst_sinesrc_init), (gst_sinesrc_create),
3927         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3928         (gst_sinesrc_start):
3929         * gst/sine/gstsinesrc.h:
3930           removing num-buffers property before moving it
3931
3932 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3933
3934         * configure.ac:
3935           use overridable ERROR_CFLAGS
3936         * docs/libs/gst-plugins-base-libs.types:
3937         * docs/libs/tmpl/gstringbuffer.sgml:
3938         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3939         (gst_alsasink_class_init):
3940         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3941         (gst_alsasrc_class_init):
3942         * gst-libs/gst/audio/audio.h:
3943         * gst-libs/gst/audio/gstaudioclock.h:
3944         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3945         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3946         (gst_audio_filter_link), (gst_audio_filter_init),
3947         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3948         (gst_audio_filter_get_property),
3949         (gst_audio_filter_class_add_pad_templates):
3950         * gst-libs/gst/audio/gstaudiofilter.h:
3951         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3952         (gst_audio_filter_template_get_type),
3953         (gst_audio_filter_template_base_init),
3954         (gst_audio_filter_template_class_init),
3955         (gst_audio_filter_template_init),
3956         (gst_audio_filter_template_set_property),
3957         (gst_audio_filter_template_get_property), (plugin_init),
3958         (gst_audio_filter_template_setup),
3959         (gst_audio_filter_template_filter),
3960         (gst_audio_filter_template_filter_inplace):
3961         * gst-libs/gst/audio/gstaudiosink.c:
3962         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3963         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3964         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3965         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3966         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3967         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3968         * gst-libs/gst/audio/gstaudiosink.h:
3969         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3970         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3971         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3972         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3973         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3974         (gst_audio_src_class_init), (gst_audio_src_init),
3975         (gst_audio_src_create_ringbuffer):
3976         * gst-libs/gst/audio/gstaudiosrc.h:
3977         * gst-libs/gst/audio/gstbaseaudiosink.c:
3978         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3979         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3980         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3981         (gst_base_audio_sink_set_property),
3982         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3983         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3984         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3985         (gst_base_audio_sink_create_ringbuffer),
3986         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3987         * gst-libs/gst/audio/gstbaseaudiosink.h:
3988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3989         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3990         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3991         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3992         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3993         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3994         (gst_base_audio_src_event), (gst_base_audio_src_create),
3995         (gst_base_audio_src_create_ringbuffer),
3996         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3997         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3999         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4000         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4001         (gst_ring_buffer_debug_spec_caps),
4002         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4003         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4004         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4005         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4006         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4007         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4008         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4009         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4010         (gst_ring_buffer_clear):
4011         * gst-libs/gst/audio/gstringbuffer.h:
4012         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4013         (gst_video_sink_class_init), (gst_video_sink_get_type):
4014         * gst-libs/gst/video/videosink.h:
4015         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4016         (gst_multifdsink_class_init),
4017         (gst_multifdsink_handle_client_write),
4018         (gst_multifdsink_change_state):
4019         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4020         (gst_tcpclientsink_setcaps):
4021         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4022         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4023         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4024         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4025         (gst_ximagesink_send_pending_navigation),
4026         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4027         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4029         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4030         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4031         (gst_xvimagesink_send_pending_navigation),
4032         (gst_xvimagesink_navigation_send_event),
4033         (gst_xvimagesink_set_xwindow_id),
4034         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4035         (gst_xvimagesink_get_type):
4036         more macro splitting
4037
4038 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4039
4040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4041           plug a memleak, allows me to import 1479 albums in one go
4042           in jamboree
4043         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4044         (vorbis_handle_type_packet), (vorbis_dec_chain),
4045         (vorbis_dec_change_state):
4046           fix some format strings
4047
4048 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4049
4050         * docs/libs/tmpl/gstcolorbalance.sgml:
4051         * docs/libs/tmpl/gstmixer.sgml:
4052         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4053         (gst_alsasink_set_property), (gst_alsasink_get_property):
4054         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4055         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4056           add device property
4057
4058 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4059
4060         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4061         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4062         (audiocast_register_listener), (audiocast_thread_run),
4063         (gst_gnomevfssrc_send_additional_headers_callback),
4064         (gst_gnomevfssrc_received_headers_callback),
4065         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4066         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4067         (gst_gnomevfssrc_get_size):
4068           add/clean up debugging
4069         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4070           cleanups
4071
4072 2005-07-07  Andy Wingo  <wingo@pobox.com>
4073
4074         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4075         framerate. Need to get a handle on when exactly this function is
4076         called, tho.
4077
4078         * sys/v4l/v4lsrc_calls.h:
4079         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4080         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4081         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4082
4083         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4084         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4085         v4lelements are sources.
4086
4087         * sys/v4l/gstv4lxoverlay.h:
4088         * sys/v4l/gstv4lxoverlay.c:
4089         * sys/v4l/gstv4ltuner.h:
4090         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4091         
4092         * sys/v4l/gstv4lsrc.h:
4093         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4094         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4095         or something should handle that. Made a live source.
4096
4097         * sys/v4l/gstv4lelement.h:
4098         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4099         signals. Some cleanups.
4100
4101         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4102
4103         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4104         stuff.
4105
4106         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4107         stuff.
4108
4109         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4110
4111 2005-07-07  Wim Taymans  <wim@fluendo.com>
4112
4113         * ext/theora/theoradec.c: (theora_get_query_types),
4114         (theora_dec_src_getcaps), (theora_dec_push):
4115         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4116         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4117         Remove deprecated/unused query types.
4118
4119 2005-07-06  Wim Taymans  <wim@fluendo.com>
4120
4121         * ext/alsa/Makefile.am:
4122         * ext/alsa/gstalsaplugin.c: (plugin_init):
4123         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4124         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4125         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4126         (gst_alsasrc_class_init), (gst_alsasrc_init),
4127         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4128         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4129         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4130         (gst_alsasrc_reset):
4131         * ext/alsa/gstalsasrc.h:
4132         * gst-libs/gst/audio/Makefile.am:
4133         * gst-libs/gst/audio/gstaudiosink.c:
4134         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4135         (gst_audioringbuffer_start):
4136         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4137         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4138         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4139         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4140         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4141         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4142         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4143         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4144         * gst-libs/gst/audio/gstaudiosrc.h:
4145         * gst-libs/gst/audio/gstbaseaudiosink.c:
4146         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4147         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4148         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4150         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4151         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4152         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4153         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4154         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4155         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4156         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4157         (gst_baseaudiosrc_change_state):
4158         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4159         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4160         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4161         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4162         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4163         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4164         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4165         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4166         * gst-libs/gst/audio/gstringbuffer.h:
4167         Added audiosource base classes.
4168         Ported alsasrc, still very basic.
4169
4170 2005-07-06  Wim Taymans  <wim@fluendo.com>
4171
4172         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4173         (theora_dec_push), (theora_handle_data_packet):
4174         Prepare for better timestamp fix later.
4175
4176         * gst/audioconvert/gstaudioconvert.c:
4177         List most accurate caps first
4178
4179         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4180         Use proper pad task function.
4181
4182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4183         (gst_xvimagesink_show_frame):
4184         Fix deadlock when alloc failed.
4185
4186 2005-07-05  Andy Wingo  <wingo@pobox.com>
4187
4188         * ext/gnomevfs/gstgnomevfssrc.c:
4189         * gst/sine/gstsinesrc.c:
4190         * gst/tcp/gsttcpserversrc.c:
4191         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4192
4193         * sys/v4l/: Port from 0.8.
4194
4195         * Many files: Null if we got it....
4196
4197 2005-07-05  Andy Wingo  <wingo@pobox.com>
4198
4199         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4200         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4201         Signedness fixes.
4202
4203 2005-07-05  Wim Taymans  <wim@fluendo.com>
4204
4205         * configure.ac:
4206         * gst/tcp/Makefile.am:
4207         * gst/tcp/README:
4208         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4209         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4210         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4211         (is_sync_frame), (gst_multifdsink_handle_client_write),
4212         (gst_multifdsink_render), (gst_multifdsink_start),
4213         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4214         * gst/tcp/gstmultifdsink.h:
4215         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4216         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4217         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4218         * gst/tcp/gsttcp.h:
4219         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4220         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4221         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4222         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4223         * gst/tcp/gsttcpclientsink.h:
4224         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4225         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4226         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4227         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4228         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4229         * gst/tcp/gsttcpclientsrc.h:
4230         * gst/tcp/gsttcpplugin.c: (plugin_init):
4231         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4232         * gst/tcp/gsttcpserversink.h:
4233         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4234         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4235         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4236         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4237         (gst_tcpserversrc_stop):
4238         * gst/tcp/gsttcpserversrc.h:
4239         * gst/tcp/gsttcpsink.c:
4240         * gst/tcp/gsttcpsink.h:
4241         * gst/tcp/gsttcpsrc.c:
4242         * gst/tcp/gsttcpsrc.h:
4243         Ported tcp plugins to 0.9. 
4244         
4245
4246 2005-07-05  Andy Wingo  <wingo@pobox.com>
4247
4248         * gst/playback/gstplaybasebin.c (fill_buffer):
4249         message_new_application fixen.
4250
4251         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4252         Style fix.
4253
4254 2005-07-04  Wim Taymans  <wim@fluendo.com>
4255
4256         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4257         Set caps on output buffer.
4258
4259 2005-07-04  Andy Wingo  <wingo@pobox.com>
4260
4261         * ext/gnomevfs/gstgnomevfssrc.c
4262         (gst_gnomevfssrc_received_headers_callback) 
4263         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4264         hopefully.
4265
4266         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4267         No refcount leakage.
4268
4269         * configure.ac: Enable -Werror.
4270         
4271         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4272         * gst/audioconvert/bufferframesconvert.c
4273         (buffer_frames_convert_fixate):
4274         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4275         (gst_audio_convert_fixate):
4276         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4277         (gst_sinesrc_create): Fixate func changes.
4278         
4279         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4280         (gst_ximagesink_buffer_alloc): Unused var.
4281
4282 2005-07-01  Andy Wingo  <wingo@pobox.com>
4283
4284         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4285         getcaps to do explicit caps. Needs to be done in all decoders,
4286         possibly via a base class.
4287
4288         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4289
4290         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4291         caps on the sink pad, just rely on the pad template. Also, setting
4292         ANY caps on a pad is not valid because the caps are not fixed.
4293
4294         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4295         caps on the buffer, and get the width from the desired_caps if
4296         they're set.
4297         (gst_ximagesink_renegotiate_size): Implement via setting the
4298         desired_caps on the ximagesink.
4299         (gst_ximagesink_setcaps): Only reset the width of the player if it
4300         wasn't already set. Not sure if this is right.
4301         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4302
4303         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4304         that the user wants. NULL unless the window has been resized.
4305
4306         * gst/volume/gstvolume.c (volume_transform): Adapt to
4307         basetransform refcount changes.
4308         
4309 2005-07-01  Andy Wingo  <wingo@pobox.com>
4310
4311         * gst/videoscale/gstvideoscale.c:
4312         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4313         from BaseTransform, implements a transform_caps. Removed dead code
4314         including some PAR stuff that was never reached -- should probably
4315         be added back somehow.
4316
4317 2005-07-01  Andy Wingo  <wingo@pobox.com>
4318
4319         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4320         come later.
4321
4322 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4323
4324         * configure.ac:
4325         * docs/libs/Makefile.am:
4326         * docs/libs/gst-plugins-libs.types:
4327         * ext/alsa/Makefile.am:
4328         * ext/alsa/gstalsamixer.h:
4329         * ext/alsa/gstalsamixeroptions.h:
4330         * ext/alsa/gstalsamixertrack.h:
4331         * gst-libs/gst/Makefile.am:
4332         * gst-libs/gst/colorbalance/.cvsignore:
4333         * gst-libs/gst/colorbalance/Makefile.am:
4334         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4335         * gst-libs/gst/colorbalance/colorbalance.c:
4336         * gst-libs/gst/colorbalance/colorbalance.h:
4337         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4338         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4339         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4340         * gst-libs/gst/interfaces/Makefile.am:
4341         * gst-libs/gst/interfaces/colorbalance.c:
4342         (gst_color_balance_class_init):
4343         * gst-libs/gst/interfaces/colorbalance.h:
4344         * gst-libs/gst/interfaces/interfaces-marshal.list:
4345         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4346         * gst-libs/gst/interfaces/mixer.h:
4347         * gst-libs/gst/interfaces/mixeroptions.h:
4348         * gst-libs/gst/interfaces/navigation.c:
4349         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4350         * gst-libs/gst/interfaces/tuner.h:
4351         * gst/volume/Makefile.am:
4352         * gst/volume/gstvolume.c:
4353         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4354         * sys/ximage/Makefile.am:
4355         * sys/ximage/ximagesink.c:
4356         * sys/xvimage/Makefile.am:
4357         * sys/xvimage/xvimagesink.c:
4358           fold in all interfaces into an interfaces dir, preserving CVS
4359           history
4360
4361 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4362
4363         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4364           Fix build after riff changes.
4365
4366 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4367
4368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4369         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4370         (gst_riff_create_video_template_caps),
4371         (gst_riff_create_audio_template_caps),
4372         (gst_riff_create_iavs_template_caps):
4373         * gst-libs/gst/riff/riff-media.h:
4374         * gst-libs/gst/riff/riff-read.h:
4375         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4376           Add gst_riff_init() to initialize the debug category, instead
4377           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4378
4379 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4380
4381         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4382           Oops, I shouldn't apply hacks.
4383
4384 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4385
4386         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4387           Remove pad_loop function which doesn't work.
4388
4389 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4390
4391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4392           Send EOS when deactivating.
4393         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4394         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4395         (gen_preroll_element), (probe_triggered), (mute_stream),
4396         (silence_stream), (new_decoded_pad), (setup_substreams),
4397         (set_active_source):
4398         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4399         (remove_sinks), (add_sink):
4400         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4401           Change for new probe API.
4402
4403 2005-06-29  Wim Taymans  <wim@fluendo.com>
4404
4405         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4406         * gst-libs/gst/audio/gstbaseaudiosink.c:
4407         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4408         (gst_baseaudiosink_change_state):
4409         * gst-libs/gst/audio/gstbaseaudiosink.h:
4410         * gst-libs/gst/audio/gstringbuffer.c:
4411         (gst_ringbuffer_set_callback):
4412         Fix compilation error.
4413         Ringbuffer starts out as not running.
4414         Free our clock in dispose.
4415         When releasing the ringbuffer we need to renegotiate so
4416         clear the pad caps.
4417
4418 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4419
4420         * autogen.sh:
4421         * configure.ac:
4422         * docs/Makefile.am:
4423         * docs/libs/Makefile.am:
4424         * docs/libs/gst-plugins-libs-docs.sgml:
4425         * docs/libs/gst-plugins-libs-sections.txt:
4426         * docs/libs/gst-plugins-libs.types:
4427         * docs/libs/tmpl/gstaudio.sgml:
4428         * docs/libs/tmpl/gstcolorbalance.sgml:
4429         * docs/libs/tmpl/gstringbuffer.sgml:
4430         * gst-libs/gst/audio/gstringbuffer.c:
4431         (gst_ringbuffer_set_callback):
4432           reinstate gtk-doc docs for plugin libs
4433
4434 2005-06-28  Wim Taymans  <wim@fluendo.com>
4435
4436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4437         (gst_ogg_demux_init):
4438         Removed pad loop function.
4439
4440 2005-06-28  Wim Taymans  <wim@fluendo.com>
4441
4442         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4443         If we're building a chain we are not in an error case
4444         when we queue a buffer.
4445
4446 2005-06-28  Andy Wingo  <wingo@pobox.com>
4447
4448         * *.c: Don't cast to GstObject before reffing/unreffing.
4449
4450 2005-06-27  Andy Wingo  <wingo@pobox.com>
4451
4452         * gst/videotestsrc/gstvideotestsrc.c
4453         (gst_videotestsrc_activate_push): Activation API changes.
4454
4455         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4456         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4457         they have refs on the decodebin.
4458
4459         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4460         parent class.
4461         (gst_ogg_pad_typefind): Don't leak a pad ref.
4462         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4463         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4464         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4465
4466 2005-06-27  Edward Hervey  <edward@fluendo.com>
4467
4468         * ext/theora/theoradec.c: (theora_dec_change_state): 
4469         re-arranged call to parent's state change in order to avoid locks (or
4470         worse).
4471
4472 2005-06-26  Edward Hervey  <edward@fluendo.com>
4473
4474         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4475         2nd argument of 'unknow-type' signal is a GstCaps and not a
4476         GstMiniObject
4477
4478 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4479         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4480           Set the worker thread's running flag to TRUE before starting the
4481           thread.
4482         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4483           Catch a failure to add typefind to the bin.
4484
4485 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4486
4487         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4488         (gst_sinesrc_init), (gst_sinesrc_create),
4489         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4490         (gst_sinesrc_start):
4491         * gst/sine/gstsinesrc.h:
4492           add num-buffers and timestamp-offset properties
4493         * gst/videotestsrc/gstvideotestsrc.c:
4494         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4495         (gst_videotestsrc_get_property):
4496           add timestamp-offset property
4497
4498 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4499
4500         * configure.ac: add videorate
4501         * gst-plugins-base.spec.in: add videorate
4502
4503 2005-06-23  Wim Taymans  <wim@fluendo.com>
4504
4505         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4506         (gst_videorate_getcaps), (gst_videorate_setcaps),
4507         (gst_videorate_event), (gst_videorate_chain):
4508         Fixed videorate, fixating an already fixated caps is not
4509         an error.
4510
4511 2005-06-23  Wim Taymans  <wim@fluendo.com>
4512
4513         * ext/ogg/README:
4514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4515         Buffer on caps is not boxed anymore.
4516
4517 2005-06-22  Wim Taymans  <wim@fluendo.com>
4518
4519         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4521         Set buffers on caps as miniobjects and not as boxed.
4522
4523 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4524
4525         * configure.ac:
4526           back to HEAD
4527
4528 === release 0.9.1 ===
4529
4530 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4531
4532         * .cvsignore:
4533         * NEWS:
4534         * README:
4535         * RELEASE:
4536         * configure.ac:
4537         * po/af.po:
4538         * po/az.po:
4539         * po/cs.po:
4540         * po/en_GB.po:
4541         * po/hu.po:
4542         * po/it.po:
4543         * po/nb.po:
4544         * po/nl.po:
4545         * po/or.po:
4546         * po/sq.po:
4547         * po/sr.po:
4548         * po/sv.po:
4549         * po/uk.po:
4550         * po/vi.po:
4551           updates for release
4552
4553 2005-06-09  Andy Wingo  <wingo@pobox.com>
4554
4555         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4556         
4557 2005-06-09  Andy Wingo  <wingo@pobox.com>
4558
4559         * configure.ac:
4560         * gst-libs/gst/Makefile.am:
4561         * gst-libs/gst/net/Makefile.am:
4562         Add gstnet to build.
4563
4564 2005-06-09  Andy Wingo  <wingo@pobox.com>
4565
4566         * gst-libs/gst/gconf/gconf.c:
4567         * gst/playback/test.c:
4568         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4569         fixes.
4570
4571         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4572
4573         * ext/theora/theoraenc.c (theora_enc_chain): 
4574         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4575
4576         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4577         RealPad.
4578
4579 2005-06-02  Wim Taymans  <wim@fluendo.com>
4580
4581         * gst-libs/gst/net/Makefile.am:
4582         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4583         * pkgconfig/gstreamer-libs.pc.in:
4584         Added net stuff, version net lib.
4585
4586 2005-06-02  Wim Taymans  <wim@fluendo.com>
4587
4588         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4589         (query_rates), (query_positions_elems), (query_positions_pads),
4590         (do_seek):
4591         Updated seek example.
4592
4593 2005-06-02  Andy Wingo  <wingo@pobox.com>
4594
4595         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4596         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4597         list.
4598
4599         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4600         remove the typefind, the bin dispose will do it for us. When it's
4601         removed and unreffed, the signal handler will be disconnected,
4602         too.
4603         (unlinked): It's too difficult to disconnect from unlinked
4604         handlers, as they are on pads not elements. Just punt if the pads
4605         aren't grandkids of the bin.
4606
4607 2005-06-02  Wim Taymans  <wim@fluendo.com>
4608
4609         * ext/ogg/README:
4610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4611         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4613         * ext/theora/theoradec.c: (theora_dec_src_query),
4614         (theora_handle_data_packet):
4615         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4616         (theora_enc_chain):
4617         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4618         (vorbis_handle_data_packet):
4619         * gst/audioconvert/bufferframesconvert.c:
4620         (buffer_frames_convert_chain):
4621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4622         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4623         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4624         (gst_ffmpegcsp_chain):
4625         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4626         (gst_videorate_getcaps), (gst_videorate_setcaps),
4627         (gst_videorate_event), (gst_videorate_chain):
4628         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4629         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4630         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4631         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4632         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4633         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4634         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4635         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4636         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4637         Cleanups and buffer alloc.
4638
4639 2005-05-31  Wim Taymans  <wim@fluendo.com>
4640
4641         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4642         Don't try to call the delay method when the device is not
4643         opened.
4644
4645 2005-05-31  Wim Taymans  <wim@fluendo.com>
4646
4647         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4648         Get actual segment size and buffer size after opening
4649         the device.
4650
4651 2005-05-30  Wim Taymans  <wim@fluendo.com>
4652
4653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4654         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4655         Also FLUSH upstream, makes the loop function exit faster.
4656         
4657         * ext/theora/theoradec.c: (theora_dec_src_query):
4658         Some more debug info in the query.
4659         
4660         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4661         (gst_ximagesink_setcaps):
4662         Release lock on par error, better error reporting.
4663
4664 2005-05-26  Wim Taymans  <wim@fluendo.com>
4665
4666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4667         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4668         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4669         Clear chains in READY
4670         Queue packets until the chain is activated.
4671
4672 2005-05-25  Wim Taymans  <wim@fluendo.com>
4673
4674         * gst-libs/gst/audio/gstaudiosink.c:
4675         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4676         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4677         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4678         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4679         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4680         (gst_audiosink_create_ringbuffer):
4681         * gst-libs/gst/audio/gstbaseaudiosink.c:
4682         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4683         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4684         (gst_baseaudiosink_set_property), (build_linear_format),
4685         (debug_spec_caps), (debug_spec_buffer),
4686         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4687         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4688         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4689         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4691         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4692         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4693         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4694         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4695         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4696         (wait_segment), (gst_ringbuffer_commit),
4697         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4698         (gst_ringbuffer_clear):
4699         Various small cleanups.
4700
4701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4702         (gst_audio_convert_change_state):
4703         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4704         No need to take the locks anymore.
4705
4706 2005-05-25  Wim Taymans  <wim@fluendo.com>
4707
4708         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4709         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4710         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4711         (type_found):
4712         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4713         (group_destroy), (group_commit), (queue_overrun),
4714         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4715         (mute_stream), (new_decoded_pad), (setup_substreams),
4716         (setup_source), (mute_group_type), (set_active_source),
4717         (gst_play_base_bin_change_state):
4718         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4719         (gen_video_element), (gen_text_element), (gen_audio_element),
4720         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4721         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4722         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4723         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4724         Some playbin cleanups mostly refcounting sloppyness.
4725
4726 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4727
4728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4729           Work with streaming input.
4730
4731 2005-05-25  Wim Taymans  <wim@fluendo.com>
4732
4733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4734         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4735         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4736         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4737         No need to take the STREAM lock anymore.
4738
4739 2005-05-25  Wim Taymans  <wim@fluendo.com>
4740
4741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4742         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4743         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4744         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4745         (gst_ogg_demux_sink_activate):
4746         * ext/theora/theoradec.c: (theora_dec_src_event),
4747         (theora_handle_comment_packet), (theora_dec_chain),
4748         (theora_dec_change_state):
4749         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4750         (vorbis_handle_data_packet), (vorbis_dec_chain),
4751         (vorbis_dec_change_state):
4752         Remove STREAM locks as they are taken in core now.
4753         Never set bogus granulepos on vorbis/theora.
4754         Fix leaks in theoradec tag parsing.
4755
4756 2005-05-25  Wim Taymans  <wim@fluendo.com>
4757
4758         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4759         Fix memleaks, GST_BUFFER_DATA() is not freed.
4760
4761 2005-05-25  Wim Taymans  <wim@fluendo.com>
4762
4763         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4764         Open non-blocking, set to blocking mode afterwards to avoid
4765         lockups when audio device is busy.
4766
4767 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4768
4769         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4770           This can't be good.
4771
4772 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4773
4774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4775         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4776         (gst_audio_convert_setcaps):
4777           Implement instant setup switching.
4778
4779 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4780
4781         * gst/playback/gstplaybasebin.c: (probe_triggered):
4782           Fix missing unlock.
4783         * gst/playback/gstplaybin.c: (add_sink):
4784           First add, then link (otherwise pad link fails).
4785
4786 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4787
4788         * examples/Makefile.am:
4789         fix buildbot (make distcheck)
4790
4791 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4792
4793         * gst/playback/gstplaybin.c: (gen_vis_element):
4794           Remove some wrong code. Doesn't work yet.
4795
4796 2005-05-19  Wim Taymans  <wim@fluendo.com>
4797
4798         * gst-libs/gst/net/Makefile.am:
4799         * gst-libs/gst/net/README:
4800         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4801         (gst_netbuffer_class_init), (gst_netbuffer_init),
4802         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4803         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4804         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4805         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4806         * gst-libs/gst/net/gstnetbuffer.h:
4807         Added buffer subclass to store extra to/from addresses for
4808         network sources/sinks.
4809
4810 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4811
4812         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4813           Don't lock an unassigned variable.
4814
4815 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4816
4817         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4818           Increase buffer for video, decrease buffer for other media types.
4819         * gst/playback/gstplaybin.c: (gen_video_element),
4820         (gen_audio_element):
4821           Change names for debugging purposes.
4822
4823 2005-05-18  Wim Taymans  <wim@fluendo.com>
4824
4825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4826         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4827         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4828         (gst_ffmpegcsp_chain):
4829         Enable buffer alloc passthrough if the source and dest
4830         formats are the same.
4831
4832 2005-05-17  Wim Taymans  <wim@fluendo.com>
4833
4834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4835         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4836         (gst_ogg_demux_chain_unlocked):
4837         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4838         (gst_audio_convert_caps_remove_format_info),
4839         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4840         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4842         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4843         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4844         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4845         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4846         (gst_ffmpegcsp_get_property):
4847         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4848         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4849         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4850         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4851         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4852         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4853         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4854         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4855         Leak fixes in oggdemux.
4856         Some cleanups in audioconvert.
4857         Make passthrough work along with buffer_alloc etc.
4858         Make buffer_alloc and buffer recycling actually work in
4859         xvimagesink.
4860
4861 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4862
4863         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4864           make the compiler happy
4865
4866 2005-05-17  Wim Taymans  <wim@fluendo.com>
4867
4868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4869         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4870         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4871         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4872         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4873         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4874         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4875         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4876         (gst_xvimagesink_set_xwindow_id):
4877         * sys/xvimage/xvimagesink.h:
4878         Port xvimagesink to new MiniObject.
4879
4880 2005-05-17  Wim Taymans  <wim@fluendo.com>
4881
4882         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4883         (gst_audiofilter_chain):
4884         * gst-libs/gst/audio/gstaudiosink.c:
4885         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4886         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4887         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4888         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4889         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4890         (gst_audiosink_create_ringbuffer):
4891         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4892         (gst_audio_convert_caps_remove_format_info),
4893         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4894         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4896         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4897         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4898         Fix passthrough in ffmpegcolorspace.
4899         Fix memset in audiosink on wrong memory.
4900
4901 2005-05-16  David Schleef  <ds@schleef.org>
4902
4903         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4904         to GstMiniObject.
4905
4906 2005-05-16  David Schleef  <ds@schleef.org>
4907
4908         Port from GstData to GstMiniObject.
4909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4911         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4912         (gst_ogg_mux_collected):
4913         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4914         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4915         (theora_handle_data_packet):
4916         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4917         (theora_set_header_on_caps), (theora_enc_chain):
4918         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4919         (vorbis_handle_comment_packet):
4920         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4921         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4922         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4923         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4924         * gst/audioconvert/gstaudioconvert.c:
4925         (gst_audio_convert_get_buffer):
4926         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4927         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4928         (mute_stream), (silence_stream):
4929         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4930         * gst/volume/gstvolume.c: (volume_transform):
4931         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4932         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4933         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4934         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4935         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4936         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4937         (gst_ximagesink_buffer_alloc):
4938         * sys/ximage/ximagesink.h:
4939
4940 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4941
4942         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4943         (fill_buffer), (check_queue), (queue_threshold_reached),
4944         (queue_out_of_data):
4945         * gst/playback/gstplaybasebin.h:
4946           Post buffer-fullness on the bus.
4947
4948 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4949
4950         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4951         (try_to_link_1):
4952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4953         (group_commit), (probe_triggered), (setup_source),
4954         (gst_play_base_bin_change_state):
4955         * gst/playback/gstplaybasebin.h:
4956         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4957         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4958         (gst_play_bin_change_state):
4959           Move setup_output_pads into a virtual function, remove
4960           group-switch (no longer needed) and redirect (handled by bus
4961           now) signals.
4962
4963 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4964
4965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4966         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4967         (get_active_group), (get_building_group), (group_destroy),
4968         (group_commit), (check_queue), (queue_overrun),
4969         (queue_threshold_reached), (queue_out_of_data),
4970         (gen_preroll_element), (remove_groups), (unknown_type),
4971         (add_element_stream), (no_more_pads), (probe_triggered),
4972         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4973         (setup_substreams), (setup_source), (finish_source),
4974         (prepare_output), (muted_group_change_state),
4975         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4976         (gst_play_base_bin_change_state):
4977         * gst/playback/gstplaybasebin.h:
4978         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4979         (gst_play_bin_init), (gst_play_bin_set_property),
4980         (gen_video_element), (gen_text_element), (gen_audio_element),
4981         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4982         (gst_play_bin_change_state):
4983         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4984         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4985         (stream_info_change_state), (gst_stream_info_set_mute),
4986         (gst_stream_info_get_property):
4987         * gst/playback/gststreaminfo.h:
4988         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4989         (gst_stream_selector_get_linked_pad),
4990         (gst_stream_selector_getcaps),
4991         (gst_stream_selector_get_linked_pads),
4992         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4993         * gst/playback/gststreamselector.h:
4994           Rough port of playbin. Needs some more work, but is mostly done,
4995           and uses a few locks in important places, which should make stuff
4996           like chain-switches clean. Still uses GST_STATE() in a few places,
4997           which isn't all that good an idea, subtitles/elements disabled
4998           because no elements to test with and thus probably broken, query
4999           and event handling moved to GstBin, internal thread removed
5000           alltogether because the pipeline does that for us now. Can play
5001           Ogg/Vorbis files. Haven't tested anything else yet.
5002
5003 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5004
5005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5006           Do no-more-pads (needed for autoplugging).
5007
5008 2005-05-10  Andy Wingo  <wingo@pobox.com>
5009
5010         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5011         message to the bus with the tags. Still not sent downstream tho.
5012
5013         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5014         get_parent.
5015         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5016         avoid refcounting hassles.
5017
5018 2005-05-09  Andy Wingo  <wingo@pobox.com>
5019
5020         * gst/volume/Makefile.am:
5021         * gst/volume/demo.c
5022         * gst/volume/gstvolume.h
5023         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5024         basetransform. Probably need an audio filter base class.
5025
5026 2005-05-09  Wim Taymans  <wim@fluendo.com>
5027
5028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5029         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5030         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5031         (gst_vorbisenc_chain):
5032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5033         (gst_audio_convert_caps_remove_format_info),
5034         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5035         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5036         Make caps writable before writing to it.
5037         Fix negotiation in audioconvert some more.
5038
5039 2005-05-09  Wim Taymans  <wim@fluendo.com>
5040
5041         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5042         (gst_videorate_getcaps), (gst_videorate_setcaps),
5043         (gst_videorate_event), (gst_videorate_chain):
5044         Better negotiation.
5045
5046 2005-05-09  Wim Taymans  <wim@fluendo.com>
5047
5048         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5049         (gst_videorate_getcaps), (gst_videorate_setcaps),
5050         (gst_videorate_blank_data), (gst_videorate_init),
5051         (gst_videorate_event), (gst_videorate_chain),
5052         (gst_videorate_change_state):
5053         Port videorate, do a better job at negotiation while we're at
5054         it.
5055
5056 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5057
5058         * configure.ac:
5059           Disable libvisual
5060
5061         * examples/Makefile.am:
5062         * gst-libs/gst/audio/Makefile.am:
5063         * gst-libs/gst/riff/Makefile.am:
5064         * gst-libs/gst/tag/Makefile.am:
5065         * gst-libs/gst/video/Makefile.am:
5066           Fixups for missing variables.
5067
5068 2005-05-09  Wim Taymans  <wim@fluendo.com>
5069
5070         * examples/seeking/seek.c: (make_theora_pipeline),
5071         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5072         (query_rates), (query_positions_elems), (query_positions_pads),
5073         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5075         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5076         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5077         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5078         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5080         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5081         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5082         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5083         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5084         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5085         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5086         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5087         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5088         (theora_dec_src_convert), (theora_dec_sink_convert),
5089         (theora_dec_src_query), (theora_dec_sink_query),
5090         (theora_dec_src_event), (theora_dec_sink_event),
5091         (theora_handle_comment_packet), (theora_handle_type_packet),
5092         (theora_handle_header_packet), (theora_handle_data_packet),
5093         (theora_dec_chain):
5094         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5095         (vorbis_dec_convert), (vorbis_dec_src_query),
5096         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5097         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5098         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5099         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5101         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5102         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5103         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5104         (gst_play_bin_query):
5105         * gst/playback/test3.c: (update_scale):
5106         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5107         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5108         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5109         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5110         (gst_videotestsrc_src_query):
5111         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5112         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5113         (paint_hline_YUV9):
5114         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5115         Port to new query API.
5116         Updated seek.
5117         Cleanups in x[v]imagesink
5118
5119 2005-05-09  Andy Wingo  <wingo@pobox.com>
5120
5121         * ext/alsa/gstalsasink.h:
5122         * ext/gnomevfs/gstgnomevfssrc.c:
5123         (gst_gnomevfssrc_get_icy_metadata):
5124         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5125         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5126         * ext/theora/theoradec.c (theora_dec_src_query)
5127         (theora_dec_src_event, theora_dec_sink_event)
5128         (theora_handle_comment_packet, theora_handle_data_packet):
5129         * ext/theora/theoraenc.c (theora_enc_chain):
5130         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5131         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5132         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5133         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5134         (qt_type_find):
5135         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5136         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5137         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5138         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5139         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5140         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5141         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5142         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5143         (paint_setup_RGB565, paint_setup_xRGB1555):
5144         * gst/videotestsrc/videotestsrc.h:
5145         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5146         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5147         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5148         GCC4 fixes.
5149         
5150         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5151         gst_pad_query_position. Fixes oggdemux.
5152
5153 2005-05-08  David Schleef  <ds@schleef.org>
5154
5155         * configure.ac: Require liboil.
5156         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5157         a few more.
5158         * gst/videotestsrc/videotestsrc.c:
5159         * gst/videotestsrc/videotestsrc.h:
5160
5161 2005-05-06  Wim Taymans  <wim@fluendo.com>
5162
5163         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5164         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5165         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5166         Well, unreffing a buffer right before pushing it is asking
5167         for trouble..
5168
5169 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5170
5171         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5172
5173 2005-05-06  Wim Taymans  <wim@fluendo.com>
5174
5175         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5176         (gst_audio_convert_caps_remove_format_info),
5177         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5178         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5180         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5181         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5182         * gst/sine/Makefile.am:
5183         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5184         (gst_sinesrc_class_init), (gst_sinesrc_init),
5185         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5186         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5187         (gst_sinesrc_update_freq):
5188         * gst/sine/gstsinesrc.h:
5189         * gst/tcp/gstmultifdsink.c:
5190         * sys/xvimage/xvimagesink.c:
5191         Fixed negotiation wrt _peer_get_caps()
5192         Some cleanups.
5193
5194
5195 2005-05-06  Wim Taymans  <wim@fluendo.com>
5196
5197         * gst-libs/gst/audio/gstaudiosink.c:
5198         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5199         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5200         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5201         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5202         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5203         (gst_audiosink_create_ringbuffer):
5204         * gst-libs/gst/audio/gstbaseaudiosink.c:
5205         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5206         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5207         (gst_baseaudiosink_set_property), (build_linear_format),
5208         (debug_spec_caps), (debug_spec_buffer),
5209         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5210         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5211         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5212         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5213         * gst-libs/gst/audio/gstbaseaudiosink.h:
5214         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5215         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5216         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5217         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5218         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5219         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5220         (wait_segment), (gst_ringbuffer_commit),
5221         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5222         (gst_ringbuffer_clear):
5223         * gst-libs/gst/audio/gstringbuffer.h:
5224         Make the base audiosink return an error when there is no
5225         audiobuffer negotiated.
5226
5227 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5228
5229         * ext/Makefile.am:
5230         Disable cdparanoia until someone ports it!
5231
5232 2005-05-06  Wim Taymans  <wim@fluendo.com>
5233
5234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5235         (gst_ogg_demux_sink_activate):
5236         And revert after wingo's revert.. sigh..
5237
5238 2005-05-05  Andy Wingo  <wingo@pobox.com>
5239
5240         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5241         GObject.
5242         * configure.ac: Return audiorate and subparse from the ghetto.
5243         Re-enable -Wall -Werror.
5244         * gst/subparse/gstsubparse.c:
5245         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5246         or chain-based. Cleaned up a bit. Not tested.
5247         
5248 2005-05-05  Christian Schaller <christian@fluendo.com> 
5249
5250         * Makefile.am: remove stuff that is not building
5251         * configure.ac: remove stuff that is not building
5252         * examples/Makefile.am: remove stuff that is not building
5253         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5254         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5255         * sys/Makefile.am: remove stuff that is not building
5256         * testsuite/Makefile.am: remove stuff that is not building
5257
5258 2005-05-05  Andy Wingo  <wingo@pobox.com>
5259
5260         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5261         * gst-libs/gst/tag/gstvorbistag.c:
5262         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5263         * gst/adder/gstadder.h:
5264         * gst/audioconvert/gstchannelmix.c:
5265         (gst_audio_convert_fill_one_other):
5266         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5267         (gst_audiorate_init), (gst_audiorate_chain):
5268         * gst/playback/gstplaybasebin.c: (setup_source):
5269         * gst/playback/test3.c: (update_scale):
5270         Some GCC4 fixes
5271         
5272         * po/af.po:
5273         * po/az.po:
5274         * po/cs.po:
5275         * po/en_GB.po:
5276         * po/hu.po:
5277         * po/it.po:
5278         * po/nb.po:
5279         * po/nl.po:
5280         * po/or.po:
5281         * po/sq.po:
5282         * po/sr.po:
5283         * po/sv.po:
5284         * po/uk.po:
5285         * po/vi.po: Foo
5286
5287 2005-05-05  Wim Taymans  <wim@fluendo.com>
5288
5289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5290         (gst_audio_convert_caps_remove_format_info),
5291         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5292         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5293         * gst/videotestsrc/gstvideotestsrc.c:
5294         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5295         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5296         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5297         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5298         Don't ignore _push() return values.
5299         Make sure no processing is done when shutting down.
5300         Videotestsrc pad activation fix.
5301
5302 2005-05-05  Wim Taymans  <wim@fluendo.com>
5303
5304         * gst/adder/Makefile.am:
5305         * gst/adder/gstadder.c: (gst_adder_setcaps),
5306         (gst_adder_class_init), (gst_adder_init),
5307         (gst_adder_request_new_pad), (gst_adder_collected),
5308         (gst_adder_change_state):
5309         * gst/adder/gstadder.h:
5310         Ported adder as an example of a mixer element using
5311         collect pads. Needs more negotiation work.
5312
5313 2005-05-05  Wim Taymans  <wim@fluendo.com>
5314
5315         * ext/theora/theoradec.c: (_inc_granulepos),
5316         (theora_dec_src_event), (theora_dec_sink_event),
5317         (theora_handle_comment_packet), (theora_handle_type_packet),
5318         (theora_handle_header_packet), (theora_handle_data_packet),
5319         (theora_dec_chain):
5320         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5321         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5322         (theora_push_buffer), (theora_push_packet),
5323         (theora_enc_sink_event), (theora_enc_chain),
5324         (theora_enc_change_state), (theora_enc_set_property),
5325         (theora_enc_get_property):
5326         Added stream lock to decoder so that we can serialize
5327         the discont event.
5328         More theoraenc porting, recover from errors, do clean
5329         shutdown.
5330
5331 2005-05-05  Wim Taymans  <wim@fluendo.com>
5332
5333         * ext/ogg/Makefile.am:
5334         * ext/ogg/README:
5335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5336         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5337         (gst_ogg_print):
5338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5339         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5340         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5341         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5342         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5343         (gst_ogg_mux_change_state):
5344         Ported ogg muxer.
5345
5346 2005-05-05  Wim Taymans  <wim@fluendo.com>
5347
5348         * docs/design-audiosinks.txt:
5349         * gst-libs/gst/audio/TODO:
5350         * gst-libs/gst/audio/gstaudiosink.c:
5351         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5352         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5353         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5354         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5355         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5356         (gst_audiosink_create_ringbuffer):
5357         * gst-libs/gst/audio/gstbaseaudiosink.c:
5358         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5359         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5360         (gst_baseaudiosink_set_property), (build_linear_format),
5361         (debug_spec_caps), (debug_spec_buffer),
5362         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5363         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5364         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5365         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5367         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5368         (gst_ringbuffer_release), (gst_ringbuffer_play),
5369         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5370         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5371         (gst_ringbuffer_set_sample), (wait_segment),
5372         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5373         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5374         More work on the audiosink, mostly debugging and a race in
5375         shutdown.
5376
5377 2005-04-28  Wim Taymans  <wim@fluendo.com>
5378
5379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5380         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5381         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5382         (vorbis_dec_src_query), (vorbis_dec_src_event),
5383         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5384         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5385         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5386         Don't crap out when seeking back to position 0.
5387
5388 2005-04-28  Wim Taymans  <wim@fluendo.com>
5389
5390         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5391         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5392         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5393         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5394         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5395         Make audio sink configurable, use alsasink as default.
5396
5397 2005-04-28  Wim Taymans  <wim@fluendo.com>
5398
5399         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5400         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5401         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5402         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5403         (vorbis_dec_change_state):
5404         * ext/vorbis/vorbisdec.h:
5405         Refactor, use STREAM_LOCK.
5406
5407 2005-04-28  Wim Taymans  <wim@fluendo.com>
5408
5409         * ext/theora/theoradec.c: (_inc_granulepos),
5410         (theora_dec_sink_event), (theora_handle_comment_packet),
5411         (theora_handle_type_packet), (theora_handle_header_packet),
5412         (theora_handle_data_packet), (theora_dec_chain),
5413         (theora_dec_change_state):
5414         Refactor a bit, use STREAM_LOCK.
5415
5416 2005-04-28  Wim Taymans  <wim@fluendo.com>
5417
5418         * ext/alsa/Makefile.am:
5419         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5420         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5421         (gst_alsa_link), (gst_alsa_close_audio):
5422         * ext/alsa/gstalsaplugin.c: (plugin_init):
5423         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5424         (gst_alsasink_dispose), (gst_alsasink_base_init),
5425         (gst_alsasink_class_init), (gst_alsasink_init),
5426         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5427         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5428         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5429         (gst_alsasink_reset):
5430         * ext/alsa/gstalsasink.h:
5431         Implement alsasink with simple open/write/close API. 
5432         Make alsa dir build by disabling compilation of code.
5433
5434 2005-04-28  Wim Taymans  <wim@fluendo.com>
5435
5436         * gst-libs/gst/audio/Makefile.am:
5437         * gst-libs/gst/audio/audio.h:
5438         * gst-libs/gst/audio/audioclock.c:
5439         * gst-libs/gst/audio/audioclock.h:
5440         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5441         (gst_audio_clock_class_init), (gst_audio_clock_init),
5442         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5443         * gst-libs/gst/audio/gstaudioclock.h:
5444         * gst-libs/gst/audio/gstaudiosink.c:
5445         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5446         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5447         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5448         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5449         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5450         (gst_audiosink_create_ringbuffer):
5451         * gst-libs/gst/audio/gstbaseaudiosink.c:
5452         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5453         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5454         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5455         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5456         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5457         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5458         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5459         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5460         * gst-libs/gst/audio/gstbaseaudiosink.h:
5461         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5462         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5463         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5464         (gst_ringbuffer_release), (gst_ringbuffer_play),
5465         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5466         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5467         (gst_ringbuffer_set_sample), (wait_segment),
5468         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5469         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5470         * gst-libs/gst/audio/gstringbuffer.h:
5471         Make ringbuffer faster and more simple by removing the locks
5472         in the playback thread.
5473         Add sample accurate playback based on buffer sample offsets.
5474         Make the baseaudiosink provide a clock.
5475         Parse caps in the base class.
5476         Correctly handle seeking, flushing and state changes.
5477
5478 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5479
5480         * configure.ac:
5481         * gst/audioconvert/Makefile.am:
5482         * gst/audioscale/Makefile.am:
5483           Fix part of the build.  Come on guys, autogen didn't even work :)
5484
5485 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5486
5487         * configure.ac:
5488         * gst-libs/gst/Makefile.am:
5489         * gst-libs/gst/media-info/.cvsignore:
5490         * gst-libs/gst/media-info/Makefile.am:
5491         * gst-libs/gst/media-info/README:
5492         * gst-libs/gst/media-info/media-info-priv.c:
5493         * gst-libs/gst/media-info/media-info-priv.h:
5494         * gst-libs/gst/media-info/media-info-test.c:
5495         * gst-libs/gst/media-info/media-info.c:
5496         * gst-libs/gst/media-info/media-info.h:
5497         * gst-libs/gst/media-info/media-info.vcproj:
5498         * pkgconfig/Makefile.am:
5499         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5500         * pkgconfig/gstreamer-media-info.pc.in:
5501           Remove media-info, which is also successed by playbin (see Totem
5502           implementation).
5503
5504 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5505
5506         * configure.ac:
5507         * examples/Makefile.am:
5508         * examples/gstplay/.cvsignore:
5509         * examples/gstplay/Makefile.am:
5510         * examples/gstplay/player.c:
5511         * gst-libs/gst/Makefile.am:
5512         * gst-libs/gst/play/.cvsignore:
5513         * gst-libs/gst/play/Makefile.am:
5514         * gst-libs/gst/play/play.c:
5515         * gst-libs/gst/play/play.h:
5516         * gst-libs/gst/play/play.vcproj:
5517         * pkgconfig/Makefile.am:
5518         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5519         * pkgconfig/gstreamer-play.pc.in:
5520           Remove libgstplay, playbin is now the official successor.
5521
5522 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5523
5524         * configure.ac:
5525         * gst-libs/gst/Makefile.am:
5526         * gst-libs/gst/xwindowlistener/Makefile.am:
5527         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5528         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5529           Remove deprecated xwindowlistener (I've moved xwindowlistening
5530           in the v4l/v4l2 plugins over to serverside).
5531
5532 2005-04-25  David Schleef  <ds@schleef.org>
5533
5534         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5535         to examples/dynparams.  Examples do not belong interspersed with
5536         source code.
5537         * examples/dynparams/demo-dparams.c:
5538         * gst/sine/Makefile.am:
5539         * gst/sine/demo-dparams.c:
5540
5541 2005-04-25  David Schleef  <ds@schleef.org>
5542
5543         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5544         * gst-libs/gst/audio/Makefile.am:
5545         * gst-libs/gst/riff/Makefile.am:
5546         * gst-libs/gst/tag/Makefile.am:
5547         * gst-libs/gst/video/Makefile.am:
5548         * gst-libs/gst/xwindowlistener/Makefile.am:
5549
5550         Convert to 0.9 API, seems to work:
5551         * sys/ximage/Makefile.am:
5552         * sys/ximage/ximagesink.c:
5553
5554 2005-04-24  David Schleef  <ds@schleef.org>
5555
5556         Link plugins against libraries:
5557         * ext/alsa/Makefile.am:
5558         * gst/tcp/Makefile.am:
5559
5560         Remove asm code that should be in liboil
5561         * gst/videoscale/Makefile.am:
5562         * gst/videoscale/videoscale_x86_asm.s:
5563
5564         gettext wants these checked in:
5565         * po/af.po:
5566         * po/az.po:
5567         * po/cs.po:
5568         * po/en_GB.po:
5569         * po/hu.po:
5570         * po/it.po:
5571         * po/nb.po:
5572         * po/nl.po:
5573         * po/or.po:
5574         * po/sq.po:
5575         * po/sr.po:
5576         * po/sv.po:
5577         * po/uk.po:
5578         * po/vi.po:
5579
5580 2005-04-24  David Schleef  <ds@schleef.org>
5581
5582         Convert gst_main() to g_main_loop_run()
5583         * gst/playback/decodetest.c: (main):
5584         * gst/playback/test2.c: (main):
5585         * gst/playback/test3.c: (main):
5586         * gst/playback/test4.c: (main):
5587
5588         Link plugins against libraries:
5589         * ext/libvisual/Makefile.am:
5590         * sys/xvimage/Makefile.am:
5591
5592 2005-04-24  David Schleef  <ds@schleef.org>
5593
5594         * configure.ac: Remove idct and resample libs
5595         * gst-libs/gst/Makefile.am: same
5596
5597         Remove usage of gst_library_load():
5598         * ext/alsa/gstalsaplugin.c: (plugin_init):
5599         * ext/libvisual/visual.c: (plugin_init):
5600         * ext/ogg/gstogg.c: (plugin_init):
5601         * ext/theora/theora.c: (plugin_init):
5602         * ext/vorbis/vorbis.c: (plugin_init):
5603         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5604         * gst/audioscale/gstaudioscale.c:
5605         * gst/adder/gstadder.c: (plugin_init):
5606         * gst/audioconvert/plugin.c: (plugin_init):
5607         * sys/ximage/ximagesink.c: (plugin_init):
5608         * sys/xvimage/xvimagesink.c: (plugin_init):
5609         * gst/tcp/gsttcpplugin.c: (plugin_init):
5610
5611         Link plugins against libraries:
5612         * ext/ogg/Makefile.am:
5613         * ext/theora/Makefile.am:
5614         * ext/vorbis/Makefile.am:
5615         * gst/audioconvert/Makefile.am:
5616
5617         Create proper libraries:
5618         * gst-libs/gst/riff/Makefile.am:
5619         * gst-libs/gst/audio/Makefile.am:
5620         * gst-libs/gst/video/Makefile.am:
5621
5622         Move resample library to audioscale plugin directory:
5623         * gst-libs/gst/resample/Makefile.am:
5624         * gst-libs/gst/resample/README:
5625         * gst-libs/gst/resample/dtof.c:
5626         * gst-libs/gst/resample/dtos.c:
5627         * gst-libs/gst/resample/functable.c:
5628         * gst-libs/gst/resample/private.h:
5629         * gst-libs/gst/resample/resample.c:
5630         * gst-libs/gst/resample/resample.h:
5631         * gst-libs/gst/resample/resample.vcproj:
5632         * gst-libs/gst/resample/test.c:
5633         * gst/audioscale/Makefile.am:
5634         * gst/audioscale/README:
5635         * gst/audioscale/dtof.c:
5636         * gst/audioscale/dtos.c:
5637         * gst/audioscale/functable.c:
5638         * gst/audioscale/private.h:
5639         * gst/audioscale/resample.c:
5640         * gst/audioscale/resample.h:
5641         * gst/audioscale/test.c:
5642
5643         Move tagedit library to gst-libs:
5644         * gst-libs/gst/tag/Makefile.am:
5645         * gst-libs/gst/tag/gstid3tag.c:
5646         * gst-libs/gst/tag/gsttagediting.c:
5647         * gst-libs/gst/tag/gsttageditingprivate.h:
5648         * gst-libs/gst/tag/gstvorbistag.c:
5649         * gst/tags/Makefile.am:
5650         * gst/tags/gstid3tag.c:
5651         * gst/tags/gstvorbistag.c:
5652
5653         Fix for core changes:
5654         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5655         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5656         (gst_sinesrc_getrange):
5657
5658 2005-04-23  David Schleef  <ds@schleef.org>
5659
5660         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5661         in gst-plugins in a long time, and properly belongs in liboil.
5662         * gst-libs/gst/idct/Makefile.am:
5663         * gst-libs/gst/idct/README:
5664         * gst-libs/gst/idct/dct.h:
5665         * gst-libs/gst/idct/doieee:
5666         * gst-libs/gst/idct/fastintidct.c:
5667         * gst-libs/gst/idct/floatidct.c:
5668         * gst-libs/gst/idct/idct.c:
5669         * gst-libs/gst/idct/idct.h:
5670         * gst-libs/gst/idct/idtc.vcproj:
5671         * gst-libs/gst/idct/ieeetest.c:
5672         * gst-libs/gst/idct/intidct.c:
5673
5674 2005-04-20  Wim Taymans  <wim@fluendo.com>
5675
5676         * docs/design-audiosinks.txt:
5677         * gst-libs/gst/audio/Makefile.am:
5678         * gst-libs/gst/audio/TODO:
5679         * gst-libs/gst/audio/gstaudiosink.c:
5680         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5681         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5682         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5683         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5684         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5685         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5686         (gst_audiosink_class_init), (gst_audiosink_init),
5687         (gst_audiosink_create_ringbuffer):
5688         * gst-libs/gst/audio/gstaudiosink.h:
5689         * gst-libs/gst/audio/gstbaseaudiosink.c:
5690         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5691         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5692         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5693         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5694         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5695         (gst_baseaudiosink_create_ringbuffer),
5696         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5697         * gst-libs/gst/audio/gstbaseaudiosink.h:
5698         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5699         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5700         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5701         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5702         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5703         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5704         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5705         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5706         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5707         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5708         * gst-libs/gst/audio/gstringbuffer.h:
5709         An attempt at a set of audio base classes together with some
5710         design docs.
5711
5712 2005-04-20  Wim Taymans  <wim@fluendo.com>
5713
5714         * gst/audioconvert/Makefile.am:
5715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5716         (gst_audio_convert_caps_remove_format_info),
5717         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5718         (gst_audio_convert_channels):
5719         Link against audio libs.
5720         Fix audio convert plugin.
5721
5722 2005-04-20  Wim Taymans  <wim@fluendo.com>
5723
5724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5725         (gst_ogg_demux_sink_activate):
5726         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5727         (theora_set_header_on_caps), (theora_enc_sink_event),
5728         (theora_enc_chain):
5729         Fix theora encoder.
5730
5731 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5732
5733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5734         * gst/playback/gstdecodebin.c: (find_compatibles):
5735           Work with staticpadtemplates in elementfactories.
5736
5737 2005-04-12  Wim Taymans  <wim@fluendo.com>
5738
5739         * gst/playback/README:
5740         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5741         (compare_ranks), (print_feature), (gst_decode_bin_init),
5742         (dynamic_create), (dynamic_free), (find_compatibles),
5743         (mimetype_is_raw), (close_pad_link), (got_redirect),
5744         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5745         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5746         (gst_decode_bin_change_state):
5747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5748         (gst_play_base_bin_init), (group_destroy), (group_commit),
5749         (check_queue), (queue_overrun), (queue_threshold_reached),
5750         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5751         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5752         (got_redirect), (setup_source), (play_base_eos),
5753         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5754         (gst_play_base_bin_remove_element):
5755         * gst/playback/gstplaybasebin.h:
5756         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5757         (gst_play_bin_init), (gst_play_bin_dispose),
5758         (gst_play_bin_set_property), (gen_video_element),
5759         (gen_text_element), (gen_audio_element), (remove_sinks),
5760         (gst_play_bin_send_event):
5761         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5762         (stream_info_change_state), (gst_stream_info_set_mute):
5763         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5764         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5765         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5766         (gst_stream_selector_chain):
5767         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5768         (main):
5769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5770         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5771         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5772         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5773         Raw and crude port of decodebin. 
5774         Make playbin compile.
5775
5776 2005-04-06  Wim Taymans  <wim@fluendo.com>
5777
5778         * ext/gnomevfs/Makefile.am:
5779         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5780         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5781         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5782         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5783         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5784         (gst_gnomevfssrc_stop):
5785         * ext/ogg/Makefile.am:
5786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5787         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5788         * ext/theora/Makefile.am:
5789         * ext/theora/theoradec.c: (_inc_granulepos),
5790         (theora_dec_sink_event), (theora_dec_chain):
5791         * ext/vorbis/Makefile.am:
5792         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5793         (vorbis_dec_sink_event), (vorbis_dec_chain):
5794         * gst-libs/gst/audio/Makefile.am:
5795         * sys/xvimage/Makefile.am:
5796         Make gnomevfssrc extend the source base class.
5797         Fix linking against libs in various plugins.
5798
5799 2005-04-06  Andy Wingo  <wingo@pobox.com>
5800
5801         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5802         GST_BASE_LIBS.
5803
5804         * configure.ac: Add check and AC_SUBST for libgstbase.
5805
5806 2005-03-31  Wim Taymans  <wim@fluendo.com>
5807
5808         * examples/seeking/Makefile.am:
5809         * examples/seeking/cdparanoia.c: (main):
5810         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5811         (play_cb), (pause_cb), (stop_cb), (main):
5812         * examples/seeking/playbin.c:
5813         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5814         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5815         (make_sid_pipeline), (make_vorbis_pipeline),
5816         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5817         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5818         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5819         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5820         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5821         (stop_cb), (main):
5822         * examples/seeking/spider_seek.c:
5823         * examples/seeking/vorbisfile.c:
5824         * ext/gnomevfs/Makefile.am:
5825         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5826         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5827         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5828         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5829         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5830         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5831         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5832         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5833         * ext/ogg/README:
5834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5835         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5836         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5837         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5838         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5839         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5840         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5841         (gst_ogg_demux_factory_filter), (compare_ranks),
5842         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5843         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5844         (gst_ogg_chain_new), (gst_ogg_chain_free),
5845         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5846         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5847         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5848         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5849         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5850         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5851         (gst_ogg_demux_get_prev_page),
5852         (gst_ogg_demux_deactivate_current_chain),
5853         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5854         (gst_ogg_demux_bisect_forward_serialno),
5855         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5856         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5857         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5858         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5859         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5860         (gst_ogg_demux_change_state), (gst_ogg_print):
5861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5862         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5863         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5864         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5865         (gst_ogg_mux_loop):
5866         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5867         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5868         (theora_dec_src_convert), (theora_dec_sink_convert),
5869         (theora_dec_src_query), (theora_dec_src_event),
5870         (theora_dec_sink_event), (theora_dec_chain),
5871         (theora_dec_change_state):
5872         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5873         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5874         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5875         (theora_enc_change_state):
5876         * ext/vorbis/Makefile.am:
5877         * ext/vorbis/oggvorbisenc.c:
5878         * ext/vorbis/oggvorbisenc.h:
5879         * ext/vorbis/vorbis.c: (plugin_init):
5880         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5881         (vorbis_dec_src_query), (vorbis_dec_src_event),
5882         (vorbis_dec_sink_event), (vorbis_dec_chain),
5883         (vorbis_dec_change_state):
5884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5885         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5886         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5887         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5888         (gst_vorbisenc_change_state):
5889         * ext/vorbis/vorbisenc.h:
5890         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5891         * gst-libs/gst/audio/audioclock.c:
5892         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5893         (gst_audiofilter_init), (gst_audiofilter_chain):
5894         * gst-libs/gst/audio/testchannels.c: (main):
5895         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5896         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5897         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5898         (gmip_find_track_streaminfo), (gmip_find_track_format):
5899         * gst-libs/gst/media-info/media-info.c:
5900         (gst_media_info_read_idler):
5901         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5902         (gst_play_get_all_by_interface):
5903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5904         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5905         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5906         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5907         (gst_riff_parse_info):
5908         * gst-libs/gst/riff/riff-read.h:
5909         * gst-libs/gst/riff/riff.c: (plugin_init):
5910         * gst-libs/gst/video/Makefile.am:
5911         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5912         (gst_videosink_class_init), (gst_videosink_get_type):
5913         * gst-libs/gst/video/videosink.h:
5914         * gst/audioconvert/bufferframesconvert.c:
5915         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5916         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5917         * gst/audioconvert/channelmixtest.c: (main):
5918         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5919         (gst_audio_convert_chain),
5920         (gst_audio_convert_caps_remove_format_info),
5921         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5922         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5923         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5924         (gst_audio_convert_buffer_to_default_format),
5925         (gst_audio_convert_buffer_from_default_format),
5926         (gst_audio_convert_channels):
5927         * gst/audioconvert/gstchannelmix.h:
5928         * gst/ffmpegcolorspace/avcodec.h:
5929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5930         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5931         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5932         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5933         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5934         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5935         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5936         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5937         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5938         (dv_type_find):
5939         * gst/videotestsrc/gstvideotestsrc.c:
5940         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5941         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5942         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5943         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5944         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5945         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5946         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5948         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5949         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5950         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5951         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5952         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5953         (gst_xvimagesink_navigation_send_event),
5954         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5955         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5956         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5957         * sys/xvimage/xvimagesink.h:
5958         Plugin port to 0.9, ogg/theora playback should work in the seek
5959         example now.
5960         Removed old examples.
5961         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5962         explained in 0.9 TODO doc.
5963
5964
5965 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5966
5967         * autogen.sh:
5968         * configure.ac:
5969         * ext/Makefile.am:
5970         * gst/Makefile.am:
5971         * po/POTFILES.in:
5972         * po/af.po:
5973         * po/az.po:
5974         * po/cs.po:
5975         * po/en_GB.po:
5976         * po/hu.po:
5977         * po/it.po:
5978         * po/nb.po:
5979         * po/nl.po:
5980         * po/or.po:
5981         * po/sq.po:
5982         * po/sr.po:
5983         * po/sv.po:
5984         * po/uk.po:
5985         * po/vi.po:
5986         * sys/Makefile.am:
5987         * testsuite/Makefile.am:
5988           remove a whole bunch of plugins.  This module now contains a set
5989           of free reference plugins/elements as agreed.
5990
5991 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5992
5993         * configure.ac:
5994           hunting season on 0.9 is now OPEN
5995
5996 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5997
5998         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5999           Kick the hell out of gcc for not warning me about a symbol conflict.
6000
6001 2005-02-22  Luca Ognibene  <luogni@tin.it>
6002
6003         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6004
6005         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6006           Don't leak caps string (fixes #168134)
6007
6008         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6009         (gst_jpegenc_init), (gst_jpegenc_finalize),
6010         (gst_jpegenc_change_state):
6011           Don't leak line buffers and context struct (fixes #168133).
6012
6013 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6014
6015         * configure.ac:
6016         * ext/dirac/gstdiracdec.cc:
6017         (gst_diracdec_chain):
6018           Since dirac 0.5.0 the framerate in dirac is expressed as a
6019           rational number. Fix build and up requirement to 0.5.0, and
6020           also pass parameters to gst_diracdec_link in the right order
6021           (fixes #167959).
6022
6023 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6024
6025         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6026         * ext/faad/gstfaad.h:
6027         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6028         certain invalid muxed streams, where some packets will contain 
6029         junk after decoder data. Partially fixes #149158.
6030
6031 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6032         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6033           Make sure we only write to writable buffers
6034
6035 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6036
6037         * gst-libs/gst/riff/riff-media.c:
6038         (gst_riff_create_audio_caps_with_data):
6039           Do actually fix invalid RIFF fmt header values for alaw
6040           and mulaw audio instead of just saying so.
6041
6042         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6043           Give gst_riff_create_audio_caps_with_data() a chance to
6044           fix up broken format header fields before extracting any
6045           parameters from the header. (fixes #167633)
6046
6047 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6048
6049         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6050
6051         * gst/audioconvert/bufferframesconvert.c:
6052         (buffer_frames_convert_link):
6053           Don't leak othercaps. (fixes #167878)
6054
6055 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6056
6057         * configure.ac:
6058         * ext/libvisual/visual.c: (gst_visual_srclink),
6059         (gst_visual_change_state):
6060           Support libvisual 0.2.0.
6061
6062 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6063
6064         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6065         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6066           Use same rowstrides for I420 as used everywhere else.
6067
6068 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6069
6070         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6071           Declare variables at beginning of block and make gcc-2.95 happy
6072           (fixes # 167482, patch by Gergely Nagy).
6073           
6074         * gst/tcp/gsttcpclientsrc.c:
6075         * gst/tcp/gsttcpclientsrc.h:
6076           Move some includes into the header, so that struct sockaddr_in is
6077           defined when it should be defined on FreeBSD as well (fixes
6078           #167483).
6079           
6080         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6081           Don't pass uninitialised values to setsockopt() here either.
6082
6083 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6084
6085         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6086
6087         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6088           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6089
6090 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6091
6092         * gst/playback/gstplaybin.c: (add_sink):
6093           Invert bin_add/link order to workaround deadlock in opt.
6094
6095 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6096
6097         * gst/modplug/gstmodplug.cc:
6098           Add missing break causing position queries to fail.
6099
6100 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6101
6102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6103           Granpos can apparently be -1, which screws up calculations...
6104
6105 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6106
6107         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6108         (gst_ximagesink_send_pending_navigation),
6109         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6110         (gst_ximagesink_init):
6111         * sys/ximage/ximagesink.h:
6112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6113         (gst_xvimagesink_send_pending_navigation),
6114         (gst_xvimagesink_navigation_send_event),
6115         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6116         * sys/xvimage/xvimagesink.h:
6117           Use a mutex protected list to marshal navigation
6118           events into the stream thread from whichever thread
6119           sends them.
6120
6121 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6122
6123         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6124           Display current position and track length; misc. clean-ups.
6125           
6126         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6127         (speed_init), (speed_chain):
6128           Add query function, so that the stream length and current position
6129           get adjusted when queried (note that current position queries may
6130           still be wrong if the audio sink returns values based on buffer
6131           timestamps instead of passing on the query).
6132
6133 2005-02-13  Benjamin Otte  <otte@gnome.org>
6134
6135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6136         (gst_audio_convert_channels):
6137           create channel conversion matrix when linking
6138         * gst/audioconvert/.cvsignore:
6139         * gst/audioconvert/Makefile.am:
6140         * gst/audioconvert/channelmixtest.c: (main):
6141           add (ugly) test that ensures stereo <=> mono conversion works
6142           correctly
6143
6144 2005-02-13  Benjamin Otte  <otte@gnome.org>
6145
6146         * gst/audioconvert/gstchannelmix.h:
6147           include missing header file
6148         * gst/audioconvert/gstchannelmix.c:
6149         (gst_audio_convert_fill_compatible):
6150           use same sign for both channels when converting to/from compatible
6151           channel. Previously used different signs made the signals cancel
6152           each other out and appear like silence. (fixes #167269)
6153
6154 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6155
6156         * gst/ffmpegcolorspace/avcodec.h:
6157         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6158         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6159         (gst_ffmpegcsp_avpicture_fill):
6160         * gst/ffmpegcolorspace/imgconvert.c:
6161           Convert to and from YV12 (fixes #156379).
6162
6163 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6164
6165         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6166         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6167         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6168         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6169         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6170         methods from chain and negotiation and vice versa (Fixes #166142).
6171         * sys/ximage/ximagesink.h: Add stream_lock.
6172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6173         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6174         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6175         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6176
6177 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6178
6179         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6180           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6181           error message when we can't open the DVD device (when dvdnav_open()
6182           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6183           the above). Send something more useful instead (fixes #167117).
6184
6185 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6186
6187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6188         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6189         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6190         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6191         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6192         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6193         methods from chain and negotiation and vice versa (Fixes #166142).
6194         Fix a possible bug of images in the buffer pool being discarded because
6195         we are looking at the wrong geometry.
6196         * sys/xvimage/xvimagesink.h: Add stream_lock.
6197
6198 2005-02-11  David Schleef  <ds@schleef.org>
6199
6200         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6201         unsigned int. (fixes #167128)
6202
6203 2005-02-11  David Schleef  <ds@schleef.org>
6204
6205         * gst/librfb/Makefile.am: Testing stuff before committing is
6206           for wimps... and people with fast machines.  Fix stupid
6207           mistake.
6208
6209 2005-02-11  David Schleef  <ds@schleef.org>
6210
6211         * configure.ac: Pull in librfb from my CVS tree, because it is
6212           too small and annoying to be separate.  Move rfbsrc plugin
6213           to gst/.
6214         * ext/Makefile.am:
6215         * ext/librfb/Makefile.am:
6216         * ext/librfb/gstrfbsrc.c:
6217         * gst/librfb/Makefile.am:
6218         * gst/librfb/gstrfbsrc.c:
6219         * gst/librfb/rfb.c:
6220         * gst/librfb/rfb.h:
6221         * gst/librfb/rfbbuffer.c:
6222         * gst/librfb/rfbbuffer.h:
6223         * gst/librfb/rfbbytestream.c:
6224         * gst/librfb/rfbbytestream.h:
6225         * gst/librfb/rfbcontext.h:
6226         * gst/librfb/rfbdecoder.c:
6227         * gst/librfb/rfbdecoder.h:
6228         * gst/librfb/rfbutil.h:
6229
6230 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6231
6232         * gst/speed/Makefile.am:
6233         * gst/speed/demo-mp3.c: (main):
6234         * gst/speed/filter.func:
6235         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6236         (speed_class_init), (speed_init), (speed_chain_int16),
6237         (speed_chain_float32), (speed_chain), (speed_set_property),
6238         (speed_get_property), (speed_change_state):
6239         * gst/speed/gstspeed.h:
6240           Fix speed element and make it chain-based (fixes #156467),
6241           and make it handle more than one channel.
6242
6243 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6244
6245         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6246         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6247         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6248         * ext/dts/gstdtsdec.h:
6249           Don't clobber the stack constructing the channels array.
6250           Make the element chain-based. DTS tracks can now be played.
6251           
6252 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6253
6254         * gst-libs/gst/audio/multichannel.h:
6255         * gst-libs/gst/gconf/gconf.h:
6256         * gst-libs/gst/idct/idct.h:
6257         * gst-libs/gst/media-info/media-info-priv.h:
6258         * gst-libs/gst/play/play.h:
6259         * gst-libs/gst/resample/private.h:
6260         * gst-libs/gst/resample/resample.h:
6261         * gst-libs/gst/riff/riff-ids.h:
6262         * gst-libs/gst/video/video.h:
6263         * gst-libs/gst/video/videosink.h:
6264           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6265           missing, so that they work when included from C++ code.
6266
6267 2005-02-09  David Schleef  <ds@schleef.org>
6268
6269         * testsuite/gst-lint: Check for non-statically scoped
6270           parent_class variables.  This won't be a problem once
6271           plugins are loaded with RTLD_LOCAL.
6272
6273 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6274
6275         * ext/mplex/gstmplexibitstream.cc:
6276           gcc madness.
6277
6278 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6279
6280         * ext/ogg/gstogmparse.c:
6281         * gst/debug/gstnavigationtest.c:
6282           Die, thou faulty symbol pollutors (non-static parent_class).
6283
6284 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6285
6286         * ext/mplex/gstmplexibitstream.cc:
6287           Fix event handling (#165525).
6288
6289 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6290
6291         * ext/mikmod/gstmikmod.c:
6292         * gst/modplug/gstmodplug.cc:
6293           Add missing endianness to template (fixes #165509).
6294
6295 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6296
6297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6298           Fix wrong order of reading of optional bytes (#165290).
6299
6300 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6301
6302         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6303           Implement FILLER event awareness.
6304
6305 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6306
6307         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6308           Fix track calculations (#166208).
6309
6310 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6311
6312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6313
6314         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6315         * ext/libpng/gstpngenc.c:
6316           Fix byte-order, use proper fixed caps. Fixes #164197.
6317
6318 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6319
6320         * configure.ac:
6321           Add dvdlpcmdec 
6322
6323         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6324         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6325           Don't push buffers if the src pad isn't negotiated yet.
6326           
6327         * gst/audioconvert/gstaudioconvert.c:
6328         (gst_audio_convert_buffer_to_default_format),
6329         (gst_audio_convert_buffer_from_default_format):
6330           Add support for 24-bit width.
6331
6332         * gst/dvdlpcmdec/.cvsignore:
6333         * gst/dvdlpcmdec/Makefile.am:
6334         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6335         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6336         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6337         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6338         (plugin_init):
6339         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6340           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6341           format. Needs support for the channels maps if someone can find 
6342           a DVD LPCM track with > 2 channels.
6343
6344         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6345         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6346         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6347         * gst/mpegstream/gstdvddemux.h:
6348         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6349         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6350         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6351         * gst/mpegstream/gstmpegdemux.h:
6352         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6353         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6354         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6355         (gst_mpeg_parse_handle_src_query),
6356         (gst_mpeg_parse_handle_src_event):
6357           Use audio/x-dvd-lpcm for LPCM output.
6358           Add DTS output.
6359
6360 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6361
6362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6363
6364         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6365         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6366           Add BGRA handling (#165736).
6367
6368 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6369
6370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * gst/law/alaw-decode.c: (alawdec_link):
6373         * gst/law/alaw-encode.c: (alawenc_link):
6374         * gst/law/mulaw-decode.c: (mulawdec_link):
6375         * gst/law/mulaw-encode.c: (mulawenc_link):
6376           Fix caps memleaks (#166600).
6377
6378 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6379
6380         * ext/tarkin/mem.h:
6381         * ext/tarkin/wavelet.h:
6382         * ext/tarkin/yuv.h:
6383         * gst/ffmpegcolorspace/avcodec.h:
6384           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6385           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6386
6387 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6388
6389         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6391         (gst_xvimagesink_change_state):
6392           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6393           Xv video (and thereby regenerate Xv colourkey) in clear() so
6394           that PLAY -> READY -> PLAY works (fixes #162504).
6395
6396 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6397
6398         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6399           Switch to list instead of range, since MJPEG-devices really just
6400           support decimations, not any size.
6401
6402 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6403         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6404         (gst_mpeg2dec_reset), (free_all_buffers),
6405         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6406         * ext/mpeg2dec/gstmpeg2dec.h:
6407           The libmpeg2 user-allocated buffer management is awkward, 
6408           to say the least. Hopefully this fixes things.
6409
6410 2005-02-04  Andy Wingo  <wingo@pobox.com>
6411
6412         * gst/audioconvert/bufferframesconvert.c
6413         (buffer_frames_convert_fixate): New function, fixates to 256
6414         frames per buffer by default. (Much better than 1.)
6415         (buffer_frames_convert_init): Set the fixate function for both src
6416         and sink pad.
6417         (buffer_frames_convert_link): After success setting nonfixed caps,
6418         get the negotiated caps so we can know how many buffer-frames it
6419         will be. No idea how this worked at all before.
6420
6421 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6422
6423         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6424         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6425         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6426         (handle_sequence), (handle_picture):
6427         * ext/mpeg2dec/gstmpeg2dec.h:
6428           Rearrange buffer tracking and refcounting and refactor
6429           a little for readability. 
6430
6431 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6432         * sys/v4l/gstv4l.c: (plugin_init):
6433         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6434         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6435         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6436         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6437         * sys/v4l/gstv4ljpegsrc.h:
6438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6439         * sys/v4l/v4l_calls.h:
6440         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6441         (gst_v4lsrc_get_fps):
6442         * sys/v4l/v4lsrc_calls.h:
6443           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6444           you jpeg inside rgb frames" driver.
6445           Don't error in the v4lsrc link function, just return 
6446           REFUSED.
6447
6448 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6449
6450         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6451         (gst_qcamsrc_open):
6452           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6453
6454 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6455
6456         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6457           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6458
6459 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6460
6461         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6462           Reset negotiated state on PAUSED->READY.
6463
6464 2005-02-02  David Schleef  <ds@schleef.org>
6465
6466         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6467         whereever possible.  (Fixes #165997)
6468         * examples/capsfilter/capsfilter1.c: (main):
6469         * examples/dynparams/filter.c: (create_ui):
6470         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6471         * examples/seeking/chained.c: (main):
6472         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6473         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6474         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6475         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6476         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6477         * examples/switch/switcher.c: (main):
6478         * ext/dv/demo-play.c: (main):
6479         * ext/faad/gstfaad.c: (gst_faad_change_state):
6480         * ext/mad/gstmad.c: (gst_mad_chain):
6481         * ext/smoothwave/demo-osssrc.c: (main):
6482         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6483         (gst_gconf_render_bin_from_description),
6484         (gst_gconf_get_default_audio_sink),
6485         (gst_gconf_get_default_video_sink),
6486         (gst_gconf_get_default_audio_src),
6487         (gst_gconf_get_default_video_src),
6488         (gst_gconf_get_default_visualization_element):
6489         * gst/level/demo.c: (main):
6490         * gst/level/plot.c: (main):
6491         * gst/playback/gstplaybin.c: (gen_video_element),
6492         (gen_audio_element):
6493         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6494         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6495         * gst/sine/demo-dparams.c: (main):
6496         * gst/spectrum/demo-osssrc.c: (main):
6497         * gst/speed/demo-mp3.c: (main):
6498         * gst/volume/demo.c: (main):
6499         * testsuite/embed/embed.c: (main):
6500
6501 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6502
6503         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6504         (gst_tcpclientsink_finalize):
6505         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6506         (gst_tcpclientsrc_finalize):
6507         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6508         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6509         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6510         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6511           Don't leak the hostname when shutting down.
6512           In tcpserversrc, take a copy of the default hostname.
6513
6514 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6515
6516         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6517           Set caps to systemstream=TRUE.
6518
6519 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6520
6521         * testsuite/Makefile.am:
6522           Fix more OSX buildbots.
6523
6524 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6525
6526         * ext/mpeg2dec/gstmpeg2dec.c:
6527           Don't send things to NULL PAD_PEERs
6528
6529         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6530           Copy-on-write the incoming buffer.
6531
6532         * gst/mpegstream/gstdvddemux.h:
6533         * gst/mpegstream/gstmpegclock.h:
6534         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6535         (normal_seek), (gst_mpeg_demux_handle_src_event):
6536         * gst/mpegstream/gstmpegdemux.h:
6537         * gst/mpegstream/gstmpegpacketize.h:
6538         * gst/mpegstream/gstmpegparse.c:
6539         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6540         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6541         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6542         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6543         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6544         * gst/mpegstream/gstmpegparse.h:
6545         * gst/mpegstream/gstrfc2250enc.h:
6546           Various changes to the way time is computed that make seeking and
6547           total time estimation much better here.
6548           Use G_BEGIN/END_DECLS instead of __cplusplus
6549
6550         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6551           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6552
6553 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6554
6555         * gst/subparse/gstsubparse.c:
6556           Fix OSX buildbot.
6557
6558 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6559
6560         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6561         (theora_enc_chain), (theora_enc_change_state):
6562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6563         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6564         (gst_vorbisenc_change_state):
6565         * ext/vorbis/vorbisenc.h:
6566           Set granulepos and timestamp correctly for streams not
6567           starting at 0, taking into account the initial delay.
6568
6569 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6570
6571         * gst/mpegstream/gstdvddemux.c:
6572           Add audio/x-dts to audio pad template caps
6573
6574 2005-01-30  David Schleef  <ds@schleef.org>
6575
6576         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6577         (create_context), (gst_polypsink_link): Fix silly endianness
6578         bug.  Add some debugging.  Remove float from caps; it doesn't
6579         work.  Attempt to get remote audio working.
6580
6581 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6582
6583         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6584           Add 3IV2 fourcc.
6585
6586 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6587
6588         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6589         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6590         (gst_avi_demux_stream_data):
6591         * gst/avi/gstavidemux.h:
6592           Invert DIB images. Fixes #132341.
6593
6594 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6595
6596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6597         (gst_ffmpegcsp_chain):
6598           D'oh, reference the palette data, not the palette structure.
6599           Fixes color distortion in #132341.
6600
6601 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6602
6603         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6604           PAR can be non-fixed when not provided as argument (#162626).
6605
6606 2005-01-29  David Moore  <dcm@acm.org>
6607
6608         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6609
6610         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6611         (gst_qtdemux_loop_header):
6612           Re-apply patch from #142272 that allows non-seekable sources,
6613           re-proposed by Daniel Drake <dsd@gentoo.org>.
6614
6615 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6618           Use the src template for creating the src pad (#162330).
6619
6620 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6621
6622         * configure.ac:
6623         * ext/musepack/Makefile.am:
6624         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6625         (gst_musepackdec_init), (gst_musepackdec_dispose),
6626         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6627         (gst_musepack_stream_init), (gst_musepackdec_loop),
6628         (gst_musepackdec_change_state):
6629         * ext/musepack/gstmusepackdec.cpp:
6630         * ext/musepack/gstmusepackdec.h:
6631         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6632         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6633         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6634         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6635         * ext/musepack/gstmusepackreader.cpp:
6636         * ext/musepack/gstmusepackreader.h:
6637           Update to 1.1 API (#165446).
6638
6639 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6640
6641         * ext/Makefile.am:
6642           Unbreak buildbot.
6643
6644 2005-01-28  Andy Wingo  <wingo@pobox.com>
6645
6646         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6647         to reflect a different dubious internet source. Add a reference
6648         and some commentary.
6649
6650 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6651
6652         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6653         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6654         * gst/playback/gststreamselector.h:
6655           Be more selective when we're redoing caps negotiation from
6656           within the chain function on a stream change.
6657
6658 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6659
6660         * configure.ac:
6661         * ext/Makefile.am:
6662         * ext/amrnb/Makefile.am:
6663         * ext/amrnb/amrnb.c: (plugin_init):
6664         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6665         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6666         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6667         (gst_amrnbdec_state_change):
6668         * ext/amrnb/amrnbdec.h:
6669         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6670         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6671         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6672         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6673         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6674         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6675         * ext/amrnb/amrnbparse.h:
6676           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6677         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6678           Add AMR-NB/-WB raw formats.
6679         * ext/alsa/gstalsa.c: (gst_alsa_link):
6680           Keep valid time when changing format.
6681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6682         (qtdemux_parse_trak):
6683           Add some more format-specific options (#140141, #143555, #155163).
6684
6685 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6686
6687         * gst/matroska/matroska-demux.c:
6688         (gst_matroska_demux_parse_blockgroup):
6689           Fix logic error in timing of subtitle stream synchronization.
6690         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6691           Add skip-chunk, which is found in kodak-camera streams.
6692
6693 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6694
6695         * po/LINGUAS:
6696         * po/vi.po:
6697           Adding Vietnamese translation (submitted by Clytie Siddall)
6698
6699 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6700
6701         * gst/playback/gstdecodebin.c: (try_to_link_1):
6702           Use realpad for signal.
6703
6704 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6705
6706         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6707           Fix category so decodebin picks it up.
6708
6709 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * ext/mad/Makefile.am:
6712         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6713         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6714         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6715         (found_type), (gst_id3demux_bin_change_state):
6716         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6717         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6718         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6719         (gst_id3_tag_change_state), (plugin_init):
6720         * ext/mad/gstmad.h:
6721           Add id3demuxbin (which is a simple bin consisting of id3demux
6722           and typefind), take over rank from id3demux, remove typefind
6723           code from id3demux. Makes all broken mp3s that I know of work,
6724           and thereby fixes #152688.
6725
6726 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6727
6728         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6729
6730         * ext/mad/gstmad.c: (gst_mad_src_event):
6731         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6732           Allow seeks on audio pad, make mad forward those (#164826).
6733         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6734           Set duration (#165335).
6735
6736 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6737
6738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6739         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6740         (gst_asf_demux_process_ext_content_desc),
6741         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6742         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6743         * gst/asfdemux/gstasfdemux.h:
6744           Improve metadata display, e.g. if the metadata comes before the
6745           streams are loaded (which is perfectly valid).
6746
6747 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6748
6749         * tools/gst-launch-ext-m.m:
6750           Fix AVI/ASF pipelines (#165340).
6751
6752 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6753         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6754         build failure on amd64
6755
6756 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6757
6758         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6759         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6760           Check environment variables GST_ID3V2_TAG_ENCODING,
6761           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6762           list of character encodings to force interpretation of non-unicode
6763           strings stored in an ID3v2 tag to a particular encoding. If none
6764           is specified, try to use current locale's encoding, then fall back
6765           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6766         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6767         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6768           Check environment variables GST_ID3V1_TAG_ENCODING,
6769           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6770           list of character encodings to use in case a string encountered
6771           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6772           specified, try to use the current locale's encoding, then fall
6773           back to ISO-8859-1 (which will always succeed).
6774
6775 2005-01-25  Benjamin Otte  <otte@gnome.org>
6776
6777         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6778           - on half framerate, compute the rate in advance so the comparisons
6779             don't compare wrong values
6780           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6781             behaviour
6782           - don't use mad_header_decode anymore, mad_frame_decode does that
6783             automatically
6784           - when getting rid of consumed bytes, reset the stream's skiplen
6785           (fixes #163867)
6786
6787 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6788
6789         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6790           Use 1/2 a second for default max_discont, as PES streams from DVB
6791           seem to have larger spacings in the SCR. 
6792           Fix a typo.
6793
6794 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6795
6796         * gst/playback/gstplaybasebin.c: (group_commit):
6797           Notify delayed stream-info availability.
6798
6799 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6800         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6801         (gst_a52dec_handle_event), (gst_a52dec_chain):
6802         Add some debug output. Check that a discont has a valid
6803         time associated.
6804         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6805         (gst_alsa_sink_loop):
6806         Ignore TAG events. A little extra debug for broken timestamps.
6807         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6808         (dvdnavsrc_change_state):
6809         Ensure we send a discont to engage the link before we send any
6810         other events.
6811         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6812         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6813         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6814         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6815         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6816         dvd://title works in totem because typefinding sends a seek that ends
6817         up going back to chapter 1 regardless.
6818         * ext/mpeg2dec/gstmpeg2dec.c:
6819         * ext/mpeg2dec/gstmpeg2dec.h:
6820         Output correct timestamps and handle disconts.
6821         * ext/ogg/gstoggdemux.c: (get_relative):
6822         Small guard against a null dereference.
6823         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6824         (gst_textoverlay_set_property):
6825         Free memory when done. Don't call gst_event_filler_get_duration on
6826         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6827         g_warning.
6828         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6829         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6830         (gst_sw_srclink), (gst_smoothwave_chain):
6831         Draw solid lines, prettier colours.
6832         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6833         Add a default palette that'll work for some movies.
6834         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6835         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6836         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6837         * gst/mpegstream/gstdvddemux.h:
6838         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6839         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6840         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6841         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6842         * gst/mpegstream/gstmpegparse.h:
6843         Use PTM/NAV events when for timestamp adjustment when connected to 
6844         dvdnavsrc. Don't use many discont events where one suffices.
6845         * gst/playback/gstplaybasebin.c: (group_destroy),
6846         (gen_preroll_element), (gst_play_base_bin_add_element):
6847         * gst/playback/gstplaybasebin.h:
6848         Make sure we remove subtitles from the same bin we put them in.
6849         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6850         (gst_subparse_buffer_format_autodetect),
6851         (gst_subparse_change_state):
6852         Fix some memleaks and invalid accesses.
6853         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6854         (oggskel_type_find), (cmml_type_find), (plugin_init):
6855         Some typefind functions for Annodex v3.0 files
6856         * gst/wavparse/gstwavparse.h:
6857         GstRiffReadClass is the correct parent class.
6858
6859 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6860
6861         * gst-libs/gst/riff/riff-media.c:
6862         (gst_riff_create_video_caps_with_data):
6863           Add extradata to huffyuv (fixes #165013).
6864         * gst-libs/gst/riff/riff-read.c:
6865         (gst_riff_read_strf_vids_with_data):
6866           Fix extradata extraction if it is in the chunk size.
6867
6868 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6869
6870         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6871
6872         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6873         (gst_quarktv_change_state), (gst_quarktv_dispose):
6874           Memory free'ing location fix (#164708).
6875
6876 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6877
6878         * gst/playback/gstplaybasebin.c: (group_commit),
6879         (gen_preroll_element), (probe_triggered), (gen_source_element),
6880         (setup_source), (gst_play_base_bin_change_state),
6881         (gst_play_base_bin_add_element):
6882           Don't block for streams.
6883         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6884         (gst_stream_info_set_mute):
6885           Use gst_pad_set_active_recursive.
6886
6887 2005-01-25  Andy Wingo  <wingo@pobox.com>
6888
6889         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6890         for #ifndef HAVE_XVIDEO.
6891
6892 2005-01-24  Jeffrey C. Ollie
6893
6894         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6895
6896         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6897         * ext/gsm/gstgsmdec.h:
6898         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6899         * ext/gsm/gstgsmenc.h:
6900         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6901         was given by property. Add proper buffer timestamps and offsets.
6902
6903 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6904
6905         * gst-libs/gst/riff/riff-media.c:
6906         (gst_riff_create_audio_caps_with_data):
6907           Audio can be <8000Hz.
6908
6909 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6910
6911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6912           Explicit state change to workaround refcount bugs.
6913
6914 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6915
6916         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6917         (gst_avimux_riff_get_avi_header):
6918           Fix...
6919
6920 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6921
6922         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6923         (gst_riff_read_element_data):
6924         * gst-libs/gst/riff/riff-read.h:
6925           Add _peek version (req'ed in CDXA).
6926         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6927         (gst_cdxaparse_loop):
6928           Fix parsing in playbin.
6929         * gst/playback/gstdecodebin.c: (close_pad_link):
6930           Ignore current_ pads, they cause major annoyance.
6931
6932 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6933
6934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6935           Safety guard.
6936
6937 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6938
6939         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6940           Fix padding...
6941
6942 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6943
6944         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6945           Allow for 0-sized buffers. Fixes length query problems in
6946           starwars.mkv from the testsuite.
6947
6948 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6949
6950         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6951         (gst_video_box_i420), (gst_video_box_chain):
6952           Fix row strides for I420 (fixes #163159)
6953           
6954 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6955
6956         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6957           MPEG2 has a useful rate property, so we can actually use that.
6958           For MPEG-1, continue using the bytes/time properties.
6959
6960 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6961
6962         * gst-libs/gst/riff/riff-media.c:
6963         (gst_riff_create_video_caps_with_data),
6964         (gst_riff_create_video_template_caps):
6965           Add intel-h263.
6966
6967 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6968
6969         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6970           Fail if caps negotiation fails. Should fix #162184, and should
6971           definately be in there regardless of it fixing the actual bug.
6972         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6973         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6974         (gst_avimux_riff_get_avix_header),
6975         (gst_avimux_riff_get_video_header),
6976         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6977         (gst_avimux_start_file), (gst_avimux_handle_event),
6978         (gst_avimux_change_state):
6979         * gst/avi/gstavimux.h:
6980           Refactor structure writing to use GST_WRITE_UINT macros, add
6981           metadata writing support.
6982
6983 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6984
6985         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6986           Elements may already be destroyed when this function is called.
6987
6988 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6989
6990         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6991         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6992           More memory leak fixes (#149162).
6993
6994 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6995
6996         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6997         (gst_qtdemux_add_stream):
6998           Fix two memleaks.
6999
7000 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7001
7002         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7003           Argh...
7004
7005 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7006
7007         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7008           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7009           when fixating to six channels in Totem.
7010
7011 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7012
7013         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7014           Fix compile warnings on Solaris 10 buildbot
7015
7016 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7017
7018         * ext/dvdread/dvdreadsrc.c: (_read):
7019           Don't read beyond the last cell in a chapter (fixes 
7020           invalid memory access)
7021
7022 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7023
7024         * ext/dvdread/stream_labels.c:
7025         (dvdreadsrc_get_audio_stream_labels):
7026           Use NULL for an empty GList instead of g_list_alloc(); fix 
7027           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7028           of GString (easier to bulk free later)
7029
7030 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7031
7032         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7033
7034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7035         (gst_ffmpeg_pixfmt_to_caps):
7036           Fix BGRA32 caps (#164209).
7037
7038 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7039
7040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7041
7042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7043         (gst_ffmpeg_caps_to_pixfmt):
7044           alpha_mask can be RGBA/ABGR. Fixes #164265.
7045
7046 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7047
7048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7049
7050         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7051         (gst_mpeg2dec_alloc_buffer):
7052         * ext/mpeg2dec/gstmpeg2dec.h:
7053           Crop if decoding size is not the actual image size (#163676).
7054
7055 2005-01-17  Steve Baker  <steve@stevebaker.org>
7056
7057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7058
7059         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7060         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7061           Add libsndfile typefind functions (#163309).
7062
7063 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7064
7065         * tools/gst-launch-ext-m.m:
7066           Add .aac, fix .m1v/.m2v (#163891).
7067
7068 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7069
7070         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7071           Sanity check, don't wait endlessly since the clock might not
7072           actually run at this point (which is a deadlock). Fixes #164069.
7073
7074 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7075
7076         * gst/playback/gstplaybasebin.c: (probe_triggered):
7077           Of course, only pause if group is done...
7078
7079 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7080
7081         * gst/playback/gstplaybasebin.c: (probe_triggered):
7082           Thread safety.
7083
7084 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7085
7086         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7087           Don't return state change success when the parent
7088           failed.
7089
7090 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7091
7092         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7093           Free events (fix memleak in #162905).
7094
7095 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7096
7097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7098
7099         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7100         (gst_ffmpeg_caps_to_pixfmt):
7101           Fix for depth = 15. Fixes #161675.
7102
7103 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7104
7105         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7106           Set FPS correctly, even for webcams and the like.
7107         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7108           Don error on setting while capturing.
7109
7110 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7111
7112         * ext/dv/gstdvdec.c:
7113         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7114         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7115           I'm a bad boy. using /1001. to force C to do float division
7116           and not integer division (as it did in my last commit)
7117           Thanks to David I. Lehn for pointing this mistake.
7118
7119 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7120
7121         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7122           Revert Johan??s 1.35->1.36 since it breaks compat.
7123
7124 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7125
7126         * ext/dv/gstdvdec.c:
7127         * ext/libfame/gstlibfame.c:
7128         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7129         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7130           replace framerate aproximations by their real value
7131           (24000/1001, 30000/1001, 60000/1001)
7132           Finish fixing bug #164049
7133
7134 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7135
7136         * ext/ogg/gstoggmux.c:
7137           eos/bos debugging
7138         * gst/tcp/gstmultifdsink.c:
7139         * gst/tcp/gstmultifdsink.h:
7140         * gst/tcp/gsttcp.c:
7141         * gst/tcp/gsttcp.h:
7142         * gst/tcp/gsttcpclientsink.c:
7143         * gst/tcp/gsttcpclientsrc.c:
7144         * gst/tcp/gsttcpserversink.c:
7145         * gst/tcp/gsttcpserversrc.c:
7146           improve reusability of elements after state changes and errors
7147           make multifdsink throw away streamheaders when receiving new ones
7148
7149 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7150
7151         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7152           Fix for if items are already in list...
7153
7154 2005-01-12  Benjamin Otte  <otte@gnome.org>
7155
7156         * gst/adder/gstadder.c: (gst_adder_loop):
7157           fix adder a bit so it doesn't screw up with events as much anymore
7158
7159 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7160
7161         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7162         (pixbufscale_scale), (gst_pixbufscale_chain):
7163         * ext/gdk_pixbuf/pixbufscale.h:
7164           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7165           to ensure rowstrides are calculated the same way as 
7166           ffmpegcolorspace
7167           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7168           that we pick up duration and offset also.
7169
7170 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7171
7172         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7173         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7174           Reusability fixes.
7175
7176 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7177
7178         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7179         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7180         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7181         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7182           Update flags when requested.
7183
7184 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7185
7186         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7187           Fix dmix.
7188
7189 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7190
7191         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7192         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7193         (probe_triggered), (new_decoded_pad), (gen_source_element),
7194         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7195         * gst/playback/gstplaybasebin.h:
7196         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7197         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7198         (gst_play_bin_change_state):
7199           Implement group-switch signal for use in apps to clear metadata
7200           cache, clean up subtitle, add suburi property instead of # hack,
7201           some error-out fixes.
7202
7203 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7204
7205         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7206           Debug.
7207         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7208           If we got a state change in the _get handler, don't return success.
7209
7210 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7211
7212         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7213         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7214           Make jpegdec quiet on MJPEG decoding
7215         * gst/asfdemux/README:
7216           Fix mimetypes for MJPEG and H263
7217
7218 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7219
7220         * ext/theora/theoradec.c: (theora_dec_chain):
7221           Fix broken code generation by gcc by swapping arguments.
7222         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7223           Fix \n in debug.
7224
7225 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7226
7227         * TODO:
7228           delete this file, it is by far outdated
7229         * ext/alsa/gstalsa.1: remove
7230         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7231         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7232         (gst_alsa_get_caps):
7233           Add HW probing for supported sample rates. Fixes #161704
7234
7235 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7236
7237         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7238           Don't crash, biatch! :).
7239
7240 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7241
7242         * ext/musepack/gstmusepackreader.cpp:
7243         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7244           Some work on tags - still doesn't work in playbin...
7245         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7246           Handle events...
7247
7248 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7249
7250         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7251           Also shove tags on kid pads.
7252
7253 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7254
7255         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7256           Don't bail on unknown events.
7257         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7258           Don't crash on events before negotiation.
7259         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7260           Send tags on pads, too.
7261         * gst/playback/gststreamselector.c:
7262         (gst_stream_selector_request_new_pad):
7263           Forward events on first pad if no input was selected yet.
7264
7265 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7266
7267         * gst/playback/gstplaybasebin.c: (setup_substreams):
7268           Don't disable streamtype if the stream doesn't exist, since
7269           then playing a video after audio will disable both and nothing
7270           will happen. Fixes the testsuite.
7271
7272 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7273
7274         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7275         (gst_v4l_xoverlay_set_xwindow_id):
7276         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7277         (gst_v4l2_xoverlay_set_xwindow_id):
7278           Add debug categories, fix overlay disabling.
7279
7280 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7281
7282         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7283         * ext/alsa/gstalsa.h:
7284           Add HW probing for period_count/size and buffer_size MIX/MAX
7285           Adjust default/user defined value if out of bounds
7286           Should fix bug #162024
7287
7288 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7289
7290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7291           Fix warning (#161191).
7292
7293 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7294
7295         * ext/dvdread/stream_labels.c:
7296         (dvdreadsrc_get_audio_stream_labels):
7297           Fix warning (init the good variable in switch default)
7298
7299 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7300
7301         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7302
7303         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7304           Fix gcc-2.95 compile (#163485).
7305
7306 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7307
7308         * configure.ac:
7309         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7310         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7311         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7312         (gst_flacenc_change_state):
7313         * ext/flac/gstflacenc.h:
7314           Update for API change in flac-1.1.1. Update requirement in
7315           configure.ac. Fixes #162974.
7316
7317 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7318
7319         * gst/playback/gstplaybasebin.c: (group_destroy):
7320           Remove hack to get rid of assert and get rid of unlinked
7321           signals properly.
7322
7323 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * gst/playback/gstplaybasebin.c: (setup_source):
7326           Set source to NULL so that resources are free'ed. Fixes issues
7327           with playback of CDDA and similar device-accessing things.
7328
7329 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7330
7331         * testsuite/embed/Makefile.am:
7332           test->noinst, fix make test in buildbot.
7333
7334 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7335
7336         * ext/dvdread/stream_labels.c: new file
7337         * ext/dvdread/stream_labels.h: new file
7338         * ext/dvdread/Makefile.am:
7339         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7340           Extract audio stream label from DVD IFO files.
7341           It only dump them on the console for now, still have to
7342           make playbin aware of them.
7343
7344 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7345
7346         * gst/playback/gstplaybasebin.c: (setup_source):
7347           Fix hanging subs.
7348
7349 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7350
7351         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7352         (gen_preroll_element), (remove_groups), (setup_subtitle),
7353         (gen_source_element), (setup_source):
7354         * gst/playback/gstplaybasebin.h:
7355           Multiple .sub files is just a stupid idea... Fix some threading
7356           mistakes. Interestingly, external .sub files cause playbin to
7357           hang, I don't know why... Parsing fixes contributed by Fran??ois
7358           Kooman <fkooman@tuxed.net>.
7359
7360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7361
7362         * testsuite/embed/Makefile.am:
7363           Fix buildbot.
7364
7365 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7366
7367         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7368
7369         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7370         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7371         (gst_pngenc_set_property):
7372         * ext/libpng/gstpngenc.h:
7373           Add compression level property (#163323).
7374
7375 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7376
7377         * configure.ac:
7378         * examples/capsfilter/capsfilter1.c: (main):
7379         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7380         * ext/dvdread/Makefile.am:
7381         * ext/dvdread/demo-play:
7382         * ext/dvdread/demo-play.c:
7383         * gconf/gstreamer.schemas.in:
7384         * gst-libs/gst/gconf/gconf.c:
7385         * sys/v4l/TODO:
7386         * testsuite/Makefile.am:
7387         * testsuite/embed/Makefile.am:
7388         * testsuite/embed/embed.c: (cb_expose), (main):
7389           Remove all references to xvideosink, fix examples (#140845).
7390         * gst/playback/gstplaybasebin.c: (group_destroy):
7391           Apparently, disposal does not unlink - so do explicitely.
7392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7393           Add debug.
7394
7395 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7396
7397         * README: fix PKG_CONFIG_PATH instructions, what was there
7398         previously was breaking default search path, not nice. 
7399         Fixes #163358
7400
7401 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7402
7403         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7404         (gst_audioscale_chain):
7405           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7406           when resampling - how the ^@$^!@^! is this possible?!?
7407
7408 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7409
7410         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7411           Reset variables on READY.
7412         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7413         (gst_matroska_mux_loop):
7414           Require data before writing header.
7415
7416 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7417
7418         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7419
7420         * ext/mad/gstmad.c: (gst_mad_chain):
7421           Don't call mad_stream_sync() directly after recovering sync.
7422           Fixes #151661.
7423
7424 2005-01-09  Martin Eikermann  <meiker@upb.de>
7425
7426         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7427
7428         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7429         (snapshot_handler), (gst_snapshot_sinkconnect),
7430         (gst_snapshot_chain):
7431           Allocate resources when required, fix recursive signal emission
7432           and fix caps. Fixes #161667.
7433
7434 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7435
7436         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7437
7438         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7439         (gst_pngdec_chain):
7440           Handle only 8-bppc (bits-per-pixel-component) images, better
7441           error handling and correct strides. Fixes #163177.
7442         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7443         (gst_pngenc_chain):
7444           Better error handling. Fixes #163348.
7445
7446 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7447
7448         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7449         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7450         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7451         (dvdnavsrc_uri_handler_init):
7452           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7453         * gst/playback/gstplaybasebin.c: (gen_source_element):
7454           Add MMS to streaming URIs.
7455
7456 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7457
7458         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7459         * sys/xvimage/xvimagesink.c:
7460         (gst_xvimagesink_navigation_send_event):
7461           Check for pad availability before sending event.
7462
7463 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7464
7465         * gst-plugins.spec.in:
7466           Add subparse.
7467
7468 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7469
7470         * configure.ac:
7471           Since we use functions from CVS, up requirement.
7472
7473 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7474
7475         * gst/playback/Makefile.am:
7476         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7477         (group_destroy), (group_commit), (group_is_muted),
7478         (gen_preroll_element), (add_stream), (unknown_type),
7479         (probe_triggered), (preroll_unlinked), (mute_stream),
7480         (silence_stream), (new_decoded_pad), (setup_substreams),
7481         (setup_source), (get_active_source), (mute_group_type),
7482         (muted_group_change_state), (set_active_source),
7483         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7484         (play_base_eos), (gst_play_base_bin_change_state):
7485         * gst/playback/gstplaybasebin.h:
7486         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7487         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7488         (gst_stream_info_dispose), (stream_info_mute_pad),
7489         (stream_info_change_state), (gst_stream_info_set_mute):
7490         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7491         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7492         (gst_stream_selector_init), (gst_stream_selector_dispose),
7493         (gst_stream_selector_get_linked_pad),
7494         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7495         (gst_stream_selector_get_linked_pads),
7496         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7497         * gst/playback/gststreamselector.h:
7498           Adding stream selection support plus required properties for
7499           applications to use this. Fully fixes #100931.
7500
7501 2005-01-08  Benjamin Otte  <otte@gnome.org>
7502
7503         * gst/games/gstpuzzle.c: (nav_event_handler):
7504           - handle nav events differently: forward every event no matter if it
7505             was handled or not.
7506           - translate events
7507           You can now cheat by using navigationtest ! puzzle and moving the
7508           mouse close to the edge of a tile. ;)
7509
7510 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7511
7512         * configure.ac:
7513         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7514         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7515         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7516         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7517         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7518         (gst_ogm_parse_plugin_init):
7519         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7520         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7521         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7522         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7523         * ext/pango/gsttextoverlay.h:
7524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7525         (gst_matroska_demux_handle_seek_event),
7526         (gst_matroska_demux_sync_streams),
7527         (gst_matroska_demux_parse_blockgroup),
7528         (gst_matroska_demux_subtitle_caps),
7529         (gst_matroska_demux_plugin_init):
7530         * gst/matroska/matroska-ids.h:
7531         * gst/playback/gstdecodebin.c: (close_pad_link):
7532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7533         (gen_preroll_element), (remove_groups), (add_stream),
7534         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7535         (setup_source):
7536         * gst/playback/gstplaybasebin.h:
7537         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7538         * gst/subparse/Makefile.am:
7539         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7540         (gst_subparse_base_init), (gst_subparse_class_init),
7541         (gst_subparse_init), (gst_subparse_formats),
7542         (gst_subparse_eventmask), (gst_subparse_event),
7543         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7544         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7545         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7546         (parse_mpsub_deinit), (parse_mpsub_init),
7547         (gst_subparse_buffer_format_autodetect),
7548         (gst_subparse_format_autodetect), (gst_subparse_loop),
7549         (gst_subparse_change_state), (gst_subparse_type_find),
7550         (plugin_init):
7551         * gst/subparse/gstsubparse.h:
7552         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7553         (plugin_init):
7554           Add subtitle support, .sub parser (supports SRT and MPsub),
7555           OGM text support, Matroska UTF-8 text support, deadlock fixes
7556           all over the place, subtitle awareness in decodebin/playbin
7557           and some fixes to textoverlay to handle subtitles in a stream
7558           correctly. Fixes #100931.
7559
7560 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7561
7562         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7563           Check for pad availability before doing a query on it.
7564
7565 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7566
7567         * ext/dv/gstdvdec.c:
7568           really fix bpp24/32 dvdec caps (classic rgba indeed)
7569         * gst/asfdemux/gstasfdemux.c:
7570         (gst_asf_demux_process_ext_content_desc):
7571           don't send text tags if they are empty (bis repetita)
7572
7573 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7574
7575         * ext/dv/gstdvdec.c:
7576          remove unneeded comment from dvdec
7577           (related to DV 4CC codes in AVI files)
7578           moved them in gstreamer/docs/random/mimetypes
7579         * gst/asfdemux/gstasfdemux.c:
7580         (gst_asf_demux_process_ext_content_desc):
7581          don't send text tags if they are empty
7582          fix mem leak on error path
7583         * gst/ffmpegcolorspace/avcodec.h:
7584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7585         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7586         (gst_ffmpegcsp_avpicture_fill):
7587         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7588         * gst/ffmpegcolorspace/imgconvert_template.h:
7589          adds BGR32 and BGRA32 to ffmpegcolorspace
7590           (still bad colors, fixing it on next commit)
7591           helps with dvdec outputing BGR32
7592
7593 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7594
7595         * ext/dv/gstdvdec.c:
7596          Fix audio caps i just broke (missing ',')
7597         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7598         (gst_matroska_mux_reset):
7599          Fix typo + add FIXME about old "x-gst-metadata" crap
7600
7601 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7602
7603         * ext/dv/demo-play.c: (main):
7604          xvideosink -> xvimagesink
7605         * ext/dv/gstdvdec.c:
7606          change rgb 32/32 caps to 24/32 (no alpha)
7607          change nb of channels to be a list (2 or 4, not 2)
7608          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7609         * gst/asfdemux/gstasfdemux.c:
7610         (gst_asf_demux_process_ext_content_desc):
7611          Add 'date/year' to extracted metadata list
7612
7613 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7614
7615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7616           The return value of fixate_to does not imply that the requested
7617           value was set, so don't assume.
7618
7619 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7620
7621         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7622
7623         * ext/libpng/gstpngdec.c:
7624         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7625         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7626         * ext/libpng/gstpngenc.h:
7627           Alpha support (encoder; #163161), mime fixage.
7628
7629 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7630
7631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7632
7633         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7634         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7635         (gst_faac_set_property), (gst_faac_get_property):
7636         * ext/faac/gstfaac.h:
7637           Allow for ADTS output (#153434).
7638
7639 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7640
7641         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7642           Fix against template (#150576).
7643
7644 2005-01-06  Benjamin Otte  <otte@gnome.org>
7645
7646         * gst/games/gstpuzzle.c: (draw_puzzle):
7647           don't draw a puzzle if either width or height of tiles would be 0.
7648
7649 2005-01-06  Benjamin Otte  <otte@gnome.org>
7650
7651         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7652         (gst_puzzle_class_init), (gst_puzzle_finalize):
7653           no memleaks, please
7654         (gst_puzzle_create), (gst_puzzle_init),
7655         (gst_puzzle_set_property), (gst_puzzle_setup):
7656           change initialization code around so we don't reshuffle on resize
7657         (draw_puzzle):
7658           fix another stupid typo
7659
7660 2005-01-06  Benjamin Otte  <otte@gnome.org>
7661
7662         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7663           fix stupid typo that borked copying on YUY2
7664
7665 2005-01-06  Benjamin Otte  <otte@gnome.org>
7666
7667         * gst/games/gstpuzzle.c: (draw_puzzle):
7668           fix edges when image sizes aren't multiples of tile sizes
7669
7670 2005-01-06  Benjamin Otte  <otte@gnome.org>
7671
7672         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7673           make RGB endianness work correctly
7674         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7675           refactor and fix race with initial shuffling
7676         (nav_event_handler):
7677           allow using the mouse to puzzle
7678         (draw_puzzle):
7679           insist on tiles having width and height as multiples of 4 to get
7680           clean YUV image handling
7681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7682         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7683           s/DEBUG/LOG/ for common messages
7684         (gst_xvimagesink_navigation_send_event):
7685           fix mouse event translation to not include screen PAR
7686         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7687           fix mouse event translation to actually work
7688
7689 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7690
7691         * gst/asfdemux/gstasfdemux.c:
7692         (gst_asf_demux_process_ext_content_desc):
7693          Extract TrackNumber metadata + clean up code
7694         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7695          Hope this is the good fix (var used unitialised)
7696
7697 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7698
7699         * ext/faad/gstfaad.c: (gst_faad_chain):
7700           Only increment timestamp if it's valid. Fixes raw AAC streams.
7701
7702 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7703
7704         * configure.ac:
7705         * gst/games/Makefile.am:
7706         * gst/games/gstpuzzle.c:
7707           add a puzzle game with...
7708         * gst/games/gstvideoimage.c:
7709         * gst/games/gstvideoimage.h:
7710           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7711           from videotestsrc and made into something that would be a nice
7712           library for a lot of other plugins.
7713
7714 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7715
7716         * configure.ac:
7717          don't compile faad plugin if a RC of 2.0 is found
7718          Fixes #155346 (and FC1 buildbot)
7719         * gst/asfdemux/gstasfdemux.c:
7720         (gst_asf_demux_process_ext_content_desc):
7721          try to make Solaris compiler happier
7722
7723 2005-01-06  Paul Jack  <pjack@sfaf.org>
7724
7725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7726
7727         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7728           Fix segfault (#161667).
7729
7730 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7731
7732         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7733           Fix framerate reporting.
7734
7735 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7736
7737         * gst-libs/gst/riff/riff-ids.h:
7738         * gst/wavenc/riff.h:
7739          Add AMR (VBR and CBR) ids to riff.h audio codec list
7740         * gst/asfdemux/gstasfdemux.c:
7741         (gst_asf_demux_process_ext_content_desc),
7742         (gst_asf_demux_process_object):
7743           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7744
7745 2005-01-05  Martin Eikermann  <meiker@upb.de>
7746
7747         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7748
7749         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7750         (gst_dvd_demux_handle_discont):
7751         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7752         (gst_mpeg_demux_handle_discont):
7753           Recreate pads on new-media (#160730).
7754         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7755           Send discont even if manager changes timestamps (#161929).
7756
7757 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7758
7759         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7760
7761         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7762           Fix invalid memory access (#159211).
7763
7764 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7765
7766         * examples/gstplay/player.c: (main):
7767           Don't iterate.
7768         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7769           Add visualizations.
7770         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7771         (gst_a52dec_handle_frame):
7772           Set duration.
7773         * ext/dvdnav/gst-dvd:
7774           Add audioconvert. Fixes #161325.
7775         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7776           Explicitely case to gint64. Possible valgrind error.
7777         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7778         (gst_play_tick_callback), (gst_play_change_state),
7779         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7780         (gst_play_set_location), (gst_play_get_location),
7781         (gst_play_seek_to_time), (gst_play_set_data_src),
7782         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7783         (gst_play_set_visualization), (gst_play_connect_visualization),
7784         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7785         (gst_play_new):
7786           Use playbin. Fixes #139749 and #147744.
7787         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7788           Add genre tag.
7789         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7790         (audioscale_get_type), (gst_audioscale_base_init),
7791         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7792         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7793         (gst_audioscale_link), (gst_audioscale_get_buffer),
7794         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7795         (gst_audioscale_init), (gst_audioscale_dispose),
7796         (gst_audioscale_chain), (gst_audioscale_set_property),
7797         (gst_audioscale_get_property), (plugin_init):
7798           Indent properly.
7799         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7800           Fix LPCM.
7801         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7802         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7803         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7804           Add more metadata (fixes #162656).
7805
7806 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7807
7808         * configure.ac:
7809           back to cvs
7810
7811 === release 0.8.7 ===
7812
7813 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7814
7815         * NEWS:
7816         * RELEASE:
7817         * configure.ac:
7818           releasing 0.8.7, "Hyperspace"
7819
7820 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7821
7822         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7823
7824         * gst/playback/gstplaybasebin.c:
7825          Fix for #162924 - free caps after use, not before
7826
7827 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7828
7829         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7830
7831         * gst/playback/gstplaybasebin.c:
7832         * gst/wavparse/gstwavparse.c:
7833           Fix for #154773 - fixes playback of small .wav files
7834
7835 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7836
7837         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7838
7839         * gst/audioscale/gstaudioscale.c:
7840           Fix for #162819 - make audioscale reusable
7841           Fixes playback of more than one file with playbin/totem
7842
7843 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7844
7845         * gst/ffmpegcolorspace/avcodec.h:
7846         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7847         * gst/ffmpegcolorspace/imgconvert.c:
7848           clean up the mess that made me cry and avoid needless duplication
7849
7850 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7851
7852         * gst/ffmpegcolorspace/imgconvert.c:
7853           give some indication of why we're segfaulting
7854
7855 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7856
7857         * configure.ac:
7858           Fix indentation, fix v4l2 plugin detection.
7859         * ext/Makefile.am:
7860           Fix libmms location (Maciej, use diff -u!).
7861         * ext/alsa/gstalsa.c: (gst_alsa_init):
7862           Initialize caps cache to NULL.
7863         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7864           Only change state on audiosink if it exists.
7865
7866 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7867
7868         * gst/matroska/matroska-demux.c:
7869         * gst/matroska/matroska-ids.h:
7870         * gst/matroska/matroska-demux.h:
7871         Fix Vorbis streams failing to decode in some files, where cluster_time
7872         isn't 0, because then it doesn't send codec_priv before actual data.
7873         Remove time-based test and replace it with marker set on beginning of
7874         new stream
7875
7876 2004-12-28  David Schleef  <ds@schleef.org>
7877
7878         Merge patch from Ronald fixing problems with streaming
7879         text.
7880         * ext/cairo/gstcairo.c: (plugin_init):
7881         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7882         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7883         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7884         (gst_textoverlay_font_init), (gst_textoverlay_init),
7885         (gst_textoverlay_set_property):
7886         * ext/cairo/gsttextoverlay.h:
7887
7888 2004-12-27  David Schleef  <ds@schleef.org>
7889
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): Improvements to actually
7895         render text as white on black outline on video, including
7896         font selection and horizontal/vertical alignment.  (Ronald's
7897         christmas present)
7898         * ext/cairo/gsttextoverlay.h:
7899
7900 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7901
7902         * ext/ogg/gstogg.c:
7903         * ext/ogg/gstogmparse.c:
7904           fix ogm[audio/video]parse plugin registration
7905           (riff won't load if bytestream is already loaded)
7906
7907 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7908
7909         * gst/audioconvert/gstchannelmix.c:
7910           fix for GLIB < 2.4
7911
7912 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7913
7914         * Makefile.am:
7915         * configure.ac:
7916           disable docs again until it actually passes make distcheck.
7917
7918 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7919
7920         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7921         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7922         (plugin_init):
7923           Add 3GP (variables name Q3GP because they can't start with a
7924           number). Add samr audio fourcc (used in .3gp files), decoder
7925           is work in progress. Also do a GST_WARNING instead of ERROR
7926           in case of unknown nodes, to decrease output.
7927
7928 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7929
7930         * Makefile.am:
7931           really fix dist
7932
7933 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7934
7935         * configure.ac:
7936         * ext/speex/gstspeexdec.h:
7937         * ext/speex/gstspeexenc.h:
7938           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7939           Fix detection code in configure.ac
7940
7941 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7942
7943         * gst/matroska/matroska-demux.c:
7944         (gst_matroska_demux_parse_blockgroup):
7945           Save position, so that queries give proper return values. Don't
7946           know how this could ever have worked before...
7947
7948 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7949
7950         * configure.ac:
7951           Put additional LAME check inside the conditional.  Fixes #152339
7952
7953 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7954
7955         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7956         (gst_avi_demux_stream_scan):
7957           Add some more debug. Fix logic error when setting movi offset
7958           while reading index.
7959
7960 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7961
7962         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7963         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7964         (gst_avi_demux_process_next_entry):
7965           Add some debugging. Better detection of broken indexes and the
7966           accompanying index recovery. No infinite loops on state changes
7967           when we're still in our loopfunction.
7968
7969 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7970
7971         * configure.ac:
7972           Fix up.
7973
7974 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7975
7976         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7977
7978         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7979           Normalizing the value before setting
7980         (gst_sunaudiomixer_get_volume):
7981           Normalizing the value after getting. Fixes bug# 161980
7982
7983 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7984
7985         * Makefile.am: Make sure docs gets disted
7986         * docs/Makefile.am: Make sure all needed files get disted
7987         * gst-plugins.spec.in: latest updates
7988
7989 2004-12-22  Wim Taymans  <wim@fluendo.com>
7990
7991         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7992         Revert patch 1.38 as clock distribution over schedulers does
7993         not work correcly in the core yet.
7994
7995 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7996
7997         * sys/oss/README: remove this file, which predates my birth
7998           (and which content is by far outdated)
7999
8000 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8001
8002         * Makefile.am:
8003         * configure.ac:
8004         * docs/Makefile.am:
8005         * docs/libs/Makefile.am:
8006         * docs/libs/gst-plugins-libs-docs.sgml:
8007         * docs/libs/gst-plugins-libs-sections.txt:
8008         * docs/libs/tmpl/gstgconf.sgml:
8009         * docs/upload.mak:
8010         * docs/version.entities.in:
8011           Added boilerplate gtk-doc files for plugin-libs documentation.
8012
8013 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8014
8015         * gst/auparse/gstauparse.c: fix int and float audio caps
8016
8017 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8018
8019         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8020         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8021           g_assert() can be a macro, don't use #ifdef inside it.
8022
8023 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8024
8025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8026
8027         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8028         (gst_videorate_init), (gst_videorate_chain),
8029         (gst_videorate_change_state):
8030           Event handling (fixes #159986).
8031
8032 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8033
8034         * gst-libs/gst/riff/riff-media.c:
8035         (gst_riff_create_video_caps_with_data):
8036           Add BLZ0 (Blizzard's version of DivX) fourcc.
8037
8038 2004-12-18  David Schleef  <ds@schleef.org>
8039
8040         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8041         portability fix.
8042
8043 2004-12-18  David Schleef  <ds@schleef.org>
8044
8045         * gst/tta/ttadec.h: Disable some header code that isn't used
8046         and clearly isn't portable.
8047
8048 2004-12-18  David Schleef  <ds@schleef.org>
8049
8050         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8051         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8052         (avcodec_get_pix_fmt), (avpicture_layout),
8053         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8054         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8055         Fix code to not use GCC extensions (and c99 extensions that
8056         Forte does not like.)
8057
8058 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8059
8060         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8061
8062         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8063         (gst_deinterlace_chain):
8064           Rowstride fixes. Fixes #161039.
8065         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8066         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8067         (gst_video_crop_getcaps), (gst_video_crop_link),
8068         (gst_video_crop_i420), (gst_video_crop_chain),
8069         (gst_video_crop_change_state):
8070           Rework of negotiation. Actually works now. Fixes #158650.
8071
8072 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8073
8074         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8075           That was very stupid.
8076
8077 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8078
8079         * gst/matroska/matroska-demux.c:
8080         (gst_matroska_demux_parse_blockgroup):
8081           Fix possible crasher.
8082
8083 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8084
8085         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8086         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8087           Lace sizes can be zero.
8088
8089 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8090
8091         * ext/musepack/gstmusepackdec.cpp:
8092           Fetch error return values. Fixes #161624.
8093         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8094           Really EOS.
8095
8096 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8097
8098         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8099           Work for truncated (unfinished download etc.) files. Fixes #160514.
8100
8101 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8102
8103         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8104           Fix for integer overflow. Makes #156001 not crash. Probably masks
8105           the real bug.
8106
8107 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8108
8109         * gst/ac3parse/gstac3parse.c: (plugin_init):
8110           Parsers never have ranks. Fixes #159651.
8111
8112 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8113
8114         * gst/playback/gstdecodebin.c: (compare_ranks):
8115           make sure the facotries are ordered the same every time even if they
8116           have the same rank by using the name
8117         * gst/playback/gstdecodebin.c: (find_compatibles):
8118           make sure we don't add factories to the list twice
8119
8120 2004-12-16  David Schleef  <ds@schleef.org>
8121
8122         * configure.ac: look for musepack headers as musepack/*.h
8123         (fixes #159847)
8124         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8125         * ext/musepack/gstmusepackreader.h: same
8126
8127 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8128
8129         * gst-libs/gst/riff/riff-read.c:
8130         (gst_riff_read_strf_auds_with_data):
8131           Read extradata correctly (fixes #155879).
8132
8133 2004-12-16  David Schleef  <ds@schleef.org>
8134
8135         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8136         audio.  does _not_ attempt or allow conversion unless channels
8137         is 1 or 2.
8138
8139 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8140
8141         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8142
8143 2004-12-16  David Schleef  <ds@schleef.org>
8144
8145         * gst/audioscale/gstaudioscale.c: the resample library only
8146         handles 1 or 2 channels.  Change caps to compensate.
8147
8148 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8149
8150         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8151         (gst_matroska_demux_audio_caps):
8152           Some MPEG-AAC hacks, because else it doesn't work...
8153
8154 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8155
8156         * gst-libs/gst/riff/riff-media.c:
8157         (gst_riff_create_video_caps_with_data),
8158         (gst_riff_create_video_template_caps):
8159           Add h264.
8160
8161 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8162
8163         * gst-libs/gst/audio/Makefile.am:
8164           Try to fix buildbot.
8165
8166 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8167
8168         * gst/tcp/gstmultifdsink.c:
8169           Clean up and uniformize debugging.
8170
8171 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8172
8173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8174
8175         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8176         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8177         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8178         (gst_mpeg_demux_change_state):
8179           Reset on ready. Fixes 160276.
8180
8181 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8182
8183         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8184
8185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8186         (gst_ffmpegcsp_pad_link):
8187           Fix memleak (#154815).
8188
8189 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8190
8191         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8192
8193         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8194         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8195         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8196         * ext/musicbrainz/gsttrm.h:
8197           Add support for using a proxy server when getting a trm id from
8198           the MusicBrainz database (#149613).
8199
8200 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8201
8202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8203
8204         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8205         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8206           Fix memleaks (#157233).
8207
8208 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8209
8210         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8211
8212         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8213         * gst-libs/gst/resample/resample.h:
8214         * gst/audioscale/gstaudioscale.c:
8215           Fix memleak (#159215).
8216
8217 2004-12-16  Toni Willberg  <toniw@iki.fi>
8218
8219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8220
8221         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8222         * sys/oss/oss_probe.c: (main):
8223           Check for mono/stereo support (similar to samplerate probing),
8224           fixes #159433. Also add missing copyright header to oss_probe.c.
8225
8226 2004-12-15  David Schleef  <ds@schleef.org>
8227
8228         * configure.ac: add audioresample and cairo plugins.  Remove
8229         HAVE_MMX stuff, because it's not used.
8230         * ext/Makefile.am: same
8231         * ext/audioresample/Makefile.am: You are not ready for an
8232         audio resampling element based on audioresample.
8233         * ext/audioresample/gstaudioresample.c:
8234         * ext/audioresample/gstaudioresample.h:
8235         * ext/cairo/Makefile.am: You are not ready for overlay elements
8236         based on cairo.  Don't look too closely, these elements kinda
8237         suck right now.
8238         * ext/cairo/gstcairo.c: new
8239         * ext/cairo/gsttextoverlay.c: new
8240         * ext/cairo/gsttextoverlay.h: new
8241         * ext/cairo/gsttimeoverlay.c: new
8242         * ext/cairo/gsttimeoverlay.h: new
8243         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8244         problem with compilers that don't support variadic macros.
8245
8246 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8247
8248         Reviewed by:  David Schleef  <ds@schleef.org>
8249
8250         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8251         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8252         bit.  Also ran indent-gst.
8253         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8254         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8255         (gst_sunaudiosrc_setparams):
8256
8257 2004-12-14  David Schleef  <ds@schleef.org>
8258
8259         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8260         output rate to 16000.  Should fix #160235.
8261
8262 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8263
8264         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8265         Add typefinding for mpeg2 pes streams
8266
8267 2004-12-13  David Schleef  <ds@schleef.org>
8268
8269         * configure.ac:  Applied patch from bug #143659, making default
8270         sources and sinks OS-dependent (for Solaris), and added code
8271         for OS/X.
8272         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8273
8274 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8275
8276         * gst-libs/gst/riff/riff-media.c:
8277           forgot to add h2.64 to avidemux template caps
8278
8279 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8280
8281         * gst/wavenc/riff.h:
8282         * gst-libs/gst/riff/riff-media.c:
8283         * gst-libs/gst/riff/riff-ids.h:
8284         * gst/avi/gstavimux.c
8285         add 4CC code for VideoSoft h264 in AVI (VSSH)
8286           fixes bug #160655
8287         remove s323 from riff, it's quicktime specific :(
8288
8289 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8290
8291         * gst/asfdemux/README
8292         * gst/wavenc/riff.h
8293         * gst-libs/gst/riff/riff-ids.h
8294         * gst-libs/gst/riff/riff-media.c
8295         * gst/qtdemux/qtdemux.c:
8296           add new 4CC codes for h263 related codecs
8297           fixes partially bug #155163
8298
8299 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8300
8301         * configure.ac: Update polyaudio requirement to 0.7
8302         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8303
8304 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8305
8306         * gst/interleave/deinterleave.c:
8307         fix my name's spelling! :)
8308
8309 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8310
8311         * AUTHORS ChangeLog
8312         * gst/auparse/gstauparse.c
8313         * gst/interleave/deinterleave.c
8314         * gst/law/:
8315                 alaw-decode.c alaw-encode.c
8316                 mulaw-decode.c mulaw-encode.c
8317         * gst/oneton/gstoneton.c
8318         * sys/osxaudio/:
8319                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8320         * sys/osxvideo/:
8321                 cocoawindow.h cocoawindow.m
8322                 osxvideosink.h osxvideosink.m
8323
8324         put the same mail address for Zaheer Abbas Merali everywhere
8325
8326 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8327
8328         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8329           Align by packetsize, and assert that we a packet available before
8330           playing. The first makes webstreams work (they often include
8331           trailing padding data in a packet), the second allows pausing a
8332           ASF stream in totem without getting demux errors afterwards.
8333
8334 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8335
8336         * ext/ogg/gstoggdemux.c: (get_relative):
8337           Check for non-NULL before accessing member (end-of-chain).
8338
8339 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8340
8341         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8342         (cdparanoia_set_property), (cdparanoia_get_property):
8343         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8344         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8345         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8346         (dvdreadsrc_init), (dvdreadsrc_set_property),
8347         (dvdreadsrc_get_property):
8348         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8349         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8350           Synchronize property names where not yet the case. Devices are
8351           now device=X, other versions are deprecated (but still exist).
8352           Also use g_free() unconditionally.
8353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8354         (setup_source), (gst_play_base_bin_get_property):
8355           Expose source.
8356
8357 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8358
8359         * configure.ac: move GCONF macro outside conditional for the am
8360           conditional. Fixes #160439
8361
8362 2004-12-08  David Schleef  <ds@schleef.org>
8363
8364         * tools/gst-visualise-m.m: Switch to elements that currently
8365         exist.
8366
8367 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8368
8369         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8370           We love wrong commas.
8371
8372 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8373
8374         * gst/matroska/matroska-demux.c:
8375         (gst_matroska_demux_handle_src_query):
8376           Don't set DEFAULT, unsupported - makes length display incorrectly
8377           in some cases.
8378
8379 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8380
8381         * gst/monoscope/README: remove blurb about files being GPL
8382         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8383         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8384           monoscope is now effectively LGPL licensed
8385
8386 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8387
8388         * gst/monoscope/README: Update information to be more correct
8389         * gst/monoscope/convolve.c: Relicense to LGPL
8390         * gst/monoscope/convolve.h: Relicense to LGPL
8391
8392 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8393
8394         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8395           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8396         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8397           set default_duration for mpeg1 audio
8398
8399 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8400
8401         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8402         * ext/alsa/gstalsa.h:
8403           refactor big chunks of the core caps negotiation code to make it
8404           a lot faster, because people claim it's really slow
8405           (actually, just cache the getcaps when the device is opened)
8406
8407 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8408
8409         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8410         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8411         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8412         (gst_a52dec_change_state), (plugin_init):
8413         * ext/a52dec/gsta52dec.h:
8414           Do something useful with timestamps. Make chain-based (since
8415           there's really no reason to be loopbased).
8416         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8417           Update current_byte/frame correctly.
8418
8419 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8420
8421         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8422         (gst_ape_demux_stream_init):
8423           Forward tags, too.
8424
8425 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8426
8427         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8428           Let's make sure we're done typefinding when detecting tags.
8429
8430 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8431
8432         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8433         (gst_ebml_read_init), (gst_ebml_read_use_event),
8434         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8435         (gst_ebml_read_seek), (gst_ebml_read_skip),
8436         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8437         (gst_ebml_read_master):
8438         * gst/matroska/ebml-read.h:
8439         * gst/matroska/matroska-demux.c:
8440         (gst_matroska_demux_parse_contents),
8441         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8442           Disgustingly evil hack for working around INTERRUPT events and
8443           their extremely annoying habit of being a pain in the ass. We
8444           simply peek a cluster before reading any of it.
8445
8446 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8447
8448         * ext/musepack/gstmusepackdec.cpp:
8449           There's also floating point libmusepacks.
8450
8451 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8452
8453         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8454         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8455           Set DURATION even if source buffer didn't. Also use increasing
8456           timestamps.
8457         * gst-libs/gst/riff/riff-media.c:
8458         (gst_riff_create_audio_caps_with_data):
8459           Block_align can have larger values than 8192.
8460
8461 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8462
8463         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8464         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8465         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8466         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8467           Fix caps.
8468
8469 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8470
8471         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8472           Fix logic bug.
8473
8474 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8475
8476         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8477           Yay, another one.
8478
8479 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8480
8481         * ext/esd/esdsink.c: (gst_esdsink_chain):
8482           Make error actually say something useful (fixes #156798).
8483         * gst-libs/gst/riff/riff-media.c:
8484         (gst_riff_create_video_caps_with_data),
8485         (gst_riff_create_video_template_caps):
8486           Add Intel Video 5.0 fourcc (IV50).
8487
8488 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8489
8490         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8491         detection on mono and stereo mp3 files.
8492
8493 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8494
8495         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8496           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8497           the contained stream).
8498
8499 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8500
8501         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8502           Oops, remove debug.
8503
8504 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8505
8506         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8507
8508         * gst/law/alaw-decode.c: (alawdec_getcaps):
8509         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8510           Prevent warnings when negotiating caps (fixes #159338).
8511
8512 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8513
8514         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8515         (gst_ffmpegcsp_chain):
8516           Remove old leftover that shouldn't be there...
8517
8518 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8519
8520         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8521
8522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8523           Don't forward DISCONT events (fixes #159684).
8524
8525 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8526
8527         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8528           Unlink manually since sometimes bin disposal (and therefore
8529           pad unlinking) is delayed, which will cause a new media file
8530           to not be able to start playing instantly.
8531
8532 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8533
8534         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8535           On mute of an unlinked stream, check for pad availability so
8536           we don't crash on unlinked pad.
8537
8538 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8539
8540         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8541         (gst_avi_demux_massage_index):
8542           Fix quite humiliating bug in omitting 0-sized index chunks but
8543           forgetting to count them for timestamps.
8544
8545 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8546
8547         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8548           Actually leave the loop if we failed to sync. Don't crash.
8549
8550 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8551
8552         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8553         (gst_dvd_demux_process_private):
8554         * gst/mpegstream/gstdvddemux.h:
8555           Fix crash (#159759). Doesn't work, though. :-(.
8556
8557 2004-11-28  Benjamin Otte  <otte@gnome.org>
8558
8559         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8560           more overwriting protection due to modifying channels one by one
8561           instead of all at once
8562
8563 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8564
8565         * gst/audioconvert/gstchannelmix.c:
8566         (gst_audio_convert_fill_normalize):
8567           Normalize using absolute values.
8568
8569 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8570
8571         * configure.ac:
8572         * ext/Makefile.am:
8573         * ext/directfb/Makefile.am:
8574         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8575         (gst_directfbvideosink_get_pixel_format),
8576         (gst_directfbvideosink_get_format_from_fourcc),
8577         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8578         (gst_directfbvideosink_sink_link),
8579         (gst_directfbvideosink_change_state),
8580         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8581         (gst_directfbvideosink_buffer_alloc),
8582         (gst_directfbvideosink_interface_supported),
8583         (gst_directfbvideosink_interface_init),
8584         (gst_directfbvideosink_navigation_send_event),
8585         (gst_directfbvideosink_navigation_init),
8586         (gst_directfbvideosink_set_property),
8587         (gst_directfbvideosink_get_property),
8588         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8589         (gst_directfbvideosink_base_init),
8590         (gst_directfbvideosink_class_init),
8591         (gst_directfbvideosink_get_type), (plugin_init):
8592         * ext/directfb/directfbvideosink.h: Adding a first version of
8593         directfbvideosink.
8594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8595         more.
8596
8597 2004-11-28  Benjamin Otte  <otte@gnome.org>
8598
8599         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8600           walk the samples backwards if out_channels > in_channels so we don't
8601           overwrite data
8602
8603 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8604
8605         * gst/audioconvert/Makefile.am:
8606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8607         (gst_audio_convert_link), (gst_audio_convert_change_state),
8608         (gst_audio_convert_channels):
8609         * gst/audioconvert/gstchannelmix.c:
8610         (gst_audio_convert_unset_matrix),
8611         (gst_audio_convert_fill_identical),
8612         (gst_audio_convert_fill_compatible),
8613         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8614         (gst_audio_convert_fill_others),
8615         (gst_audio_convert_fill_normalize),
8616         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8617         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8618         * gst/audioconvert/gstchannelmix.h:
8619           Implement a channel mixer.
8620
8621 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8622
8623         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8624         * ext/alsa/gstalsa.h:
8625         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8626         Make alsasink actually honor gst_element_set_clock and use that
8627         clock instead of its internal one.
8628
8629 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8630
8631         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8632         (gst_play_base_bin_change_state): nullify source and decoder when
8633         going from READY to NULL so that we don't try to do weird stuff with
8634         them when going from NULL to READY
8635         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8636         instead of g_object_unref
8637         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8638         it should be correct
8639         (gst_play_bin_change_state): don't call remove_sinks if we are
8640         currently disposing the object
8641
8642 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8643
8644         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8645           Don't forget bass if it's there. Else left channel is silent...
8646
8647 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8648
8649         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8650         (gst_a52dec_change_state):
8651           Don't do sample adjusting anymore, we use float audio now.
8652         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8653           Don't fixate to non-existing properties.
8654
8655 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8656
8657         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8658         (gst_a52dec_change_state):
8659           Advertise that we can do surround sound.
8660
8661 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8662
8663         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8664           Add buffer-frames=0.
8665         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8666         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8667         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8668         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8669         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8670         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8671         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8672         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8673         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8674         * ext/dvdread/dvdreadsrc.h:
8675           Add seeking, querying for bytes, sectors, title, angle and
8676           chapter. Handle multiple chapters. Relicense to LGPL because
8677           Billy agreed on that (thanks Billy!).
8678
8679 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8680
8681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8682         call parent dispose method
8683
8684 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8685
8686         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8687         (gst_audio_clock_get_internal_time):
8688         Fix active <-> inactive transitions: ensure time value always
8689         grows and avoid abrupt value changes.
8690
8691 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8692
8693         * configure.ac:
8694         * gst/tta/Makefile.am:
8695         * gst/tta/crc32.h:
8696         * gst/tta/filters.h:
8697         * gst/tta/gsttta.c:
8698         * gst/tta/gstttadec.c:
8699         * gst/tta/gstttadec.h:
8700         * gst/tta/gstttaparse.c:
8701         * gst/tta/gstttaparse.h:
8702         * gst/tta/ttadec.h:
8703           added TTA parser and decoder
8704
8705 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8706
8707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8708         (probe_triggered), (check_queue), (buffer_underrun),
8709         (buffer_running), (buffer_overrun), (gen_source_element),
8710         (setup_source):
8711         * gst/playback/gstplaybasebin.h:
8712           Implement buffering. Needs some more work.
8713
8714 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8715
8716         * ext/theora/theoradec.c: (theora_dec_chain):
8717           Fix ilog mask range overflow.
8718
8719 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8720
8721         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8722           Don't omit the last (which in case of dmix is the only :) )
8723           channel count. Don't set channels if <= 2.
8724
8725 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8726
8727         * gst/playback/gstplaybin.c: (gen_video_element),
8728         (gen_audio_element): Removed 2 obsolete comments
8729
8730 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8731
8732         * ext/vorbis/oggvorbisenc.c
8733         * ext/vorbis/vorbisenc.c :
8734           change description fields of those plugins to differentiate them
8735           (pitivi show Encoders by description, they had the same one)
8736
8737 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8738
8739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8740
8741         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8742         (gst_play_bin_set_property), (gen_video_element),
8743         (gen_audio_element):
8744           Refcounting fixes for provided audio-/videosinks.
8745
8746 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8747
8748         * gst/playback/gstplaybin.c: (gen_video_element),
8749         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8750           Don't reference all sinks, but only the video- and audiosinks.
8751           The vis. element should be disposed when we're done with it.
8752           We don't have any reason to keep it around. This fixes warnings
8753           when reusing playbin for playing multiple audio files with
8754           vis. enabled. Also release audio device on pause - idea stolen
8755           from Rhythmbox.
8756
8757 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8758
8759         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8760         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8761         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8762         * ext/alsa/gstalsaplugin.c: (plugin_init):
8763         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8764         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8765         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8766         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8767         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8768         (gst_faad_change_state), (plugin_init):
8769         * ext/faad/gstfaad.h:
8770         * ext/vorbis/vorbis.c: (plugin_init):
8771         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8772         * gst-libs/gst/audio/Makefile.am:
8773         * gst-libs/gst/audio/audio.c: (plugin_init):
8774         * gst-libs/gst/audio/multichannel.c:
8775         (gst_audio_check_channel_positions),
8776         (gst_audio_get_channel_positions),
8777         (gst_audio_set_channel_positions),
8778         (gst_audio_set_structure_channel_positions_list),
8779         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8780         (gst_audio_fixate_channel_positions):
8781         * gst-libs/gst/audio/multichannel.h:
8782         * gst-libs/gst/audio/testchannels.c: (main):
8783         * gst/audioconvert/gstaudioconvert.c:
8784         (gst_audio_convert_class_init), (gst_audio_convert_init),
8785         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8786         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8787         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8788         * gst/audioconvert/plugin.c: (plugin_init):
8789           Surround sound support.
8790
8791 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8792
8793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8794           Fix position for discont if we're close as well. Nitpicking, but
8795           saves a few milliseconds of extra waiting or skipping.
8796
8797 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8798
8799         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8800           We sometimes need parsers for playback, so add those too.
8801
8802 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8803
8804         * configure.ac:
8805         * gst/apetag/Makefile.am:
8806         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8807         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8808         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8809         (gst_ape_demux_get_src_query_types),
8810         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8811         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8812         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8813         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8814         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8815         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8816         (gst_ape_demux_change_state):
8817         * gst/apetag/apedemux.h:
8818         * gst/apetag/apetag.c: (plugin_init):
8819         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8820         (plugin_init):
8821           APE v1/2 tag reader plus typefind function.
8822
8823 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8824
8825         * configure.ac:
8826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8827         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8828           Remove hacks for older core. Require newer core version
8829           accordingly.
8830
8831 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8832
8833         * gst/cdxaparse/Makefile.am:
8834         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8835         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8836         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8837         * gst/cdxaparse/gstcdxaparse.h:
8838         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8839         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8840         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8841         (gst_cdxastrip_get_src_query_types),
8842         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8843         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8844         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8845         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8846         * gst/cdxaparse/gstcdxastrip.h:
8847           SVCD/VCD header stripping separated from CDXA image parsing.
8848         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8849         (plugin_init):
8850           Add VCD/SVCD header typefinding for VCD/SVCD.
8851         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8852         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8853         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8854         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8855         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8856         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8857         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8858         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8859         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8860         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8861         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8862         * sys/vcd/vcdsrc.h:
8863           Fix up, add seeking, querying, URI interface. Works in totem now.
8864
8865 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8866
8867         * configure.ac:
8868           back to CVS
8869
8870 === release 0.8.6 ===
8871
8872 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8873
8874         * NEWS:
8875         * RELEASE:
8876         * configure.ac:
8877         * po/af.po:
8878         * po/az.po:
8879         * po/cs.po:
8880         * po/en_GB.po:
8881         * po/hu.po:
8882         * po/it.po:
8883         * po/nb.po:
8884         * po/nl.po:
8885         * po/or.po:
8886         * po/sq.po:
8887         * po/sr.po:
8888         * po/sv.po:
8889         * po/uk.po:
8890           releasing 0.8.6, "IOU Love"
8891
8892 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8893
8894         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8895
8896         * gst/playback/gstplaybasebin.c:
8897           Fix unplayable files error handling.  Fixes #158365
8898
8899 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8900
8901         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8902
8903         * gst/typefind/gsttypefindfunctions.c:
8904           Fix broken mp3 typefinding.  Fixes #158375
8905
8906 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8907
8908         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8909
8910         * ext/ogg/gstoggdemux.c:
8911           Fix sync on broken files.  Fixes #158976
8912
8913 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8914
8915         patch by: Edward Hervey <bilboed@bilboed.com>
8916
8917         * ext/libpng/gstpngenc.c:
8918           Copy over buffer properties.  Fixes #158832
8919
8920 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8921
8922         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8923
8924         * ext/dvdread/dvdreadsrc.c:
8925           Fixes invalid reads (#158462)
8926
8927 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8928
8929         * sys/v4l/gstv4lsrc.c:
8930         * sys/v4l/gstv4lsrc.h:
8931         * sys/v4l/v4lsrc_calls.c:
8932           Probe less and cache it.  Fixes #159187.
8933
8934 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8935
8936         * gst/videorate/gstvideorate.c:
8937           Handle all video formats. Fixes #159186.
8938
8939 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8940         * gst/synaesthesia/gstsynaesthesia.c:
8941         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8942         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8943         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8944         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8945         (gst_synaesthesia_change_state), (plugin_init):
8946         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8947         Force 320x200 output, as that's the only thing the underlying
8948         synaesthesia implementation supports. Still needs to be made
8949         re-entrant.
8950
8951 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8952
8953         * configure.ac:
8954           Fix mpeg2enc configure check (similar to mplex check below).
8955
8956 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8957
8958         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8959
8960         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8961           Fix for gcc-2.95 (fixes #158221).
8962
8963 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8964
8965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8966           Re-add clock distribution hack (until new core is released).
8967           Fixes #158125.
8968
8969 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8970         * configure.ac:
8971           fix mplex configure check segfaulting on some systems (bug #140994)
8972
8973 2004-11-13  Benjamin Otte  <otte@gnome.org>
8974
8975         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8976           add debugging
8977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8978           do a wait when we enter the loop func with no data available to
8979           write instead of getting into an 100% CPU loop by just returning and
8980           being called again by the scheduler
8981
8982 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8983
8984         * configure.ac:
8985         * ext/libvisual/visual.c: (gst_visual_get_type),
8986         (libvisual_log_handler), (gst_visual_getcaps),
8987         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8988         (plugin_init):
8989           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8990         * ext/smoothwave/Makefile.am:
8991         * ext/smoothwave/demo-osssrc.c: (main):
8992         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8993         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8994         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8995         (plugin_init):
8996         * ext/smoothwave/gstsmoothwave.h:
8997           Make gstsmoothwave a working element in the 20th century.
8998
8999         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9000           Fix incorrect link function
9001
9002 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9003
9004         * gst/volume/gstvolume.c:
9005           Allow buffer-frames=0.
9006
9007 2004-11-12 Iain <iaingnome@gmail.com>
9008
9009         * configure.ac: Check for polypaudio
9010
9011         * ext/Makefile.am: Build the polyp dir
9012
9013         * ext/polyp: The polypsink sources.
9014
9015 2004-10-30 Iain <iaingnome@gmail.com>
9016
9017         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9018         caps to reflect the new number of channels.
9019
9020 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9021
9022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9023           Fix for negotiation order problem. This would show when the
9024           ALSA loopfuction was called before any other function. ALSA
9025           wouldn't do anything because we're not negotiated yet, leading
9026           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9027
9028 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9029
9030         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9031
9032         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9033           No warnings (#157986).
9034
9035 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9036
9037         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9038           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9039
9040 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9041
9042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9043           Signal no-more-pads (so it works in playbin).
9044
9045 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9046
9047         * ext/musepack/gstmusepackreader.cpp:
9048           Workaround for older core.
9049
9050 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9051
9052         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9053           Actually test for odd width/height rather than testing whether
9054           a temporary variable that was 0 before we subtracted 1 is now
9055           not equal to zero (which it always is).
9056
9057 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9058
9059         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9060         Fix compilation if HAVE_XVIDEO is not defined
9061
9062 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9063
9064         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9065         Fix compilation if HAVE_XVIDEO is not defined
9066
9067 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9068
9069         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9070         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9071         (gst_goom_change_state), (plugin_init):
9072         Use the bytestream adapter so goom doesn't depend on the input
9073         buffer size.
9074         Add a debug category
9075
9076 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9077
9078         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9079           Only set hardware parameters *after* negotiation. Before
9080           negotiation, it will set ANY and that seems to cause crashes
9081           (see e.g. #151288, #153227).
9082
9083 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9084
9085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9086           This seems to be antique leftover. It needs to pass error
9087           checking.
9088         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9089         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9090         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9091         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9092           Fix GstXOverlay implementation (#151059).
9093
9094 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9095
9096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9097           Don't assert (#157853).
9098
9099 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9100
9101         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9102           Fix bytes/samples confustion.
9103         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9104           Fix for underrun (#144389).
9105
9106 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9107
9108         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9109           Disable halfway-seek for pending release (since it needs a new
9110           core release).
9111
9112 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9113
9114         * sys/v4l/gstv4lsrc.c:
9115         * sys/v4l/gstv4lsrc.h:
9116         * sys/v4l/v4lsrc_calls.c:
9117           add autoprobe-fps property so we can separate autoprobing parts
9118
9119 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9120
9121         * sys/v4l/gstv4lsrc.c:
9122         * sys/v4l/v4lsrc_calls.c:
9123         initialise fourcc to catch unset fourcc's, and debug
9124
9125 2004-11-09  Wim Taymans  <wim@fluendo.com>
9126
9127         * gst/playback/README:
9128         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9129         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9130         (gst_play_bin_dispose), (gst_play_bin_set_property),
9131         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9132         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9133         (gst_play_bin_get_formats), (gst_play_bin_convert),
9134         (gst_play_bin_get_query_types), (gst_play_bin_query):
9135         Cleanups and some more documentation.
9136
9137 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9138
9139         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9140         (gst_cacasink_init), (gst_cacasink_chain):
9141         * ext/libcaca/gstcacasink.h:
9142         Cacasink inherits from VideoSink, so let that store the clock.
9143
9144 2004-11-09  Wim Taymans  <wim@fluendo.com>
9145
9146         * gst/playback/README:
9147         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9148         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9149         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9150         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9151         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9152         (setup_sinks):
9153         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9154         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9155         * gst/playback/gststreaminfo.h:
9156         Updated README.
9157         Only switch groups if all streams have muted (EOSed).
9158         Send Tags in sync with the stream playback instead of in
9159         the playback/preroll phase.
9160         Some cleanups, free the fakesrc elements.
9161
9162 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9163
9164         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9165           buffer-frames property was missing
9166         * ext/arts/gst_arts.c:
9167           rate missing from sinkcaps
9168         * ext/audiofile/gstafparse.c:
9169         * ext/audiofile/gstafsink.c:
9170         * ext/audiofile/gstafsrc.c:
9171         * ext/swfdec/gstswfdec.c:
9172           int audio doesn't know buffer-frames
9173         * ext/cdparanoia/gstcdparanoia.c:
9174           int audio doesn't know chunksize either
9175         * ext/nas/nassink.c:
9176           it's endianness, not endianess
9177         * gst-libs/gst/audio/audio.h:
9178           make float standard pad template caps really describe float
9179         * gst/law/mulaw.c: (linear_factory):
9180           signed only, please
9181         * gst/mpegstream/gstdvddemux.c:
9182           widths of 20 are not valid
9183
9184 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9185
9186         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9187
9188         * po/LINGUAS:
9189         * po/it.po:
9190           Add Italian
9191
9192 2004-11-08  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst/playback/README:
9195         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9196         * gst/playback/gstplaybasebin.c: (probe_triggered),
9197         (gst_play_base_bin_change_state):
9198         Updated README, added more comments for fixmes etc..
9199
9200 2004-11-08  Wim Taymans  <wim@fluendo.com>
9201
9202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9203         We can remove this hack now.
9204
9205 2004-11-08  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9208         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9209         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9210         Only mix AYUV for maximum quality.
9211
9212 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9213
9214         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9215         (gst_ogg_demux_push), (gst_ogg_pad_push):
9216           Let's act as if we're synchronized now! :).
9217         * ext/theora/theoradec.c: (theora_dec_chain):
9218           Add some debug.
9219
9220 2004-11-08  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9223         (gst_alpha_set_property), (gst_alpha_sink_link),
9224         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9225         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9226         (gst_alpha_init_params), (gst_alpha_chain):
9227         Implement alpha functions for AYUV too, this increases
9228         accuracy quite a bit.
9229
9230 2004-11-08  Wim Taymans  <wim@fluendo.com>
9231
9232         * gst/ffmpegcolorspace/avcodec.h:
9233         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9234         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9235         (gst_ffmpegcsp_avpicture_fill):
9236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9237         (gst_ffmpegcsp_caps_remove_format_info):
9238         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9239         (shrink12), (img_get_alpha_info), (deinterlace_line),
9240         (deinterlace_line_inplace):
9241         * gst/ffmpegcolorspace/imgconvert_template.h:
9242         Added AYUV colorspace and handle RGBA a bit more respectful.
9243
9244 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9245
9246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9247           Actually always send a discont (cornercase when resending the
9248           same serial-tagged chain twice).
9249
9250 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9251
9252         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9253         (gst_ximagesink_finalize):
9254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9255         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9256
9257 2004-11-08  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9260         Don't segfault on NULL data.
9261
9262 2004-11-08  Wim Taymans  <wim@fluendo.com>
9263
9264         * gst/playback/gstdecodebin.c: (unlinked):
9265         * gst/playback/gstplay-marshal.list:
9266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9267         (gst_play_base_bin_init), (group_create), (get_active_group),
9268         (get_building_group), (group_destroy), (group_commit),
9269         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9270         (add_element_stream), (no_more_pads), (probe_triggered),
9271         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9272         (state_change), (setup_source), (gst_play_base_bin_get_property),
9273         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9274         (gst_play_base_bin_link_stream),
9275         (gst_play_base_bin_get_streaminfo):
9276         * gst/playback/gstplaybasebin.h:
9277         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9278         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9279         Add support for chained ogg files. Prepare for playlist
9280         support. This patch introduces the concept of pad groups, which
9281         together compose one playable media file.
9282
9283 2004-11-07  David Schleef  <ds@schleef.org>
9284
9285         * testsuite/gst-lint: Check for pad templates that aren't statically
9286         scoped.
9287
9288 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9289
9290         * configure.ac:
9291         * ext/Makefile.am:
9292         * ext/musepack/Makefile.am:
9293         * ext/musepack/gstmusepackdec.cpp:
9294         * ext/musepack/gstmusepackdec.h:
9295         * ext/musepack/gstmusepackreader.cpp:
9296         * ext/musepack/gstmusepackreader.h:
9297           Add musepack decoder.
9298         * ext/faad/gstfaad.c: (gst_faad_base_init):
9299           Make pad templates static.
9300         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9301         (plugin_init):
9302           Add musepack typefinder, make mp3 typefinding work halfway stream,
9303           which doesn't actually work yet because id3demux doesn't implement
9304           _get_length().
9305
9306 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9307
9308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9309         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9310           Fix interrupt event handling (#144436).
9311
9312 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9313
9314         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9315           Hide unused glory.
9316
9317 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9318
9319         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9320
9321         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9322           Fix weird caps (#157548).
9323
9324 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9325
9326         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9327
9328         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9329           Add missing NULL terminator (#157543).
9330
9331 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9332
9333         * gst/tcp/gsttcp.h:
9334         * gst/tcp/gsttcpclientsink.c:
9335         * gst/tcp/gsttcpclientsrc.c:
9336         * gst/tcp/gsttcpserversink.c:
9337         * gst/tcp/gsttcpserversrc.c:
9338           ports can go up to 65535.  Move common defines to gsttcp.h
9339
9340 2004-11-05  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9343         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9344         Added two more colorspaces.
9345
9346 2004-11-05  Wim Taymans  <wim@fluendo.com>
9347
9348         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9349         (gst_ffmpegcsp_avpicture_fill):
9350         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9351         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9352         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9353         More stride fixes.
9354
9355 2004-11-05  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9358         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9359         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9360         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9361         (gst_videomixer_loop):
9362         More stride fixes.
9363
9364 2004-11-05  Benjamin Otte  <otte@gnome.org>
9365
9366         * ext/mad/gstmad.c: (gst_mad_chain):
9367           don't overflow data buffer. Flush not needed sync data when syncing
9368           failed.
9369
9370 2004-11-04  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9373         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9374         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9375         (gst_alpha_init_params), (gst_alpha_chain),
9376         (gst_alpha_change_state):
9377         Updated the chroma keying algorithm with something more
9378         sophisticated.
9379
9380 2004-11-03  Wim Taymans  <wim@fluendo.com>
9381
9382         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9383         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9384         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9385         Fix stride issues. Does not completely work for odd
9386         heights.
9387
9388 2004-11-03  Wim Taymans  <wim@fluendo.com>
9389
9390         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9391         (gst_alpha_chroma_key), (gst_alpha_chain):
9392         Fix stride issues. Does not completely work for odd
9393         heights.
9394
9395 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9396
9397         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9398         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9399         leak fixes
9400
9401 2004-11-03  Wim Taymans  <wim@fluendo.com>
9402
9403         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9404         (gst_ffmpegcsp_avpicture_fill):
9405         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9406         (avpicture_alloc):
9407         * gst/ffmpegcolorspace/imgconvert_template.h:
9408         Use correct _fill function to get correct strides.
9409
9410 2004-11-02  David Schleef  <ds@schleef.org>
9411
9412         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9413         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9414         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9415         Change all g_print()s to debugging.  Add a bunch of consistency
9416         checks.
9417
9418 2004-11-02  Wim Taymans  <wim@fluendo.com>
9419
9420         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9421         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9422         (unlinked), (no_more_pads), (close_link):
9423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9424         (unknown_type), (add_element_stream), (new_decoded_pad),
9425         (removed_decoded_pad), (setup_source):
9426         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9427         (gst_stream_info_class_init), (gst_stream_info_init),
9428         (gst_stream_info_new), (gst_stream_info_dispose),
9429         (stream_info_mute_pad), (gst_stream_info_set_property),
9430         (gst_stream_info_get_property):
9431         * gst/playback/gststreaminfo.h:
9432         Fix playback of multiple files.
9433         a slightly different approach to handling dynamic pad removals.
9434         This one only looks at pads that we have linked.
9435
9436 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9437
9438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9439         free" warning from libc.
9440
9441 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9442
9443         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9444         (get_unconnected_element), (remove_starting_from), (pad_removed),
9445         (close_link):
9446           Implement support for dynamic pad changing. We listen to "live"
9447           pad removals (i.e. while playing) and re-setup autoplugging
9448           after that. Playbasebin/playbin need some more work for this
9449           to finally work, but decodebin supports (and replugs) chained
9450           ogg now.
9451
9452 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9453
9454         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9455         (gst_alsa_finalize):
9456         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9457         (gst_cdaudio_finalize):
9458         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9459         (cdparanoia_finalize):
9460         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9461         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9462         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9463         (dvdreadsrc_finalize):
9464         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9465         (gst_flacdec_finalize):
9466         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9467         (gst_flacenc_finalize):
9468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9469         (gst_gnomevfssink_finalize):
9470         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9471         (gst_gnomevfssrc_finalize):
9472         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9473         (gst_fameenc_finalize):
9474         * ext/nas/nassink.c: (gst_nassink_class_init),
9475         (gst_nassink_finalize):
9476         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9477         (gst_sdlvideosink_class_init):
9478         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9479         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9480         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9481         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9482         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9483         (gst_x_window_listener_dispose):
9484         * gst/audioscale/gstaudioscale.c:
9485         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9486         (play_on_demand_finalize):
9487         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9489         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9490         (cdplayer_finalize):
9491         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9492         (gst_glimagesink_class_init):
9493         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9494         (gst_osselement_finalize):
9495         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9496         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9497         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9498           Fixes a bunch of problems with finalize and dispose functions,
9499           either assumptions that dispose is only called once, or not calling
9500           the parent class dispose/finalize function
9501
9502 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9503
9504         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9505           added two api precondition guards
9506           use g_strdup with getenv to fix crash when using ENVVAR
9507
9508 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9509         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9510         (gst_esdsink_finalize):
9511         Use a finalize function, not dispose, and more importantly,
9512         call the parent class finalize function too
9513
9514 2004-11-01  Johan Dahlin  <johan@gnome.org>
9515
9516         * ext/ogg/gstoggdemux.c:
9517         * gst/tags/gstvorbistag.c:
9518         Plug leaks.
9519
9520 2004-10-31  Benjamin Otte  <otte@gnome.org>
9521
9522         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9523           lotsa memleaks today. But they're all small...
9524
9525 2004-10-31  Benjamin Otte  <otte@gnome.org>
9526
9527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9528           another memleak crushed
9529
9530 2004-10-31  Benjamin Otte  <otte@gnome.org>
9531
9532         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9533           fix memleak
9534
9535 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9536
9537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9538           Hack to prevent crash when going to READY inside signal handler
9539           while this function is active.
9540
9541 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9542
9543         * gst/ffmpegcolorspace/Makefile.am:
9544         * gst/ffmpegcolorspace/avcodec.h:
9545         * gst/ffmpegcolorspace/common.h:
9546         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9547         * gst/ffmpegcolorspace/dsputil.h:
9548         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9550         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9551         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9552         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9553         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9554         (gst_ffmpegcsp_avpicture_fill):
9555         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9557         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9558         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9559         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9560         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9561         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9562         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9563         * gst/ffmpegcolorspace/imgconvert.c:
9564         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9565         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9566         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9567         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9568         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9569         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9570         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9571         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9572         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9573         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9574         (grow21), (grow22), (grow41), (grow44), (conv411),
9575         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9576         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9577         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9578         (avpicture_free), (is_yuv_planar), (img_convert),
9579         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9580         (deinterlace_line_inplace), (deinterlace_bottom_field),
9581         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9582         * gst/ffmpegcolorspace/imgconvert_template.h:
9583         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9584         * gst/ffmpegcolorspace/mmx.h:
9585         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9586         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9587         (av_freep), (avcodec_get_context_defaults),
9588         (avcodec_alloc_context), (avcodec_init):
9589           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9590           handling plus update from ffmpeg CVS. Large clean-up.
9591
9592 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9593
9594         * gst/playback/Makefile.am:
9595           We need the marshallers for decodebin, too.
9596
9597 2004-10-30  David Schleef  <ds@schleef.org>
9598
9599         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9600           quicktime typefinding work with 64-bit offsets.
9601
9602 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9603
9604         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9605           Set EOS on the element when processing an EOS event.
9606         * ext/speex/gstspeexdec.h:
9607         * ext/speex/gstspeexenc.h:
9608           Only keep a const ptr to the mode
9609         * gst-libs/gst/riff/riff-media.c:
9610         (gst_riff_create_audio_caps_with_data),
9611         (gst_riff_create_audio_template_caps):
9612           Allow WMAV3, with up to 6 channels.
9613         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9614           Don't call gst_pad_set_event_function on a sink pad.
9615         * gst/mpegstream/gstdvddemux.c:
9616         (gst_dvd_demux_get_subpicture_stream),
9617         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9618           Copy the explicit caps that were set across to the cur_* pads,
9619           instead of trying to use a possibly non-existent negotiated caps.
9620           Reset the type of subpicture pads to UNKNOWN after calling
9621           init_stream, so that the caps get set.
9622
9623 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9624
9625         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9626
9627         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9628           Don't touch buffer if it is of size 0 (fixes #151064).
9629
9630 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9631
9632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9633           Synchronized discont handling.
9634
9635 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9636
9637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9638         (gst_ogg_demux_push):
9639           Make seeking sort-of exact again (fixes #156387).
9640
9641 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9642
9643         * gst/playback/gstplaybasebin.c: (unknown_type),
9644         (add_element_stream), (new_decoded_pad),
9645         (gst_play_base_bin_change_state):
9646         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9647         (gst_stream_info_init), (gst_stream_info_new),
9648         (gst_stream_info_dispose), (gst_stream_info_get_property):
9649         * gst/playback/gststreaminfo.h:
9650           Make caps explicitely available. Makes testing for unsupported
9651           types possible. Improves error reporting.
9652
9653 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9654
9655         * gst/audioconvert/gstaudioconvert.c:
9656         (gst_audio_convert_buffer_to_default_format):
9657           Really don't touch read-only buffers (#156563).
9658
9659 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9660
9661         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9662
9663         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9664           Fix memleak (#155223).
9665
9666 2004-10-29  Wim Taymans  <wim@fluendo.com>
9667
9668         * gst/tcp/.cvsignore:
9669         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9670         (gst_multifdsink_class_init), (gst_multifdsink_init),
9671         (gst_multifdsink_add), (gst_multifdsink_remove),
9672         (gst_multifdsink_remove_client_link), (is_sync_frame),
9673         (gst_multifdsink_new_client),
9674         (gst_multifdsink_handle_client_write),
9675         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9676         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9677         (gst_multifdsink_get_property):
9678         * gst/tcp/gstmultifdsink.h:
9679         Added burst on connect sync_method, deprecated sync_clients,
9680         streamlined the sync code some more.
9681
9682 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9683
9684         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9685         (gst_play_base_bin_change_state):
9686           Improve error reporting.
9687
9688 2004-10-28  Wim Taymans  <wim@fluendo.com>
9689
9690         * gst/tcp/Makefile.am:
9691         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9692         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9693         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9694         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9695         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9696         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9697         (gst_fdset_wait):
9698         Added more locks around fdset structures. Fixed/reworked
9699         the poll array resizing code.
9700         Added stress test for fdset.
9701
9702 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9703
9704         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9705         fix build
9706
9707 2004-10-28  Benjamin Otte  <otte@gnome.org>
9708
9709         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9710           fix link function to always query channels and query width for
9711           floats
9712         * configure.ac:
9713           add equalizer dir
9714         * gst/equalizer/Makefile.am:
9715         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9716         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9717         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9718         (arg_to_scale), (setup_filter),
9719         (gst_iir_equalizer_compute_frequencies),
9720         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9721         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9722         (plugin_init):
9723           add an equalizer
9724
9725 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9726
9727         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9728
9729         * po/LINGUAS:
9730         * po/nb.po:
9731           Added Norwegian Bokmaal translation
9732
9733 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9734
9735         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9736           Don't break on options (fixes #156488).
9737
9738 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9739
9740         * configure.ac:
9741         * ext/cdaudio/Makefile.am:
9742         * sys/Makefile.am:
9743           fix build on older automake
9744
9745 2004-10-26  Wim Taymans  <wim@fluendo.com>
9746
9747         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9748         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9749         Allow a little margin when negotiating the framerate.
9750
9751 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9752
9753         * gst/level/gstlevel.c:
9754           synchonised naming of pads and pad-templates
9755
9756 2004-10-26  Wim Taymans  <wim@fluendo.com>
9757
9758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9759         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9760         (_find_streams_check), (gst_ogg_demux_push):
9761         Fix EOS again. Needs to be done in a better way. We should not
9762         remove the pad if there is no new chained stream.
9763
9764 2004-10-26 Iain <iaingnome@gmail.com>
9765
9766         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9767         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9768         of the caps.
9769         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9770         pad.
9771         (interleave_release_pad): Remove the pad.
9772         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9773         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9774         the set device.
9775         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9776         attrs
9777         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9778         (gst_xvimagesink_finalize): Free the par.
9779
9780 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9781
9782         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9783         (gst_avimux_stop_file):
9784           First calculate the rate, and only then use it. Hdr.rate is a
9785           multiple and not a derivative of hdr.scale. Scale is not the
9786           same as blockalign but is solely related to rate.
9787
9788 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9791         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9792           Implement seeking.
9793
9794 2004-10-25  James Henstridge  <james@jamesh.id.au>
9795
9796         Reviewed by:  David Schleef  <ds@schleef.org>
9797
9798         * examples/gstplay/player.c: (got_stream_length), (main):
9799         * examples/seeking/cdplayer.c: (update_scale):
9800         * examples/seeking/seek.c: (format_value), (update_scale):
9801         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9802         (stop_seek):
9803         Build fixes on AMD64.
9804
9805 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9806
9807         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9808
9809         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9810         Fix for some v4l cards which hang in v4lsrc
9811
9812 2004-10-25  Wim Taymans  <wim@fluendo.com>
9813
9814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9815         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9816         Make sure to remove the pad when a new chain is
9817         encountered. Set some vars to NULL so we don't try
9818         to reference freed memory.
9819
9820 2004-10-25  Wim Taymans  <wim@fluendo.com>
9821
9822         * examples/seeking/Makefile.am:
9823         * examples/seeking/cdplayer.c: (update_scale):
9824         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9825         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9826         (format_value), (update_scale), (iterate), (start_seek),
9827         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9828         (print_usage), (main):
9829         Added some more examples, update others.
9830
9831 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9832
9833         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9834         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9835         * ext/theora/theoradec.c: (theora_dec_chain):
9836         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9837           Add codec-name metadata.
9838
9839 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9840
9841         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9842
9843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9844         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9845         * ext/alsa/gstalsamixertrack.h:
9846         * po/POTFILES.in:
9847           ALSA mixer track label internationalization (#154054).
9848
9849 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9850
9851         * ext/theora/theoradec.c: (theora_dec_chain):
9852           Export bitrate as metadata.
9853
9854 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9855
9856         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9857         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9858         * ext/alsa/gstalsamixertrack.h:
9859           Fix names, fix loop.
9860
9861 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9862
9863         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9864         (speex_dec_convert):
9865           sinkconvert function so oggdemux can get the file length (totem).
9866
9867 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9868
9869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9870
9871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9872           Don't push incomplete packets.
9873         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9874           Fix MPEG-4 audio typefinding.
9875
9876 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9877
9878         * sys/v4l/Makefile.am:
9879         * sys/v4l/gstv4l.c: (plugin_init):
9880         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9881         (gst_v4lelement_init), (gst_v4lelement_dispose),
9882         (gst_v4lelement_change_state):
9883         * sys/v4l/gstv4lelement.h:
9884         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9885         (gst_v4l_xoverlay_close), (idle_refresh),
9886         (gst_v4l_xoverlay_set_xwindow_id):
9887         * sys/v4l/gstv4lxoverlay.h:
9888         * sys/v4l/v4l-overlay_calls.c:
9889         * sys/v4l/v4l_calls.h:
9890         * sys/v4l2/Makefile.am:
9891         * sys/v4l2/gstv4l2.c: (plugin_init):
9892         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9893         (gst_v4l2element_init), (gst_v4l2element_dispose),
9894         (gst_v4l2element_change_state):
9895         * sys/v4l2/gstv4l2element.h:
9896         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9897         (gst_v4l2_xoverlay_close), (idle_refresh),
9898         (gst_v4l2_xoverlay_set_xwindow_id):
9899         * sys/v4l2/gstv4l2xoverlay.h:
9900         * sys/v4l2/v4l2-overlay_calls.c:
9901         * sys/v4l2/v4l2_calls.h:
9902           Remove client-side overlay handling, use the X-server v4l plugin
9903           for that. Nicer overlay, less code. Also make the plugin
9904           compileable without X (but then without overlay, obviously).
9905           Makes xwindowlistener obsolete, should we remove that?
9906
9907 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9908
9909         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9910         (gst_osssrc_src_query):
9911         * sys/oss/gstosssrc.h:
9912           OK, so people want offset in DEFAULT. This time, actually fix all
9913           cases.
9914         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9915           Add FPS properly.
9916
9917 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9918
9919         * gst/asfdemux/gstasfmux.c:
9920         * gst/avi/gstavimux.c:
9921           Framerate.
9922
9923 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9924
9925         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9926           Fix properties (channel, norm, frequency).
9927
9928 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9929
9930         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9931           Flag typo.
9932         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9933           No warnings.
9934
9935 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9936
9937         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9938           Fix hang.
9939
9940 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9941
9942         * sys/v4l2/gstv4l2element.h:
9943           Yet Another Hack (tm) for kernel header borkedness.
9944         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9945         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9946         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9947         (gst_v4l2src_change_state):
9948         * sys/v4l2/gstv4l2src.h:
9949         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9950         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9951           Fix caps, keep track of state, work.
9952
9953 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9954
9955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9956           Quiet.
9957
9958 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9959
9960         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9961           Don't mix bytes and samples.
9962
9963 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9964
9965         * ext/ogg/gstoggmux.c:
9966           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9967           and theora. Any is incorrect.
9968         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9969           Fix caps.
9970         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9971         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9972         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9973         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9974         * sys/v4l/gstv4lmjpegsrc.h:
9975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9976         (gst_v4lsrc_change_state):
9977         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9978         (gst_v4lmjpegsrc_capture_stop):
9979           Fix caps. Keep track of internal state. Work.
9980
9981 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9982
9983         * ext/Makefile.am:
9984           Fix the build fixes.
9985
9986 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9987
9988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9989         (gst_ogg_demux_src_event), (_find_chain_seek),
9990         (gst_ogg_pad_push):
9991           Check for pad availability before using it.
9992         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9993           Fix parsing of chained ogg. Needs more work on the decoder side.
9994
9995 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9996
9997         * gst/spectrum/Makefile.am:
9998         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9999         (idle_func):
10000           Fix demo and reenable it. Yes, I'm currently playing with audio
10001           analysis tools
10002
10003 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10004
10005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10006           We love it if files that start at zero work too...
10007
10008 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10009
10010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10011           Handle files with missing EOS headers.
10012
10013 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10014
10015         * gst/tcp/gsttcpserversink.c:
10016         (gst_tcpserversink_handle_server_read),
10017         (gst_tcpserversink_init_send):
10018         Zero some variables first (need for accept not to return EINVAL)
10019
10020 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10021
10022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10023         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10024         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10025         (theora_dec_chain):
10026         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10027         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10028           Seeking and querying finetune.
10029
10030 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10031
10032         * configure.ac:
10033         * ext/Makefile.am:
10034         * ext/raw1394/Makefile.am:
10035           fix the build
10036
10037 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10038
10039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10040           Wrong return.
10041         * gst/playback/Makefile.am:
10042         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10043         * gst/playback/gstplay-marshal.list:
10044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10045           Fix marshallers.
10046
10047 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10048
10049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10050           Silence.
10051
10052 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10053
10054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10055         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10056         (gst_ogg_pad_push):
10057           Yay for non-lineair granulepos in theora.
10058
10059 2004-10-18  Wim Taymans  <wim@fluendo.com>
10060
10061         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10062         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10063         * ext/dv/gstdvdec.h:
10064         Make sure we renegotiate aspect ratio when the camera switches.
10065
10066 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10067
10068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10069         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10070           Start at zero.
10071         * ext/theora/theoradec.c: (theora_dec_chain):
10072           Skip headers. Bad idea for chained ogg, but fixes seeking.
10073
10074 2004-10-18  Wim Taymans  <wim@fluendo.com>
10075
10076         * configure.ac:
10077         I swear, this is the last time I touch this.
10078
10079 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10080
10081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10082         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10083         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10084           Faster seeking.
10085         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10086           Time-to-default conversion.
10087         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10088           Don't error on unknown packets, just skip. We should probably
10089           read them if we want to support chained ogg.
10090
10091 2004-10-18  Wim Taymans  <wim@fluendo.com>
10092
10093         * configure.ac:
10094         Added cdaudio to wrong list.
10095
10096 2004-10-18  Wim Taymans  <wim@fluendo.com>
10097
10098         * configure.ac:
10099         Revive cdaudio.
10100
10101 2004-10-18  Wim Taymans  <wim@fluendo.com>
10102
10103         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10104         (gst_dvdec_video_link), (gst_dvdec_push):
10105         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10106         (gst_smokeenc_resync), (gst_smokeenc_chain):
10107         Fix mimetype on smoke encoder.
10108         Add aspect ratio to dvdec. Not sure if these
10109         values are correct though....
10110
10111 2004-10-18  Wim Taymans  <wim@fluendo.com>
10112
10113         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10114         Fix vorbis property descriptions and ranges.
10115
10116 2004-10-18  Wim Taymans  <wim@fluendo.com>
10117
10118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10119         Really do nothing when no data is available.
10120         Go to the playing state when the stream is not seekable
10121         instead of failing.
10122
10123 2004-10-18  Wim Taymans  <wim@fluendo.com>
10124
10125         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10126         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10127         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10128         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10129         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10130         Added uri handler for cd://
10131         Port to new API.
10132
10133 2004-10-18  Wim Taymans  <wim@fluendo.com>
10134
10135         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10136         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10137         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10138         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10139         (remove_prerolls), (unknown_type), (add_element_stream),
10140         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10141         (gst_play_base_bin_remove_element),
10142         (gst_play_base_bin_link_stream):
10143         * gst/playback/gstplaybin.c: (gen_video_element),
10144         (gen_vis_element), (remove_sinks), (setup_sinks):
10145         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10146         (gst_stream_info_get_type), (gst_stream_info_class_init),
10147         (gst_stream_info_init), (gst_stream_info_new),
10148         (gst_stream_info_dispose), (stream_info_mute_pad),
10149         (gst_stream_info_set_property), (gst_stream_info_get_property):
10150         * gst/playback/gststreaminfo.h:
10151         Add sink padtemplate to decodebin.
10152         Added some more comments.
10153         Make queue size configurable in playbasebin.
10154         Added possibility to use elements as sinks (ex cdaudio).
10155
10156 2004-10-15  Wim Taymans  <wim@fluendo.com>
10157
10158         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10159         (gst_speexenc_chain):
10160         Fix speex timestamps so that it gets muxed properly.
10161
10162 2004-10-15  Wim Taymans  <wim@fluendo.com>
10163
10164         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10165         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10166         (gst_dv1394src_init), (gst_dv1394src_dispose),
10167         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10168         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10169         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10170         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10171         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10172         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10173         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10174         * ext/raw1394/gstdv1394src.h:
10175         Added conversion/query functions.
10176         Update buffer timestamps,
10177         Added signals.
10178         Added uri dv:// so it might play from the firewire in playbin.
10179         Fix a possible leak.
10180         Added debugging.
10181
10182 2004-10-15  Wim Taymans  <wim@fluendo.com>
10183
10184         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10185         (gst_dv1394src_init), (gst_dv1394src_set_property),
10186         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10187         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10188         * ext/raw1394/gstdv1394src.h:
10189         Added AV/C VTR control support needed for some cameras.
10190         Added automatic port detection.
10191         Added properties for selecting the channel.
10192         The configure.ac script is not yet updated to reflect the
10193         new libavc1394 and librom1394 dependencies.
10194
10195 2004-10-15  Wim Taymans  <wim@fluendo.com>
10196
10197         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10198         (qtdemux_parse), (gst_qtdemux_handle_esds):
10199         An esds box is not a container.
10200         Fix parsing of mp4v boxes.
10201         Do not try to renegotiate fps for each frame. Need to
10202         find a better method. This should fix mp4 playback.
10203
10204 2004-10-14  David Schleef  <ds@schleef.org>
10205
10206         * configure.ac: update for swfdec-0.3 and liboil-0.2
10207         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10208         * ext/swfdec/gstswfdec.h: same
10209         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10210         * gst/videotestsrc/videotestsrc.c: same
10211
10212 2004-10-14  Wim Taymans  <wim@fluendo.com>
10213
10214         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10215         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10216         (is_sync_frame), (gst_multifdsink_new_client),
10217         (gst_multifdsink_handle_client_write),
10218         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10219         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10220         Turn warnings into info.
10221         Don't allow a state change in the streaming thread.
10222
10223 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10224
10225         * ext/vorbis/oggvorbisenc.c:
10226         * ext/vorbis/vorbisdec.c:
10227           fix template sample rate
10228
10229 2004-10-13  Wim Taymans  <wim@fluendo.com>
10230
10231         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10232         Decoding the header first fixes some problems in resyncing
10233         in more mp3s.
10234
10235 2004-10-12  Wim Taymans  <wim@fluendo.com>
10236
10237         * gst/playback/gstplaybin.c: (gen_video_element),
10238         (gen_vis_element), (remove_sinks), (setup_sinks):
10239         Added vis plugin support, need to configure the vis
10240         element to activate it.
10241
10242 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10243
10244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10245         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10246           Some debug.
10247         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10248         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10249         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10250         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10251         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10252         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10253         * gst/avi/gstavidemux.h:
10254           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10255           recovery (where, if part of the index is broken, we will still read
10256           the rest of the index and recover the broken part by stream
10257           scanning). More broken media support. EOS workarounds. General AVI
10258           braindamage headache recovery. Aspirin included.
10259
10260 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10261
10262         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10263         (cdparanoia_event), (cdparanoia_query):
10264           Get rid of hideous lead-in.
10265
10266 2004-10-11  Wim Taymans  <wim@fluendo.com>
10267
10268         * gst/playback/gstplaybasebin.c: (setup_source):
10269         Wrong var used to get g_list_next.
10270
10271 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10272
10273         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10274         (cdparanoia_get), (cdparanoia_open):
10275           Report discid as metadata, add duration.
10276
10277 2004-10-11  Wim Taymans  <wim@fluendo.com>
10278
10279         * gst/playback/gstplaybasebin.c: (setup_source):
10280         Cleanup the previous pipeline a little earlier for the
10281         case that a source element provides raw data.
10282
10283 2004-10-11  Benjamin Otte  <otte@gnome.org>
10284
10285         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10286           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10287           consuming the last 128 bytes, even though it was valid mp3 data.
10288
10289 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10290
10291         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10292         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10293         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10294         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10295
10296 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10297
10298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10299         Fix for webcams that support only specific width or height
10300
10301 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10302
10303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10304
10305         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10306           Fix wrong discont event setup (fixes #154967).
10307
10308 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10309
10310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10311
10312         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10313           Error out on invalid data (fixes #154807).
10314
10315 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10316
10317         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10318
10319         * ext/dvdread/dvdreadsrc.c: (_read):
10320           Make titles > 0 work again (fixes #154834).
10321
10322 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10323
10324         * gst-libs/gst/riff/riff-media.c:
10325         (gst_riff_create_video_template_caps):
10326           WMV3 missing in template caps.
10327
10328 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10329
10330         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10331           OK, so the original code was too strict. It makes random AVI files
10332           hang for seconds upon opening, which is unacceptable and is far
10333           beyond the original goal of getting multiple chunks for one-chunk
10334           sounc stream files. So now do just that.
10335
10336 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10337
10338         * gst/playback/gstplaybasebin.c: (setup_source),
10339         (gst_play_base_bin_change_state):
10340           Actually clean up streaminfo if output fails. This would trigger
10341           if, for example, there was no CD in the drive. No preroll, so
10342           a streaminfo structure is created, but the subsequent state change
10343           of the thread fails.
10344         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10345           Don't change state if parent failed.
10346
10347 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10348
10349         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10350         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10351         (gen_video_element), (remove_sinks):
10352           Add small bits of code for screenshot handling.
10353
10354 2004-10-08  Wim Taymans  <wim@fluendo.com>
10355
10356         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10357         (gen_video_element), (gen_audio_element), (setup_sinks):
10358         Don't assume the user provided sinks are named "sink"...
10359
10360 2004-10-08  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10363         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10364         (gst_play_base_bin_link_stream):
10365         Do not try to autoplug sources that generate raw streams like
10366         cdparanoia.
10367         disconnect the preroll overrun signal when we don't need it anymore.
10368
10369 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10370
10371         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10372         Added reworked patch from #154903 from milosz derezynski (deadchip).
10373
10374 2004-10-08  Wim Taymans  <wim@fluendo.com>
10375
10376         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10377         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10378         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10379         (cdparanoia_convert), (cdparanoia_uri_get_type),
10380         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10381         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10382         * ext/cdparanoia/gstcdparanoia.h:
10383         This adds the cdda://<tracknum> uri.
10384
10385 2004-10-08  Wim Taymans  <wim@fluendo.com>
10386
10387         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10388         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10389         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10391         (unknown_type), (gst_play_base_bin_remove_element),
10392         (gst_play_base_bin_link_stream):
10393         * gst/playback/gstplaybasebin.h:
10394         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10395         (gst_play_bin_set_property), (gen_video_element),
10396         (gen_audio_element), (setup_sinks):
10397         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10398         (gst_stream_info_get_type), (gst_stream_info_class_init),
10399         (gst_stream_info_init), (gst_stream_info_new),
10400         (gst_stream_info_dispose), (stream_info_mute_pad),
10401         (gst_stream_info_set_property), (gst_stream_info_get_property):
10402         * gst/playback/gststreaminfo.h:
10403         Reuse the audio and video bins.
10404         Some internal cleanups in the stream selection code.
10405
10406 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10407
10408         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10409         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10410         * sys/ximage/ximagesink.h:
10411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10412         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10413         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10414         not coming from those elements. Moreover these elements should not keep
10415         the xid they have been given when in NULL state.
10416
10417 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10418
10419         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10420         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10421         * sys/ximage/ximagesink.h:
10422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10423         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10424         * sys/xvimage/xvimagesink.h:
10425           Actually only create a new toplevel window if we're not gonna
10426           embed it right after.
10427
10428 2004-10-07  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10431         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10432         * gst/playback/gstplaybin.c: (setup_sinks):
10433         Implement muting/unmuting of streams, mute streams that are not
10434         used.
10435
10436 2004-10-07  Wim Taymans  <wim@fluendo.com>
10437
10438         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10439         (plugin_init):
10440         Added lame audio/x-ac3 typefind function.
10441
10442 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10443
10444         * configure.ac:
10445           bump nano to cvs
10446
10447 === release 0.8.5 ===
10448
10449 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10450
10451         * NEWS:
10452         * RELEASE:
10453         * configure.ac:
10454           releasing 0.8.5, "Take You On"
10455
10456 2004-10-06  Wim Taymans  <wim@fluendo.com>
10457
10458         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10459         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10460         (no_more_pads), (close_link), (type_found):
10461         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10462         * gst/playback/gstplaybin.c: (gen_video_element):
10463         Do not signal the no_more_pads after the first pad when
10464         we are plugging a non dynamic element with multiple
10465         output pads (like swfdec, dvdec, ...).
10466
10467 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10468
10469         * configure.ac:
10470           bump for prerelease
10471
10472 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10473
10474         * gst/wavparse/gstwavparse.c:
10475           add ATRAC3 to STATIC CAPS to fix a warning
10476
10477         * gst/matroska/ebml-read.c:
10478         * gst-libs/gst/riff/riff-read.c:
10479           fix typos
10480
10481 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10482
10483         * gst-libs/gst/riff/riff-media.c:
10484           generate caps for ATRAC3 audio streams
10485
10486         * gst/realmedia/rmdemux.c:
10487           generate caps for ATRAC3 audio streams
10488
10489 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10490
10491         * gst/wavparse/Makefile.am
10492         * gst/wavparse/riff.h
10493         * gst/wavparse/wavparse.vcproj
10494           riff.h removal (unused and duplication with riff-ids.h)
10495
10496 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10497
10498         * gst/wavparse/gstwavparse.h
10499           remove duplicated defines for audio codec codes
10500
10501         * gst-libs/gst/riff/riff-ids.h
10502         * gst/wavenc/riff.h:
10503           add "4CC" code for ATRAC3 audio streams
10504           add "4CC" code for ITU_G721_ADPCM (unused for now)
10505
10506 2004-10-06  Wim Taymans  <wim@fluendo.com>
10507
10508         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10509         Actually _do_ negotiation. Pass gdouble as arg instead
10510         of guint64 for the framerate.
10511
10512 2004-10-06  Wim Taymans  <wim@fluendo.com>
10513
10514         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10515         (find_compatibles), (close_pad_link), (try_to_link_1),
10516         (no_more_pads), (close_link), (type_found):
10517         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10518         * gst/playback/gstplaybin.c: (gen_video_element),
10519         (gen_audio_element):
10520         Set state on newly added element to READY so that negotiation
10521         can happen ASAP.
10522         Addes some more debug info.
10523         Do not try to plug pads with multiple caps structures or ANY
10524         because it is too dangerous since we do not do dynamic
10525         replugging.
10526
10527 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10528
10529         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10530
10531         * po/LINGUAS:
10532         * po/or.po:
10533           add Oriya translation
10534
10535 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10536
10537         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10538           Prevent overwrite of size member. Makes audio sound crappy.
10539
10540 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10541
10542         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10543         Add rmvb to the list of known RealMedia extensions
10544
10545 2004-10-05  Wim Taymans  <wim@fluendo.com>
10546
10547         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10548         (mngdec_openstream), (mngdec_closestream),
10549         (mngdec_handle_sink_event), (mngdec_readdata),
10550         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10551         (mngdec_getcanvasline), (mngdec_refresh),
10552         (gst_mngdec_change_state):
10553         Set the framerate correctly.
10554
10555 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10556
10557         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10558           There was something wrong with the index massaging.
10559
10560 2004-10-04  Wim Taymans  <wim@fluendo.com>
10561
10562         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10563         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10564         (gst_smokedec_chain):
10565         * ext/jpeg/gstsmokedec.h:
10566         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10567         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10568         * ext/jpeg/gstsmokeenc.h:
10569         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10570         (smokecodec_decode_new), (smokecodec_info_free),
10571         (smokecodec_set_quality), (smokecodec_get_quality),
10572         (smokecodec_set_threshold), (smokecodec_get_threshold),
10573         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10574         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10575         (smokecodec_encode), (smokecodec_parse_id),
10576         (smokecodec_parse_header), (smokecodec_decode):
10577         * ext/jpeg/smokecodec.h:
10578         * ext/jpeg/smokeformat.h:
10579         Updated smoke, new bitstream, allows embedding in ogg.
10580
10581 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10582
10583         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10584           Fix seeking in some files. All this code is no longer needed (and
10585           actually breaks stuff) because we now synchronize the full index
10586           right when reading the header.
10587
10588 2004-10-04  Wim Taymans  <wim@fluendo.com>
10589
10590         * configure.ac:
10591         configure update for libmng.
10592
10593 2004-10-04  Wim Taymans  <wim@fluendo.com>
10594
10595         * ext/libmng/Makefile.am:
10596         * ext/libmng/gstmng.c: (plugin_init):
10597         * ext/libmng/gstmng.h:
10598         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10599         (gst_mngdec_base_init), (gst_mngdec_class_init),
10600         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10601         (gst_mngdec_loop), (gst_mngdec_get_property),
10602         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10603         (mngdec_closestream), (mngdec_handle_sink_event),
10604         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10605         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10606         (gst_mngdec_change_state):
10607         * ext/libmng/gstmngdec.h:
10608         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10609         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10610         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10611         (gst_mngenc_chain), (gst_mngenc_get_property),
10612         (gst_mngenc_set_property):
10613         * ext/libmng/gstmngenc.h:
10614         Added basic MNG decoder. Needs more work. The encoder does
10615         not work yet.
10616
10617 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10618
10619         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10620         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10621         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10622           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10623           no-more-pads.
10624
10625 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10626
10627         * configure.ac:
10628           you need at least 1.0.4 of speex
10629
10630 2004-10-04 Iain <iaingnome@gmail.com>
10631
10632         * ext/speex/gstspeexdec.h: Revert the includes changes.
10633
10634         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10635
10636 2004-09-30 Iain <iaingnome@gmail.com>
10637
10638         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10639         found during init or set as a property instead of hardcoding /dev/audio
10640
10641 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10642
10643         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10644         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10645         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10646         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10647         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10648         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10649         (gst_rmdemux_dump_data):
10650           Use debug category, fix EOS handling. filesrc ! rmdemux now
10651           works.
10652
10653 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10654
10655         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10656         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10657         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10658           Improve allocation, cutting and sorting of the index. How takes a
10659           few seconds instead of minutes.
10660
10661 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10662
10663         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10664           fixed compilation
10665
10666 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10667
10668         * gst-libs/gst/riff/riff-media.c:
10669         (gst_riff_create_video_caps_with_data),
10670         (gst_riff_create_video_template_caps):
10671           Add wing commander format mimetype/fourccs.
10672         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10673           Don't crash if some value is 0.
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 DIB fourcc (raw, palettized 8-bit RGB).
10681         * gst-libs/gst/riff/riff-read.c:
10682         (gst_riff_read_strf_vids_with_data):
10683           Oops, fix strf_data reading bug.
10684         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10685           Use a non-NULL tag.
10686         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10687           Time for hacks. Sorry Dave. At least one quicktime movie (a
10688           trailer) that I've encountered contains multiple video tracks.
10689           One of those is the actual video track, the other are one-frame
10690           tracks (images). Unfortunately, the number of frames according
10691           to the trak header is 1 for each, so that doesn't help. So
10692           instead, I look at the duration and discard tracks with a
10693           duration shorter than 20% of the length of the stream. Better
10694           than nothing.
10695
10696 2004-10-01  Christian Schaller <christian@fluendo.com>
10697
10698         * ext/ivorbis/vorbis.c:
10699           Patch from Phil Blundell (Bug 152341)
10700
10701 2004-10-01  Wim Taymans  <wim@fluendo.com>
10702
10703         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10704         (speex_dec_get_formats), (speex_dec_convert),
10705         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10706         (speex_dec_chain), (gst_speexdec_get_property),
10707         (gst_speexdec_set_property):
10708         Small cleanups.
10709
10710 2004-10-01  Wim Taymans  <wim@fluendo.com>
10711
10712         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10713         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10714         (gst_wavparse_other), (gst_wavparse_loop),
10715         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10716         (gst_wavparse_srcpad_event):
10717         * gst/wavparse/gstwavparse.h:
10718         Added some more debugging info.
10719         Fix the case where the length of the file is 0.
10720         Make sure we seek to sample borders.
10721
10722 2004-10-01  Wim Taymans  <wim@fluendo.com>
10723
10724         * gst/playback/README:
10725         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10726         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10727         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10728         Add some debug info to decodebin, update README
10729
10730 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10731
10732         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10733           Don't use g_print(); use GST_DEBUG().
10734
10735 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10736
10737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10738         (gst_ogg_mux_queue_pads):
10739           Handle EOS properly.
10740
10741 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10742
10743         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10744
10745         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10746         (gst_faad_chain), (gst_faad_change_state):
10747         * ext/faad/gstfaad.h:
10748           Allow playback of raw (unframed) MPEG AAC files (#148993).
10749
10750 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10751
10752         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10755           Throw error if we didn't recognize the stream. Fixes #152289.
10756
10757 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10758
10759         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10760           Fix negotiation.
10761
10762 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10763
10764         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10765
10766         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10767           Fix memleak.
10768
10769 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10770
10771         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10772
10773         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10774           Solve #152805.
10775         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10776           Solve 152806.
10777
10778 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10779
10780         * gst-libs/gst/riff/riff-media.c:
10781         (gst_riff_create_video_caps_with_data),
10782         (gst_riff_create_audio_caps_with_data):
10783           Add codec_data handling (like asfdemux used to do).
10784         * gst/asfdemux/gstasf.c: (plugin_init):
10785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10786         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10787           Use riff-media for caps creation instead of our own (mostly
10788           broken) copy of its functions.
10789
10790 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10791
10792         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10793           Don't actually error out if we get another return value than
10794           -EINVAL. Opposite to what I first thought, drivers have random
10795           return values for this, although -EINVAL is the expected return
10796           value. Since this is not fatal, we shouldn't use
10797           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10798
10799 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10800
10801         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10802         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10803         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10804         (dvdreadsrc_get), (dvdreadsrc_open_file),
10805         (dvdreadsrc_change_state):
10806           Fix. Don't do one big huge loop around the whole DVD, that will
10807           cache all data and thus eat sizeof(dvd) (several GB) before we
10808           see something.
10809         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10810           Actually NULL'ify event after using it.
10811         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10812         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10813         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10814         (gst_ebml_read_seek), (gst_ebml_read_skip):
10815           Handle events.
10816         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10817         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10818         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10819           Fix timing (this will probably break if I seek using menus, but
10820           I didn't get there yet). VOBs and normal DVDs should now work.
10821           Add a mpeg2-only pad with high rank so this get autoplugged for
10822           MPEG-2 movies.
10823         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10824         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10825         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10826         (gst_mpeg_demux_get_audio_stream),
10827         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10828         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10829           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10830           MPEG-1 but use dvddemux for MPEG-2.
10831         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10832         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10833         (gst_mpeg_parse_parse_packhead):
10834           Timing. Only add pad template if it exists. Add sink template from
10835           class and not from ourselves. This means we will always use the
10836           correct sink template even if it is not the one defined in this
10837           file.
10838
10839 2004-09-29  Wim Taymans  <wim@fluendo.com>
10840
10841         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10842         (gst_mpeg_demux_parse_pes):
10843         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10844         Fix playback of mpeg again, timestamps where screwed up by
10845         patch 1.61.
10846
10847 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10848
10849         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10850           Only return true if we actually filled something in. Prevents
10851           player applications from showing a random length for flac files.
10852         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10853         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10854         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10855         (gst_riff_read_strf_vids_with_data),
10856         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10857           OK, ok, so I implemented event handling. Apparently it's normal
10858           that we receive random events at random points without asking
10859           for it.
10860         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10861         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10862         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10863         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10864         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10865         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10866         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10867         * gst/avi/gstavidemux.h:
10868           Implement non-lineair chunk handling and subchunk processing.
10869           The first solves playback of AVI files where the audio and video
10870           data of individual buffers that we read are not synchronized.
10871           This should not happen according to the wonderful AVI specs, but
10872           of course it does happen in reality. It is also a prerequisite for
10873           the second. Subchunk processing allows us to cut chunks in small
10874           pieces and process each of these pieces separately. This is
10875           required because I've seen several AVI files with incredibly large
10876           audio chunks, even some files with only one audio chunk for the
10877           whole file. This allows for proper playback including seeking.
10878           This patch is supposed to fix all AVI A/V sync issues.
10879         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10880         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10881           Work.
10882         * gst/modplug/gstmodplug.cc:
10883           Proper return value setting for the query() function.
10884         * gst/playback/gstplaybasebin.c: (setup_source):
10885           Being in non-playing state (after, e.g., EOS) is not necessarily
10886           a bad thing. Allow for that. This fixes playback of short files.
10887           They don't actually playback fully now, because the clock already
10888           runs. This means that small files (<500kB) with a small length
10889           (<2sec) will still not or barely play. Other files, such as mod
10890           or flx, will work correctly, however.
10891
10892 2004-09-28  Wim Taymans  <wim@fluendo.com>
10893
10894         * ext/speex/gstspeex.c: (plugin_init):
10895         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10896         (gst_speex_dec_class_init), (speex_dec_get_formats),
10897         (speex_get_event_masks), (speex_get_query_types),
10898         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10899         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10900         (gst_speexdec_get_property), (gst_speexdec_set_property),
10901         (speex_dec_change_state):
10902         * ext/speex/gstspeexdec.h:
10903         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10904         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10905         (gst_speexenc_base_init), (gst_speexenc_class_init),
10906         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10907         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10908         (gst_speexenc_src_query), (gst_speexenc_init),
10909         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10910         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10911         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10912         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10913         (gst_speexenc_chain), (gst_speexenc_get_property),
10914         (gst_speexenc_set_property), (gst_speexenc_change_state):
10915         * ext/speex/gstspeexenc.h:
10916         Rewrote speex encoder, make sure it can be embedded in ogg.
10917         Implemented speex decoder.
10918
10919 2004-09-28  Christian Schaller <christian@fluendo.com>
10920
10921         * configure.ac:
10922         Remove kioslave plugin. Markey is brewing a new working one
10923         * ext/Makefile.am: Remove kioslave plugin
10924         * ext/kio: remove
10925         * gst-plugins.spec.in: remove kio plugin from spec
10926
10927 2004-09-27  Wim Taymans  <wim@fluendo.com>
10928
10929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10930         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10931         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10932         (gst_multifdsink_new_client),
10933         (gst_multifdsink_handle_client_write),
10934         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10935         (gst_multifdsink_handle_clients):
10936         * gst/tcp/gstmultifdsink.h:
10937         Make syncing to keyframes actually work for new clients and lagging
10938         clients.
10939
10940 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10941
10942         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10943         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10944         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10945         * gst/debug/gstnavigationtest.h:
10946           make navigationtest display button-press and button-release events
10947
10948 2004-09-26 Iain <iaingnome@gmail.com>
10949
10950         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10951         the channels have received a new media event.
10952         (interleave_buffered_loop): Compresses a new media event on all
10953         channels into one.
10954
10955 2004-09-26 Iain <iaingnome@gmail.com>
10956
10957         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10958         call the sinkpad's default event handler and not the srcpads. He also
10959         says this is confusing :)
10960         (gst_wavenc_stop_file): Company says that seek events only go upstream
10961         we should send a discontinuous downstream instead.
10962
10963 2004-09-25  Christian Schaller <christian@fluendo.com>
10964
10965         * Update SPEC file to be usable in conjunction with Fedora Core,
10966           Fedora.us and freshrpms packages
10967         * Fix typo in multifilesrc test Makefile
10968
10969 2004-09-24  Wim Taymans  <wim@fluendo.com>
10970
10971         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10972         Only signal the no_more_pads signal when we have
10973         added the stream to our list.
10974
10975 2004-09-24  Wim Taymans  <wim@fluendo.com>
10976
10977         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10978         (new_decoded_pad):
10979         * gst/playback/gstplaybasebin.h:
10980         * gst/playback/gstplaybin.c: (setup_sinks):
10981         Don't try to preroll or decode more than one audio/video
10982         track.
10983
10984 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10985
10986         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10987           Throw error if we failed to find a suitable output. This should
10988           throw an error if we successfully set up a pipeline (e.g. because
10989           we recognized a media file) but found no decodable streams in it
10990           (e.g. because it contains only media stream types for which we
10991           have no decoders, or because it's not a media type).
10992
10993 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10994
10995         * ext/dirac/Makefile.am:
10996         * ext/dirac/gstdirac.cc:
10997         * ext/dirac/gstdiracdec.cc:
10998         * ext/dirac/gstdiracdec.h:
10999           Do something. Don't actually know if this works because I don't
11000           have a demuxer yet.
11001         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11002           Add channels=1 to caps returned from _getcaps().
11003         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11004         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11005         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11006         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11007         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11008         (gst_ogm_parse_change_state):
11009           Separate between audio/video so ogmaudioparse actually uses the
11010           audio pad templates. Both audio and video work now, including
11011           autoplugging. Also use sometimes-srcpad hack.
11012         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11013           Handle events better. Don't hang on infinite loops.
11014         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11015         (gst_avi_demux_init), (gst_avi_demux_reset),
11016         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11017         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11018         (gst_avi_demux_change_state):
11019         * gst/avi/gstavidemux.h:
11020           Improve A/V sync. Still not perfect.
11021         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11022         (gst_ebml_read_skip):
11023           Handle events better.
11024         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11025         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11026         (qtdemux_audio_caps):
11027           Add IMA4. Improve event handling. Save offset after a seek when
11028           the headers are at the end of the file so that we don't end up in
11029           an infinite loop.
11030         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11031           Add low-priority typefind support for files with no length.
11032
11033 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11034
11035         * testsuite/multifilesink/Makefile.am:
11036         fix typo
11037
11038 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11039
11040         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11042         mistakes from thaytan's patches.
11043
11044 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11045
11046         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11047           For completeness, XSync in the destroy function as xvimage does.
11048
11049 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11050
11051         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11052            Correct caps negotiation
11053         * gst/volume/gstvolume.c: (volume_chain_float),
11054         (volume_chain_int16):
11055            Modify debug output to be little more informative
11056         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11058         (gst_xvimagesink_xvimage_destroy):
11059           Add XSync calls after detaching from the shared memory segment to
11060           avoid a crash.
11061
11062 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11063
11064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11065         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11066         * ext/vorbis/vorbis.c: (plugin_init):
11067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11068         (gst_vorbisenc_chain):
11069         * ext/vorbis/vorbisenc.h:
11070         remove explicit newmedia support from oggmux and vorbisenc
11071         add debug category to vorbisenc
11072         * gst/multifilesink/gstmultifilesink.c:
11073         (gst_multifilesink_class_init), (gst_multifilesink_init),
11074         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11075         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11076         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11077         (plugin_init):
11078         * gst/multifilesink/gstmultifilesink.h:
11079         add support for streamheader in multifilesink
11080
11081 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11082
11083         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11084         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11085         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11086           Prevent infinite loops. More correct error reporting.
11087         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11088           Error out if negotiation fails.
11089         * gst/playback/gstplaybasebin.c: (setup_source),
11090         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11091         (gst_play_base_bin_found_tag):
11092           Error/tag forwarding. Pre-roll fixes for source errors on state
11093           changes (e.g. "file does not exist") to prevent hangs.
11094
11095 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11096
11097         * testsuite/multifilesink/Makefile.am:
11098         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11099         (gst_newmedia_class_init), (gst_newmedia_init),
11100         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11101         (newfile_signal), (test_signal), (main):
11102         * testsuite/multifilesink/multifilesrc_test.c: (main):
11103         * testsuite/multifilesink/oggtheora_test.c:
11104         (gst_newmedia_base_init), (gst_newmedia_class_init),
11105         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11106         (test_format), (newfile_signal), (test_signal), (main):
11107         * testsuite/multifilesink/oggvorbis_test.c:
11108         (gst_newmedia_base_init), (gst_newmedia_class_init),
11109         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11110         (test_format), (newfile_signal), (test_signal), (main):
11111         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11112         (gst_newmedia_class_init), (gst_newmedia_init),
11113         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11114         (newfile_signal), (test_signal), (main):
11115         New media tests
11116
11117 2004-09-20  Christian Schaller <christian@fluendo.com>
11118
11119         * Fix mikmod license to LGPL as they have relicensed
11120         * Move Dirac and Effectv into LGPL section of README_license
11121
11122 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11123
11124         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11125         (gst_mad_change_state):
11126           Allow for mp3 rate/channels changes. However, only very
11127           conservatively. Reason that we *have* to enable this is smiply
11128           because the mad find_sync() function is not good enough, it will
11129           regularly sync on random data as valid frames and therefore make
11130           us provide random caps as *final* caps of the stream. The best fix
11131           I could think of is to simply require several of the same stream
11132           changes in a row before we change caps.
11133           The actual testcase that works now is #
11134         * ext/ogg/Makefile.am:
11135         * ext/ogg/gstogg.c: (plugin_init):
11136         * ext/ogg/gstogmparse.c:
11137           OGM support (video only for now; I need an audio sample file).
11138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11139         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11140         (gst_asf_demux_add_video_stream):
11141           WMV extradata.
11142         * gst/playback/gstplaybasebin.c: (unknown_type):
11143           Don't error out on single unknown-types after all. It's wrong.
11144           If we found type of video and audio but not of a subtitle stream,
11145           it will still error out (which is unwanted). Will find a better fix
11146           later on.
11147         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11148         (ogmaudio_type_find), (plugin_init):
11149           OGM support.
11150
11151 2004-09-20  Johan Dahlin  <johan@gnome.org>
11152
11153         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11154         after setting caps.
11155
11156 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11157
11158         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11159         * gst/wavenc/gstwavenc.h:
11160         Added newmedia support to wavenc
11161
11162 2004-09-17  Wim Taymans  <wim@fluendo.com>
11163
11164         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11165         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11166         (gst_fdset_fd_can_write), (gst_fdset_wait):
11167         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11168         (gst_multifdsink_init), (gst_multifdsink_add),
11169         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11170         (gst_multifdsink_remove_client_link),
11171         (gst_multifdsink_client_queue_buffer),
11172         (gst_multifdsink_handle_client_write),
11173         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11174         (gst_multifdsink_close), (gst_multifdsink_change_state):
11175         * gst/tcp/gstmultifdsink.h:
11176         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11177         (gst_tcpserversink_removed):
11178         Small cleanups in fdset.c
11179         Use a hastable to map fd to the client structure for faster
11180         lookup in _remove and get_stats.
11181         Added virtual function to close the fds.
11182         Handle clients even when the select/poll call was unblocked because
11183         of a command.
11184         Implement syncing to keyframe in the recovery procedure.
11185
11186 2004-09-16 Iain <iaingnome@gmail.com>
11187
11188         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11189         try caps.
11190
11191 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11192
11193         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11194           Caps are only set if the type of the stream is unknown, but this
11195           is initialized in ->init_stream(), so set to UNKNOWN after calling
11196           ->init_stream() so that capsnego starts.
11197
11198 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11199
11200         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11201         (gst_avi_demux_stream_data):
11202           Just hardcode for raw audio then. AVI audio sucks.
11203
11204 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11205
11206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11207         * gst/matroska/matroska-mux.c: (audiosink_templ),
11208         (gst_matroska_mux_audio_pad_link):
11209         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11210         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11211
11212 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11213
11214         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11215         (gst_avi_demux_stream_data):
11216           Try to fix a/v sync issues.
11217
11218 2004-09-15  David Schleef  <ds@schleef.org>
11219
11220         * configure.ac: remove NASM check, since we don't use it.  Update
11221         dirac check to 0.4
11222         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11224         Initialized variables.
11225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11226         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11227         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11228         SVQ3 format
11229
11230 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11231
11232         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11233         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11234         * gst/avi/gstavidemux.h:
11235           Fix for compressed audio (mp3) timestamp generation. How did this
11236           ever work?
11237
11238 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11239
11240         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11241           Volume is a double not a float.
11242
11243 2004-09-15  Wim Taymans  <wim@fluendo.com>
11244
11245         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11246         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11247         Don't close the fd in multifdsink as we didn't open it in the
11248         first place. Some cleanups.
11249
11250 2004-09-15  Wim Taymans  <wim@fluendo.com>
11251
11252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11254         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11255         Fix the case where the muxer would mark pages as delta
11256         frames when they are not (vorbis only ogg).
11257
11258 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11259
11260         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11261         (gst_play_base_bin_change_state):
11262           Handle the case where we failed to setup a clear pipeline. This
11263           will throw an error (or EOS, another nice case) and if you don't
11264           catch that, the app will wait for the signal forever (and thus
11265           hang).
11266
11267 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11268
11269         * ext/gnomevfs/gstgnomevfssink.c:
11270         (gst_gnomevfssink_uri_get_protocols):
11271         * ext/gnomevfs/gstgnomevfssrc.c:
11272         (gst_gnomevfssrc_uri_get_protocols):
11273         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11274         * ext/gnomevfs/gstgnomevfsuri.h:
11275           Use _uri_new() instead of _open(), so it doesn't take as long and
11276           Christophe's computer won't hang.
11277         * gst/playback/gstplaybasebin.c: (unknown_type):
11278           Throw error on unknown media type, so apps actually display it.
11279
11280 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11281
11282         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11283           this script to work on Solaris since bash shell handles echo
11284           differenly than bash.
11285
11286 2004-09-17  Wim Taymans  <wim@fluendo.com>
11287
11288         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11289         (setup_source), (gst_play_base_bin_set_property),
11290         (gst_play_base_bin_add_element):
11291         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11292         Some more work on making sure seeking pauses the pipeline and
11293         that changing the uri actually does something.
11294
11295 2004-09-17  Wim Taymans  <wim@fluendo.com>
11296
11297         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11298         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11299         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11300         (gst_tcpserversink_close):
11301         Be a bit more paranoid when freeing memory.
11302
11303 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11304
11305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11306         (qtdemux_parse_trak):
11307           Don't crash by dividing by zero (see sample movie in #126922).
11308
11309 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11310
11311         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11312           Don't touch non-existing data (fixes crash on file in #140147).
11313
11314 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11315
11316         * gst/playback/gstplaybasebin.c:
11317         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11318           Handle double disposals, and proper change of URIs.
11319
11320 2004-09-13  Martin Eikermann <meiker@upb.de>
11321
11322         * gst/mpegstream/gstmpegparse.c:
11323           fix synchronistation for streams recorded from digital PCR
11324           fixes bug #119376
11325
11326 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11327
11328         * ext/gnomevfs/Makefile.am:
11329         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11330         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11331         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11332         (gst_gnomevfssink_uri_get_type),
11333         (gst_gnomevfssink_uri_get_protocols),
11334         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11335         (gst_gnomevfssink_uri_handler_init),
11336         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11337         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11338         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11339         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11340         (gst_gnomevfssrc_uri_get_type),
11341         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11342         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11343         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11344         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11345         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11346         * ext/gnomevfs/gstgnomevfsuri.h:
11347           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11348           of fake URIs to see which this version of Gnome-VFS likes, and
11349           uses that for the Gst-URI interface. Makes playbin support http://
11350           streams. Also fix up some stupid behaviour in gnomevfssrc.
11351
11352 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11353
11354         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11355         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11356         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11357         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11358           Update mixer (to sync with other sessions) if we try to obtain
11359           a new value. This makes alsamixer work accross applications.
11360         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11361           Only call sync functions if we're running, else alsalib asserts.
11362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11363           Sometimes fails to compile. Possibly a gcc bug.
11364         * gst/playback/gstplaybin.c: (gen_video_element),
11365         (gen_audio_element):
11366           Add a reference to an application-provided object, because we lose
11367           this same reference if we add it to the bin. If we don't do this,
11368           we can only use this object once and thus crash if we go from
11369           ready to playing, back to ready and back to playing again.
11370           Also add an audioscale element because several cheap soundcards -
11371           like mine - don't support all samplerates.
11372         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11373         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11374           Fix wrong order or PAR calls. Makes automatically obtained PAR
11375           from the X server atually being used.
11376
11377 2004-09-12  David Schleef  <ds@schleef.org>
11378
11379         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11380         #151887, #152102, #152247.
11381         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11382         * examples/seeking/cdparanoia.c: same
11383         * examples/seeking/cdplayer.c: same
11384         * examples/seeking/seek.c: same
11385         * examples/seeking/spider_seek.c: same
11386         * examples/seeking/vorbisfile.c: same
11387         * examples/stats/mp2ogg.c: same
11388         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11389         (gst_esdsink_dispose): Dispose of element properly.
11390         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11391         fixes.
11392         * ext/nas/nassink.c: (gst_nassink_class_init),
11393         (gst_nassink_dispose): Dispose of element correctly.
11394         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11395         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11396         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11397         Fix 64-bit warning.
11398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11399         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11400         Fix 64-bit warning.
11401
11402 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11403
11404         * configure.ac : change speex detection as 1.1.6 now uses
11405           .pc/pkg-config and they changed their headers location.
11406
11407 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11408
11409         * gst/matroska/matroska-mux.h:
11410         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11411         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11412         (gst_matroska_mux_write_data):
11413           Write multiple blocks/frames per cluster.
11414                 Write meta-seek information (seek heads).
11415
11416 2004-09-09  Scott Wheeler <wheeler@kde.org>
11417
11418         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11419         (gst_play_bin_set_property), (gst_play_bin_get_property),
11420         (gen_audio_element), (gen_audio_element):
11421           Add a volume element / property to the pipeline.
11422
11423 2004-09-07  Wim Taymans  <wim@fluendo.com>
11424
11425         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11426         Copy timestamps from the master pad to the output buffers.
11427
11428 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11429
11430         * ext/raw1394/gstdv1394src.c:
11431           throw errors when applicable
11432
11433 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11434
11435         * gst/matroska/ebml-ids.h:
11436         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11437         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11438         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11439           automatically convert unix time <-> ebml time when reading/writing
11440           a date, use gst_ebml_write_uint to write CUETIME,
11441           not gst_ebml_write_date.
11442         * gst/matroska/matroska-ids.h:
11443         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11444         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11445         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11446         (gst_matroska_mux_write_data):
11447           Write track and segment UIDs, write muxing date, write
11448           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11449           Create cues for audio only files.
11450
11451 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11452
11453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11454         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11455           Re-commit ALSA switches.
11456         * gst/adder/gstadder.c: (gst_adder_loop):
11457           64-bit fix (#151416).
11458         * gst/debug/progressreport.c: (gst_progressreport_report):
11459           64-bit fix (#151419).
11460         * gst/matroska/matroska-demux.c:
11461         (gst_matroska_demux_parse_contents):
11462           64-bit fix (#151420).
11463         * gst/playback/test3.c: (update_scale):
11464           64-bit fix (#151421).
11465
11466 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * configure.ac:
11469           bump nano to cvs
11470
11471 === release 0.8.4 ===
11472
11473 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11474
11475         * configure.ac: releasing 0.8.4, "Alias"
11476
11477 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11478
11479         * ext/theora/Makefile.am:
11480           fix makefile.  Fixes #151462.
11481
11482 2004-08-30  Wim Taymans  <wim@fluendo.com>
11483
11484         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11485         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11486         (gst_multifdsink_remove_client_link),
11487         (gst_multifdsink_client_queue_buffer),
11488         (gst_multifdsink_handle_client_write):
11489         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11490         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11491         Fix some memory leaks.
11492
11493 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11494
11495         Patch by: David Schleef
11496
11497         * configure.ac:
11498         * sys/Makefile.am:
11499           rename our detection macro for V4L2.  Fixes #151236.
11500
11501 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11502
11503         Patch by: David Schleef
11504
11505         * configure.ac:
11506           check to define LAMEPRESET.  Fixes #151232.
11507
11508 2004-08-27  David Schleef  <ds@schleef.org>
11509
11510         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11511         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11512         (gst_glimagesink_fixate):  Move local variable declarations to
11513         make gcc-2.95 happy.
11514
11515 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11516
11517         * configure.ac:
11518           bump nano for prerelease
11519
11520 2004-08-27  David Schleef  <ds@schleef.org>
11521
11522         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11523         * sys/sunaudio/gstsunaudiosrc.c:
11524         * sys/sunaudio/gstsunaudiosrc.h:
11525
11526 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11527
11528         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11529         handle EOS correctly
11530         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11531         * gst/matroska/matroska-mux.h:
11532         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11533         VFW compatibility mode
11534
11535 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11536
11537         patch by: Zaheer Abbas Merali
11538
11539         * ext/ogg/gstoggmux.c:
11540         * ext/vorbis/vorbisenc.c:
11541         * ext/vorbis/vorbisenc.h:
11542           handle NEWMEDIA
11543
11544 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11545
11546         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11547         fix byte order reversion on little endian machines.
11548         * gst/matroska/matroska-mux.c: (audiosink_templ),
11549         (gst_matroska_mux_audio_pad_link):
11550         add TTA codec to the list of supported codecs.
11551         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11552         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11553         (gst_matroska_mux_write_data):
11554         * gst/matroska/matroska-mux.h:
11555         write segment duration correctly, write muxing app string, fixes bugs
11556         #140897 and #140898.
11557         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11558         wait for all pads to be negotiated before starting to mux.
11559
11560 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11561
11562         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11563         * ext/lame/gstlame.h:
11564         Added new media support to lame
11565
11566 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11567
11568         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11569         send vorbis headers at the beginning of a stream, fixes bug #141554.
11570         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11571         bug #148950.
11572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11573         (gst_matroska_demux_plugin_init):
11574         * gst/matroska/matroska-ids.h:
11575         enable demuxing of TTA audio streams, fixes bug #148951.
11576         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11577         enable typefinding for TTA audio files, fixes bug #148711.
11578         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11579         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11580         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11581
11582 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11583
11584         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11585         (gst_riff_read_element_data), (gst_riff_read_seek),
11586         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11587         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11588         <teuf@gnome.org>
11589
11590 2004-08-23 Iain <iaingnome@gmail.com>
11591
11592         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11593         tags. They appear to be handled differently to normal.
11594         (tag_list_to_id3_tag_foreach): Ditto.
11595
11596 2004-08-22  Wim Taymans  <wim@fluendo.com>
11597
11598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11599         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11600         Make sure we never send -1 granulepos.
11601
11602 2004-08-20  Wim Taymans  <wim@fluendo.com>
11603
11604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11605         (gst_ogg_mux_loop):
11606         I will accept bitchslappings with non sharp objects.
11607
11608 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11609
11610         * configure.ac:
11611         Clean up the test for lame presets
11612
11613 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11614
11615         * configure.ac:
11616         * ext/lame/Makefile.am:
11617         * ext/lame/gstlame.c: (gst_lame_class_init),
11618         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11619         Only enable lame presets if version of lame has presets in API
11620
11621 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11622         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11623         * gst/udp/gstudpsrc.h:
11624           Don't call gst_pad_push in a get function. Fixes #150449
11625
11626 2004-08-18  Wim Taymans  <wim@fluendo.com>
11627
11628         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11629         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11630         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11631         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11632         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11633         (gst_fdset_wait):
11634         * gst/tcp/gstfdset.h:
11635         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11636         (gst_multifdsink_client_queue_buffer),
11637         (gst_multifdsink_handle_client_write):
11638         * gst/tcp/gstmultifdsink.h:
11639         Some extra checks in gstfdset.
11640         Only use send() when the fd is a socket. Don't try to
11641         read from write only fds.
11642
11643 2004-08-18  Wim Taymans  <wim@fluendo.com>
11644
11645         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11646         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11647         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11648         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11649         (gst_fdset_wait):
11650         Add more locking and bounds checking.
11651
11652 2004-08-18  Wim Taymans  <wim@fluendo.com>
11653
11654         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11655         Realloc test fdset in the lock and right before starting
11656         the poll call. Bump the limit to 4096.
11657
11658 2004-08-17  David Schleef  <ds@schleef.org>
11659
11660         * sys/sunaudio/Makefile.am:
11661         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11662         of rates and channels.  Make debugging less obnoxious.
11663
11664         Patch from Balamurali Viswanathan implementing a mixer for
11665         Sun audio.  (bug #144091):
11666         * sys/sunaudio/gstsunelement.c:
11667         * sys/sunaudio/gstsunelement.h:
11668         * sys/sunaudio/gstsunmixer.c:
11669         * sys/sunaudio/gstsunmixer.h:
11670
11671 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11672
11673         * gst/audioscale/gstaudioscale.c:
11674         * gst/audioscale/gstaudioscale.h:
11675         made audioscale resample from any sample rate to any sample rate
11676
11677 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11678
11679         * ext/libpng/gstpngdec.c:
11680           error out on unsupported types
11681
11682 2004-08-17  Iain <iaingnome@gmail.com>
11683
11684         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11685         mid_side and loose_mid_side properties if its a stereo stream.
11686
11687 2004-08-17  Wim Taymans  <wim@fluendo.com>
11688
11689         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11690         (theora_get_formats), (theora_dec_src_convert),
11691         (theora_dec_sink_convert), (theora_dec_src_query),
11692         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11693         Add a debug line.
11694
11695 2004-08-17  Wim Taymans  <wim@fluendo.com>
11696
11697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11698         (gst_ogg_pad_push):
11699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11700         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11701         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11702         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11703         Mark delta units in the muxer.
11704         Try to decode the packet after an out-of-sync error from
11705         libogg.
11706
11707 2004-08-17  Wim Taymans  <wim@fluendo.com>
11708
11709         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11710         (gst_multifdsink_init), (gst_multifdsink_add),
11711         (gst_multifdsink_client_queue_buffer),
11712         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11713         * gst/tcp/gstmultifdsink.h:
11714         Added option to send a keyframe to clients as the first buffer.
11715         Make timeout property writable.
11716
11717 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11718
11719         patch by: Wim Taymans
11720
11721         * gst/tcp/gstfdset.c:
11722         * gst/tcp/gstmultifdsink.c:
11723           fix index comparison, should include 0
11724
11725 2004-08-16  Wim Taymans  <wim@fluendo.com>
11726
11727         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11728         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11729         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11730         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11731         (gst_fdset_wait):
11732           copy when reallocing for poll so the select arguments don't get
11733           changed during the call
11734
11735 2004-08-16  Wim Taymans  <wim@fluendo.com>
11736
11737         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11738         (gst_theora_enc_class_init), (theora_enc_sink_link),
11739         (theora_buffer_from_packet), (theora_enc_chain):
11740         Fix bug where buffers were not marked as keyframes
11741         correctly.
11742
11743 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11744
11745         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11746         (gst_lame_preset_get_type), (gst_lame_class_init):
11747         describe the enum values for vbr mode and presets more verbosely
11748
11749 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11750
11751         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11752         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11753         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11754         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11755         * ext/lame/gstlame.h:
11756         add preset property to lame so it can use lame presets
11757
11758 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11759
11760         * ext/lame/gstlame.c: (gst_lame_get_property):
11761         whoops forgot break, thanks teuf
11762
11763 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11764
11765         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11766         (gst_lame_class_init), (gst_lame_src_getcaps),
11767         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11768         (gst_lame_get_property), (gst_lame_setup):
11769         * ext/lame/gstlame.h:
11770         fix lame's broken vbr stuff, allow it to resample if need be, and also
11771         make xing header optional
11772
11773 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11774
11775         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11776         added getcaps function so samplerate doesnt get fixated to silly values
11777
11778 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11779
11780         * ext/lame/gstlame.c: (gst_lame_src_link):
11781         revert previous fix
11782
11783 2004-08-12  Johan Dahlin  <johan@gnome.org>
11784
11785         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11786         checks. Doesn't matter what state we are in. Interfaces are a
11787         compile time thing, not runtime. It also broke the python bindings.
11788
11789 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11790
11791         * ext/lame/gstlame.c: (gst_lame_src_link):
11792         made source pad link function check if sinkpad is ok..fixes the problem
11793         where core fixates the output rate of lame stupidly
11794
11795 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11796
11797         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11798         * sys/v4l/v4l_calls.c:
11799         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11800           fix fixate function to handle nonsimple caps.
11801           remove bogus check in _link
11802           cleanups
11803
11804 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11805
11806         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11807         set default compression ratio parameter to 0.0 so bitrate parameter
11808         works :)
11809
11810 2004-08-11  David Schleef  <ds@schleef.org>
11811
11812         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11813
11814 2004-08-11  David Schleef  <ds@schleef.org>
11815
11816         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11817         before.
11818
11819 2004-08-11  David Schleef  <ds@schleef.org>
11820
11821         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11822
11823 2004-08-11  David Schleef  <ds@schleef.org>
11824
11825         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11826           license field
11827         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11828         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11829           LGPL.
11830         * gst/auparse/gstauparse.c: Fix plugin license field.
11831         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11832         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11833         * gst/rtp/gstrtp.c: Fix plugin license field.
11834
11835 2004-08-11  Wim Taymans  <wim@fluendo.com>
11836
11837         * gst/tcp/Makefile.am:
11838         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11839         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11840         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11841         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11842         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11843         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11844         (gst_fdset_fd_can_write), (gst_fdset_wait):
11845         * gst/tcp/gstfdset.h:
11846         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11847         (gst_multifdsink_class_init), (gst_multifdsink_init),
11848         (gst_multifdsink_add), (gst_multifdsink_remove),
11849         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11850         (gst_multifdsink_remove_client_link),
11851         (gst_multifdsink_handle_client_read),
11852         (gst_multifdsink_client_queue_data),
11853         (gst_multifdsink_client_queue_caps),
11854         (gst_multifdsink_client_queue_buffer),
11855         (gst_multifdsink_handle_client_write),
11856         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11857         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11858         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11859         (gst_multifdsink_close):
11860         * gst/tcp/gstmultifdsink.h:
11861         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11862         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11863         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11864         (gst_tcpserversink_close):
11865         * gst/tcp/gsttcpserversink.h:
11866         Abstracted away the select call, implemented poll (yes we ran into
11867         the 1024 limit in production).
11868
11869 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11870
11871         * gst/tcp/gsttcp.c:
11872         * gst/tcp/gsttcpplugin.c:
11873           improve debuggging, remove assert
11874
11875 2004-08-10  Wim Taymans  <wim@fluendo.com>
11876
11877         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11878         (gst_client_status_get_type), (gst_multifdsink_class_init),
11879         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11880         (gst_multifdsink_handle_client_read),
11881         (gst_multifdsink_handle_client_write),
11882         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11883         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11884         (gst_multifdsink_get_property):
11885         * gst/tcp/gstmultifdsink.h:
11886         * gst/tcp/gsttcp-marshal.list:
11887         Starting to prepare for specifying buffer time in other units
11888         than buffers. Expose remove reason in signal.
11889
11890 2004-08-10  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11893         (gst_multifdsink_remove), (gst_multifdsink_clear),
11894         (gst_multifdsink_remove_client_link),
11895         (gst_multifdsink_handle_client_read),
11896         (gst_multifdsink_client_queue_data),
11897         (gst_multifdsink_client_queue_buffer),
11898         (gst_multifdsink_handle_client_write),
11899         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11900         (gst_multifdsink_chain), (gst_multifdsink_close):
11901         * gst/tcp/gstmultifdsink.h:
11902         Added more debugging info. Changed the way clients are
11903         removed from the lists. Fixed a bug where a bad file descriptor
11904         could cause many clients to be removed.
11905
11906 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11907
11908         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11909           allow all pixel-aspect-ratios, not just 1:1
11910
11911 2004-08-09  David Schleef  <ds@schleef.org>
11912
11913         * sys/glsink/ARB_multitexture.h:  Remove old files.
11914         * sys/glsink/EXT_paletted_texture.h:
11915         * sys/glsink/NV_register_combiners.h:
11916         * sys/glsink/gstgl_nvimage.c:
11917         * sys/glsink/gstgl_pdrimage.c:
11918         * sys/glsink/gstgl_rgbimage.c:
11919         * sys/glsink/gstglsink.c:
11920         * sys/glsink/gstglsink.h:
11921         * sys/glsink/gstglxwindow.c:
11922         * sys/glsink/regcomb_yuvrgb.c:
11923
11924 2004-08-09  David Schleef  <ds@schleef.org>
11925
11926         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11927         GL sink plugin.  (Bug #147302)
11928
11929         * configure.ac: Test for OpenGL
11930         * sys/Makefile.am: Use test for OpenGL
11931         * sys/glsink/Makefile.am:
11932         * sys/glsink/glimagesink.c: rewrite
11933         * sys/glsink/glimagesink.h: rewrite
11934
11935 2004-08-09  David Schleef  <ds@schleef.org>
11936
11937         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11938         sane framerates.
11939         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11941         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11942
11943 2004-08-09  Wim Taymans  <wim@fluendo.com>
11944
11945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11946         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11947         (gst_multifdsink_client_remove),
11948         (gst_multifdsink_handle_client_read),
11949         (gst_multifdsink_handle_client_write),
11950         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11951         Do a bit more logging, make the client_read code more robust.
11952
11953 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11954
11955         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11956         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11957         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11958         (gst_jpegdec_init), (gst_jpegdec_chain):
11959         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11960         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11961           cleanups, debugging fixes and memleak plugging
11962
11963 2004-08-09  Wim Taymans  <wim@fluendo.com>
11964
11965         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11966         (theora_get_formats), (theora_dec_src_convert),
11967         (theora_dec_sink_convert), (theora_dec_src_query),
11968         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11969         (theora_dec_change_state):
11970         Don't crash on missing header packets.
11971
11972 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11973
11974         * po/LINGUAS:
11975         * po/sq.po:
11976           Added Albanian translation (Laurent Dhima)
11977         * po/cs.po:
11978           updated
11979
11980 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11981
11982         * ext/lame/gstlame.c:
11983           fix/add debugging
11984
11985 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11986
11987         * sys/ximage/ximagesink.c:
11988         * sys/xvimage/xvimagesink.c:
11989           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11990
11991 2004-08-06  Wim Taymans  <wim@fluendo.com>
11992
11993         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11994         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11995         (gst_multifdsink_client_remove),
11996         (gst_multifdsink_handle_client_read),
11997         (gst_multifdsink_handle_client_write),
11998         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11999         Make sure we don't try to read more from a client that what
12000         ioctl says us or we deadlock.
12001
12002 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12003
12004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12005         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12006         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12007           decouple running_time and n_frames so it can handle changing
12008           framerate while running
12009
12010 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12011
12012         * po/nl.po:
12013         * po/sv.po:
12014           updated translations
12015
12016 2004-08-04  Benjamin Otte  <otte@gnome.org>
12017
12018         * gst/videotestsrc/gstvideotestsrc.c:
12019         (gst_videotestsrc_get_capslist), (generate_capslist),
12020         (plugin_init):
12021           generate the list of supported caps at startup and reuse it instead
12022           of always generating it
12023
12024 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12025
12026         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12027           whoops, last checkin broke normal build
12028
12029 2004-08-03  Benjamin Otte  <otte@gnome.org>
12030
12031         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12032         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12033         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12034         (gst_alsa_mixer_get_option):
12035         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12036         (dvdnavsrc_print_event):
12037         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12039         (gst_ogg_mux_pad_unlink):
12040         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12041         (gst_multipart_mux_pad_unlink):
12042         * gst/videofilter/gstvideobalance.c:
12043         (gst_videobalance_colorbalance_set_value):
12044         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12045         (gst_videomixer_pad_unlink):
12046         * po/uk.po:
12047         * sys/oss/gstossmixer.c:
12048         * sys/v4l/gstv4lcolorbalance.c:
12049         * sys/v4l/gstv4ltuner.c:
12050         * sys/v4l/v4lsrc_calls.c:
12051         * sys/v4l2/gstv4l2colorbalance.c:
12052         * sys/v4l2/gstv4l2tuner.c:
12053           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12054
12055 2004-08-03  Benjamin Otte  <otte@gnome.org>
12056
12057         * examples/dynparams/filter.c: (ui_control_create):
12058         * examples/gstplay/player.c: (print_tag):
12059         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12060         * ext/gdk_pixbuf/gstgdkanimation.c:
12061         (gst_gdk_animation_iter_may_advance):
12062         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12063         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12064         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12065         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12067         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12068         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12069         * gst/sine/demo-dparams.c: (main):
12070         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12071         * testsuite/alsa/formats.c: (create_pipeline):
12072         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12073           fixes for G_DISABLE_ASSERT and friends
12074         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12075         (mp3_type_frame_length_from_header), (mp3_type_find),
12076         (plugin_init):
12077           require mp3 typefinding to have at least MIN_HEADERS valid headers
12078           add typefinding for AAC adts files
12079
12080 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12081
12082         * sys/ximage/ximagesink.c:
12083         (gst_ximagesink_calculate_pixel_aspect_ratio):
12084         * sys/xvimage/xvimagesink.c:
12085         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12086         Make sure we calculate pixel-aspect-ratio using floating point maths
12087
12088 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12089
12090         * po/uk.po:
12091           updated translation
12092
12093 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12094
12095         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12097           add debugging for display PAR calculation
12098
12099 2004-08-02  David Schleef  <ds@schleef.org>
12100
12101         * configure.ac: Fix mikmod CFLAGS.
12102
12103 2004-07-27  Benjamin Otte  <otte@gnome.org>
12104
12105         * gst/audioscale/gstaudioscale.c:
12106         - fix templates to only support S16, it's the only format that works
12107         - make caps nego code use try_set_caps_nonfixed and fixation instead
12108         of try_set_caps twice, which is not nice for autopluggers
12109         - change rank to secondary, so autopluggers can pick it up after
12110         audioconvert
12111
12112 2004-08-02  Iain <iain@prettypeople.org>
12113
12114         * gst/interleave/interleave.c (interleave_init),
12115         (interleave_request_new_pad),
12116         (interleave_pad_removed),
12117         (interleave_buffered_loop): Use the real pad count, not the artificial
12118         one.
12119
12120 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12121
12122         * configure.ac: bump nano back to development
12123
12124 === release 0.8.3 ===
12125
12126 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12127
12128         * configure.ac: releasing 0.8.3, "Water"
12129
12130 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12131
12132         * sys/xvimage/xvimagesink.c:
12133         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12134         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12135         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12136         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12137         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12138         * sys/xvimage/xvimagesink.h:
12139           apply similar PAR fixes as to ximagesink
12140
12141 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12142
12143         patch from: Benjamin Otte
12144
12145         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12146           add link function to lame.  Fixes #148986.
12147
12148 2004-08-02  Johan Dahlin  <johan@gnome.org>
12149
12150         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12151         fix debugging log
12152
12153 2004-07-30  David Schleef  <ds@schleef.org>
12154
12155         * gst/videomixer/Makefile.am: Fix things that should have been
12156         fixed in the last checkin.
12157
12158 2004-07-30  David Schleef  <ds@schleef.org>
12159
12160         * gst/multipart/Makefile.am: Fix things that should have been
12161         fixed in the last checkin.
12162
12163 2004-07-30  David Schleef  <ds@schleef.org>
12164
12165         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12166
12167 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12168
12169         * configure.ac:
12170           bump nano for prerelease
12171         * po/af.po:
12172         * po/az.po:
12173         * po/cs.po:
12174         * po/en_GB.po:
12175         * po/hu.po:
12176         * po/nl.po:
12177         * po/sr.po:
12178         * po/sv.po:
12179         * po/uk.po:
12180           updates
12181
12182 2004-07-30  Wim Taymans  <wim@fluendo.com>
12183
12184         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12185         (gst_multifdsink_add), (gst_multifdsink_remove),
12186         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12187         (gst_multifdsink_client_remove),
12188         (gst_multifdsink_handle_client_write),
12189         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12190         * gst/tcp/gstmultifdsink.h:
12191         Recover from a select with a bad file descriptor by removing
12192         the client.
12193
12194 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12195
12196         * configure.ac:
12197           fix requirement of core
12198         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12199         (gst_play_pipeline_setup):
12200           don't use colorspace element.  do use hermescolorspace element.
12201           make macro to get a colorspace element.
12202           mark strings for translation.
12203         * po/POTFILES.in:
12204           add play.c
12205         * po/af.po:
12206         * po/az.po:
12207         * po/cs.po:
12208         * po/en_GB.po:
12209         * po/hu.po:
12210         * po/nl.po:
12211         * po/sr.po:
12212         * po/sv.po:
12213         * po/uk.po:
12214           update translations
12215
12216 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12217
12218         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12219         fix default for newmedia flag
12220
12221 2004-07-30  Wim Taymans  <wim@fluendo.com>
12222
12223         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12224         (gst_theora_dec_init), (theora_get_formats),
12225         (theora_dec_src_convert), (theora_dec_sink_convert),
12226         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12227         (theora_dec_chain), (theora_dec_set_property),
12228         (theora_dec_get_property):
12229         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12230         (gst_theora_enc_class_init), (gst_theora_enc_init),
12231         (theora_enc_sink_link), (theora_enc_chain),
12232         (theora_enc_set_property), (theora_enc_get_property):
12233         Added cropping option to theora decoder.
12234         Added border option to theora encoder.
12235
12236 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12237
12238         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12239         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12240         (gst_pngenc_set_property):
12241         * ext/libpng/gstpngenc.h:
12242         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
12243
12244 2004-07-30  Wim Taymans  <wim@fluendo.com>
12245
12246         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12247         (theora_enc_sink_link), (theora_enc_chain),
12248         (theora_enc_set_property), (theora_enc_get_property):
12249         Fix encoding of non-multiple-of-16 video.
12250
12251 2004-07-29  David Schleef  <ds@schleef.org>
12252
12253         * configure.ac: make test for audiofile more strict
12254
12255 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12256
12257         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12258           give different names to typefind functions
12259
12260 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12261
12262         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12263         (gst_ximagesink_calculate_pixel_aspect_ratio),
12264         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12265         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12266         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12267         (gst_ximagesink_get_property), (gst_ximagesink_init):
12268         * sys/ximage/ximagesink.h:
12269           allocate PAR's dynamically.
12270           use autodetected PAR if no object-set PAR is given.
12271           add workaround for directfb's X not setting physical size.
12272           fix to xvimagesink will follow tomorrow.
12273
12274 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12275
12276         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12277         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12278         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12279         (gst_shout2send_class_init), (gst_shout2send_init),
12280         (set_shout_metadata), (gst_shout2send_set_metadata),
12281         (gst_shout2send_chain), (gst_shout2send_set_property),
12282         (gst_shout2send_get_property), (gst_shout2send_connect),
12283         (gst_shout2send_change_state):
12284         * ext/shout2/gstshout2.h:
12285         - fix for sending mp3 audio to icecast2 server, if pad link function not
12286         called before PAUSED state
12287         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12288         - added tagging support for mp3 audio broadcasted
12289         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12290         debug info
12291
12292 2004-07-28  Wim Taymans  <wim@fluendo.com>
12293
12294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12295         (gst_ogg_demux_push):
12296         Return query failure when we don't know the length of
12297         an ogg stream insteda of returning TRUE with a bogus value.
12298
12299 2004-07-28  Wim Taymans  <wim@fluendo.com>
12300
12301         * ext/theora/theoradec.c: (theora_get_formats),
12302         (theora_dec_src_convert), (theora_dec_sink_convert),
12303         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12304         (theora_dec_chain):
12305         Don't screw up the 1 Chroma for 1 luma sample situation when we
12306         have an odd offset/width by adding a black border in those cases.
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         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12315         Added first attempt at cropping of the image as required by the
12316         theora spec. We need more properties in the caps (offset_x,
12317         offset_y,stride) to implement this correctly.
12318
12319 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12320
12321         * ext/dvdnav/README:
12322           Update the README to use dvddemux
12323         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12324           Ensure getcaps returns a subset of the template caps
12325         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12326         (gst_mpeg2subt_init):
12327           Ensure getcaps returns a subset of the template caps
12328         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12329         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12330         (gst_dvd_demux_get_subpicture_stream),
12331         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12332         * gst/mpegstream/gstdvddemux.h:
12333           Set the explicit caps on the current_video pad before pushing
12334           anything
12335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12336         (gst_mpeg_demux_get_audio_stream):
12337           Free caps used to gst_pad_set_explicit_caps, which takes a const
12338           GstCaps *
12339
12340 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12341
12342         * configure.ac: update GStreamer requirement to 0.8.4 because of
12343           GstFraction.
12344
12345 2004-07-28  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12348         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12349         Add the pad to the element after setting up the caps. This
12350         makes it a lot easier to autoplug.
12351
12352 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12353
12354         * gst/median/gstmedian.c:
12355         * gst/mpeg2subt/gstmpeg2subt.c:
12356         * gst/mpegaudioparse/gstmpegaudioparse.c:
12357         * gst/mpegstream/gstdvddemux.c:
12358         * gst/mpegstream/gstmpegdemux.c:
12359         * gst/mpegstream/gstmpegpacketize.c:
12360         * gst/rtjpeg/gstrtjpeg.c:
12361         * gst/rtjpeg/gstrtjpegdec.c:
12362         * gst/rtjpeg/gstrtjpegenc.c:
12363         * gst/sine/gstsinesrc.c:
12364         * gst/smooth/gstsmooth.c:
12365         * gst/smpte/gstsmpte.c:
12366         * gst/smpte/gstsmpte.h:
12367         * gst/stereo/gststereo.c:
12368         * gst/videofilter/gstgamma.c:
12369         * gst/videofilter/gstvideobalance.c:
12370         * gst/videofilter/gstvideofilter.c:
12371         * gst/videofilter/gstvideoflip.c:
12372         * gst/videoscale/gstvideoscale.c:
12373         * gst/videoscale/videoscale.c:
12374         * gst/videotestsrc/gstvideotestsrc.c:
12375         * gst/videotestsrc/videotestsrc.c:
12376         * gst/wavenc/gstwavenc.c:
12377         * gst/wavparse/gstwavparse.c:
12378           fix local includes and 64 bits constants
12379
12380 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12381
12382         * win32/gst.sln:
12383         * gst-libs/gst/*/*.vcproj:
12384         * gst/*/*.vcproj:
12385           more working plugins
12386
12387 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12388
12389         * testsuite/alsa/Makefile.am:
12390         * testsuite/alsa/srcstate.c:
12391         add test for alsasrc changing state
12392
12393 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12394
12395         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12396         (gst_silence_get):
12397         * gst/silence/gstsilence.h:
12398         fix silence generation for 16bit raw audio
12399
12400 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12401
12402         * gst/matroska/matroska-demux.c:
12403         (gst_matroska_demux_parse_metadata),
12404         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12405         * gst/mpegaudio/common.c:
12406         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12407         (gst_videoscale_getcaps), (gst_videoscale_link),
12408         (gst_videoscale_src_fixate), (gst_videoscale_init),
12409         (gst_videoscale_finalize):
12410         * gst/videoscale/gstvideoscale.h:
12411         * gst/videotestsrc/gstvideotestsrc.c:
12412         (gst_videotestsrc_get_capslist):
12413         * gst/wavenc/gstwavenc.c:
12414         * sys/oss/gstossmixer.c: (fill_labels):
12415         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12416         (gst_ximagesink_handle_xevents),
12417         (gst_ximagesink_calculate_pixel_aspect_ratio),
12418         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12419         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12420         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12421         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12422         (gst_ximagesink_init), (gst_ximagesink_class_init):
12423         * sys/ximage/ximagesink.h:
12424         * sys/xvimage/xvimagesink.c:
12425         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12426         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12427         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12428         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12429         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12430         * sys/xvimage/xvimagesink.h:
12431           first batch of pixel aspect ratio commits.
12432
12433 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12434
12435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12436         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12437         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12438           handle stride, needs work if we want to move stride handling
12439           upstream, but works correctly for our purposes.
12440
12441 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * gst/videoscale/README:
12444           add testing examples
12445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12446         (gst_videoscale_chain):
12447         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12448         (gst_videoscale_get_size):
12449           add get_size function that handles stride like videotestsrc.
12450           fixes conversion for YUV formats for as much as I can test them.
12451
12452 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12453
12454         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12455         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12457         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12458         (gst_xvimagesink_xvimage_put):
12459           further cleanups, logging, error handling and synchronizing
12460
12461 2004-07-27  Wim Taymans  <wim@fluendo.com>
12462
12463         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12464         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12465         (gst_videomixer_pad_set_property),
12466         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12467         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12468         (gst_videomixer_class_init), (gst_videomixer_init),
12469         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12470         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12471         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12472         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12473         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12474         (gst_videomixer_loop), (plugin_init):
12475         Be a nicer negotiation citizen and provide a getcaps function on
12476         the srcpad. This also fixes a crash when resizing.
12477
12478 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12479
12480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12481         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12482
12483 2004-07-27  Wim Taymans  <wim@fluendo.com>
12484
12485         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12486         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12487         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12488         (gst_pngenc_set_property):
12489         * ext/libpng/gstpngenc.h:
12490         Added snapshot property to pngenc.
12491         removed g_print from pngdec
12492
12493 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12494
12495         * gst/ac3parse/ac3parse.vcproj
12496         * gst/adder/adder.vcproj
12497         * gst/alpha/alpha.vcproj
12498         * gst/alpha/alphacolor.vcproj
12499         * gst/asfdemux/asf.vcproj
12500         * gst/audioconvert/audioconvert.vcproj
12501         * gst/audiorate/audiorate.vcproj
12502         * gst/audioscale/audioscale.vcproj
12503         * gst/auparse/auparse.vcproj
12504         * gst/avi/avi.vcproj
12505         * gst/cdxaparse/cdxaparse.vcproj
12506         * gst/chart/chart.vcproj
12507         * gst/colorspace/colorspace.vcproj
12508         * gst/cutter/cutter.vcproj
12509         * gst/debug/debug.vcproj
12510         * gst/debug/efence.vcproj
12511         * gst/debug/navigationtest.vcproj
12512         * gst/deinterlace/deinterlace.vcproj
12513         * gst/effectv/effectv.vcproj
12514         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12515         * gst/filter/filter.vcproj
12516         * gst/flx/flxdec.vcproj
12517         * gst/goom/goom.vcproj
12518         * gst/interleave/interleave.vcproj
12519         * gst/law/alaw.vcproj
12520         * gst/law/mulaw.vcproj
12521         * gst/matroska/matroska.vcproj
12522         * gst/median/median.vcproj
12523         * gst/mixmatrix/mixmatrix.vcproj
12524         * gst/mpeg1sys/mpeg1systemencode.vcproj
12525         * gst/mpeg1videoparse/mp1videoparse.vcproj
12526         * gst/mpeg2sub/mpeg2subt.vcproj
12527         * gst/mpegaudio/mpegaudio.vcproj
12528         * gst/mpegaudioparse/mpegaudioparse.vcproj
12529         * gst/mpegstream/mpegstream.vcproj
12530         * gst/multifilesink/multifilesink.vcproj
12531         * gst/multipart/multipart.vcproj
12532         * gst/oneton/oneton.vcproj
12533         * gst/overlay/overlay.vcproj
12534         * gst/passthrough/passthrough.vcproj
12535         * gst/qtdemux/qtdemux.vcproj
12536         * gst/realmedia/rmdemux.vcproj
12537         * gst/rtjpeg/rtjpeg.vcproj
12538         * gst/rtp/rtp.vcproj
12539         * gst/silence/silence.vcproj
12540         * gst/sine/sinesrc.vcproj
12541         * gst/smooth/smooth.vcproj
12542         * gst/smpte/smpte.vcproj
12543         * gst/spectrum/spectrum.vcproj
12544         * gst/speed/speed.vcproj
12545         * gst/stereo/stereo.vcproj
12546         * gst/switch/switch.vcproj
12547         * gst/tags/tagedit.vcproj
12548         * gst/tcp/tcp.vcproj
12549         * gst/typefind/typefindfunctions.vcproj
12550         * gst/udp/udp.vcproj
12551         * gst/videobox/videobox.vcproj
12552         * gst/videocrop/videocrop.vcproj
12553         * gst/videodrop/videodrop.vcproj
12554         * gst/videofilter/gamma.vcproj
12555         * gst/videofilter/videobalance.vcproj
12556         * gst/videofilter/videofilter.vcproj
12557         * gst/videofilter/videoflip.vcproj
12558         * gst/videoflip/videoflip.vcproj
12559         * gst/videomixer/videomixer.vcproj
12560         * gst/videorate/videorate.vcproj
12561         * gst/videoscale/videoscale.vcproj
12562         * gst/videotestsrc/videotestsrc.vcproj
12563         * gst/virtualdub/virtualdub.vcproj
12564         * gst/volenv/volenv.vcproj
12565         * gst/volume/volume.vcproj
12566         * gst/wavenc/wavenc.vcproj
12567         * gst/wavparse/wavparse.vcproj
12568         * gst/y4m/y4menc.vcproj
12569         * gst-libs/gst/audio/audio.vcproj
12570         * gst-libs/gst/audio/audiofilter.vcproj
12571         * gst-libs/gst/colorbalance/colorbalance.vcproj
12572         * gst-libs/gst/idct/idtc.vcproj
12573         * gst-libs/gst/media-info/media-info.vcproj
12574         * gst-libs/gst/mixer/mixer.vcproj
12575         * gst-libs/gst/navigation/navigation.vcproj
12576         * gst-libs/gst/play/play.vcproj
12577         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12578         * gst-libs/gst/resample/resample.vcproj
12579         * gst-libs/gst/riff/riff.vcproj
12580         * gst-libs/gst/tuner/tuner.vcproj
12581         * gst-libs/gst/video/video.vcproj
12582         * gst-libs/gst/xoverlay/xoverlay.vcproj
12583           avoid problems with math.h, fix release dependancy
12584           rename GStreamer-0.8.lib to libgstreamer.lib
12585
12586 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12587
12588         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12590         the atom is not available we have to unlock the mutex. Fixes #148023
12591
12592 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12593
12594         * gst-libs/gst/media-info/media-info.h:
12595           issue for a vararg macro with MSVC
12596
12597 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12598
12599         * gst/effectv/effectv.vcproj
12600         * gst-libs/gst/idct/idct.vcproj:
12601         * gst-libs/gst/media-info/media-info.vcproj:
12602         * gst-libs/gst/navigation/navigation.vcproj:
12603         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12604         * gst-libs/gst/video/video.vcproj:
12605         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12606           fixes for build problems
12607
12608 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12609
12610         * gst-libs/gst/audio/audio.def:
12611         * gst-libs/gst/audio/riff.def:
12612           add some definitions needed by plugins
12613
12614 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12615
12616         * gst/asfdemux/gstasfmux.c
12617           Fix some 64 bits constants to be glib friendly
12618
12619 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12620
12621         * gst/ac3parse/gstac3parse.c
12622         * gst/audioscale/gstaudioscale.c
12623         * gst/auparse/gstauparse.c
12624         * gst/colorspace/gstcolorspace.c
12625         * gst/colorspace/yuv2rgb.h
12626           local include fixes
12627
12628 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12629
12630         * win32/gst.sln
12631           add more plugins to the build
12632
12633 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12634
12635         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12636         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12637
12638 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12639
12640         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12641         (gst_level_set_property), (gst_level_get_property),
12642         (gst_level_base_init), (gst_level_class_init):
12643           add debugging categories.  cleanups.
12644
12645 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12646
12647         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12648         (gst_videoscale_planar411), (gst_videoscale_planar400),
12649         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12650         (gst_videoscale_scale_nearest_str1),
12651         (gst_videoscale_scale_nearest_str2),
12652         (gst_videoscale_scale_nearest_str4),
12653         (gst_videoscale_scale_nearest_16bit),
12654         (gst_videoscale_scale_nearest_24bit):
12655           fixed stride issues
12656           tested with 320x240 -> 321, 322, 324 x240
12657           tested with YV12, I420, YUY2, UYVY
12658           fixed packed422rev (don't think it could have worked before)
12659           by testing with UYVY
12660
12661 2004-07-26  Benjamin Otte  <otte@gnome.org>
12662
12663         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12664         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12665         (plugin_init):
12666           add debugging category, add error checks like checking return values
12667           of setup calls, make sure it still works after
12668           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12669
12670 2004-07-26  Wim Taymans  <wim@fluendo.com>
12671
12672         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12673         (gst_mpeg_demux_get_audio_stream),
12674         (gst_mpeg_demux_process_private):
12675         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12676         Check for error codes from the negotiation functions. Make sure
12677         we really set the pad caps when a new pad is created.
12678
12679 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12680
12681         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12682         (gst_ffmpeg_caps_to_pix_fmt):
12683         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12685         (gst_ffmpegcolorspace_pad_link):
12686           don't make function do two things at the same time without reason.
12687
12688 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12689
12690         * gst/ac3parse/ac3parse.vcproj
12691         * gst/adder/adder.vcproj
12692         * gst/alpha/alpha.vcproj
12693         * gst/alpha/alphacolor.vcproj
12694         * gst/asfdemux/asf.vcproj
12695         * gst/audioconvert/audioconvert.vcproj
12696         * gst/audiorate/audiorate.vcproj
12697         * gst/audioscale/audioscale.vcproj
12698         * gst/auparse/auparse.vcproj
12699         * gst/avi/avi.vcproj
12700         * gst/cdxaparse/cdxaparse.vcproj
12701         * gst/chart/chart.vcproj
12702         * gst/colorspace/colorspace.vcproj
12703         * gst/cutter/cutter.vcproj
12704         * gst/debug/debug.vcproj
12705         * gst/debug/efence.vcproj
12706         * gst/debug/navigationtest.vcproj
12707         * gst/deinterlace/deinterlace.vcproj
12708         * gst/effectv/effectv.vcproj
12709         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12710         * gst/filter/filter.vcproj
12711         * gst/flx/flxdec.vcproj
12712         * gst/goom/goom.vcproj
12713         * gst/interleave/interleave.vcproj
12714         * gst/law/alaw.vcproj
12715         * gst/law/mulaw.vcproj
12716         * gst/matroska/matroska.vcproj
12717         * gst/median/median.vcproj
12718         * gst/mixmatrix/mixmatrix.vcproj
12719         * gst/mpeg1sys/mpeg1systemencode.vcproj
12720         * gst/mpeg1videoparse/mp1videoparse.vcproj
12721         * gst/mpeg2sub/mpeg2subt.vcproj
12722         * gst/mpegaudio/mpegaudio.vcproj
12723         * gst/mpegaudioparse/mpegaudioparse.vcproj
12724         * gst/mpegstream/mpegstream.vcproj
12725         * gst/multifilesink/multifilesink.vcproj
12726         * gst/multipart/multipart.vcproj
12727         * gst/oneton/oneton.vcproj
12728         * gst/overlay/overlay.vcproj
12729         * gst/passthrough/passthrough.vcproj
12730         * gst/qtdemux/qtdemux.vcproj
12731         * gst/realmedia/rmdemux.vcproj
12732         * gst/rtjpeg/rtjpeg.vcproj
12733         * gst/rtp/rtp.vcproj
12734         * gst/silence/silence.vcproj
12735         * gst/sine/sinesrc.vcproj
12736         * gst/smooth/smooth.vcproj
12737         * gst/smpte/smpte.vcproj
12738         * gst/spectrum/spectrum.vcproj
12739         * gst/speed/speed.vcproj
12740         * gst/stereo/stereo.vcproj
12741         * gst/switch/switch.vcproj
12742         * gst/tags/tagedit.vcproj
12743         * gst/tcp/tcp.vcproj
12744         * gst/typefind/typefindfunctions.vcproj
12745         * gst/udp/udp.vcproj
12746         * gst/videobox/videobox.vcproj
12747         * gst/videocrop/videocrop.vcproj
12748         * gst/videodrop/videodrop.vcproj
12749         * gst/videofilter/gamma.vcproj
12750         * gst/videofilter/videobalance.vcproj
12751         * gst/videofilter/videofilter.vcproj
12752         * gst/videofilter/videoflip.vcproj
12753         * gst/videoflip/videoflip.vcproj
12754         * gst/videomixer/videomixer.vcproj
12755         * gst/videorate/videorate.vcproj
12756         * gst/videoscale/videoscale.vcproj
12757         * gst/videotestsrc/videotestsrc.vcproj
12758         * gst/virtualdub/virtualdub.vcproj
12759         * gst/volenv/volenv.vcproj
12760         * gst/volume/volume.vcproj
12761         * gst/wavenc/wavenc.vcproj
12762         * gst/wavparse/wavparse.vcproj
12763         * gst/y4m/y4menc.vcproj
12764           more plugins supported under windows
12765
12766 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12767
12768         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12769         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12770         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12772         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12773           Add debugging statements.  Use the sizes as returned by the
12774           *CreateImage calls.
12775
12776 2004-07-26  Johan Dahlin  <johan@gnome.org>
12777
12778         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12779         the pad is negotiated.
12780
12781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12782
12783 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12784
12785         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12786         * gst-libs/gst/idct/idct.vcproj:
12787         * gst-libs/gst/media-info/media-info.vcproj:
12788         * gst-libs/gst/mixer/mixer.vcproj:
12789         * gst-libs/gst/navigation/navigation.vcproj:
12790         * gst-libs/gst/play/play.vcproj:
12791         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12792         * gst-libs/gst/resample/resample.vcproj:
12793         * gst-libs/gst/tuner/tuner.vcproj:
12794         * gst-libs/gst/video/video.vcproj:
12795         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12796           more plugins supported under windows
12797
12798 2004-07-25 Iain <iain@prettypeople.org>
12799
12800         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12801         pad now rather than when the pad is created because state changes wipe
12802         explicit caps (fixes #148043).
12803
12804 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12805
12806         reviewed by Benjamin Otte  <otte@gnome.org>
12807
12808         * ext/mad/gstmad.c:
12809           fix mad plugin crashing on Sun (fixes #148289)
12810
12811 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12812
12813         * gst/avi/avi.def:
12814         * gst/avi/avi.vcproj:
12815         * gst/matroska/matroska.def:
12816         * gst/matroska/matroska.vcproj:
12817           remove unused .def files
12818
12819 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12820
12821         * gst-libs/gst/audio/gstaudiofilter.c:
12822           Clean the local include
12823
12824 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12825
12826         * win32/gst.sln:
12827         * gst-libs/gst/audio/audio.def:
12828         * gst-libs/gst/audio/audio.vcproj:
12829         * gst-libs/gst/audio/audiofilter.vcproj:
12830         * gst-libs/gst/audio/riff.def:
12831         * gst-libs/gst/audio/riff.vcproj:
12832         * gst-libs/gst/gst-libs.def:
12833         * gst-libs/gst/gst-libs.vcproj:
12834         * gst/avi/avi.vcproj:
12835         * gst/avi/avi.vcproj:
12836           Copy the files where needed after building, cleaner projects
12837
12838 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12839
12840         * gst/matroska/ebml-write.c:
12841           Fix some 64 bits constants to be glib friendly
12842
12843 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12844
12845         * win32/gst.sln:
12846         * gst-libs/gst/gst-libs.def:
12847         * gst-libs/gst/gst-libs.vcproj:
12848         * gst/matroska/matroska.def:
12849         * gst/matroska/matroska.vcproj:
12850           Add the preliminary canvas to build plugins on Win32
12851
12852 2004-07-23  Benjamin Otte  <otte@gnome.org>
12853
12854         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12855           don't enfore negotiation from source side, it breaks
12856           sinesrc ! audioconvert ! osssink
12857
12858 2004-07-22  David Schleef  <ds@schleef.org>
12859
12860         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12861         for ELF files, since they can easily be recognized as audio/mpeg.
12862         (bug #147441)
12863
12864 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12865
12866         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12867         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12868         (gst_videoscale_scale_nearest_24bit),
12869         (gst_videoscale_scale_nearest_16bit):
12870           fix 16bit and 24bit for stride (24bit might need testing)
12871           don't pretend we do more than one algorithm
12872
12873 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12874
12875         * configure.ac:
12876         * gst/Makefile.am:
12877         * gst/multifilesink/Makefile.am:
12878         * gst/multifilesink/gstmultifilesink.c:
12879         (gst_multifilesink_get_formats),
12880         (gst_multifilesink_get_query_types), (_do_init),
12881         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12882         (gst_multifilesink_init), (gst_multifilesink_dispose),
12883         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12884         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12885         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12886         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12887         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12888         (gst_multifilesink_uri_get_type),
12889         (gst_multifilesink_uri_get_protocols),
12890         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12891         (gst_multifilesink_uri_handler_init), (plugin_init):
12892         * gst/multifilesink/gstmultifilesink.h:
12893         * testsuite/Makefile.am:
12894         * testsuite/multifilesink/Makefile.am:
12895         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12896         (gst_newmedia_class_init), (gst_newmedia_init),
12897         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12898         (newfile_signal), (test_signal), (main):
12899         multifilesink plugin for creating new files every time a new media
12900         discontinuity event occurs
12901
12902 2004-07-22  Wim Taymans  <wim@fluendo.com>
12903
12904         * gst/alpha/Makefile.am:
12905         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12906         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12907         (gst_alpha_color_init), (gst_alpha_color_set_property),
12908         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12909         (transform), (gst_alpha_color_chain),
12910         (gst_alpha_color_change_state), (plugin_init):
12911         Stupid plugin to to RGBA to AYUV conversion because none of
12912         the colorspace plugins can handle that yet.
12913
12914 2004-07-22  Wim Taymans  <wim@fluendo.com>
12915
12916         * examples/seeking/seek.c: (update_scale), (main):
12917         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12918         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12919         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12920         (gst_decode_bin_init), (gst_decode_bin_dispose),
12921         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12922         (no_more_pads), (close_link), (type_found),
12923         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12924         (plugin_init):
12925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12926         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12927         (gst_play_base_bin_dispose), (queue_overrun),
12928         (gen_preroll_element), (remove_prerolls), (unknown_type),
12929         (no_more_pads), (new_stream), (setup_source),
12930         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12931         (play_base_eos), (gst_play_base_bin_change_state),
12932         (gst_play_base_bin_add_element),
12933         (gst_play_base_bin_remove_element),
12934         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12935         (gst_play_base_bin_unlink_stream),
12936         (gst_play_base_bin_get_streaminfo):
12937         * gst/playback/gstplaybin.c: (gen_video_element),
12938         (gen_audio_element):
12939         * gst/playback/gststreaminfo.h:
12940         More playback updates, attempt to fix things after the state change
12941         breakage.
12942
12943 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12946         (gst_videoscale_scale_nearest_16bit):
12947           comment algorithm
12948
12949 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12950
12951         * gst/videotestsrc/gstvideotestsrc.c:
12952         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12953         (gst_videotestsrc_init), (gst_videotestsrc_get),
12954         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12955         (gst_videotestsrc_get_property):
12956         * gst/videotestsrc/gstvideotestsrc.h:
12957         * gst/videotestsrc/videotestsrc.c:
12958         * gst/videotestsrc/videotestsrc.h:
12959           cleanup and commenting
12960
12961 2004-07-21  Wim Taymans  <wim@fluendo.com>
12962
12963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12964         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12965         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12966         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12967         (_find_chain_get_unknown_part), (_find_streams_check),
12968         (gst_ogg_demux_push), (gst_ogg_pad_push):
12969         * ext/theora/theoradec.c: (theora_get_formats),
12970         (theora_dec_src_convert), (theora_dec_sink_convert),
12971         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12972         (theora_dec_chain):
12973         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12974         (vorbis_dec_convert), (vorbis_dec_src_query),
12975         (vorbis_dec_src_event), (vorbis_dec_event):
12976         More seeking fixes, oggdemux now supports seeking to time and
12977         uses the downstream element to convert granulepos to time.
12978         Seeking in theora-only ogg files now works.
12979
12980 2004-07-21  Wim Taymans  <wim@fluendo.com>
12981
12982         * ext/theora/theoradec.c: (gst_theora_dec_init),
12983         (theora_get_formats), (theora_get_event_masks),
12984         (theora_get_query_types), (theora_dec_src_convert),
12985         (theora_dec_sink_convert), (theora_dec_src_query),
12986         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12987         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12988         (vorbis_get_event_masks), (vorbis_get_query_types),
12989         (gst_vorbis_dec_init), (vorbis_dec_convert),
12990         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12991         Added query/convert/formats functions to vorbis and theora decoders
12992         so that the outside world can use them too. Fixed seeking on an
12993         ogg/theora/vorbis file by disabling the seeking seeking on the
12994         theora srcpad.
12995
12996 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12997
12998         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12999         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13000         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13001         images creation for both elements. We don't create the image on caps
13002         nego or renego, we just destroy the internal one if present if it does
13003         not match the needs. The chain function takes care of creating a new
13004         image when needed.
13005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13006         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13007         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13008         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13009         the image format information. The buffer pool checks for the context
13010         image format and discard images with different formats.
13011         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13012
13013 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13014
13015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13016         (gst_ffmpegcolorspace_chain):
13017           no point in doing any chaining if the pad we want to push from
13018           isn't usable.
13019
13020 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13021
13022         * gst-libs/gst/riff/riff-media.c:
13023         (gst_riff_create_audio_caps_with_data):
13024           Fix double end-to-native symbol conversion (#148021).
13025
13026 2004-07-20  David Schleef  <ds@schleef.org>
13027
13028         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13029         Don't use an Atom that doesn't exist.
13030
13031 2004-07-20  Wim Taymans  <wim@fluendo.com>
13032
13033         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13034         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13035         (gst_multifdsink_client_remove),
13036         (gst_multifdsink_handle_client_write),
13037         (gst_multifdsink_queue_buffer):
13038         * gst/tcp/gstmultifdsink.h:
13039         More multifdsink stats. Avoid deadlock by releasing locks
13040         before sending out a signal.
13041
13042 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13043
13044         * po/LINGUAS:
13045         * po/hu.po:
13046           added Hungarian translation (Laszlo Dvornik)
13047
13048 2004-07-20  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13051         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13052         (gst_multifdsink_handle_client_write),
13053         (gst_multifdsink_queue_buffer):
13054         * gst/tcp/gsttcp-marshal.list:
13055         Fixed the stupid marshal definition.
13056
13057 2004-07-20  Wim Taymans  <wim@fluendo.com>
13058
13059         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13060         (gst_multifdsink_init), (gst_multifdsink_add),
13061         (gst_multifdsink_client_remove),
13062         (gst_multifdsink_handle_client_write),
13063         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13064         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13065         (gst_multifdsink_init_send):
13066         * gst/tcp/gstmultifdsink.h:
13067         Added more stats, added timeout for a client, fixed some typos
13068         and added some comments.
13069
13070 2004-07-20  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13073         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13074         (gst_multifdsink_client_remove),
13075         (gst_multifdsink_handle_client_write):
13076         * gst/tcp/gstmultifdsink.h:
13077         * gst/tcp/gsttcp-marshal.list:
13078         Added get_stats method that returns a GValueArray of
13079         stats values.
13080
13081 2004-07-19  Benjamin Otte  <otte@gnome.org>
13082
13083         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13084           make sure longname, description and author are valid UTF-8
13085
13086 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13087
13088         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13089         (gst_ximagesink_set_property):
13090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13091         (gst_xvimagesink_set_property):
13092           make sure SYNCHRONOUS is respected after getting the X context
13093
13094 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13095
13096         * gst/matroska/matroska-demux.c:
13097         (gst_matroska_demux_handle_src_event),
13098         (gst_matroska_demux_parse_blockgroup):
13099         * gst/matroska/matroska-ids.h:
13100           add BlockReference tag and ignore it to clear out log.
13101           ignore NAVIGATION events to clear out log.
13102
13103 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13104
13105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13106         (gst_matroska_demux_add_stream):
13107         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13108           add debug categories
13109
13110 2004-07-16  Wim Taymans  <wim@fluendo.com>
13111
13112         * ext/libpng/Makefile.am:
13113         * ext/libpng/gstpng.c: (plugin_init):
13114         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13115         (gst_pngdec_get_type), (gst_pngdec_base_init),
13116         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13117         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13118         * ext/libpng/gstpngdec.h:
13119         Added png decoder.
13120
13121 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13122
13123         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13124         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13125         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13126         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13127         (gst_ximagesink_buffer_alloc):
13128         * sys/ximage/ximagesink.h:
13129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13130         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13131         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13132         (gst_xvimagesink_buffer_alloc):
13133         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13134         again. Using internal data pointer of the x(v)image to store image's
13135         data to be coherent with the buffer alloc mechanism. Investigated the
13136         image destruction code to be sure that everything gets freed correctly.
13137
13138 2004-07-16  Wim Taymans  <wim@fluendo.com>
13139
13140         * gst-libs/gst/riff/riff-read.c:
13141         (gst_riff_read_strf_vids_with_data),
13142         (gst_riff_read_strf_auds_with_data):
13143         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13144         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13145         Make sure we don't create 0 sized subbuffers in riff-read.
13146         Signal the no more pads signal after reading the avi header.
13147
13148 2004-07-16  Wim Taymans  <wim@fluendo.com>
13149
13150         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13151         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13152         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13153         (gst_decode_bin_init), (gst_decode_bin_dispose),
13154         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13155         (no_more_pads), (close_link), (type_found),
13156         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13157         (gst_decode_bin_change_state), (plugin_init):
13158         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13159         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13160         (gst_play_base_bin_dispose), (queue_overrun),
13161         (gen_preroll_element), (remove_prerolls), (unknown_type),
13162         (no_more_pads), (new_stream), (setup_source),
13163         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13164         (play_base_eos), (gst_play_base_bin_change_state),
13165         (gst_play_base_bin_add_element),
13166         (gst_play_base_bin_remove_element),
13167         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13168         (gst_play_base_bin_unlink_stream),
13169         (gst_play_base_bin_get_streaminfo):
13170         * gst/playback/gstplaybasebin.h:
13171         Better error recovery. Added configurable preroll queue size. Faster
13172         detection of no-more-pads.
13173
13174 2004-07-16  Wim Taymans  <wim@fluendo.com>
13175
13176         * gst-libs/gst/video/video.h:
13177         Added 32 bits RGBA. Not sure if we should use another mime-type
13178         for alpha rgb. Currently the presence of the alpha_mask property
13179         signals an alpha channel.
13180
13181 2004-07-16  Wim Taymans  <wim@fluendo.com>
13182
13183         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13185         FPS seems to be 0.0 to MAX everywhere else.
13186
13187 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13188
13189         * gst-libs/gst/riff/riff-media.c:
13190         (gst_riff_create_video_caps_with_data):
13191           mp42/mp43 (no caps) exist too.
13192         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13193           Set pixel_width/height; we've got them in-caps.
13194         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13195         * gst/wavparse/gstwavparse.c: (plugin_init):
13196           Both are valid primary.
13197         * sys/oss/gstossmixer.c:
13198           Remove i18n hack and enable translations.
13199
13200 2004-07-15  Benjamin Otte  <otte@gnome.org>
13201
13202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13203         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13204           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13205
13206 2004-07-15  Benjamin Otte  <otte@gnome.org>
13207
13208         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13209         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13210         (gst_alsa_close_audio):
13211           disable some of the debugging code for now. Writing debugging to a
13212           buffer is broken in current alsalib releases.
13213
13214 2004-07-12  Benjamin Otte  <otte@gnome.org>
13215
13216         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13217           use bufferpools
13218
13219 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13220
13221         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13222         (theora_dec_src_query), (theora_dec_event):
13223         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13224           add debugging categories.  Remove \n's.
13225
13226 2004-07-13  Johan Dahlin  <johan@gnome.org>
13227
13228         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13229         (gst_play_bin_get_property): Impl.
13230
13231 2004-07-13  Wim Taymans  <wim@fluendo.com>
13232
13233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13234         When trying to find the stream length, seek back N pages
13235         instead of just one, where N is the number of streams in
13236         the current chain.
13237
13238 2004-07-13  Wim Taymans  <wim@fluendo.com>
13239
13240         * gst-libs/gst/riff/riff-media.c:
13241         (gst_riff_create_audio_caps_with_data),
13242         (gst_riff_create_audio_caps),
13243         (gst_riff_create_audio_template_caps):
13244         * gst-libs/gst/riff/riff-media.h:
13245         * gst-libs/gst/riff/riff-read.c:
13246         (gst_riff_read_strf_vids_with_data),
13247         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13248         * gst-libs/gst/riff/riff-read.h:
13249         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13250         (gst_avi_demux_add_stream):
13251         Set codec_data on caps for avidemuxer.
13252
13253 2004-07-12  David Schleef  <ds@schleef.org>
13254
13255         * configure.ac: Fix test for Objective C
13256
13257 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13258         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13259         (gst_gdk_pixbuf_chain):
13260           Add svg and pcx to template caps, and ensure that getcaps returns a
13261           subset of the template caps.
13262           Copy each row manually for output, as gdkpixbuf may pad the
13263           rowstride to a 32-bit word boundary.
13264
13265 2004-07-12  Wim Taymans  <wim@fluendo.com>
13266
13267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13268         (gst_riff_create_video_template_caps):
13269         Fix the template caps to include some more media types.
13270
13271 2004-07-12  Wim Taymans  <wim@fluendo.com>
13272
13273         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13274         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13275         (compare_ranks), (print_feature), (gst_decode_bin_init),
13276         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13277         (try_to_link_1), (new_pad), (close_link), (type_found),
13278         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13279         (gst_decode_bin_change_state), (plugin_init):
13280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13281         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13282         (gst_play_base_bin_dispose), (queue_overrun),
13283         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13284         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13285         (gst_play_base_bin_get_property), (play_base_eos),
13286         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13287         (gst_play_base_bin_remove_element),
13288         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13289         (gst_play_base_bin_unlink_stream),
13290         (gst_play_base_bin_get_streaminfo):
13291         * gst/playback/gstplaybasebin.h:
13292         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13293         (gst_play_bin_class_init), (gst_play_bin_init),
13294         (gst_play_bin_dispose), (gst_play_bin_set_property),
13295         (gst_play_bin_get_property), (gen_video_element),
13296         (gen_audio_element), (remove_sinks), (setup_sinks),
13297         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13298         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13299         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13300         (gst_play_bin_query), (plugin_init):
13301         * gst/playback/test4.c: (main):
13302         More fixes on reusing of the element.
13303
13304 2004-07-11  Benjamin Otte  <otte@gnome.org>
13305
13306         * ext/mad/gstmad.c: (normal_seek):
13307           allow seeking for other methods than just SET
13308
13309 2004-07-11  Andy Wingo  <wingo@pobox.com>
13310
13311         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13312         float, "any" caps -> buffer_frames=[0,MAX].
13313
13314         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13315         doesn't intersect our caps with the template any more. Do it
13316         ourselves.
13317         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13318
13319 2004-07-09  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13322         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13323         (compare_ranks), (print_feature), (gst_decode_bin_init),
13324         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13325         (try_to_link_1), (new_pad), (close_link), (type_found),
13326         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13327         (gst_decode_bin_change_state), (plugin_init):
13328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13329         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13330         (gst_play_base_bin_dispose), (queue_overrun),
13331         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13332         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13333         (gst_play_base_bin_get_property), (play_base_eos),
13334         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13335         (gst_play_base_bin_remove_element),
13336         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13337         (gst_play_base_bin_unlink_stream),
13338         (gst_play_base_bin_get_streaminfo):
13339         * gst/playback/gstplaybasebin.h:
13340         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13341         (gst_play_bin_class_init), (gst_play_bin_init),
13342         (gst_play_bin_dispose), (gst_play_bin_set_property),
13343         (gst_play_bin_get_property), (gen_video_element),
13344         (gen_audio_element), (remove_sinks), (setup_sinks),
13345         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13346         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13347         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13348         (gst_play_bin_query), (plugin_init):
13349         * gst/playback/test4.c: (main):
13350         Work on object reuse and seeking.
13351
13352 2004-07-09  Wim Taymans  <wim@fluendo.com>
13353
13354         * examples/seeking/seek.c: (iterate):
13355         Don't consume all CPU in the idle loop.
13356
13357 2004-07-09  Wim Taymans  <wim@fluendo.com>
13358
13359         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13360         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13361         Add pad to element *after* setting the pad functions so that
13362         the scheduler can use the correct ones.
13363
13364 2004-07-09  Wim Taymans  <wim@fluendo.com>
13365
13366         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13367         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13368         Sync to keyframe after seek
13369
13370 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13371
13372         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13374         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13375         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13376         * ext/libvisual/visual.c: (gst_visual_change_state):
13377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13378         * ext/theora/theoradec.c: (theora_dec_change_state):
13379         * ext/theora/theoraenc.c: (theora_enc_change_state):
13380         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13381         * gst-libs/gst/navigation/navigation.c:
13382         * gst/adder/gstadder.c: (gst_adder_change_state):
13383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13384         (gst_audio_convert_get_buffer):
13385         * gst/multipart/multipartdemux.c:
13386         (gst_multipart_demux_change_state):
13387         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13388         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13389         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13390         * gst/videoscale/gstvideoscale.c:
13391         (gst_videoscale_handle_src_event):
13392         * gst/volume/gstvolume.c: (volume_chain_int16):
13393           don't assert in state change, this should be done by the base
13394           GstElement class.
13395           various debugging fixes.
13396
13397 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13398
13399         * configure.ac:
13400         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13401         (gst_play_dispose), (gst_play_set_location),
13402         (gst_play_set_data_src), (gst_play_set_video_sink),
13403         (gst_play_set_audio_sink), (gst_play_set_visualization),
13404         (gst_play_connect_visualization), (gst_play_get_sink_element),
13405         (gst_play_get_all_by_interface):
13406         * gst-libs/gst/play/play.h:
13407           add new method to get elements implementing an interface.
13408           add various error logging
13409
13410 2004-07-08  Wim Taymans  <wim@fluendo.com>
13411
13412         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13413         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13414         (make_playerbin_pipeline), (query_durations_elems),
13415         (query_durations_pads), (query_positions_elems),
13416         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13417         (main):
13418         Added playbin seeking example.
13419
13420 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13421
13422         * gst-libs/gst/play/play.c: (gst_play_set_location),
13423         (gst_play_set_data_src), (gst_play_set_video_sink),
13424         (gst_play_set_audio_sink), (gst_play_set_visualization),
13425         (gst_play_connect_visualization), (gst_play_get_framerate):
13426           use a macro to look up elements from hash table
13427
13428 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13429
13430         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13431         (gst_play_get_length_callback), (gst_play_set_location),
13432         (gst_play_seek_to_time), (gst_play_set_data_src),
13433         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13434         (gst_play_set_visualization), (gst_play_connect_visualization),
13435         (gst_play_get_sink_element):
13436         - add debugging info
13437         - fix looking up sink elements by iterating over complete caps
13438         - put everything except for source and autoplugger in a complete bin
13439
13440 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13441
13442         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13444         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13445         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13446         * ext/alsa/gstalsasink.h:
13447         - add debugging info
13448         - clean up schizophrenia of data/buffer/event
13449         - fix double event unref error
13450
13451 2004-07-08  Wim Taymans  <wim@fluendo.com>
13452
13453         * gst/playback/Makefile.am:
13454         Add headers to noinst
13455
13456 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13457
13458         * tools/gst-launch-ext-m.m:
13459         * tools/gst-launch-ext.1.in:
13460           convert to the third millenium
13461
13462 2004-07-07  David Schleef  <ds@schleef.org>
13463
13464         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13465
13466 2004-07-07  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst/playback/Makefile.am:
13469         * gst/playback/README:
13470         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13471         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13472         (compare_ranks), (print_feature), (gst_decode_bin_init),
13473         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13474         (try_to_link_1), (new_pad), (close_link), (type_found),
13475         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13476         (plugin_init):
13477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13478         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13479         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13480         (gen_preroll_element), (no_more_pads), (new_stream),
13481         (setup_source), (gst_play_base_bin_set_property),
13482         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13483         (gst_play_base_bin_add_element),
13484         (gst_play_base_bin_remove_element),
13485         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13486         (gst_play_base_bin_unlink_stream),
13487         (gst_play_base_bin_get_streaminfo):
13488         * gst/playback/gstplaybasebin.h:
13489         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13490         (gst_play_bin_class_init), (gst_play_bin_init),
13491         (gst_play_bin_dispose), (gst_play_bin_set_property),
13492         (gst_play_bin_get_property), (gen_video_element),
13493         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13494         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13495         (gst_play_bin_get_formats), (gst_play_bin_convert),
13496         (gst_play_bin_get_query_types), (gst_play_bin_query),
13497         (plugin_init):
13498         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13499         (gst_stream_info_get_type), (gst_stream_info_class_init),
13500         (gst_stream_info_init), (gst_stream_info_new),
13501         (gst_stream_info_dispose), (gst_stream_info_set_property),
13502         (gst_stream_info_get_property):
13503         * gst/playback/gststreaminfo.h:
13504         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13505         (main):
13506         * gst/playback/test2.c: (main):
13507         * gst/playback/test3.c: (update_scale), (main):
13508         More playbin fixes. Added README. Do better element filtering.
13509         Added base class to preroll media. Added test apps.
13510
13511 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13512
13513         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13514         * ext/mpeg2dec/gstmpeg2dec.h:
13515           various debugging improvements.  Reset stream to next picture
13516           instead of sequence header, otherwise seeks cannot work.
13517
13518 2004-07-07  Wim Taymans  <wim@fluendo.com>
13519
13520         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13521         (gst_video_box_class_init), (gst_video_box_set_property),
13522         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13523         Use pad_alloc where possible.
13524
13525 2004-07-07  Wim Taymans  <wim@fluendo.com>
13526
13527         * sys/oss/gstosselement.c: (gst_osselement_reset),
13528         (gst_osselement_parse_caps):
13529         * sys/oss/gstosselement.h:
13530         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13531         Fix offset on osssrc.
13532
13533 2004-07-07  Wim Taymans  <wim@fluendo.com>
13534
13535         * ext/theora/theora.c: (plugin_init):
13536         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13537         (theora_dec_src_query), (theora_dec_chain):
13538         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13539         (theora_enc_sink_link), (theora_buffer_from_packet),
13540         (theora_push_packet), (theora_enc_chain):
13541         Fix theora granulepos calculation.
13542         Fix overflow in duration/position calculation.
13543         Bump rank to PRIMARY for theoradec.
13544         Use granulepos of last packet to calculate position.
13545         Set keyframe flag on buffers when needed.
13546
13547 2004-07-06  David Schleef  <ds@schleef.org>
13548
13549         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13550         serious?  (Fixed, obviously.)
13551
13552 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13553
13554         * po/LINGUAS:
13555         * po/cs.po:
13556           added Czech translation (Miloslav Trmac)
13557
13558 2004-07-05  Wim Taymans  <wim@fluendo.com>
13559
13560         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13561         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13562         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13563         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13564         (close_link), (type_found), (gst_decode_bin_set_property),
13565         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13566         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13567         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13568         (gst_decode_bin_query), (plugin_init):
13569         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13570         (gst_play_bin_class_init), (gst_play_bin_init),
13571         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13572         (get_video_element), (new_pad), (setup_source),
13573         (gst_play_bin_set_property), (gst_play_bin_get_property),
13574         (gst_play_bin_change_state), (gst_play_bin_add_element),
13575         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13576         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13577         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13578         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13579         * gst/playback/test.c: (main):
13580         More fixes, cleaned up playbin, make it use decodebin. Added
13581         threaded property to playbin.
13582
13583 2004-07-05  Wim Taymans  <wim@fluendo.com>
13584
13585         * configure.ac:
13586         * gst/playback/Makefile.am:
13587         * gst/playback/decodetest.c: (main):
13588         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13589         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13590         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13591         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13592         (close_link), (type_found), (gst_decode_bin_set_property),
13593         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13594         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13595         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13596         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13597         (plugin_init):
13598         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13599         (gst_play_bin_class_init), (gst_play_bin_init),
13600         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13601         (collect_sink_pads), (find_compatibles), (close_pad_link),
13602         (try_to_link_1), (new_pad), (close_link), (type_found),
13603         (setup_source), (gst_play_bin_set_property),
13604         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13605         (compare_ranks), (gst_play_bin_collect_factories),
13606         (gst_play_bin_change_state), (gst_play_bin_add_element),
13607         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13608         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13609         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13610         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13611         * gst/playback/test.c: (main):
13612         Added some playback helper elements and some test apps, very alpha
13613         still.
13614
13615 2004-07-04  Benjamin Otte  <otte@gnome.org>
13616
13617         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13618           only restart audio when we indeed have an xrun to fix repeated
13619           xruns. Fix suggested by Giuliano Pochini.
13620
13621 2004-07-03  David Schleef  <ds@schleef.org>
13622
13623         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13624         call to gst_debug_log() if debugging is disabled (bug #145118)
13625
13626 2004-07-03  Benjamin Otte  <otte@gnome.org>
13627
13628         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13629           use our own functions for restarting the alsa device.
13630         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13631           I should apply patches myself - use MIN for the third argument, not
13632           the second, this fixes seeking
13633
13634 2004-07-02  David Schleef  <ds@schleef.org>
13635
13636         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13637         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13638         do with the logic.
13639
13640 2004-07-02  David Schleef  <ds@schleef.org>
13641
13642         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13643         output buffers.  Fix logic mistake.  (bug #144866)
13644
13645 2004-07-02  David Schleef  <ds@schleef.org>
13646
13647         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13648         on X.  (bug #144753)
13649
13650 2004-07-02  David Schleef  <ds@schleef.org>
13651
13652         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13653         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13654         (bug #144624)
13655         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13656         (gst_osselement_rate_probe_check): Add another workaround for
13657         buggy drivers (bug #145336)
13658
13659 2004-07-02  David Schleef  <ds@schleef.org>
13660
13661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13662         Most systems don't have MSG_NOSIGNAL.
13663
13664 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13665
13666         * Makefile.am:
13667         * gst-libs/gst/colorbalance/Makefile.am:
13668         * gst-libs/gst/mixer/Makefile.am:
13669         * gst-libs/gst/play/Makefile.am:
13670         * gst-libs/gst/tuner/Makefile.am:
13671           (hopefully) fix both install and dist and make error message useful.
13672           needs testing across automakes.
13673
13674 2004-07-02  Benjamin Otte  <otte@gnome.org>
13675
13676         * ext/ogg/gstogg.c: (plugin_init):
13677           we require bytestream now
13678         * ext/ogg/gstoggdemux.c:
13679           huge diff to implement chain setup in a fast and generic way. This
13680           improves tag reading and startup of huge files (read: Theora videos)
13681           quite a bit. It probably contains bugs, too, so please test.
13682           Seeking is not improved to the fast method.
13683
13684 2004-06-29  Wim Taymans  <wim@fluendo.com>
13685
13686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13687         * ext/ogg/gstoggmux.c:
13688         Fix memleak in oggdemux when running unconnected pads.
13689         doc update in mux, start working on keyframe mode.
13690
13691 2004-06-29  Benjamin Otte  <otte@gnome.org>
13692
13693         * sys/oss/gstosssink.c:
13694         * sys/oss/gstosssrc.c:
13695           advertise correct template caps - we indeed do non-native endianness
13696           and 8bit audio has no endianness
13697         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13699           avoid (wrong) duplications in getcaps function and return
13700           template caps
13701
13702 2004-06-29  Wim Taymans  <wim@fluendo.com>
13703
13704         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13705         (gst_multifdsink_class_init), (gst_multifdsink_add),
13706         (gst_multifdsink_remove), (gst_multifdsink_clear),
13707         (gst_multifdsink_client_remove),
13708         (gst_multifdsink_handle_client_read),
13709         (gst_multifdsink_client_queue_data),
13710         (gst_multifdsink_client_queue_caps),
13711         (gst_multifdsink_client_queue_buffer),
13712         (gst_multifdsink_handle_client_write),
13713         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13714         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13715         (gst_multifdsink_init_send), (gst_multifdsink_close):
13716         Fix wrong GList iteration that could crash the server when
13717         more then 2 clients disconnect at the same time. Read all the
13718         pending commands in one batch to recover from command storms under
13719         very heavy load.
13720
13721 2004-06-28  Wim Taymans  <wim@fluendo.com>
13722
13723         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13724         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13725         (gst_videomixer_pad_set_property),
13726         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13727         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13728         (gst_videomixer_class_init), (gst_videomixer_init),
13729         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13730         (pad_zorder_compare), (gst_videomixer_sort_pads),
13731         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13732         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13733         (gst_videomixer_update_queues), (gst_videomixer_loop),
13734         (plugin_init):
13735         Avoid divide by zero, choose masterpad as the pad with the highest
13736         framerate.
13737
13738 2004-06-27  Julien Moutte  <julien@moutte.net>
13739
13740         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13741         (gst_ximagesink_xwindow_new):
13742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13743         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13744         function directly. We might want to call it from somewhere else one day.
13745
13746 2004-06-27  Julien Moutte  <julien@moutte.net>
13747
13748         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13749         (gst_ximagesink_xwindow_new):
13750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13751         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13752         window decorations.
13753
13754 2004-06-27  Wim Taymans  <wim@fluendo.com>
13755
13756         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13757         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13758         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13759         (gst_dvdec_set_property), (gst_dvdec_get_property):
13760         * ext/dv/gstdvdec.h:
13761         Implement drop_factor property to lower the framerate with
13762         a factor.
13763
13764 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13765
13766         * gst-libs/gst/colorbalance/Makefile.am:
13767         * gst-libs/gst/mixer/Makefile.am:
13768         * gst-libs/gst/play/Makefile.am:
13769         * gst-libs/gst/tuner/Makefile.am:
13770           unbreak Company's fix that didn't install the -enum.h files
13771
13772 2004-06-27  Wim Taymans  <wim@fluendo.com>
13773
13774         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13775         (gst_dvdec_change_state):
13776         * ext/dv/gstdvdec.h:
13777         Fix timestamp, duration and offset of the buffers.
13778
13779 2004-06-27  Wim Taymans  <wim@fluendo.com>
13780
13781         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13782         (gst_multifdsink_class_init), (gst_multifdsink_add),
13783         (gst_multifdsink_remove), (gst_multifdsink_clear),
13784         (gst_multifdsink_client_remove),
13785         (gst_multifdsink_handle_client_read),
13786         (gst_multifdsink_client_queue_data),
13787         (gst_multifdsink_client_queue_caps),
13788         (gst_multifdsink_client_queue_buffer),
13789         (gst_multifdsink_handle_client_write),
13790         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13791         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13792         (gst_multifdsink_init_send), (gst_multifdsink_close):
13793         * gst/tcp/gstmultifdsink.h:
13794         * gst/tcp/gsttcpserversink.c:
13795         (gst_tcpserversink_handle_server_read),
13796         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13797         More multifdsink fixes, more recovery policy fixes.
13798         Removed stupid g_print
13799
13800 2004-06-26  Wim Taymans  <wim@fluendo.com>
13801
13802         * gst/tcp/Makefile.am:
13803         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13804         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13805         (gst_multifdsink_class_init), (gst_multifdsink_init),
13806         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13807         (gst_multifdsink_handle_client_read),
13808         (gst_multifdsink_client_queue_data),
13809         (gst_multifdsink_client_queue_caps),
13810         (gst_multifdsink_client_queue_buffer),
13811         (gst_multifdsink_handle_client_write),
13812         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13813         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13814         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13815         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13816         (gst_multifdsink_close), (gst_multifdsink_change_state):
13817         * gst/tcp/gstmultifdsink.h:
13818         * gst/tcp/gsttcpplugin.c: (plugin_init):
13819         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13820         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13821         (gst_tcpserversink_handle_server_read),
13822         (gst_tcpserversink_handle_select),
13823         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13824         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13825         * gst/tcp/gsttcpserversink.h:
13826         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13827         one of the locks, added recovery policy to multifdsink.
13828
13829 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13832           fix decision for when getting frames with same timestamp
13833         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13834         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13835         (gst_v4lsrc_get_property):
13836         * sys/v4l/gstv4lsrc.h:
13837           add latency offset property
13838
13839 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13840
13841         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13842         (plugin_init):
13843           fix debugging. add category.
13844
13845 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13846
13847         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13848           fix wrong offsets
13849
13850 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13851
13852         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13853         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13854         (gst_alsa_src_change_state):
13855           return a time that is in sync with the element's processing
13856
13857 2004-06-25  Wim Taymans  <wim@fluendo.com>
13858
13859         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13860         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13861         (gst_tcpserversink_client_remove),
13862         (gst_tcpserversink_handle_client_read),
13863         (gst_tcpserversink_client_queue_data),
13864         (gst_tcpserversink_client_queue_caps),
13865         (gst_tcpserversink_client_queue_buffer),
13866         (gst_tcpserversink_handle_client_write),
13867         (gst_tcpserversink_queue_buffer),
13868         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13869         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13870         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13871         (gst_tcpserversink_close):
13872         * gst/tcp/gsttcpserversink.h:
13873         Serversink rewrite. Really do non blocking writes to clients and
13874         maintain an internal queue to handle slower clients while not
13875         disturbing fast clients.
13876
13877 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13878
13879         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13880           better debug, don't override OFFSET and OFFSET_END
13881
13882 2004-06-25  Iain <iain@prettypeople.org>
13883
13884         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13885         name=source for the wavparse pipeline.
13886
13887 2004-06-24  Johan Dahlin  <johan@gnome.org>
13888
13889         * ext/theora/theoraenc.c (theora_enc_chain): Call
13890         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13891         streamheader caps are set correctly.
13892
13893 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13896         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13897           respect minimum bitrate; same could be done for max bitrate
13898
13899 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13900
13901         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13902         (gst_vorbisenc_setup):
13903           fix sample rate range
13904
13905 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13906
13907         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13908         (gst_oggvorbisenc_setup):
13909         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13910         (gst_vorbisenc_setup):
13911           resolve ambiguities in code and description
13912
13913 2004-06-24  Wim Taymans  <wim@fluendo.com>
13914
13915         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13916         * ext/alsa/gstalsa.h:
13917         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13918         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13919         Use alsa trigger_tstamp to get the timestamp of the first
13920         sample in the buffer for more precise sync. Some cleanups.
13921
13922 2004-06-24  Wim Taymans  <wim@fluendo.com>
13923
13924         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13925         (gst_audiorate_init), (gst_audiorate_chain),
13926         (gst_audiorate_set_property), (gst_audiorate_get_property):
13927         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13928         (gst_videorate_chain):
13929         Added some logging, fixed an overflow bug in videorate.
13930
13931 2004-06-24  Benjamin Otte  <otte@gnome.org>
13932
13933         * ext/kio/Makefile.am:
13934           fix for builddir != srcdir and distcheck
13935
13936 2004-06-24  Benjamin Otte  <otte@gnome.org>
13937
13938         * gst-libs/gst/colorbalance/Makefile.am:
13939         * gst-libs/gst/mixer/Makefile.am:
13940         * gst-libs/gst/play/Makefile.am:
13941         * gst-libs/gst/tuner/Makefile.am:
13942         * gst/tcp/Makefile.am:
13943         * sys/dxr3/Makefile.am:
13944           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13945           tarball.
13946           Also add all *.list files that were missing.
13947         * Makefile.am:
13948           add a distcheck hook to ensure the above doesn't happen again.
13949
13950 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13951
13952         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13953
13954 2004-06-23  Colin Walters  <walters@redhat.com>
13955
13956         * m4/Makefile.am: Distribute gst-fionread.m4.
13957
13958 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13959
13960         * configure.ac: back to dev
13961
13962 2004-06-23  Wim Taymans  <wim@fluendo.com>
13963
13964         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13965         (gst_alsa_xrun_recovery):
13966         * ext/alsa/gstalsa.h:
13967         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13968         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13969         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13970         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13971         (gst_alsa_src_loop):
13972         Add clock to alsasrc. Take new capture timestamp when
13973         restarting after an overrun. Split up some functions between
13974         alsasrc and alsasink.
13975
13976 === release 0.8.2 ===
13977
13978 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13979
13980         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13981         (gst_alsa_change_state), (gst_alsa_update_avail),
13982         (gst_alsa_xrun_recovery):
13983         * ext/alsa/gstalsa.h:
13984         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13985           merge back changes from release
13986
13987 2004-06-23  Wim Taymans  <wim@fluendo.com>
13988
13989         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13990         (gst_audiorate_init), (gst_audiorate_chain),
13991         (gst_audiorate_set_property), (gst_audiorate_get_property):
13992         Implement sample dropping and notify
13993
13994 2004-06-22  Wim Taymans  <wim@fluendo.com>
13995
13996         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13997         (theora_enc_sink_link), (theora_buffer_from_packet),
13998         (theora_push_packet), (theora_enc_chain):
13999         Some cleanups, make sure the timestamps are correct.
14000
14001 2004-06-22  Wim Taymans  <wim@fluendo.com>
14002
14003         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14004         (gst_alsa_change_state), (gst_alsa_update_avail),
14005         (gst_alsa_xrun_recovery):
14006         * ext/alsa/gstalsa.h:
14007         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14008         Cleanups, take queued samples into account when reporting
14009         the time.
14010
14011 2004-06-22  Wim Taymans  <wim@fluendo.com>
14012
14013         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14014         (gst_videorate_init):
14015         Initialize the property as well.
14016
14017 2004-06-22  Wim Taymans  <wim@fluendo.com>
14018
14019         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14020         (gst_videorate_init), (gst_videorate_chain),
14021         (gst_videorate_set_property), (gst_videorate_get_property):
14022         Add property to make videorate silent.
14023         Add property to prefer new frames over old ones.
14024
14025 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14026
14027         * sys/osxvideo/Makefile.am:
14028         Workaround so that the osxvideo .so file gets linked with the
14029         Cocoa, OpenGL and QuickTime frameworks
14030
14031 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14032
14033         * sys/osxaudio/Makefile.am:
14034         Workaround so that the osxaudio .so file gets linked with the
14035         CoreAudio framework
14036
14037 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14038
14039         * configure.ac:
14040         Whoops, my fault...fixed build issues
14041
14042 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14043
14044         * configure.ac:
14045         Add objective-c support if running in Darwin/Mac OS X
14046         * sys/Makefile.am:
14047         * sys/osxvideo:
14048         * sys/osxvideo/Makefile.am:
14049         * sys/osxvideo/osxvideosink.h:
14050         * sys/osxvideo/osxvideosink.m:
14051         * sys/osxvideo/cocoawindow.h:
14052         * sys/osxvideo/cocoawindow.m:
14053         Add osxvideosink, a cocoa-based osx video sink
14054
14055
14056 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14057         * ext/dvdnav/gst-dvd:
14058         Grab the gconf key from the right spot
14059         * gst/debug/gstnavseek.c: (gst_navseek_init),
14060         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14061         (gst_navseek_chain):
14062         * gst/debug/gstnavseek.h:
14063           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14064           and loop parameters of a segment seek.
14065         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14066         (gst_videotestsrc_get_event_masks),
14067         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14068         * gst/videotestsrc/gstvideotestsrc.h:
14069           Add seeking support to videotestsrc
14070           Initialise the timestamp_offset variable.
14071
14072 2004-06-18  Wim Taymans  <wim@fluendo.com>
14073
14074         * ext/sidplay/gstsiddec.cc:
14075         Fix negotiation and set correct end offset.
14076
14077 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14078
14079         * configure.ac: branch and prerelease
14080
14081 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14082
14083         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14084         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14085         (gst_tcpclientsrc_init_receive):
14086         * gst/tcp/gsttcpclientsrc.h:
14087           read caps when connecting to server for GDP so we set them correctly
14088
14089 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14090
14091         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14092           notify drops and duplicates
14093         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14094           no good reason to limit ourselves to 100x100
14095
14096 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14097
14098         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14099         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14100         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14101         (gst_v4lsrc_get_property):
14102         * sys/v4l/gstv4lsrc.h:
14103         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14104         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14105         (gst_v4l_set_audio):
14106         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14107         (gst_v4lsrc_try_capture):
14108         * sys/v4l/v4lsrc_calls.h:
14109           change try_palette to more general try_capture
14110           add autoprobe option so we can turn off autoprobing
14111           various fixes
14112
14113 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14114
14115         * configure.ac:
14116           add videorate
14117         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14118         (gst_ximagesink_class_init):
14119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14120         (gst_xvimagesink_class_init):
14121           run them as finalize, not dispose, since dispose can be invoked
14122           multiple times
14123
14124 2004-06-17  Wim Taymans  <wim@fluendo.com>
14125
14126         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14127         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14128         * ext/alsa/gstalsa.h:
14129         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14130         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14131         (gst_alsa_src_change_state):
14132         * ext/alsa/gstalsasrc.h:
14133         Make the xrun code timestamp and offset the buffers correctly.
14134         moved the clock to the base class, use alsa methods to get time.
14135         Do correct timestamping on outgoing buffers.
14136
14137 2004-06-17  Wim Taymans  <wim@fluendo.com>
14138
14139         * gst/audiorate/Makefile.am:
14140         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14141         (gst_audiorate_base_init), (gst_audiorate_class_init),
14142         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14143         (gst_audiorate_set_property), (gst_audiorate_get_property),
14144         (gst_audiorate_change_state), (plugin_init):
14145         Added an audiorate converter that fills in gaps.
14146
14147 2004-06-17  Johan Dahlin  <johan@gnome.org>
14148
14149         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14150
14151 2004-06-16  Wim Taymans  <wim@fluendo.com>
14152
14153         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14155         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14156         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14157         (gst_v4lsrc_get_property):
14158         * sys/v4l/gstv4lsrc.h:
14159         Added a copy mode to v4lsrc where it will output a copied version
14160         of its internal hardware buffer.
14161         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14162         can't | them.
14163
14164 2004-06-16  Wim Taymans  <wim@fluendo.com>
14165
14166         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14167         Timestamp fixes.
14168
14169 2004-06-16  Wim Taymans  <wim@fluendo.com>
14170
14171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14172         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14173         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14174         (gst_v4lsrc_get_property):
14175         * sys/v4l/gstv4lsrc.h:
14176         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14177         Added a sync mode enum property to control v4lsrc timestamp method
14178         Removed the use-fixed-fps property and moved functionality in
14179         the enum.
14180         Don't error on an error value from v4l-conf, it might not always
14181         be a real error.
14182
14183 2004-06-16  Wim Taymans  <wim@fluendo.com>
14184
14185         * gst/videorate/Makefile.am:
14186         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14187         (gst_videorate_base_init), (gst_videorate_class_init),
14188         (gst_videorate_getcaps), (gst_videorate_link),
14189         (gst_videorate_init), (gst_videorate_chain),
14190         (gst_videorate_set_property), (gst_videorate_get_property),
14191         (gst_videorate_change_state), (plugin_init):
14192         Added a video timestamp corrector.
14193
14194 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14195
14196         fixed a potential leak with previous commit
14197
14198         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14199
14200 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14201
14202         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14203         Added missing refcount, fixes bug #144425
14204         Cheers Tim for finding the bug
14205
14206 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * sys/v4l/gstv4l.c: (plugin_init):
14209         * sys/v4l/gstv4lcolorbalance.c:
14210         * sys/v4l/gstv4lcolorbalance.h:
14211         * sys/v4l/gstv4lelement.c:
14212         * sys/v4l/gstv4lelement.h:
14213         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14214         * sys/v4l/gstv4lmjpegsink.h:
14215         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14216         * sys/v4l/gstv4lmjpegsrc.h:
14217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14218         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14219         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14220         * sys/v4l/gstv4lsrc.h:
14221         * sys/v4l/gstv4ltuner.c:
14222         * sys/v4l/gstv4ltuner.h:
14223         * sys/v4l/gstv4lxoverlay.c:
14224         * sys/v4l/gstv4lxoverlay.h:
14225         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14226         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14227         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14228         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14229         (gst_v4l_set_audio):
14230         * sys/v4l/v4l_calls.h:
14231         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14232         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14233         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14234         (gst_v4lmjpegsink_playback_init),
14235         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14236         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14237         (gst_v4lmjpegsink_playback_stop),
14238         (gst_v4lmjpegsink_playback_deinit):
14239         * sys/v4l/v4lmjpegsink_calls.h:
14240         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14241         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14242         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14243         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14244         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14245         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14246         * sys/v4l/v4lmjpegsrc_calls.h:
14247         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14248         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14249         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14250         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14251         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14252         (gst_v4lsrc_try_palette):
14253         * sys/v4l/v4lsrc_calls.h:
14254           bunch of paranoia cleanups
14255
14256 2004-06-14  David Schleef  <ds@schleef.org>
14257
14258         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14259         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14260         Send discont events and change timestamps appropriately when
14261         we get a seek event.  (bug #144240)
14262         * ext/cdparanoia/gstcdparanoia.h:
14263
14264 2004-06-14  Benjamin Otte  <otte@gnome.org>
14265
14266         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14267           snd_pcm_hw_params_set_rate  since the latter fails for no good
14268           reason on some setups.
14269
14270 2004-06-14  David Schleef  <ds@schleef.org>
14271
14272         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14273         standard.  Thank you for playing.
14274
14275 2004-06-14  Wim Taymans  <wim@fluendo.com>
14276
14277         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14278         Patch 1.3 broke the ordering of the colorspace info and
14279         made the plugin basically work by coincidence, reordered
14280         the info.
14281
14282 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14283
14284         * ext/lame/gstlame.c:
14285         * ext/mad/gstmad.c:
14286           sync caps.  Make sure mad can only output a list of rates, not
14287           a full range.  In the future, have three caps lists for each of the
14288           mpeg versions.  Change mpegversion to a double as well.
14289
14290 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14291
14292         * gst/volume/.cvsignore:
14293         * gst/volume/Makefile.am:
14294         * gst/volume/demo.c: (value_changed_callback), (idler),
14295         (setup_gui), (main):
14296           added small demo app
14297
14298 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14299         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14300         * ext/esd/esdsink.h:
14301         Close the esd connection on pause, because esd will just wait -
14302         blocking all other esd clients indefinitely.
14303
14304 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14305
14306         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14307           previous commit with GST_DEBUG
14308
14309 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14310
14311         * configure.ac:
14312           add a header check for a dvdread header in dvdnav.  Fixes #133002
14313
14314 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14315
14316         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14317         * gst/tcp/gsttcpclientsink.h:
14318         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14319         * gst/tcp/gsttcpclientsrc.h:
14320         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14321         (gst_tcpserversink_handle_server_read),
14322         (gst_tcpserversink_init_send):
14323         * gst/tcp/gsttcpserversink.h:
14324         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14325         * gst/tcp/gsttcpserversrc.h:
14326         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14327         version of IP)
14328
14329 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14330
14331         * configure.ac:
14332         Added ogg library so that OSX detects libtheora properly
14333
14334 2004-06-11  Wim Taymans  <wim@fluendo.com>
14335
14336         * ext/theora/theoradec.c: (theora_dec_chain),
14337         (theora_dec_change_state):
14338         Don't try to decode frames before we received a keyframe.
14339
14340 2004-06-11  Wim Taymans  <wim@fluendo.com>
14341
14342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14343         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14344         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14345         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14346         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14347         Added property to set the maximum delay of a page.
14348
14349 2004-06-10  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 max-delay property to control the maximum amount
14357         of data to put in one page.
14358
14359 2004-06-10  Wim Taymans  <wim@fluendo.com>
14360
14361         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14362         (gst_theora_enc_init), (theora_enc_sink_link),
14363         (theora_buffer_from_packet), (theora_enc_set_property),
14364         (theora_enc_get_property):
14365         Set duration on encoded buffer, added some more properties
14366
14367 2004-06-10  Wim Taymans  <wim@fluendo.com>
14368
14369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14370         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14371         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14372         * ext/theora/theoraenc.c: (theora_enc_chain):
14373         Fix refcounting bugs
14374
14375 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14376
14377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14378         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14379         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14380         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14381         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14382         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14383         (gst_asf_demux_change_state):
14384         * gst/asfdemux/gstasfdemux.h:
14385           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14386           feels like. I think we should set a new requirement for demuxers
14387           from now on to implement sane loop functions, data loops, query
14388           and seek functions before first commit into CVS. And this commit
14389           fixes all of the above.
14390
14391 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14392
14393         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14394           vorbis comments are properly encoded in UTF-8 before adding them
14395           to a GstTagList
14396
14397 2004-06-09  Benjamin Otte  <otte@gnome.org>
14398
14399         * ext/alsa/gstalsa.c: (add_channels):
14400           handle min <= max correctly
14401         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14402         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14403           add fixation functions so we fixate correctly. No preferring of alaw
14404           anymore because it's the first structure.
14405         * ext/alsa/gstalsa.h:
14406         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14407         (gst_alsa_hw_params_dump):
14408           add functions to ease debugging in alsalib
14409         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14410         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14411         (gst_alsa_start_audio):
14412           only specify hw params if we really setup a format (fixes #134007 -
14413           or at least works around it)
14414
14415 2004-06-09  Wim Taymans  <wim@fluendo.com>
14416
14417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14418         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14419         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14420         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14421         (gst_ogg_mux_loop):
14422         Use stream caps to setup the initial pages in the ogg stream.
14423         Correctly set the streamheader caps on the srcpad.
14424
14425 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14426
14427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14428         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14429         (gst_v4lsrc_getcaps):
14430         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14431         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14432           add querying of fps lists for webcams.  Negotiating to a framerate
14433           now works.
14434
14435 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14436
14437         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14438         (theora_push_buffer), (theora_push_packet),
14439         (theora_set_header_on_caps), (theora_enc_chain):
14440           mark buffers and put on streamheader, raw theora streaming
14441           now works too, whee
14442
14443 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14444
14445         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14446         (gst_tcp_gdp_read_caps):
14447           do a looping read for caps and GDP headers too
14448
14449 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14450
14451         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14452         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14453           return EOS instead of NULL in _get
14454
14455 2004-06-08  Wim Taymans  <wim@fluendo.com>
14456
14457         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14458         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14459         (gst_tcp_gdp_write_caps):
14460         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14461         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14462         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14463         Memory leak fixes
14464
14465 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14466
14467         * ext/vorbis/Makefile.am:
14468         * ext/vorbis/vorbis.c: (plugin_init):
14469         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14470         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14471         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14472         (vorbis_parse_change_state):
14473         * ext/vorbis/vorbisparse.h:
14474           adding a vorbisparse element that marks the buffers, streaming
14475           raw vorbis using GDP now works, whee
14476
14477 2004-06-08  Wim Taymans  <wim@fluendo.com>
14478
14479         * ext/jpeg/Makefile.am:
14480         * ext/jpeg/README:
14481         * ext/jpeg/gstjpeg.c: (plugin_init):
14482         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14483         (gst_smokedec_base_init), (gst_smokedec_class_init),
14484         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14485         * ext/jpeg/gstsmokedec.h:
14486         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14487         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14488         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14489         (gst_smokeenc_resync), (gst_smokeenc_chain),
14490         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14491         * ext/jpeg/gstsmokeenc.h:
14492         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14493         (smokecodec_flush_destination), (smokecodec_term_destination),
14494         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14495         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14496         (smokecodec_term_source), (smokecodec_encode_new),
14497         (smokecodec_decode_new), (smokecodec_info_free),
14498         (smokecodec_set_quality), (smokecodec_get_quality),
14499         (smokecodec_set_threshold), (smokecodec_get_threshold),
14500         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14501         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14502         (smokecodec_parse_header), (smokecodec_decode):
14503         * ext/jpeg/smokecodec.h:
14504         Added a new simple jpeg based codec
14505
14506 2004-06-08  Wim Taymans  <wim@fluendo.com>
14507
14508         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14509         (gst_multipart_mux_loop):
14510         Fix memory leak
14511
14512 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14513
14514         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14515         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14516         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14517         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14518         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14519         * gst/tcp/gsttcpserversink.h:
14520           take streamheader into account
14521
14522 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14523
14524         * gst/level/Makefile.am:
14525         * gst/level/gstlevel.c: (gst_level_class_init):
14526           clean up marshal generation
14527
14528 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14529
14530         * gst/tcp/Makefile.am:
14531         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14532         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14533         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14534         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14535         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14536         (gst_tcpclientsrc_get_property):
14537         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14538         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14539         (gst_tcpserversink_handle_client_read),
14540         (gst_tcpserversink_handle_client_write),
14541         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14542         * gst/tcp/gsttcpserversink.h:
14543           add signals client-added and client-removed
14544         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14545         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14546         (gst_tcpserversrc_get_property):
14547         uniformized, change default protocol to NONE
14548         * gst/tcp/gsttcp-marshal.list: added
14549 2004-06-07  Benjamin Otte  <otte@gnome.org>
14550
14551         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14552           handle discont events if they happen before caps nego
14553
14554 2004-06-07  Wim Taymans  <wim@fluendo.com>
14555
14556         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14557         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14558         (gst_multipart_demux_plugin_init):
14559         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14560         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14561         (gst_multipart_mux_change_state):
14562         Small updates, fix a memleak
14563
14564 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14565
14566         * configure.ac: OSS portability
14567         * ext/arts/gst_arts.c: idem
14568         * sys/oss/gstosselement.c: idem
14569         * sys/oss/gstossmixer.c: idem
14570         * sys/oss/gstosssink.c: idem
14571         * sys/oss/gstosssrc.c: idem
14572         * sys/oss/oss_probe.c: idem
14573           - check for soundcard.h in different places for some BSD
14574
14575 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14576
14577         * AUTHORS:
14578         Add me to the authors file
14579         * configure.ac:
14580         Increase the libdv requirement to >= version 0.100
14581         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14582         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14583         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14584         * ext/dv/gstdvdec.h:
14585         Add support for the new_media flag when sending DISCONT events
14586         Make the querying work when video pad is not linked
14587
14588 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14589
14590         reviewed by Benjamin Otte  <otte@gnome.org>
14591
14592         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14593           create a NULL-initialized array of pads, so we don't think they
14594           exist already. (fixes #143130)
14595
14596 2004-06-07  Benjamin Otte  <otte@gnome.org>
14597
14598         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14599         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14600         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14601           don't use // coments
14602
14603 2004-06-07  Benjamin Otte  <otte@gnome.org>
14604
14605         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14606           cast to GstClockTime to get higher granularity
14607         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14608           use gst_element_set_time_delay to get the exact time
14609         * ext/mad/gstmad.c: (gst_mad_chain):
14610           use the negotiated rate instead of the current frame's rate which
14611           might be wrong because of bit errors. This avoids emitting totally
14612           bogus timestamps and screwing sync.
14613         (fixes #143454)
14614
14615 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14616
14617         reviewed by Benjamin Otte  <otte@gnome.org>
14618
14619         * gst/adder/gstadder.c: (gst_adder_loop):
14620           properly error out when no negotiation has happened yet. (fixes
14621           #143032)
14622
14623 2004-06-06  Benjamin Otte  <otte@gnome.org>
14624
14625         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14626           forward correctly transformed offset in discont events. Based on
14627           patch by Arwed v. Merkatz. (fixes #142851)
14628
14629 2004-06-06  David Schleef  <ds@schleef.org>
14630
14631         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14632         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14633         problems on several systems.
14634
14635 2004-06-06  Benjamin Otte  <otte@gnome.org>
14636
14637         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14638           use explicit caps on the srcpad
14639         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14640           properly error out if caps couldn't be set (fixes #142764)
14641
14642 2004-06-06  Benjamin Otte  <otte@gnome.org>
14643
14644         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14645         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14646         (gst_alsa_start_audio):
14647           - don't call set_periods_integer anymore, it breaks the
14648           configuration randomly
14649           - call snd_pcm_hw_params_set_access directly instead of using masks
14650           - don't fail if the sw_params can't be set, just use the default
14651           params and hope it works. Alsalib has weird issues when you touch
14652           sw_params and does no proper error reporting about what failed.
14653         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14654         (gst_alsa_close_audio):
14655           make our alsa debugging go via gst debugging and not conditionally
14656           defined
14657         * ext/alsa/gstalsa.h:
14658           add ALSA_DEBUG_FLUSH macro
14659         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14660         (plugin_init):
14661           wrap alsa errors to be printed via the gst debugging system and not
14662           spammed to stderr
14663
14664 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14665
14666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14667         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14668         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14669         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14670         (qtdemux_parse_trak):
14671         * gst/qtdemux/qtdemux.h:
14672           Bitch. Also known as seeking, querying & co.
14673         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14674         (gst_osssink_change_state):
14675         * sys/oss/gstosssink.h:
14676           Resyncing is for weenies, this hack is no longer needed and was
14677           broken anyway (since it - unintendedly - always leaves resync to
14678           TRUE).
14679
14680 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14681
14682         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14683         * gst/tcp/gsttcpclientsrc.h: idem
14684           - define MSG_NOSIGNAL if not done
14685           - include unistd.h for off_t
14686           (fixes #143749)
14687
14688 2004-06-05  Benjamin Otte  <otte@gnome.org>
14689
14690         * configure.ac:
14691         * ext/kio/Makefile.am:
14692           check for qt's moc preprocessor explicitly and use it
14693
14694 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14695
14696         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14697           don't get a signal for EPIPE on socket writes
14698           (somebody check if this works on other platforms)
14699
14700 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14701
14702         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14703         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14704           check error condition on available samples correctly
14705
14706 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14707
14708         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14709           avoid a segfault
14710         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14711         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14712         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14713         (gst_tcpserversrc_gdp_read_header):
14714          use ssize_t over size_t since the former is signed and thus the
14715          check for error codes can work
14716
14717 2004-06-02  Wim Taymans  <wim@fluendo.com>
14718
14719         reviewed by: Johan
14720
14721         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14722         (gst_multipart_mux_loop):
14723         Oops
14724
14725 2004-06-02  Wim Taymans  <wim@fluendo.com>
14726
14727         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14728         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14729         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14730         (gst_multipart_mux_change_state):
14731         Added configurable boundary specifier, added the value as a
14732         caps field as well.
14733
14734 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14735
14736         * gst/tcp/gsttcp.c:
14737         * gst/tcp/gsttcpclientsrc.c:
14738         * gst/tcp/gsttcpclientsrc.h:
14739         * gst/tcp/gsttcpserversrc.c:
14740           - portability fix, to compile on OSX
14741             (fixes #143146)
14742
14743         * sys/osxaudio/gstosxaudioelement.c:
14744         * sys/osxaudio/gstosxaudiosink.c:
14745         * sys/osxaudio/gstosxaudiosrc.c:
14746           - compilation warnings on OSX
14747             (fixes #143153)
14748
14749 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14750
14751         * ext/vorbis/vorbisdec.c : sign warning fixes
14752
14753         * gst-libs/gst/mixer/mixertrack.c :
14754           do no use defines which are glib 2.4 specific
14755
14756 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14757
14758         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14759           buffer since libflac doesn't expect it (reports a sync error when
14760           it encounters that)
14761
14762
14763 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14764
14765         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14766         * gst-libs/gst/mixer/mixertrack.c:
14767         (gst_mixer_track_get_property), (get_mixer_track_init),
14768         (get_mixer_track_get_property): Added property accessors
14769         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14770         * gst-libs/gst/mixer/mixeroptions.c:
14771         (gst_mixer_options_get_values): Added
14772         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14773         * gst-libs/gst/mixer/mixer.c: Fixed comment
14774
14775
14776 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14777
14778         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14779           improve error messages on open
14780
14781
14782 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14783
14784         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14785           check if v4l-conf is in path
14786
14787 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14790           change assert to a more readable error message
14791
14792 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14793
14794         * gst-libs/gst/tuner/tunerchannel.h:
14795           - add a freq_multiplicator field to make the conversion
14796             between internal frequency unit and Hz
14797         * sys/v4l/gstv4lelement.c:
14798         * sys/v4l2/gstv4l2element.c:
14799           - change default video device to /dev/video0
14800         * sys/v4l/v4l_calls.c:
14801         * sys/v4l2/v4l2_calls.c:
14802           - we only expose frequency to the user in Hz instead of
14803             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14804
14805 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14806         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14807           Initialise b_o_s and e_o_s variables
14808         * gst-libs/gst/riff/riff-media.c:
14809         (gst_riff_create_video_caps_with_data):
14810           Add some unusual fourcc's from mplayer avi's
14811         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14812           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14813           autoplugging.
14814
14815 2004-05-28  Wim Taymans  <wim@fluendo.com>
14816
14817         * configure.ac:
14818         * gst/alpha/Makefile.am:
14819         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14820         (gst_alpha_get_type), (gst_alpha_base_init),
14821         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14822         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14823         (gst_alpha_chroma_key), (gst_alpha_chain),
14824         (gst_alpha_change_state), (plugin_init):
14825         A plugin to add an alpha channel to I420 video. Can optionally do
14826         chroma keying.
14827         * gst/multipart/Makefile.am:
14828         * gst/multipart/multipart.c: (plugin_init):
14829         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14830         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14831         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14832         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14833         (gst_multipart_demux_change_state),
14834         (gst_multipart_demux_plugin_init):
14835         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14836         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14837         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14838         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14839         (gst_multipart_mux_pad_unlink),
14840         (gst_multipart_mux_request_new_pad),
14841         (gst_multipart_mux_handle_src_event),
14842         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14843         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14844         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14845         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14846         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14847         send multipart jpeg images to a browser.
14848         * gst/videobox/Makefile.am:
14849         * gst/videobox/README:
14850         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14851         (gst_video_box_get_type), (gst_video_box_base_init),
14852         (gst_video_box_class_init), (gst_video_box_init),
14853         (gst_video_box_set_property), (gst_video_box_get_property),
14854         (gst_video_box_sink_link), (gst_video_box_i420),
14855         (gst_video_box_ayuv), (gst_video_box_chain),
14856         (gst_video_box_change_state), (plugin_init):
14857         Crops or adds borders around an image. can do alpha channel
14858         borders as well.
14859         * gst/videomixer/Makefile.am:
14860         * gst/videomixer/README:
14861         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14862         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14863         (gst_videomixer_pad_get_sink_event_masks),
14864         (gst_videomixer_pad_get_property),
14865         (gst_videomixer_pad_set_property),
14866         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14867         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14868         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14869         (gst_videomixer_base_init), (gst_videomixer_class_init),
14870         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14871         (gst_videomixer_handle_src_event),
14872         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14873         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14874         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14875         (gst_videomixer_loop), (gst_videomixer_get_property),
14876         (gst_videomixer_set_property), (gst_videomixer_change_state),
14877         (plugin_init):
14878         Generic video mixer plugin, can handle multiple inputs all with
14879         different framerates and video sizes. Is fully alpha channel
14880         aware.
14881
14882 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14883
14884         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14885           Select first track as master track. Not sure how else to handle
14886           that...
14887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14888           Discard discont events. Should fix #142962.
14889
14890 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14891
14892         * ext/alsa/Makefile.am:
14893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14894         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14895         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14896         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14897         (gst_alsa_mixer_get_option):
14898         * ext/alsa/gstalsamixer.h:
14899         * ext/alsa/gstalsamixeroptions.c:
14900         (gst_alsa_mixer_options_get_type),
14901         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14902         (gst_alsa_mixer_options_new):
14903         * ext/alsa/gstalsamixeroptions.h:
14904         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14905         * ext/alsa/gstalsamixertrack.h:
14906           Add enumerations (as GstMixerOptions). Make correct distinction
14907           between input/output tracks. Add capture/playback private flag.
14908           Use flag to decide on whether to set capture or playback volumes
14909           or switches. Use playback and record switches.
14910         * gst-libs/gst/mixer/Makefile.am:
14911         * gst-libs/gst/mixer/mixer-marshal.list:
14912         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14913         (gst_mixer_set_option), (gst_mixer_get_option),
14914         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14915         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14916         * gst-libs/gst/mixer/mixer.h:
14917         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14918         (gst_mixer_options_class_init), (gst_mixer_options_init),
14919         (gst_mixer_options_dispose):
14920         * gst-libs/gst/mixer/mixeroptions.h:
14921           Add GstMixerOptions.
14922         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14923           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14924           broken device detection on computers with multiple OSS sound
14925           cards.
14926
14927 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14928
14929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14930           fixate nicely even when the peer is not negotiating
14931
14932 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14933
14934         * gst/audioconvert/gstaudioconvert.c:
14935         (gst_audio_convert_parse_caps):
14936           make sure we don't allow depth > width
14937         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14938           fixate endianness to G_BYTE_ORDER as default
14939         * gst/audioscale/gstaudioscale.c:
14940           we don't handle another endianness as host-endianness
14941
14942 2004-05-25  David Schleef  <ds@schleef.org>
14943
14944         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14945
14946 2004-05-24  Benjamin Otte  <otte@gnome.org>
14947
14948         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14949         (gst_oggvorbisenc_setup):
14950           properly fail when we can't setup the vorbis encoder due to
14951           unsupported settings
14952         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14953         (gst_vorbisenc_setup):
14954           same
14955         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14956           fix case where warnings occured when one pad was unlinked while the
14957           other's link function was called
14958
14959 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14960
14961         * gst/tcp/Makefile.am:
14962           use GST_ENABLE_NEW
14963
14964 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14965
14966         * gst-libs/gst/resample/private.h:
14967           don't use optimizations that are #if 0'ed
14968
14969 2004-05-24  Wim Taymans  <wim@fluendo.com>
14970
14971         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14972         Fix potential division by zero error and hopefully get
14973         the position query right to get correct timestamps on avi
14974         audio.
14975
14976 2004-05-24  Wim Taymans  <wim@fluendo.com>
14977
14978         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14979         (gst_videoscale_scale_nearest_str2),
14980         (gst_videoscale_scale_nearest_str4),
14981         (gst_videoscale_scale_nearest_32bit),
14982         (gst_videoscale_scale_nearest_24bit),
14983         (gst_videoscale_scale_nearest_16bit):
14984         Fix the scaling algorithm and avoid a buffer overflow.
14985         removed the while loop in the scaling function as it
14986         was used for point sampling only.
14987
14988 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14989
14990         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14991         (gst_id3_tag_class_init), (gst_id3_tag_init),
14992         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14993         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14994         (gst_id3_tag_send_tag_event):
14995           lots of fixes to make id3mux work and id3demux work correctly
14996
14997 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14998
14999         * ext/Makefile.am:
15000           add rules to build shout2send (was removed by accident
15001           when this module was no more marked experimental/broken)
15002
15003 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15004
15005         * ext/shout2/gstshout2.c:
15006         * ext/shout2/gstshout2.h:
15007           adding a "connection problem" signal to shout2send
15008           (fixes #142954)
15009
15010 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15011
15012         * ext/kio/kioreceiver.cpp:
15013         * ext/kio/kioreceiver.h:
15014           fix sign comparison issues
15015
15016 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15017
15018         * gst/cdxaparse/gstcdxaparse.c:
15019         * gst/cdxaparse/gstcdxaparse.h:
15020           some renaming
15021           add some checks/sanity
15022           prepare for seek addition
15023
15024         * sys/sunaudio/gstsunaudio.c:
15025           remove exported dupe init function
15026
15027 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15028
15029         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15030         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15031           Fix format conversion and position querying.
15032         * gst/debug/progressreport.c: (gst_progressreport_report):
15033           Don't output a bogus total value that we didn't query.
15034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15035           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15036           only a blank window after xine has been used.
15037
15038 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15039
15040         * m4/as-arts.m4:
15041           sync with upstream version to fix test on FC2
15042           readd with -ko to preserve Id header
15043
15044 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15045
15046         * configure.ac:
15047           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15048         * gst/tcp/gsttcpclientsrc.c: idem
15049         * gst/tcp/gsttcpserversink.c: idem
15050         * gst/tcp/gsttcpserversrc.c: idem
15051         * m4/gst-fionread.m4: idem
15052
15053         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15054
15055         * configure.ac: enable speex plugin for speex 1.1.5+
15056         * ext/speex/gstspeexenc.c: fix cast warning
15057
15058         * ext/esd/README: fix typo
15059
15060 2004-05-20  David Schleef  <ds@schleef.org>
15061
15062         * configure.ac: Minor cosmetic change to convince the buildbot to
15063         reautogen.
15064         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15065         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15066         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15067         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15068         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15069         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15070         More hacking.  Plays audio now.
15071
15072 2004-05-20  David Schleef  <ds@schleef.org>
15073
15074         * configure.ac:
15075         * sys/Makefile.am:
15076
15077 2004-05-20  David Schleef  <ds@schleef.org>
15078
15079         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15080         * sys/osxaudio/gstosxaudio.c:
15081         * sys/osxaudio/gstosxaudioelement.c:
15082         * sys/osxaudio/gstosxaudioelement.h:
15083         * sys/osxaudio/gstosxaudiosink.c:
15084         * sys/osxaudio/gstosxaudiosink.h:
15085         * sys/osxaudio/gstosxaudiosrc.c:
15086         * sys/osxaudio/gstosxaudiosrc.h:
15087
15088 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15089
15090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15091         (gst_vorbisenc_chain):
15092           put the codec headers on the caps as streamheader as well as
15093           pushing them out
15094
15095 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15096
15097         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15098         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15099         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15100         split up push_packet into two functions
15101
15102 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15103
15104         * gst/tcp/.cvsignore:
15105           ignore enums
15106         * gst/tcp/Makefile.am:
15107         * gst/tcp/README:
15108         * gst/tcp/gsttcp.c:
15109         * gst/tcp/gsttcp.h:
15110         * gst/tcp/gsttcpclientsink.c:
15111         * gst/tcp/gsttcpclientsink.h:
15112         * gst/tcp/gsttcpclientsrc.c:
15113         * gst/tcp/gsttcpclientsrc.h:
15114         * gst/tcp/gsttcpplugin.c:
15115         * gst/tcp/gsttcpserversink.c:
15116         * gst/tcp/gsttcpserversink.h:
15117         * gst/tcp/gsttcpserversrc.c:
15118         * gst/tcp/gsttcpserversrc.h:
15119           add new tcp elements
15120
15121 2004-05-19  Wim Taymans  <wim@fluendo.com>
15122
15123         * gst/law/mulaw-conversion.c: (mulaw_encode):
15124         Fix overflow bug in ulaw encoding.
15125
15126 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15127
15128         * ext/mad/gstmad.c: (gst_mad_handle_event):
15129           don't unref the event twice
15130
15131 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15132
15133         * configure.ac:
15134           remove -Wno-sign-compare
15135
15136 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15137
15138         * configure.ac:
15139           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15140           if you want to work against glib 2.2 and 2.4
15141
15142 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15143
15144         * gst/tcp/Makefile.am:
15145         * gst/tcp/gsttcp.c:
15146         * gst/tcp/gsttcp.h:
15147         * gst/tcp/gsttcpsink.h:
15148         * gst/tcp/gsttcpsrc.h:
15149           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15150
15151 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15152
15153         * gst/debug/tests.c: (md5_get_value):
15154           fix segfault on gst-inspect
15155
15156 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15157
15158         * gst/debug/testplugin.c:
15159         * gst/debug/tests.c:
15160         * gst/debug/tests.h:
15161           add new extensible and configurable testing element. Current tests
15162           include buffer count, stream length, timestamp/duration matching and
15163           md5.
15164         * gst/debug/Makefile.am:
15165         * gst/debug/gstdebug.c: (plugin_init):
15166           add infrastructure for new element
15167
15168 2004-05-19  Johan Dahlin  <johan@gnome.org>
15169
15170         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15171         ending of the array. Fixes gst-inspect segfault on ppc.
15172
15173 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15174
15175         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15176
15177         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15178
15179 2004-05-18  David Schleef  <ds@schleef.org>
15180
15181         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15182         warnings (bugs, actually) noticed by gcc but not forte.
15183
15184 2004-05-18  David Schleef  <ds@schleef.org>
15185
15186         * sys/sunaudio/Makefile.am:
15187         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15188
15189 2004-05-18  David Schleef  <ds@schleef.org>
15190
15191         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15192         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15193         to allow qtdemux to use non-seekable streams. (bug #142272)
15194
15195 2004-05-18  David Schleef  <ds@schleef.org>
15196
15197         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15198         (gst_resample_sinc_ft_float): Remove use of static temporary
15199         buffer.  This code was obviously not supposed to last long, but
15200         it's stuck in our ABI, so it required a little hack to make it
15201         ABI-compatible.  Fixes #142585.
15202         * gst-libs/gst/resample/resample.h: same.
15203
15204 2004-05-18  David Schleef  <ds@schleef.org>
15205
15206         * configure.ac: Add sunaudio
15207         * examples/Makefile.am: make gstplay depend on gconf
15208         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15209         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15210         (convert_table_lookup), (img_convert): remove c99-isms
15211         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15212           unsigned, to fix a warning on Solaris
15213         * gst/mpeg1sys/systems.c: bcopy->memcpy
15214         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15215         * sys/Makefile.am: Add sunaudio
15216
15217 2004-05-18  Wim Taymans  <wim@fluendo.com>
15218
15219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15220         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15221         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15222         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15223         (gst_ogg_mux_loop):
15224         Fix an ugly memleak where the muxer didn't flush enough ogg
15225         pages. This also resulted in badly muxed ogg files.
15226
15227 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15228
15229         * gst/asfdemux/asfheaders.c :
15230         * gst/asfdemux/asfheaders.h :
15231         * gst/asfdemux/gstasfdemux.c :
15232           - fix ASF_OBJ_PADDING guid
15233           - add 3 new object guids (language list, metadata,
15234             extended stream properties)
15235           - add a function to parse extended header objects
15236
15237 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15238
15239         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15240           remove leftover debugging g_print
15241
15242 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15243
15244         * ext/mad/gstmad.c: (gst_mad_handle_event):
15245           Fix for when the first format in a discont event is not a
15246           byte-based one. Should fix #137710.
15247
15248 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15249
15250         * m4/a52.m4 : fix compilation with -Wall -Werror
15251         * m4/libfame.m4 : idem
15252         * m4/libmikmod.m4 : idem
15253
15254 2004-05-17  Benjamin Otte  <otte@gnome.org>
15255
15256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15257           signal the new tags before giving up the reference
15258
15259 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15260
15261         * ext/shout2/gstshout2.c:
15262           use application/ogg instead of application/x-ogg (patch by Patrick
15263           Guimond, fixes #142432)
15264         * sys/oss/gstosselement.c: (gst_osselement_reset),
15265         (gst_osselement_sync_parms):
15266           don't set fragment size unless specified (fixes #142493)
15267
15268 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15269
15270         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15271           fixes #142664
15272
15273 2004-05-17  Benjamin Otte  <otte@gnome.org>
15274
15275         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15276           compute offsets correctly for internal buffers so timestamps are set
15277           correctly when we can't seek. Also handle cases where there are no
15278           offsets. (based on a patch by David Moore, fixes #142507)
15279
15280 2004-05-17  Benjamin Otte  <otte@gnome.org>
15281
15282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15283           use correct variable when determining amount of data to skip so we
15284           don't skip into the void and segfault
15285
15286 2004-05-16  Benjamin Otte  <otte@gnome.org>
15287
15288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15289           Hi, I'm a memleak
15290
15291 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15292
15293         * gst/asfdemux/gstasfdemux.c:
15294           - fix a mem leak and always propagate tags
15295           - add WMV3 to known video codecs (but no decoder yet)
15296           - replace "surplus data" at end of audio header for what
15297             it is : codec specific data
15298           - fix a typo
15299
15300 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15301
15302         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15303
15304         * gst-libs/gst/audio/audioclock.c:
15305           Fix wrong return type (#142205).
15306
15307 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15308
15309         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15310           Ignore CRCs by default (fixes #142566).
15311
15312 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15313
15314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15315         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15316         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15317         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15318         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15319         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15320           Fix for cases where we fail to attach to a mixer.
15321
15322 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15323
15324         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15325           Don't touch events after not owning them anymore.
15326         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15327         (gst_wavparse_fmt), (gst_wavparse_other),
15328         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15329         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15330         (gst_wavparse_srcpad_event):
15331         * gst/wavparse/gstwavparse.h:
15332           Add seeking, fix querying.
15333
15334 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15335
15336         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15337           - process comments even if they don't end with \0\0
15338             g_convert would ignore them if present and works well without them
15339
15340 2004-05-16  Benjamin Otte  <otte@gnome.org>
15341
15342         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15343           simplify caps
15344
15345 2004-05-16  Benjamin Otte  <otte@gnome.org>
15346
15347         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15348           don't write to memory we might not write to - g_convert does that
15349           for us anyway (fixes #142613)
15350         (gst_asf_demux_audio_caps):
15351           comment out gst_util_dump_mem
15352
15353 2004-05-16  Benjamin Otte  <otte@gnome.org>
15354
15355         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15356           compute correct expected timestamps after seek (broken since
15357           last commit)
15358         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15359           rename element and debugging category to gdkpixbufscale
15360
15361 2004-05-16  Benjamin Otte  <otte@gnome.org>
15362
15363         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15364           add error checking to snd_pcm_delay and remove duplicate call to
15365           snd_pcm_delay that caused issues (see inline code comments)
15366         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15367           make more readable and fix return value when snd_pcm_delay fails
15368         (fixes #142586)
15369
15370 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15371         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15372         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15373         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15374         (gst_pixbufscale_link), (gst_pixbufscale_init),
15375         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15376         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15377         (gst_pixbufscale_get_property), (pixbufscale_init):
15378         * ext/gdk_pixbuf/pixbufscale.h:
15379         Add these files I forgot earlier
15380
15381 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15382         * ext/gdk_pixbuf/Makefile.am:
15383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15384         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15385         Add new pixbufscale element to scale RGB video
15386         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15387         and HYPER interpolation correctly.
15388         * ext/theora/theoraenc.c: (theora_enc_chain),
15389         Discard buffer and return if explicit caps could not be set
15390         (theora_enc_get_property):
15391         Make _get return kbps for the bitrate consistent with
15392         the _set function.
15393
15394
15395 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15396
15397         * ext/libvisual/visual.c: (gst_visual_chain):
15398           add missing visual_audio_analyze
15399
15400 2004-05-14  David Schleef  <ds@schleef.org>
15401
15402         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15403         is killed while we're playing.
15404         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15405         gst_element_no_more_pads().
15406
15407 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15408
15409         * gst-libs/gst/riff/riff-read.c :
15410           - fix INFO tag extraction in RIFF/AVI files
15411             because gst_event_unref (event) also freed taglist
15412           - avoid a mem leak
15413
15414 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15415
15416         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15417         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15418
15419         * gst/auparse/gstauparse.c :
15420           - add code (commented for now) to support audio/x-adpcm on src pad
15421             (we have no decoder for those layout yet)
15422
15423         * gst/cdxaparse/gstcdxaparse.c :
15424         * gst/cdxaparse/gstcdxaparse.h :
15425           - partial rewrite using RiffRead (ripped iain's wavparse code)
15426
15427         * gst/rtp/gstrtpL16enc.c : typo
15428         * gst/rtp/gstrtpgsmenc.c : typo
15429
15430 2004-05-13  Benjamin Otte  <otte@gnome.org>
15431
15432         * configure.ac:
15433           check for exact version of libvisual, it's not supposed to be
15434           API/ABI stable yet
15435
15436 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15437
15438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15439           signal no-more-pads
15440
15441 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15442
15443         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15444         Report which format was used for GST_FORMAT_DEFAULT
15445         * gst/debug/Makefile.am:
15446         * gst/debug/gstdebug.c: (plugin_init):
15447         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15448         (gst_progressreport_class_init), (gst_progressreport_init),
15449         (gst_progressreport_report), (gst_progressreport_set_property),
15450         (gst_progressreport_get_property), (gst_progressreport_chain),
15451         (gst_progressreport_plugin_init):
15452         Add progressreport element for testing.
15453
15454 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15455
15456         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15457         * sys/v4l/gstv4lsrc.h:
15458         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15459         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15460         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15461         (gst_v4lsrc_grab_frame):
15462           add more debugging
15463           send a discont at start
15464
15465 2004-05-12  Colin Walters  <walters@redhat.com>
15466
15467         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15468         inflooping if we can't find a chunk.  Or in other words, don't blow
15469         chunks if we don't have a chunk to blow.
15470
15471 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15472         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15473         Remove old debug output
15474         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15475         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15476         (gst_dvdec_set_property), (gst_dvdec_get_property):
15477         Change the quality setting to an enum, so it works from gst-launch
15478         Don't renegotiate a non-linked pad. Allows audio only decoding.
15479         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15480         (gst_deinterlace_link), (gst_deinterlace_init):
15481         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15482         (gst_videodrop_link):
15483         Some caps negotiation fixes
15484
15485 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15486
15487         * ext/tarkin/gsttarkin.c :
15488           - Change RANK from NONE to PRIMARY
15489         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15490           - Change RANK from NONE to MARGINAL
15491         * ext/divx/gstdivxenc.c :
15492           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15493
15494 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15495
15496         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15497         (gst_vorbisenc_push_packet):
15498           copy a function that was added between 1.0 and 1.0.1 until we
15499           depend on worthwhile features of post-1.0
15500
15501 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15502
15503         * configure.ac:
15504           enable shout2 by default
15505         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15506         (gst_shout2send_base_init), (gst_shout2send_init),
15507         (gst_shout2send_connect), (gst_shout2send_change_state):
15508         * ext/shout2/gstshout2.h:
15509           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15510           #142262)
15511         * ext/theora/theora.c: (plugin_init):
15512           don't set rank on encoders
15513
15514 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15515
15516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15517           Use codec_data property instead of flag1 and flag2 for wma
15518
15519 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15520
15521         * gst/cdxaparse/gstcdxaparse.c :
15522           - Add mpegversion to CAPS to make it link
15523           - Rank is as GST_RANK_SECONDARY instead of NONE
15524         * gst/auparse/gstauparse.c :
15525           - Document all audio encoding we can encounter from Solaris 9
15526             headers and libsndfile information.
15527           - Increase max. rate from 48000 to 192000 (to match other elements)
15528           - Don't try to play junk data between header and samples
15529
15530 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15531
15532         * ext/libvisual/visual.c: (gst_visual_getcaps):
15533           use the right caps depending on endianness (I hope)
15534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15535           use GST_RANK_NONE for all non-decoding elements or spider gets
15536           mighty confused
15537
15538 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15539
15540         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15541           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15542
15543 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15544
15545         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15546         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15547         (gst_switch_loop), (gst_switch_get_type):
15548           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15549           HEADERS. Had to be said.
15550
15551 2004-05-10  David Schleef  <ds@schleef.org>
15552
15553         * configure.ac: Add prototype Dirac support.
15554         * ext/Makefile.am:
15555         * ext/dirac/Makefile.am:
15556         * ext/dirac/gstdirac.cc:
15557         * ext/dirac/gstdiracdec.cc:
15558
15559 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15560
15561         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15562         (gst_auparse_init), (gst_auparse_chain),
15563         (gst_auparse_change_state):
15564           Hack around spider. Remove me some day please.
15565
15566 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15567
15568         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15569           Fix for some uninitialized variables in previous patch, also
15570           makes it work. Fixes #142286 while we're at it.
15571
15572 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15573
15574         * gst/auparse/gstauparse.c:
15575                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15576                 only unsupported formats are ADPCM/CCITT G.72x
15577                 reviewed by Ronald
15578         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15579
15580 2004-05-10  Wim Taymans  <wim@fluendo.com>
15581
15582         * ext/vorbis/Makefile.am:
15583         * ext/vorbis/README:
15584         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15585         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15586         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15587         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15588         (gst_oggvorbisenc_convert_sink),
15589         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15590         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15591         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15592         (get_constraints_string), (update_start_message),
15593         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15594         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15595         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15596         * ext/vorbis/oggvorbisenc.h:
15597         * ext/vorbis/vorbis.c: (plugin_init):
15598         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15599         (raw_caps_factory), (gst_vorbisenc_class_init),
15600         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15601         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15602         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15603         * ext/vorbis/vorbisenc.h:
15604         Added a raw vorbis encoder to be used with the oggmuxer.
15605         We still need the old encoder for some gnome applications,
15606         read the README to find out how that works.
15607         The raw encoder is called "rawvorbisenc" until 0.9.
15608
15609 2004-05-10  Wim Taymans  <wim@fluendo.com>
15610
15611         * ext/ogg/gstogg.c: (plugin_init):
15612         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15613         (gst_ogg_print):
15614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15615         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15616         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15617         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15618         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15619         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15620         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15621         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15622         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15623         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15624         Added an ogg muxer.
15625         Small typo fixes in the demuxer.
15626
15627 2004-05-10  Wim Taymans  <wim@fluendo.com>
15628
15629         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15630         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15631         (theora_enc_change_state), (theora_enc_set_property),
15632         (theora_enc_get_property):
15633         Mark the last packet with an EOS flag which is not really needed
15634         in gstreamer.
15635         Do some better video framerate initialisation.
15636         Update the buffer timestamp.
15637
15638 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15639
15640         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15641         Return the result of the parent state change call
15642
15643 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15644
15645         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15646         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15647         * gst/law/alaw-encode.c : (idem)
15648         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15649         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15650         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15651
15652 2004-05-09  Benjamin Otte  <otte@gnome.org>
15653
15654         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15655           don't use a fixed buffer size when writing variable length data to
15656           it. Fixes memory corruption and makes alsasrc work
15657
15658 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15659
15660         * ext/gnomevfs/gstgnomevfssink.c:
15661         (_gst_boolean_allow_overwrite_accumulator),
15662         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15663           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15664           RUN_LAST, and don't use that to set the accumulator value because
15665           then it's always FALSE.
15666
15667 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15668
15669         * gst-libs/gst/riff/riff-media.c:
15670         (gst_riff_create_video_caps_with_data),
15671         (gst_riff_create_audio_caps),
15672         (gst_riff_create_audio_template_caps):
15673         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15674           Fix for unaligned RIFF files (i.e. where all the chunks together
15675           in a LIST chunk are not of the same size as the size given in
15676           the LIST chunk header). Fixes several odd WAVE files. Also fix
15677           ADPCM (block_align property) in audio, so that wavparse based
15678           on this works now as it used to stand-alone.
15679
15680 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15681
15682         reviewed by Benjamin Otte  <otte@gnome.org>
15683
15684         * ext/a52dec/gsta52dec.c:
15685         * ext/divx/gstdivxdec.c:
15686         * ext/divx/gstdivxenc.c:
15687         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15688         * ext/faac/gstfaac.c: (gst_faac_base_init):
15689         * ext/faad/gstfaad.c: (gst_faad_base_init):
15690         * ext/ivorbis/vorbisfile.c:
15691         * ext/lame/gstlame.c:
15692         * ext/libfame/gstlibfame.c:
15693         * ext/mpeg2enc/gstmpeg2enc.cc:
15694         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15695         * ext/sidplay/gstsiddec.cc:
15696         * ext/speex/gstspeexdec.c:
15697         * ext/speex/gstspeexenc.c:
15698         * ext/xvid/gstxviddec.c:
15699         * ext/xvid/gstxvidenc.c:
15700           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15701           (fixes #142193)
15702
15703 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15704
15705         * ext/alsa/gstalsa.c: (device_list),
15706         (gst_alsa_class_probe_devices):
15707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15708           Fix alsa oddness in mixer after the combination of using mixer
15709           in source/sink elements and using hw:x,y instead of just hw:x.
15710
15711 2004-05-09  Benjamin Otte  <otte@gnome.org>
15712
15713         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15714         (gst_wavparse_create_sourcepad):
15715           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15716           sourcepads
15717
15718 2004-05-09  Benjamin Otte  <otte@gnome.org>
15719
15720         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15721           allow discont events before caps nego
15722
15723 2004-05-08  Benjamin Otte  <otte@gnome.org>
15724
15725         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15726           don't leak events
15727
15728 2004-05-08  Benjamin Otte  <otte@gnome.org>
15729
15730         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15731         (gst_level_change_state), (gst_level_init):
15732         * gst/level/gstlevel.h:
15733           figure out if we're initialized directly instead of keeping a
15734           variable that's wrong in 90% of cases
15735           don't initialize pads and then leak them and use a new unitialized
15736           pad. (fixes #142084)
15737           these were bugs so n00bish I didn't find them for an hour :/
15738
15739 2004-05-08 Iain <iain@prettypeople.org>
15740
15741         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15742         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15743         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15744         return the length that was read.
15745         (gst_riff_read_strf_auds): Allow fmt tags as well.
15746
15747 2004-05-07  David Schleef  <ds@schleef.org>
15748
15749         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15750         signed char assumption in faad.h.
15751
15752 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15753
15754         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15755           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15756
15757 2004-05-07  Colin Walters  <walters@redhat.com>
15758
15759         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15760         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15761         function.
15762         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15763         Add dispose function.
15764
15765 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15766         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15767           Fix caps nego and pad templates. RGB mode caps should
15768           work now.
15769         * ext/dvdnav/gst-dvd:
15770           Move mpeg2dec inside the thread because otherwise the
15771           queue rejects cap changes mid-stream
15772         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15773         (gst_mpeg2dec_flush_decoder):
15774           For mpeg2dec > 0.4.0, call the flush function instead of
15775           manually extracting all in-flight frames.
15776         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15777         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15778           Change mime type video/dv go video/x-dv to match the
15779           rest of gst-plugins
15780
15781 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15782
15783         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15785         (gst_alsa_sink_class_init):
15786         * ext/alsa/gstalsasink.h:
15787         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15788         (gst_alsa_src_class_init):
15789         * ext/alsa/gstalsasrc.h:
15790           Make alsasink/src a subclass of alsamixer so that mixer stuff
15791           shows up in gst-rec. Needs some finetuning.
15792
15793 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15794
15795         * ext/lame/gstlame.c: (gst_lame_chain):
15796           simplify
15797         * ext/mad/gstmad.c: (gst_mad_handle_event):
15798           fix event leak
15799         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15800           be able to detect mp3 files < 4096 bytes
15801
15802 2004-05-06  Wim Taymans  <wim@fluendo.com>
15803
15804         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15805         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15806         (theora_enc_set_property), (theora_enc_get_property):
15807         Also encode the first frame, cleanup some code.
15808
15809 2004-05-06  Wim Taymans  <wim@fluendo.com>
15810
15811         * ext/mpeg2enc/gstmpeg2enc.cc:
15812         Forward events first before deciding that negotiation was
15813         not performed.
15814
15815 2004-05-06  Wim Taymans  <wim@fluendo.com>
15816
15817         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15818         First process the events before deciding that negotiation
15819         was not performed.
15820
15821 2004-05-06  Wim Taymans  <wim@fluendo.com>
15822
15823         * ext/theora/Makefile.am:
15824         * ext/theora/theora.c: (plugin_init):
15825         * ext/theora/theoradec.c: (theora_dec_change_state):
15826         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15827         (gst_theora_enc_class_init), (gst_theora_enc_init),
15828         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15829         (theora_enc_chain), (theora_enc_change_state),
15830         (theora_enc_set_property), (theora_enc_get_property):
15831         Added a theora encoder, grouped the encoder and decoder into the
15832         same plugin.
15833
15834 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15835
15836         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15837         (gst_jpegenc_chain):
15838         fix DURATION on outgoing buffers
15839         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15840         debug using time formats
15841         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15843         (gst_xvimagesink_sink_link):
15844         windows with width/height 0 generate X errors, so don't allow them
15845
15846 2004-05-05  Wim Taymans  <wim@fluendo.com>
15847
15848         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15849         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15850         (gst_mpeg2dec_negotiate_format):
15851         * ext/mpeg2dec/gstmpeg2dec.h:
15852           removed the static pad template so that we can add the
15853           more accurate framerate value to the caps.
15854
15855
15856 2004-05-04  Benjamin Otte  <otte@gnome.org>
15857
15858         * configure.ac:
15859           check for kdemacros.h, too (should fix #141821)
15860         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15861           don't crash if no header was sent, but nicely error out (fixes part
15862           of #141554)
15863
15864 2004-05-04  Wim Taymans  <wim@fluendo.com>
15865
15866         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15867         parent dispose function to avoid segfault on destroy.
15868
15869 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15870
15871         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15872         (plugin_init):
15873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15874         (gst_xvimagesink_sink_link):
15875         clean up debugging caps
15876         also recreate xvimage when format has changed
15877
15878 2004-05-04  Benjamin Otte  <otte@gnome.org>
15879
15880         * ext/libvisual/Makefile.am:
15881         * ext/libvisual/visual.c: (gst_visual_class_init),
15882         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15883         (gst_visual_srclink), (gst_visual_chain),
15884         (gst_visual_change_state), (plugin_init):
15885           use a GstAdapter to correctly adapt buffer sizes - allows using a
15886           framerate
15887
15888 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15889
15890         * sys/v4l/gstv4lelement.h:
15891         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15892         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15893         (gst_v4lsrc_buffer_free):
15894         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15895         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15896         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15897         (gst_v4lsrc_requeue_frame):
15898         move some debugging categories around
15899         query for fps index and set accordingly if found
15900
15901 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15902
15903         * ext/lame/gstlame.c:
15904         correct defaults that lame_init puts out of range
15905
15906 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15909         (gst_divxenc_class_init):
15910         fix range since -1 is the default
15911         * gst/mpeg1sys/gstmpeg1systemencode.c:
15912         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15913         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15914         (gst_rtjpegdec_chain):
15915         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15916         (gst_rtjpegenc_chain):
15917         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15918         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15919         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15920         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15921         * sys/v4l/gstv4lsrc.c:
15922         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15923         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15924         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15926         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15927           remove gst_info calls
15928
15929 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15930
15931         * Makefile.am:
15932         * po/af.po:
15933         * po/az.po:
15934         * po/en_GB.po:
15935         * po/nl.po:
15936         * po/sr.po:
15937         * po/sv.po:
15938           Updated translations
15939
15940 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15941
15942         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15943           refactor/comment code
15944
15945 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15946
15947         * gst/asfdemux/Makefile.am:
15948         * gst/asfdemux/asfheaders.c:
15949         * gst/asfdemux/asfheaders.h:
15950         * gst/asfdemux/gstasf.c: (plugin_init):
15951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15952         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15953         (gst_asf_demux_setup_pad):
15954         * gst/asfdemux/gstasfdemux.h:
15955         * gst/asfdemux/gstasfmux.c:
15956         * gst/asfdemux/gstasfmux.h:
15957           Add tagging support to demuxer, split out registration in its own
15958           file instead of in demux (hacky), and prevent having some tables
15959           in our memory multiple times (in asfheaders.h).
15960
15961 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15962
15963         * gst/matroska/matroska-demux.c:
15964         (gst_matroska_demux_parse_metadata):
15965         * gst/matroska/matroska-ids.h:
15966           Basic tag reading support.
15967
15968 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15969
15970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15971           Really detect ac-3 audio.
15972         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15973           really detect matroska files (off-by-1).
15974
15975 2004-04-30  David Schleef  <ds@schleef.org>
15976
15977         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15978         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15979         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15980         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15981         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15982         hackage -- parse a lot more atoms, extract a few tags.  One might even
15983         mistake this for tag support.  Maybe it is.
15984         * gst/qtdemux/qtdemux.h:
15985
15986 2004-04-30  Colin Walters  <walters@verbum.org>
15987
15988         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15989
15990 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15991
15992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15993         (gst_ffmpegcolorspace_getcaps):
15994           remove broken nego fix
15995
15996 2004-04-30  Benjamin Otte  <otte@gnome.org>
15997
15998         * configure.ac:
15999         * ext/Makefile.am:
16000         * ext/libvisual/Makefile.am:
16001         * ext/libvisual/visual.c:
16002           add initial support for libvisual (http://libvisual.sourceforge.net)
16003           libvisual is still quite alpha, so expect crashes in there :)
16004
16005 2004-04-29  David Schleef  <ds@schleef.org>
16006
16007         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16008         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16009         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16010         code; you will no longer respect me.
16011
16012 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16013
16014         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16015         * ext/alsa/gstalsa.h :
16016         change alsa pcm device discovery to find more than 1 device
16017         per card. code review by Ronald.
16018
16019 2004-04-29  David Schleef  <ds@schleef.org>
16020
16021         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16022         Add a check for a driver bug on FreeBSD.  (bug #140565)
16023
16024 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16027         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16028         (gst_jpegenc_getcaps):
16029           move format setting to inner loop
16030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16031         (gst_ffmpegcolorspace_getcaps):
16032           use GST_PAD_CAPS if available so that we use already negotiated
16033           caps
16034         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16035         (qtdemux_parse_moov), (qtdemux_parse):
16036           extra debugging
16037         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16038         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16039           move hardcoded path to DEFINE
16040
16041 2004-04-28  David Schleef  <ds@schleef.org>
16042
16043         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16044         (bug #140064)
16045
16046 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16047
16048         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16049           Don't probe for playback device if we're a source element. Fixes
16050           #139658.
16051
16052 2004-04-29  Benjamin Otte  <otte@gnome.org>
16053
16054         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16055         (gst_id3_tag_chain):
16056           rewrite buffer offset
16057
16058 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16059
16060         * configure.ac:
16061         * ext/Makefile.am:
16062         * ext/dts/Makefile.am:
16063         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16064         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16065         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16066         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16067         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16068         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16069         (plugin_init):
16070         * ext/dts/gstdtsdec.h:
16071           New DTS decoder.
16072         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16073         (gst_faad_srcconnect):
16074           Add ESDS atom handling (.m4a).
16075
16076 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16077
16078         * ext/divx/gstdivxdec.c: (plugin_init):
16079           Remove comment that makes no sense.
16080         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16081           Fix for obvious typo that resulted in warnings during gst-register.
16082         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16083         (gst_xviddec_sink_link):
16084           Fix caps negotiation a bit better.
16085         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16086           We call this 'codec_data', not 'esds'.
16087
16088 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16089
16090         * gst/monoscope/gstmonoscope.c:
16091           make sure we only provide 256x128
16092         * gst/monoscope/monoscope.c: (monoscope_init):
16093           assert size of 256x128
16094
16095 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16096
16097         * Makefile.am:
16098         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16099         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16100           fixate to max width and height of device
16101
16102 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16103
16104         * Makefile.am:
16105         * sys/v4l/gstv4l.c:
16106         * sys/v4l/gstv4lsrc.c:
16107         * sys/v4l/v4l_calls.c:
16108         * sys/v4l/v4lsrc_calls.c:
16109           fix for qc-usb driver which fakes having more than one buffer
16110           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16111           buffer_free override
16112           add debugging
16113
16114 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16115
16116         * Makefile.am:
16117         * gst/videotestsrc/gstvideotestsrc.c:
16118         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16119         (gst_videotestsrc_init), (gst_videotestsrc_get),
16120         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16121         * gst/videotestsrc/gstvideotestsrc.h:
16122           add num-buffers property
16123
16124         2004-04-26  Benjamin Otte  <otte@gnome.org>
16125
16126         * ext/mad/gstid3tag.c: (plugin_init):
16127           set id3mux rank to NONE so it doesn't confuse spider
16128           require audio/mpeg,mpegversion=1 in id3mux
16129
16130 2004-04-26  Benjamin Otte  <otte@gnome.org>
16131
16132         * configure.ac:
16133           detect faad correctly as non-working if it's indeed non-working
16134
16135 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16136
16137         * Makefile.am:
16138         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16139         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16140         fix _getcaps so it only negotiates to its supported format
16141
16142 2004-04-25  Benjamin Otte  <otte@gnome.org>
16143
16144         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16145           fix memleak
16146
16147 2004-04-23  Benjamin Otte  <otte@gnome.org>
16148
16149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16150           audio/x-raw-int with height rules! not. Now it's depth.
16151
16152 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16153
16154         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16155         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16156         (gst_wavparse_loop):
16157           Missing variable initialization. Add handling of DVI ADPCM. Fix
16158           mis-parsing of LIST chunks. This works around a bug where we mis-
16159           parse non-aligning LIST chunks (so LIST chunks where the contents
16160           don't align with the actual LIST size). The correct fix is to use
16161           rifflib, I'm not going to fix wavparse - too much work. All this
16162           fixes #104878.
16163
16164 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16165
16166         reviewed by Benjamin Otte  <otte@gnome.org>
16167
16168         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16169           fix shoutcast not working (fixes #140844)
16170
16171 2004-04-22  Benjamin Otte  <otte@gnome.org>
16172
16173         * ext/hermes/gsthermescolorspace.c:
16174         (gst_hermes_colorspace_caps_remove_format_info):
16175         * gst/colorspace/gstcolorspace.c:
16176         (gst_colorspace_caps_remove_format_info):
16177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16178         (gst_ffmpegcolorspace_caps_remove_format_info):
16179           s/gst_caps_simplify/gst_caps_do_simplify/
16180
16181 2004-04-22  Benjamin Otte  <otte@gnome.org>
16182
16183         * gst-libs/gst/riff/riff-media.c:
16184         (gst_riff_create_video_caps_with_data):
16185           mpegversion is an int
16186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16187           don't try to create pad templates with NULL caps, use any caps
16188           instead.
16189
16190 2004-04-20  David Schleef  <ds@schleef.org>
16191
16192         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16193         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16194         (bug #140384)
16195
16196 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16197
16198         reviewed by David Schleef
16199
16200         * ext/mad/gstid3tag.c: Add stdlib.h
16201         * gst/rtp/gstrtpgsmenc.c: same
16202         * gst/tags/gstid3tag.c: same
16203         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16204         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16205         GST_DISABLE_LOADSAVE use.
16206         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16207         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16208         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16209         atol(3)).
16210         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16211         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16212         strtoul(3)).
16213         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16214         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16215         $(ID3_CFLAGS).
16216         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16217         $(LIBFAME_CFLAGS).
16218
16219 2004-04-20  David Schleef  <ds@schleef.org>
16220
16221         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16222         last checkin.  Same idea.
16223
16224 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16225
16226         reviewed by David Schleef
16227
16228         * configure.ac: bump required gstreamer version to 0.8.1.1
16229         because of following changes [--ds]
16230
16231         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16232         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16233         (gst_riff_read_header):  Use GST_READ_UINT*
16234         macros to access possibly unaligned memory.
16235
16236         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16237         (mp3_type_find):  Use GST_READ_UINT*
16238         macros to access possibly unaligned memory.
16239         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16240         (speex_type_find): Likewise
16241
16242         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16243
16244         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16245         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16246         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16247         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16248         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16249         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16250         macros to access possibly unaligned memory.
16251
16252         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16253         Likewise.
16254
16255         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16256         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16257
16258         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16259         Likewise.
16260
16261         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16262         (gst_mpeg2subt_chain_subtitle): Likewise.
16263
16264         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16265         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16266         Likewise.
16267
16268         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16269         Likewise.
16270
16271         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16272         Likewise.
16273
16274         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16275         Likewise.
16276
16277 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16278
16279         * configure.ac:
16280           update required version of GStreamer because of GST_TIME_FORMAT
16281
16282 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16283
16284         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16285           remove leftover g_print
16286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16287           don't try setting only a subset of the caps. We don't want to kill
16288           autoplugging on purpose
16289
16290 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16291
16292         * sys/ximage/ximagesink.c: (plugin_init):
16293         * sys/xvimage/xvimagesink.c: (plugin_init):
16294           add debugging categories
16295
16296 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         * po/en_GB.po:
16299         * po/LINGUAS:
16300           Adding en_GB translation (Gareth Owen)
16301
16302 2004-04-20  David Schleef  <ds@schleef.org>
16303
16304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16305         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16306         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16307         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16308         A number of new features and hacks to extract the esds atom and
16309         put it into the caps.  (bug #137724)
16310
16311 2004-04-19  David Schleef  <ds@schleef.org>
16312
16313         * gconf/Makefile.am: Fix for non-GNU make
16314         * gst-libs/gst/Makefile.am: Change directory order to handle
16315         GstPlay linking with gstinterfaces
16316         * gst-libs/gst/audio/make_filter: make use of tr portable
16317         * gst-libs/gst/play/Makefile.am: Add intended \
16318         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16319         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16320         function prototype instead of void *.
16321         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16322         macro.
16323         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16324         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16325         * gst/videofilter/make_filter: make use of tr portable
16326         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16327
16328 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * po/LINGUAS:
16331         * po/uk.po:
16332           Added Ukrainian translation (Maxim V. Dziumanenko)
16333
16334 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16335
16336         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16337         (gst_gsmdec_link), (gst_gsmdec_chain):
16338           Fix capsnego, simplify chain function slightly.
16339         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16340           Add GSM.
16341
16342 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16343
16344         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16345         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16346         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16347           Hack to make wavparse work with spider (always -> sometimes pad).
16348           Fixes #135862 && #140411.
16349
16350 2004-04-18  Benjamin Otte  <otte@gnome.org>
16351
16352         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16353         (gst_osselement_rate_probe_check),
16354         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16355           get rid of \n in debug output
16356
16357 2004-04-17  Iain <iain@prettypeople.org>
16358
16359         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16360         not just EOS.
16361
16362 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16363
16364         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16365         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16366         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16367         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16368         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16369         (gst_id3_tag_change_state), (plugin_init):
16370           deprecate id3tag element and replace with id3demux/id3mux.
16371           great side effect: this ugly file is now even uglier, yay!
16372         * ext/mad/gstmad.h:
16373           remove non-available function
16374           update for new get_type
16375
16376 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16377
16378         * configure.ac:
16379           require mpeg2dec >= 0.4.0
16380
16381 2004-04-17  Benjamin Otte  <otte@gnome.org>
16382
16383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16384         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16385         (gst_xvimagesink_set_xwindow_id):
16386           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16387           assorted cleanup fixes.
16388
16389 2004-04-16  David Schleef  <ds@schleef.org>
16390
16391         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16392         * sys/xvimage/xvimagesink.h: same
16393
16394 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16395
16396         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16397           Fix GST_ELEMENT_ERROR with (NULL)
16398
16399 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16400
16401         * gst-libs/gst/riff/riff-media.c:
16402         (gst_riff_create_video_caps_with_data):
16403           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16404
16405 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16406
16407         * gst-libs/gst/riff/riff-media.c:
16408         (gst_riff_create_video_caps_with_data),
16409         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16410         (gst_riff_create_video_template_caps),
16411         (gst_riff_create_audio_template_caps):
16412         * gst-libs/gst/riff/riff-media.h:
16413         * gst-libs/gst/riff/riff-read.c:
16414         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16415         * gst-libs/gst/riff/riff-read.h:
16416         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16417           Add MS RLE support. I added some functions to read out strf chunks
16418           into strf chunks and the data behind it. This is usually color
16419           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16420           caps creation. Lastly, add ADPCM (similar to wavparse - which
16421           should eventually be rifflib based).
16422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16423         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16424         * gst/matroska/matroska-demux.h:
16425           Remove placeholders for some prehistoric tagging system. Didn't add
16426           support for any tag system really anyway.
16427         * gst/qtdemux/qtdemux.c:
16428           Add support for audio/x-m4a (MPEG-4) through spider.
16429         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16430         (gst_wavparse_loop):
16431           ADPCM support (#135862). Increase max. buffer size because we
16432           cannot split buffers for ADPCM (screws references) and I've seen
16433           files with 2048 byte chunks. 4096 seems safe for now.
16434
16435 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16436
16437         * configure.ac: bump nano to 1
16438
16439 === release 0.8.1 ===
16440
16441 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16442
16443         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16444
16445 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16446
16447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16448           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16449           Fixes #140058
16450
16451 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16452
16453         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16454           lower rank of dvddemux so that it's not used for mpeg playback.
16455
16456 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16457
16458         * configure.ac:
16459           save libs correctly when checking mad
16460
16461 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16462
16463         * ext/mad/gstid3tag.c: (plugin_init):
16464           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16465
16466 2004-04-13  David Schleef  <ds@schleef.org>
16467
16468         * common/m4/gst-feature.m4: Call -config scripts with
16469         --plugin-libs if it is supported.
16470         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16471         JPEG images are image/jpeg.
16472         * gst/debug/Makefile.am:
16473         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16474         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16475         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16476         (gst_negotiation_plugin_init): Add a property that acts like
16477         filter caps.
16478         * testsuite/gst-lint:  Move license checking to be a standard
16479         test.
16480
16481 2004-04-13  David Schleef  <ds@schleef.org>
16482
16483         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16484         patch from Sebastien Cote (bug #139958)
16485
16486 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16487
16488         * examples/gstplay/Makefile.am:
16489         * examples/gstplay/player.c: (main):
16490           make the commandline player example use gconf settings
16491
16492 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16493
16494         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16495         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16496         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16497           init/end library during state transition, not object
16498           creation/disposal.  get rid of custom dispose handler.
16499
16500
16501 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16502
16503         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16504         be a symlink
16505
16506 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16507
16508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16509           Handle JUNK chunks inside data section. Prevents warnings.
16510
16511 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16512
16513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16514         (gst_riff_create_video_template_caps):
16515           Add MS video v1.
16516         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16517         (gst_avi_demux_stream_data):
16518           Add support for "rec-list" chunks.
16519
16520 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16521
16522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16523           Fix another codecname mismatch.
16524
16525 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16526
16527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16528           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16529           so that MJPEG plays back.
16530
16531 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16532
16533         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16534         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16535         * gst/mpeg1videoparse/gstmp1videoparse.h:
16536           Fix for some slight mis-cuts in buffer parsing, and for some
16537           potential overflows or faults-causers. Adds disconts. Also fixes
16538           #139105 while we're at it.
16539
16540 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16541
16542         * configure.ac:
16543         * sys/v4l2/gstv4l2element.h:
16544           Workaround for missing struct v4l2_buffer declaration in Suse 9
16545           and Mandrake 10 linux/videodev2.h header file (#135919).
16546
16547 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16548
16549         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16550           Bail out if no filename was given.
16551
16552 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16553
16554         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16555         (gst_v4l2_fourcc_from_structure):
16556           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16557           Y41B somewhere).
16558
16559 2004-04-09  Benjamin Otte  <otte@gnome.org>
16560
16561         * ext/gnomevfs/gstgnomevfssink.c:
16562         (_gst_boolean_allow_overwrite_accumulator),
16563         (gst_gnomevfssink_class_init):
16564           fix erase signal - if any handler returns false the file will not be
16565           overwritten. If no handler is connected, the file will not be
16566           overwritten either.
16567           renamed signal to "allow-overwrite"
16568         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16569           free string when adding it to ID3 failed
16570         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16571           unref event when done
16572         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16573           free caps
16574         * gst/typefind/gsttypefindfunctions.c:
16575         (mpeg_video_stream_type_find):
16576           fix invalid read
16577
16578 2004-04-08  David Schleef  <ds@schleef.org>
16579
16580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16581         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16582
16583 2004-04-08  David Schleef  <ds@schleef.org>
16584
16585         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16586         we don't support (bug #139532)
16587
16588 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16589
16590         * ext/mad/gstmad.c: (gst_mad_handle_event),
16591         (gst_mad_check_caps_reset), (gst_mad_chain),
16592         (gst_mad_change_state):
16593           only set explicit caps if they haven't been set before for
16594           this stream.  MPEG-audio sample rate/channels aren't allowed
16595           to change in-stream.
16596           Fixes #139382
16597
16598 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16599
16600         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16601         (_gst_boolean_did_something_accumulator),
16602         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16603         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16604         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16605         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16606         (gst_gnomevfssink_change_state):
16607           Fix erase signal. Don't erase by default. Remove handoff signal.
16608           Remove erase property. Don't segfault. General cleanup.
16609
16610 2004-04-07  Benjamin Otte  <otte@gnome.org>
16611
16612         * gst-libs/gst/gconf/test-gconf.c: (main):
16613           add missing gst_init
16614
16615 2004-04-07  Benjamin Otte  <otte@gnome.org>
16616
16617         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16618           free the mutexes, too
16619
16620 2004-04-07  Benjamin Otte  <otte@gnome.org>
16621
16622         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16623           actually free the URI string
16624         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16625           compute offset correctly when passing discont events
16626         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16627           don't leak discont events
16628         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16629           add some missing breaks so caps aren't copied randomly
16630         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16631           if we realloc memory, we better use it
16632
16633 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16634
16635         * ext/mad/gstmad.c: (normal_seek):
16636           fix GST_FORMAT_TIME usage
16637
16638 2004-04-05  David Schleef  <ds@schleef.org>
16639
16640         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16641         a deprecated function (hack!)
16642
16643 2004-04-05  Benjamin Otte  <otte@gnome.org>
16644
16645         * ext/esd/esdmon.c: (gst_esdmon_get):
16646           fix nonterminated vararg and memleak
16647
16648 2004-04-05  Benjamin Otte  <otte@gnome.org>
16649
16650         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16651         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16652         (gst_ladspa_set_property), (gst_ladspa_get_property),
16653         (gst_ladspa_instantiate), (gst_ladspa_activate),
16654         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16655           clean up debugging
16656
16657 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16658
16659         reviewed by Benjamin Otte  <otte@gnome.org>
16660
16661         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16662           check for broken LADSPA parameters (fixes #138635)
16663
16664 2004-04-05  Benjamin Otte  <otte@gnome.org>
16665
16666         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16667           advertise buffer-frames correctly on sinkpads
16668
16669 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16670
16671         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16672         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16673         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16674         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16675         (gst_mad_check_caps_reset), (gst_mad_chain):
16676         add more debugging, only reset caps when we're not in error state
16677
16678 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16679
16680         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16681
16682 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16683
16684         reviewed by Benjamin Otte  <otte@gnome.org>
16685
16686         * configure.ac:
16687           fix == in test(1) operator
16688
16689 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16690
16691         reviewed by Benjamin Otte  <otte@gnome.org>
16692
16693         * configure.ac:
16694           fix --export-symblos-regex to a working regex.
16695
16696 2004-04-04  Benjamin Otte  <otte@gnome.org>
16697
16698         * sys/oss/.cvsignore:
16699           add for oss_probe
16700
16701 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16702
16703         reviewed by Benjamin Otte  <otte@gnome.org>
16704
16705         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16706           add missing 'new_media' argument (fixes #138168)
16707         * gst/matroska/matroska-demux.c:
16708         (gst_matroska_demux_handle_seek_event):
16709           add vararg terminator (fixes #138169)
16710
16711 2004-04-02  David Schleef  <ds@schleef.org>
16712
16713         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16714         disted (bug #138914)
16715
16716 2004-04-01  Benjamin Otte  <otte@gnome.org>
16717
16718         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16719         (gst_alsa_close_audio):
16720           handle case better where a soundcard can't pause
16721         * ext/ogg/gstoggdemux.c:
16722           don't crash when we get events but don't have pads yet
16723
16724 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16725
16726         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16727           throw an error if we couldn't probe any caps.
16728
16729 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16730
16731         * ext/dvdnav/gst-dvd:
16732         Add a really simple sample DVD player
16733
16734 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16735
16736         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16737         (gst_a52dec_push), (gst_a52dec_handle_event),
16738         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16739         (gst_a52dec_change_state):
16740         * ext/a52dec/gsta52dec.h:
16741           Use a debug category, Output timestamps correctly
16742           Emit tag info, Handle events, tell liba52dec about cpu
16743           capabilities so it can use MMX etc.
16744         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16745           Fix a crasher accessing invalid memory
16746         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16747         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16748         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16749         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16750         (dvdnavsrc_query):
16751           Some support for byte-format seeking.
16752           Small fixes for still frames and menu button overlays
16753         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16754         (gst_mpeg2dec_alloc_buffer):
16755           Use a debug category. Adjust the report level of several items to
16756           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16757           so it doesn't lose the GstBuffer pointer
16758         * gst/debug/Makefile.am:
16759         * gst/debug/gstdebug.c: (plugin_init):
16760         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16761         (gst_navseek_base_init), (gst_navseek_class_init),
16762         (gst_navseek_init), (gst_navseek_seek),
16763         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16764         (gst_navseek_get_property), (gst_navseek_chain),
16765         (gst_navseek_plugin_init):
16766         * gst/debug/gstnavseek.h:
16767           Add the navseek debug element for seeking back and forth in a
16768           video stream using arrow keys.
16769         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16770         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16771         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16772         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16773         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16774         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16775         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16776         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16777         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16778         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16779         * gst/mpeg2sub/gstmpeg2subt.h:
16780           Pretty much a complete rewrite. Now a loopbased element. May still
16781           require work to properly synchronise subtitle buffers.
16782         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16783         (gst_dvd_demux_send_subbuffer):
16784         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16785           Don't attempt to create subbuffers of size 0
16786           Reduce a couple of error outputs to warnings.
16787         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16788         (gst_y4mencode_chain):
16789         Output the y4m frame header correctly.
16790
16791 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16792
16793         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16794           throw errors instead of allowing SIGFPE
16795
16796 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16797
16798         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16799         (gst_gconf_render_bin_from_key):
16800           leak plugging and style fixing
16801
16802 2004-03-31  David Schleef  <ds@schleef.org>
16803
16804         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16805         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16806         (bug #138225)
16807         * gst/debug/Makefile.am:
16808         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16809         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16810         plugin.
16811         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16812         (gst_negotiation_base_init), (gst_negotiation_class_init),
16813         (gst_negotiation_init), (gst_negotiation_getcaps),
16814         (gst_negotiation_pad_link), (gst_negotiation_chain),
16815         (gst_negotiation_set_property), (gst_negotiation_get_property),
16816         (gst_negotiation_plugin_init):  New element to talk about random
16817         negotiation things happening in a pipeline.
16818
16819 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16820
16821         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16822           fix integer addition with help of Stefan Kost
16823
16824 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16825
16826         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16827
16828 2004-03-30  David Schleef  <ds@schleef.org>
16829
16830         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16831         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16832         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16833         (bug #137504)
16834         * ext/mpeg2dec/gstmpeg2dec.h:
16835
16836 2004-03-30  David Schleef  <ds@schleef.org>
16837
16838         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16839
16840 2004-03-30  David Schleef  <ds@schleef.org>
16841
16842         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16843         Michael Petullo) to handle .mov
16844
16845 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16846
16847         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16848         (gst_osselement_rate_check_rate):
16849           probe caps correctly for sound cards that only support one format
16850
16851 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16852
16853         * ext/kio/kiosrc.cpp: (process_events):
16854           update handling event processing if inside KDE - untested
16855
16856 2004-03-29  David Schleef  <ds@schleef.org>
16857
16858         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16859         by 2 to not interfere with other colorspaces.
16860         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16861         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16862         one to not interfere with ffmpeg_colorspace.
16863
16864 2004-03-29  David Schleef  <ds@schleef.org>
16865
16866         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16867         aren't in the caps.
16868         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16869         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16870
16871 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16872
16873         * gst-libs/gst/riff/riff-media.c:
16874           fail on error, don't try to set stuff on NULL caps
16875
16876 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16877
16878         * configure.ac:
16879         * ext/Makefile.am:
16880         * ext/kio/Makefile.am:
16881         * ext/kio/kioreceiver.cpp:
16882         * ext/kio/kioreceiver.h:
16883         * ext/kio/kiosrc.cpp:
16884         * ext/kio/kiosrc.h:
16885           add experimental kiosrc plugin
16886         * ext/alsa/gstalsaplugin.c: (plugin_init):
16887           initialize debugging category only when we're sure registering the
16888           plugins worked.
16889
16890 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16891
16892         * examples/gstplay/player.c: (main):
16893         * gst-libs/gst/play/play.c: (gst_play_class_init),
16894         (gst_play_set_location), (gst_play_set_data_src),
16895         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16896         (gst_play_set_visualization), (gst_play_connect_visualization):
16897           check return values of element_set_state and return FALSE where
16898           failed
16899
16900 2004-03-29  Benjamin Otte  <otte@gnome.org>
16901
16902         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16903           try harder to check if an event is really a discont
16904
16905 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16906
16907         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16908         * po/az.po:
16909
16910 2004-03-28  Benjamin Otte  <otte@gnome.org>
16911
16912         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16913         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16914         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16915           get rid of non-standard "..." ranges in case statements.
16916
16917 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16918
16919         * gst/mpegstream/gstmpegdemux.c:
16920         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16921         specific functionality split to the new dvddemux element.
16922         * gst/mpegstream/gstdvddemux.c:
16923         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16924         streams, derived from mpegdemux.
16925         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16926         up. SCR based timestamp rewriting can be turned off (will probably
16927         completely disappear soon).
16928         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16929         hacking. General cleanup. All printf statements replaced by
16930         debugging messages. Almost complete libdvdnav support.
16931         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16932         by events. New properties for audio and subpicture languages.
16933         (dvdnavsrc_update_highlight): Now uses events.
16934         (dvdnavsrc_user_op): Cleaned up.
16935         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16936         based). Lots of cleanup, and propper support for most libdvdnav
16937         events.
16938         (dvdnavsrc_make_dvd_event): New function.
16939         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16940         (dvdnavsrc_make_clut_change_event): New function.
16941
16942 2004-03-26  Benjamin Otte  <otte@gnome.org>
16943
16944         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16945           fix bug where typefinding would claim it's theora whenever less then
16946           7 bytes of data were available
16947
16948 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16949
16950         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16951         (gst_alawdec_base_init), (gst_alawdec_class_init),
16952         (gst_alawdec_init), (gst_alawdec_chain):
16953         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16954         (gst_alawenc_base_init), (gst_alawenc_class_init),
16955         (gst_alawenc_init), (gst_alawenc_chain):
16956         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16957         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16958         (gst_mulawdec_init), (gst_mulawdec_chain):
16959         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16960         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16961         (gst_mulawenc_init), (gst_mulawenc_chain):
16962           Fix capsnego in all four, remove the unused property functions and
16963           simplify the chain functions slightly. I guess we could use macros
16964           or something similar for those, since the code is so similar, but
16965           I'm currently too lazy...
16966
16967 2004-03-24  David Schleef  <ds@schleef.org>
16968
16969         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16970         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16971         (gst_osselement_get_format_structure),
16972         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16973         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16974         (gst_osselement_rate_int_compare): Add code to handle rate probing
16975         (bug #120883)
16976         * sys/oss/gstosselement.h: same
16977         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16978         Use rate probing provided by osselement.
16979         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16980
16981 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16982
16983         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16984         (gst_xvidenc_get_property):
16985           ulong/int mess-up.
16986
16987 2004-03-24  David Schleef  <ds@schleef.org>
16988
16989         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16990         (gst_speexdec_init):
16991         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16992         (gst_speexenc_init):  Create the pad template correctly (from
16993         the static pad template, not a NULL pointer.)
16994
16995 2004-03-25  Benjamin Otte  <otte@gnome.org>
16996
16997         * gst/debug/Makefile.am:
16998         * gst/debug/breakmydata.c:
16999           add element that quasi-randomly changes bytes in the stream.
17000           Intended use is robustness checking of demuxers and decoders in
17001           media tests.
17002
17003 2004-03-24  Benjamin Otte  <otte@gnome.org>
17004
17005         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17006         (gst_alsa_probe_hw_params):
17007         * ext/alsa/gstalsa.h:
17008           debugging output fixes
17009
17010 2004-03-24  Benjamin Otte  <otte@gnome.org>
17011
17012         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17013           don't g_return_if_fail if element is PLAYING, fail silently as every
17014           other element.
17015         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17016           only fix needed for cast lvalue issues in gst-plugins
17017         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17018           add proxy_getcaps
17019
17020 2004-03-24  Benjamin Otte  <otte@gnome.org>
17021
17022         * gst/level/gstlevel.c: (gst_level_init):
17023           add proxying getcaps function, so level doesn't advertise impossible
17024           caps
17025
17026 2004-03-24  David Schleef  <ds@schleef.org>
17027
17028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17029         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17030         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17031         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17032         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17033         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17034         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17035         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17036         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17037         messages.  Divide the chunk size by the compression ratio
17038         (needed for MACE audio)
17039
17040 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17041
17042         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17043           Fix buffer overflow read error.
17044
17045 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17046
17047         * ext/alsa/gstalsa.h:
17048           Remove unused entry.
17049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17050           Add cinepak.
17051         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17052         (gst_videodrop_link), (gst_videodrop_chain):
17053           Fix, sort of. Was horribly broken with new capsnego. Bah...
17054
17055 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17056
17057         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17058         (plugin_init):
17059         Add a monkeysaudio typefind function
17060
17061 2004-03-23  Johan Dahlin  <johan@gnome.org>
17062
17063         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17064         (gst_play_video_fixate): Check so the structure has the field
17065         before trying to fixate them, this makes it possible to have
17066         fakesinks for video and audio output without printing errors on
17067         the output console.
17068
17069 2004-03-22  David Schleef  <ds@schleef.org>
17070
17071         * sys/oss/Makefile.am:
17072         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17073         (check_rate), (add_rate):  Rate probing test app.
17074
17075 2004-03-21  Benjamin Otte  <otte@gnome.org>
17076
17077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17078         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17079           add a fixation function that pretty much does the right thing (fixes
17080           #137556)
17081
17082 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17083
17084         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17085
17086 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17087
17088         reviewed by: Benjamin Otte  <otte@gnome.org>
17089
17090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17091           terminate gst_event_new_discontinuous correctly (fixes parts of
17092           #137711)
17093
17094 2004-03-19  David Schleef  <ds@schleef.org>
17095
17096         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17097         since it doesn't depend on X, and it's part of our ABI.
17098
17099 2004-03-19  Iain <iain@prettypeople.org>
17100
17101         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17102         is_int in the structure, not the local variable.
17103
17104 2004-03-19  David Schleef  <ds@schleef.org>
17105
17106         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17107         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17108         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17109         Improvements in caps negotiation.
17110
17111 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17112
17113         * po/LINGUAS:
17114         * po/af.po:
17115           adding Afrikaans (Petri Jooste)
17116
17117 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17118
17119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17120         (gst_ffmpegcolorspace_chain):
17121         throw error instead of g_critical (#137588)
17122
17123 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17124
17125         * Makefile.am:
17126         * configure.ac:
17127           dist common and m4 correctly
17128         * po/sv.po:
17129
17130 2004-03-17  David Schleef  <ds@schleef.org>
17131
17132         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17133         (bug #137348)
17134
17135 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         * po/LINGUAS:
17138         * po/sv.po:
17139           adding Swedish translation (Christian Rose)
17140
17141 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17142
17143         * Makefile.am: use release.mak
17144
17145 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17146
17147         * common/ChangeLog:
17148         * common/gst-autogen.sh:
17149           add some explanation about the version detection
17150         * configure.ac:
17151           fix X check
17152
17153 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17154
17155         * configure.ac: bump nano to 1
17156
17157 === release 0.8.0 ===
17158
17159 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17160
17161         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17162
17163 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17164
17165         * configure.ac:
17166           update libtool version
17167         * gst-libs/gst/media-info/Makefile.am:
17168           actually use libtool version
17169
17170 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17171
17172         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17173
17174 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17175
17176         * configure.ac:
17177         * gst-plugins.spec.in:
17178         * pkgconfig/Makefile.am:
17179         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17180         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17181         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17182         * pkgconfig/gstreamer-libs.pc.in:
17183         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17184         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17185         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17186         * pkgconfig/gstreamer-plugins.pc.in:
17187           remove @VERSION@ from some of the pc files since core and plugins
17188           are decoupled.
17189           created gstreamer-plugins.pc as it's a better name, but keeping
17190           -libs around for now to get fixes upstream done first.
17191
17192 2004-03-15  Julien MOUTTE <julien@moutte.net>
17193
17194         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17195         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17196         * gst-libs/gst/play/play.h:
17197
17198 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17199
17200         * *.c, *.cc: don't mix tabs and spaces
17201
17202 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17203
17204         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17205           use the new ffmpegcolorspace
17206         * gst-plugins.spec.in:
17207           package new colorspace and media-info
17208         * configure.ac:
17209         * pkgconfig/Makefile.am:
17210           fix some more disting issues
17211         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17212         * pkgconfig/gstreamer-media-info.pc.in:
17213           generate media-info pc files
17214
17215 2004-03-15  Johan Dahlin  <johan@gnome.org>
17216
17217         * *.h: Revert indenting
17218
17219 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17220
17221         * configure.ac:
17222           adding ffmpegcolorspace element
17223         * gst/ffmpegcolorspace/Makefile.am:
17224         * gst/ffmpegcolorspace/avcodec.h:
17225         * gst/ffmpegcolorspace/common.h:
17226         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17227         * gst/ffmpegcolorspace/dsputil.h:
17228         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17229         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17230         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17231         (gst_ffmpeg_caps_to_pix_fmt):
17232         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17234         (gst_ffmpegcolorspace_caps_remove_format_info),
17235         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17236         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17237         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17238         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17239         (gst_ffmpegcolorspace_set_property),
17240         (gst_ffmpegcolorspace_get_property),
17241         (gst_ffmpegcolorspace_register):
17242         * gst/ffmpegcolorspace/imgconvert.c:
17243         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17244         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17245         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17246         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17247         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17248         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17249         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17250         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17251         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17252         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17253         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17254         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17255         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17256         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17257         (img_get_alpha_info), (deinterlace_line),
17258         (deinterlace_line_inplace), (deinterlace_bottom_field),
17259         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17260         * gst/ffmpegcolorspace/imgconvert_template.h:
17261         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17262         * gst/ffmpegcolorspace/mmx.h:
17263         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17264           adding ffmpegcolorspace element supplied by Ronald after cleaning
17265           up and pulling in the right bits of upstream source.
17266           I'm sure a better C/compiler wizard could do some cleaning up (for
17267           example use GLIB's malloc stuff), but as a first pass this
17268           works very well
17269
17270 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17271
17272         * ext/alsa/gstalsa.h:
17273           I assume Ronald forgot to commit the change to have cardname
17274           as a struct member.  Expect some public spanking at the next
17275           opportunity.
17276
17277 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17278
17279         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17280         (gst_alsa_open_audio), (gst_alsa_close_audio):
17281         * ext/alsa/gstalsa.c:
17282           Don't open the device if we're a mixer (= padless).
17283         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17284         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17285         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17286           Open mixer during state change rather than during object
17287           initialization. Also, get a device name. Currently in a somewhat
17288           hackish fashion, but I didn't really find something better.
17289
17290 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17291
17292         * *.c, *.h: run gst-indent
17293
17294 2004-03-14  Benjamin Otte  <otte@gnome.org>
17295
17296         * gst/modplug/gstmodplug.cc:
17297         * gst/modplug/gstmodplug.h:
17298           set correct timestamps on outgoing buffers
17299
17300 2004-03-14  Benjamin Otte  <otte@gnome.org>
17301
17302         * gst/modplug/gstmodplug.cc:
17303           handle events - don't do crap when a discont arrives that's not
17304           necessary
17305           This allows correct loading and playback of mods in Rhythmbox
17306
17307 2004-03-14  Benjamin Otte  <otte@gnome.org>
17308
17309         * configure.ac:
17310         * gst-libs/gst/gconf/Makefile.am:
17311         * pkgconfig/Makefile.am:
17312           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17313           they get rebuilt properly
17314         * configure.ac:
17315           when checking for vorbis, try pkgconfig first.
17316         * gst/modplug/gstmodplug.cc:
17317           add fixate function
17318
17319 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17320
17321         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17322           Fix for obvious mistake, where we first shift the offset and then
17323           read a samplesize element assuming the old offset. Note that this
17324           part still has something weird, i.e. my movies containing those
17325           don't actually play well, but at least there's something that looks
17326           like sound now.
17327
17328 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17329         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17330         (plugin_init):
17331         Add a typefind function for speex format
17332
17333 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17336         (gst_asf_demux_setup_pad):
17337           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17338           instead of 0. Reason is simple: some elements have a fps range
17339           of 1-max instead of 0-max. So now ASF video actually works.
17340
17341 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17342
17343         * po/LINGUAS:
17344         * po/sr.po:
17345           adding serbian as a language
17346
17347 2004-03-13  Benjamin Otte  <otte@gnome.org>
17348
17349         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17350           return taglist correctly from _get function, don't gst_pad_push it.
17351           (fixes #137042)
17352
17353 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17354         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17355
17356 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17357
17358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17359         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17360         (gst_alsa_mixer_track_new):
17361         * ext/alsa/gstalsamixertrack.h:
17362           Fix ancient leftovers... MixerTrack is a GObject.
17363
17364 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17367         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17368           Don't block during probing...
17369
17370 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17371
17372         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17373         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17374         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17375         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17376         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17377         (gst_alsa_open_audio), (gst_alsa_close_audio):
17378         * ext/alsa/gstalsa.h:
17379           Add propertyprobe interface implementation, add some device-name
17380           property, all this so that it looks good in gnome-volume-control.
17381
17382 2004-03-12  David Schleef  <ds@schleef.org>
17383
17384         * configure.ac: the Hermes library controls hermescolorspace, not
17385         colorspace.
17386         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17387         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17388         not /* */
17389         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17390         * ext/sdl/sdlvideosink.h: ditto.
17391         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17392
17393 2004-03-12  Benjamin Otte  <otte@gnome.org>
17394
17395         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17396         (gst_x_overlay_got_xwindow_id):
17397         * gst-libs/gst/xoverlay/xoverlay.h:
17398           replace XID with unsigned long to get rid of the xlibs dependency in
17399           XOverlay (fixes #137004)
17400
17401 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17402         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17403         (gst_agingtv_setup):
17404         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17405         (gst_dicetv_base_init), (gst_dicetv_class_init),
17406         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17407         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17408         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17409         (gst_edgetv_setup), (gst_edgetv_rgb32):
17410         * gst/effectv/gsteffectv.c:
17411         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17412         (gst_quarktv_set_property):
17413         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17414         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17415         (gst_revtv_setup), (gst_revtv_rgb32):
17416         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17417         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17418         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17419         (gst_shagadelictv_rgb32):
17420         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17421         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17422         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17423         * gst/effectv/gstwarp.c:
17424         Port everything that can be ported to videofilter and fix up the caps.
17425         Can someone with a big-endian machine please check these?
17426
17427 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17428
17429         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17430         (gst_osssink_chain), (gst_osssink_change_state):
17431           Latest fixes for A/V sync, audio playback and such. This is about
17432           all... MPEG playback issues are mostly related to the async build-
17433           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17434
17435 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17436
17437         patch from: Stephane Loeuillet
17438
17439         * configure.ac:
17440           use pkg-config for some libraries, falling back to the old .m4 way
17441           (fixes #131270)
17442         * m4/libdv.m4:
17443           removed
17444
17445 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17446
17447         * configure.ac:
17448         * tools/Makefile.am:
17449         * tools/Makefile.in:
17450         * tools/gst-launch-ext-m.m:
17451         * tools/gst-launch-ext.1.in:
17452         * tools/gst-visualise-m.m:
17453         * tools/gst-visualise.1:
17454         * tools/gst-visualise.1.in:
17455           reorganizing generation of script tools
17456
17457 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17458
17459         * ext/divx/gstdivxdec.c:
17460           Downgrade priority. We prefer ffdec_mpeg4.
17461         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17462         (gst_faad_chain), (gst_faad_change_state):
17463           Fix capsnego. Doesn't work for some sounds because we don't have
17464           a 5:1 to stereo element.
17465         * ext/xvid/gstxvid.c: (plugin_init):
17466           Add priority.
17467         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17468         (gst_osssink_change_state):
17469           Add discont handling.
17470
17471 2004-03-09  Colin Walters  <walters@verbum.org>
17472
17473         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17474         conversion.
17475
17476 2004-03-09  Benjamin Otte  <otte@gnome.org>
17477
17478         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17479           the signals take 2 arguments
17480
17481 2004-03-09  David Schleef  <ds@schleef.org>
17482
17483         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17484         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17485         * ext/alsa/gstalsa.h:
17486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17487
17488 2004-03-09  Benjamin Otte  <otte@gnome.org>
17489
17490         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17491         (gst_mikmod_change_state):
17492         * ext/mikmod/gstmikmod.h:
17493           make mikmod's loop function not loop infinitely and call
17494           gst_element_yield anymore
17495         * gst/modplug/gstmodplug.cc:
17496           fix pad negotiation (fixes #136590)
17497
17498 2004-03-09  David Schleef  <ds@schleef.org>
17499
17500         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17501         doesn't conflict with the internal colorspace plugin.
17502         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17503         satisfy the crappy-ass shell shipped by a certain vendor.
17504         * gst/videofilter/make_filter: same (bug #135299)
17505
17506 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17507
17508         * configure.ac: bump nano to 1
17509
17510 === release 0.7.6 ===
17511
17512 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17513
17514         * configure.in: releasing 0.7.6, "There"
17515
17516 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17517
17518         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17519         * pkgconfig/gstreamer-play.pc.in:
17520           synchronize the two
17521
17522 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17525         (cdparanoia_open), (cdparanoia_event):
17526           fix/add error handling
17527         * po/POTFILES.in:
17528           add cdparanoia source
17529         * tools/Makefile.am:
17530           make scripts executable
17531
17532 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17533
17534         * configure.ac:
17535         * ext/vorbis/Makefile.am:
17536         * sys/Makefile.am:
17537           remove id3types, vorbisfile and xvideosink from the build (#133783)
17538
17539 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17540
17541         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17542           Fix metadata read crash (#136537).
17543
17544 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17545
17546         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17547         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17548           adding mime types, fixing the one-stop function
17549
17550 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17551
17552         * ext/nas/nassink.c and /ext/nas/nassink.h:
17553         More NAS love from Arwed von Merkatz
17554         So lets all sing 'Can you feel the NAS tonight'
17555
17556 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17557
17558         * tools/gst-launch-ext.in:
17559         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17560
17561 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17562
17563         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17564         (gst_mpeg2dec_init):
17565         remove the user_data pad for now, because it is being used in
17566         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17567         If someone knows how to fix this properly, please do.
17568
17569 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17572         (gst_osssink_get_time):
17573         add a warning, IMO this won't get triggered anymore, remove later
17574
17575 2004-03-07  David Schleef  <ds@schleef.org>
17576
17577         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17578         format (bug #136470)
17579
17580 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17581
17582         * gst-libs/Makefile.am:
17583         * gst-libs/gst/media-info/Makefile.am:
17584         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17585         (error_callback), (gst_media_info_error_create),
17586         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17587         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17588         * gst-libs/gst/media-info/media-info-priv.h:
17589         * gst-libs/gst/media-info/media-info-test.c: (main):
17590         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17591         (gst_media_info_class_init), (gst_media_info_instance_init),
17592         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17593         (gst_media_info_read_idler), (gst_media_info_read):
17594         * gst-libs/gst/media-info/media-info.h:
17595         fixed, should work now
17596
17597 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17598
17599         * ext/nas/nassink.c:
17600         A bunch of NAS fixes from Arwed von Merkatz
17601
17602 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17603
17604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17605         (qtdemux_parse_trak):
17606           Fix crash (j might be greater than n_samples, in which case we're
17607           writing outside the allocated space for the array) and memleak.
17608
17609 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17610
17611         * sys/oss/gstosssink.c: (gst_osssink_chain):
17612           And another caller that couldn't handle delay < 0 (unsigned
17613           integer overflow). Video now continues playing on an audio
17614           buffer underrun, and the clock continues working. Audio still
17615           stalls.
17616
17617 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17618
17619         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17620         (gst_osssink_get_time):
17621           get_delay() may return values lower than 0. In those cases, we
17622           should not actually cast to *unsigned* int64, that will break
17623           stuff horribly. In my case, it screwed up A/V sync in movies
17624           in totem rather badly.
17625
17626 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17627
17628         * ext/faac/gstfaac.c: (gst_faac_chain):
17629         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17630         * ext/libpng/gstpngenc.c: (user_write_data):
17631         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17632         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17633         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17634         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17635         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17636         of any buffer), should fix some leaks. I hope I didn't unref buffers
17637         that shouldn't be...
17638
17639 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17640
17641         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17642         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17643         (error_callback), (gmi_reset), (gmi_seek_to_track),
17644         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17645         (gmip_find_type_post), (gmip_find_stream_post),
17646         (gmip_find_track_streaminfo_post):
17647         * gst-libs/gst/media-info/media-info-priv.h:
17648         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17649         (info_print), (main):
17650         * gst-libs/gst/media-info/media-info.c:
17651         (gst_media_info_error_create), (gst_media_info_error_element),
17652         (gst_media_info_instance_init), (gst_media_info_get_property),
17653         (gst_media_info_new), (gst_media_info_set_source),
17654         (gst_media_info_read_idler), (gst_media_info_read):
17655         * gst-libs/gst/media-info/media-info.h:
17656           first pass at making this work again.  This seems to work on
17657           tagged ogg/vorbis and mp3 files.
17658
17659 2004-03-06  Benjamin Otte  <otte@gnome.org>
17660
17661         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17662           fix huge leak: gst_buffer_merge doesn't unref the first argument
17663           itself.
17664
17665 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17666
17667         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17668           report layer/mode/emphasis
17669
17670 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17671
17672         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17673
17674 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17675
17676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17677           signal serial
17678
17679 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17680
17681         * ext/vorbis/vorbis.c: (plugin_init):
17682         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17683         (gst_vorbis_dec_init), (vorbis_dec_event):
17684         add debug category
17685         make vorbisdec handle _BYTE and _TIME queries
17686
17687 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17688
17689         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17690           from the xing header
17691
17692 2004-03-06  Benjamin Otte  <otte@gnome.org>
17693
17694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17695         (gst_audio_convert_link), (gst_audio_convert_change_state),
17696         (gst_audio_convert_buffer_from_default_format):
17697           do conversions from/to float correctly, fix some caps nego errors,
17698           export correct supported caps in template and getcaps, use correct
17699           caps in try_set_caps functions
17700
17701 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17702
17703         For some reason, I only committed a ChangeLog entry yesterday and
17704         not the corresponding code...
17705         * ext/mad/gstmad.c: Fix detection of Xing headers
17706         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17707
17708 2004-03-06  Benjamin Otte  <otte@gnome.org>
17709
17710         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17711         (gst_ogg_demux_src_query):
17712           make sure to handle the case where there's no current chain
17713           gracefully.
17714
17715 2004-03-05  David Schleef  <ds@schleef.org>
17716
17717         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17718         Add fixate function. (bug #131128)
17719         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17720         (gst_sdlvideosink_fixate):  Add fixate function.
17721         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17722         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17723         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17724         Fix missing break that was causing ulaw to be interpreted as
17725         raw int.
17726
17727 2004-03-05  David Schleef  <ds@schleef.org>
17728
17729         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17730         Fix code that ignores return value of gst_buffer_merge().
17731         (bug #114560)
17732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17733         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17734         * testsuite/gst-lint:  Check for above.
17735
17736 2004-03-05  David Schleef  <ds@schleef.org>
17737
17738         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17739         caps and throw an element error.  (bug #136334)
17740
17741 2004-03-05  David Schleef  <ds@schleef.org>
17742
17743         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17744         (gst_faad_chain): Fix negotiation.
17745         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17746         key and button events.
17747         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17748         dung heap of code.
17749         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17750         depends on gconf
17751         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17752         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17753         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17754         function to encourage better negotiation, particularly between
17755         audioconvert and osssink.
17756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17757         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17758         more important.
17759         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17760         typefinding.
17761         * gst/vbidec/vbiscreen.c:  Add glib header
17762         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17763
17764 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17765
17766         * ext/mad/gstmad.c: Fix detection of Xing headers
17767         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17768
17769 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17770
17771         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17772         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17773           debug updates
17774
17775 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17776
17777         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17778         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17779         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17780         files, and report the parsed length as a GST_TAG_DURATION tag.
17781         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17782
17783 2004-03-05  Benjamin Otte  <otte@gnome.org>
17784
17785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17786           convert channels correctly. convert correctly to unsigned.
17787
17788 2004-03-05  Julien MOUTTE <julien@moutte.net>
17789
17790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17791         we have a window before clearing it.
17792
17793 2004-03-05  Julien MOUTTE <julien@moutte.net>
17794
17795         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17796         have a window before clearing it.
17797
17798 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17799
17800         * gconf/gstreamer.schemas.in:
17801         * gst-libs/gst/gconf/Makefile.am:
17802           version installation path the same way as for 0.6
17803         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17804         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17805         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17806           remove comment that was fixed
17807
17808 2004-03-05  David Schleef  <ds@schleef.org>
17809
17810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17811         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17812         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17813         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17814         Add prototype code for handling seeking and querying.
17815
17816 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17817
17818         * examples/gstplay/player.c: (main):
17819           Initialize variables to NULL. Prevents a segfault because the
17820           (uninitialized) variable is not NULL, resulting in a crash on
17821           trying to reach error->message.
17822
17823 2004-03-05  Benjamin Otte  <otte@gnome.org>
17824
17825         * gst/audioconvert/gstaudioconvert.c:
17826         (gst_audio_convert_buffer_to_default_format):
17827         make float=>int conversion work correctly even in cornercases.
17828
17829 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17830
17831         * debian/README.Debian:
17832         * debian/build-deps:
17833         * debian/changelog:
17834         * debian/control:
17835         * debian/control.in:
17836         * debian/copyright:
17837         * debian/gstreamer-a52dec.files:
17838         * debian/gstreamer-aa.files:
17839         * debian/gstreamer-alsa.files:
17840         * debian/gstreamer-alsa.manpages:
17841         * debian/gstreamer-arts.files:
17842         * debian/gstreamer-artsd.files:
17843         * debian/gstreamer-audiofile.files:
17844         * debian/gstreamer-avifile.files:
17845         * debian/gstreamer-cdparanoia.files:
17846         * debian/gstreamer-colorspace.files:
17847         * debian/gstreamer-doc.files:
17848         * debian/gstreamer-dv.files:
17849         * debian/gstreamer-dvd.files:
17850         * debian/gstreamer-esd.files:
17851         * debian/gstreamer-festival.files:
17852         * debian/gstreamer-flac.files:
17853         * debian/gstreamer-gconf.conffiles:
17854         * debian/gstreamer-gconf.files:
17855         * debian/gstreamer-gconf.postinst:
17856         * debian/gstreamer-gnomevfs.files:
17857         * debian/gstreamer-gsm.files:
17858         * debian/gstreamer-http.files:
17859         * debian/gstreamer-jack.files:
17860         * debian/gstreamer-jpeg.files:
17861         * debian/gstreamer-mad.files:
17862         * debian/gstreamer-mikmod.files:
17863         * debian/gstreamer-misc.files:
17864         * debian/gstreamer-mpeg2dec.files:
17865         * debian/gstreamer-oss.files:
17866         * debian/gstreamer-plugin-apps.files:
17867         * debian/gstreamer-plugin-apps.manpages:
17868         * debian/gstreamer-plugin-libs-dev.files:
17869         * debian/gstreamer-plugin-libs.files:
17870         * debian/gstreamer-plugin-template.postinst:
17871         * debian/gstreamer-plugin-template.postrm:
17872         * debian/gstreamer-sdl.files:
17873         * debian/gstreamer-sid.files:
17874         * debian/gstreamer-vorbis.files:
17875         * debian/gstreamer-x.files:
17876         * debian/mk.control:
17877         * debian/rules:
17878         Debian package info not maintained here.
17879
17880 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17881
17882         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17883         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17884         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17885         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17886         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17887         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17888         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17889         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17890         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17891         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17892         * gst-libs/gst/colorbalance/colorbalance.c:
17893         (gst_color_balance_class_init):
17894         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17895         (gst_color_balance_channel_class_init):
17896         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17897         * gst-libs/gst/play/play.c: (gst_play_class_init):
17898         * gst-libs/gst/propertyprobe/propertyprobe.c:
17899         (gst_property_probe_iface_init):
17900         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17901         * gst-libs/gst/tuner/tunerchannel.c:
17902         (gst_tuner_channel_class_init):
17903         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17904         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17905         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17906         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17907         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17908         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17909         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17911         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17912           fix signals to use - instead of _
17913         * ext/libcaca/gstcacasink.h:
17914         * ext/sdl/sdlvideosink.h:
17915           fix header rename
17916
17917 2004-03-04  David Schleef  <ds@schleef.org>
17918
17919         * testsuite/gst-lint:  Add a check for bad signal names.
17920
17921 2004-03-04  <kost@imn.htwk-leipzig.de>
17922
17923         reviewed by David Schleef
17924
17925         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17926         modified the alpha channel and caused a warning. (bug #136192)
17927
17928 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17929
17930         * gst-plugins.spec.in:
17931         Change names of plugins to actually be correct. Try to keep things
17932         alphabetical to avoid getting beat up by Thomas
17933
17934 2004-03-03  Julien MOUTTE <julien@moutte.net>
17935
17936         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17937         Using ximagesink as a default if no gconf key found. We should
17938         probably consider using alsasink instead of osssink for the audio
17939         part.
17940
17941 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943         * configure.ac:
17944           fix --with-plugins, don't think it ever worked before
17945         * gst-plugins.spec.in:
17946           even more updates
17947
17948 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17949
17950         * ext/sdl/sdlvideosink.h:
17951         * sys/ximage/ximagesink.h:
17952         * sys/xvideo/xvideosink.h:
17953         * sys/xvimage/xvimagesink.h:
17954           Fix for move of gstvideosink.h -> videosink.h.
17955
17956 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17957
17958         * gst-libs/gst/xwindowlistener/Makefile.am:
17959           this is a plugin library, not a library
17960
17961 2004-03-01  David Schleef  <ds@schleef.org>
17962
17963         * AUTHORS:  Added some names.  Add yourself if you're still
17964         missing.
17965
17966 2004-03-01  David Schleef  <ds@schleef.org>
17967
17968         * MAINTAINERS: Add
17969
17970 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17971
17972         * gst-plugins.spec.in: clean up spec file
17973
17974 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17975
17976         * gst-libs/gst/video/Makefile.am:
17977         * gst-libs/gst/video/gstvideosink.c:
17978         * gst-libs/gst/video/gstvideosink.h:
17979           rename gstvideosink.h to videosink.h to match other headers
17980         * gst/mixmatrix/Makefile.am:
17981           fix plugin filename
17982         * gst/tags/Makefile.am: fix plugin filename
17983
17984 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17985
17986         * gst/tags/Makefile.am: fix plugin filename
17987
17988 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17989
17990         * examples/gstplay/player.c: (got_time_tick), (main):
17991           add error handler
17992           display time_tick more readably
17993         * gst/mixmatrix/Makefile.am:
17994           fix plugin file name
17995
17996 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17997
17998         * sys/oss/gstosselement.c: (gst_osselement_probe),
17999         (device_combination_append), (gst_osselement_class_probe_devices):
18000         * sys/oss/gstosselement.h:
18001           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18002           on my system using alsa oss emulation, fixes bug #135597
18003
18004 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18005
18006         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18007         (gst_videodrop_chain), (gst_videodrop_change_state):
18008         * gst/videodrop/gstvideodrop.h:
18009           Work based on timestamp of input data, not based on the expected
18010           framerate from the input. The consequence is that this element now
18011           not only scales framerates, but also functions as a framerate
18012           corrector or framerate stabilizer/constantizer.
18013
18014 2004-02-27  David Schleef  <ds@schleef.org>
18015
18016         patches from jmmv@menta.net (Julio M. Merino Vidal)
18017
18018         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18019         GST_ELEMENT_ERROR call (bug #135634)
18020         * gst/interleave/interleave.c: (interleave_buffered_loop),
18021         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18022         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18023         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18024         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18025         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18026         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18027         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18028         Fix GST_ELEMENT_ERROR call.
18029         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18030         GST_ELEMENT_ERROR call.
18031
18032 2004-02-27  Benjamin Otte  <otte@gnome.org>
18033
18034         * gst-libs/gst/audio/audio.h:
18035           add macro to make sure header isn't included twice
18036         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18037           don't use gst_buffer_free
18038         * gst/playondemand/filter.func:
18039           don't use gst_data_free. Free data only once.
18040
18041 2004-02-26  David Schleef  <ds@schleef.org>
18042
18043         * gst-libs/gst/colorbalance/Makefile.am:
18044         * gst-libs/gst/mixer/Makefile.am:
18045         * gst-libs/gst/tuner/Makefile.am:
18046         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18047         should not be disted, -marshal.h files should not be installed,
18048         and -enum.h files _should_ be installed.  Fix to make this the
18049         case.
18050
18051 === release 0.7.5 ===
18052
18053 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18054
18055         * configure.ac: release 0.7.5, "Under The Sea"
18056
18057 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18058
18059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18060         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18061         * gst/videoscale/gstvideoscale.c:
18062         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18063           assorted debug/warning fixes
18064
18065 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18066
18067         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18068         (gst_videoscale_init), (gst_videoscale_chain),
18069         (gst_videoscale_set_property), (plugin_init):
18070         * gst/videoscale/gstvideoscale.h:
18071         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18072         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18073         (gst_videoscale_planar400), (gst_videoscale_packed422),
18074         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18075         (gst_videoscale_24bit), (gst_videoscale_16bit),
18076         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18077         (gst_videoscale_scale_plane_slow),
18078         (gst_videoscale_scale_point_sample),
18079         (gst_videoscale_scale_nearest),
18080         (gst_videoscale_scale_nearest_str2),
18081         (gst_videoscale_scale_nearest_str4),
18082         (gst_videoscale_scale_nearest_32bit),
18083         (gst_videoscale_scale_nearest_24bit),
18084         (gst_videoscale_scale_nearest_16bit):
18085         add debugging category and use it properly
18086         fix use of GST_PTR_FORMAT
18087
18088 2004-02-25  Andy Wingo  <wingo@pobox.com>
18089
18090         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18091         push only when channel->buffer is NULL. Prevents segfaults doing
18092         the state change after a nonlocal exit, like a scheme exception.
18093
18094         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18095         Handle the case where the intersected caps is empty.
18096
18097 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18098
18099         * gst/law/mulaw-decode.c: (mulawdec_link):
18100         * gst/law/mulaw.c: (plugin_init):
18101           fix mulawdec so it actually works again
18102
18103 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18104
18105         reviewed by: David Schleef  <ds@schleef.org>
18106
18107         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18108         (gst_gamma_init), (gst_gamma_set_property),
18109         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18110         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18111         for RGB, with separate r g and b correction factors. (#131167)
18112
18113 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18114
18115         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18116           only signal tags for bitrate if they're > 0 (#134894)
18117
18118 2004-02-24  David Schleef  <ds@schleef.org>
18119
18120         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18121         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18122         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18123         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18124         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18125         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18126         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18127         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18128         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18129         category.  Attempt to fix timestamp calculation.
18130
18131 2004-02-24  Johan Dahlin  <johan@gnome.org>
18132
18133         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18134
18135 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18136
18137         * configure.ac:
18138         * gconf/Makefile.am:
18139         * gconf/gstreamer.schemas:
18140         * gst-libs/gst/gconf/Makefile.am:
18141         * gst-libs/gst/gconf/gconf.c:
18142           version gconf schemas and install locations
18143
18144 2004-02-23  Benjamin Otte  <otte@gnome.org>
18145
18146         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18147         (gst_xine_input_subclass_init):
18148           call parent dispose.
18149           change pad template for CD reader correctly
18150         * ext/xine/Makefile.am:
18151         * ext/xine/gstxine.h:
18152         * ext/xine/xine.c: (plugin_init):
18153         * ext/xine/xineaudiosink.c:
18154           wrap audio sinks, too
18155         * gst-libs/gst/resample/private.h:
18156         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18157         (gst_resample_reinit), (gst_resample_scale),
18158         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18159         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18160         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18161         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18162         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18163         * gst-libs/gst/resample/resample.h:
18164         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18165         (gst_audioscale_class_init), (gst_audioscale_link),
18166         (gst_audioscale_get_buffer), (gst_audioscale_init),
18167         (gst_audioscale_chain), (gst_audioscale_set_property),
18168         (gst_audioscale_get_property):
18169         * gst/audioscale/gstaudioscale.h:
18170           s/resample_*/gst_resample_*/i to not clobber namespaces
18171
18172 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18173
18174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18175         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18176         (gst_riff_create_video_template_caps),
18177         (gst_riff_create_audio_template_caps),
18178         (gst_riff_create_iavs_template_caps):
18179         * gst-libs/gst/riff/riff-media.h:
18180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18181         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18182         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18183         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18184         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18185         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18186         (gst_matroska_demux_plugin_init): First batch implementing audio and
18187         video codec tags in demuxers.
18188
18189 2004-02-22  Benjamin Otte  <otte@gnome.org>
18190
18191         * ext/xine/Makefile.am:
18192         * ext/xine/gstxine.h:
18193         * ext/xine/xine.c: (plugin_init):
18194         * ext/xine/xineinput.c:
18195           add input plugin wrapper. Playback from files, http, mms and cdda
18196           works.
18197         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18198           remove leftover G_GNUC_UNUSED
18199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18200         (gst_asf_demux_identify_guid):
18201           improve debugging output
18202
18203 2004-02-22  Benjamin Otte  <otte@gnome.org>
18204
18205         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18206
18207         * autogen.sh:
18208           replace test -e with test -x for mkinstalldirs to be more portable.
18209           (fixes #134816)
18210
18211 2004-02-22  Benjamin Otte  <otte@gnome.org>
18212
18213         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18214
18215         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18216           set rank to PRIMARY
18217         * gst/volume/gstvolume.c: (plugin_init):
18218           set rank to NONE
18219         fixes #134960
18220
18221 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18222
18223         reviewed by Benjamin Otte  <otte@gnome.org>
18224
18225         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18226           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18227
18228 2004-02-22  Benjamin Otte  <otte@gnome.org>
18229
18230         * configure.ac:
18231           export [_]*{gst,Gst,GST}.* symbols from plugins
18232
18233 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18234
18235         reviewed by: Benjamin Otte  <otte@gnome.org>
18236
18237         * ext/lame/gstlame.c: (add_one_tag):
18238         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18240         (gst_vorbisenc_metadata_set1):
18241         * gst/tags/gstid3tag.c:
18242         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18243           apply fixes from bugs #135042 (lame can't write tags) and #133817
18244           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18245
18246 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18247
18248         * configure.ac: Export only gst_plugin_desc from plugins.
18249          Note that this change only makes any effect with Linux using libtool
18250          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18251          fine. And don't try to have several versions of libtool in different
18252          directories.
18253
18254 2004-02-20  Andy Wingo  <wingo@pobox.com>
18255
18256         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18257         interleave respectively.
18258
18259         * gst/interleave/deinterleave.c: New plugin: deinterleave
18260         (replaces on oneton).
18261         * gst/interleave/interleave.c: New plugin: interleave.
18262         * gst/interleave/plugin.h: Support file.
18263         * gst/interleave/plugin.c: Support file.
18264
18265         * configure.ac: Remove intfloat and oneton, add interleave.
18266
18267         * ext/sndfile/gstsf.c: Handle events better.
18268
18269         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18270         and float2int operation. int2float has scheduling problems as
18271         noted in in2float_chain.
18272
18273 2004-02-20  Benjamin Otte  <otte@gnome.org>
18274
18275         * ext/xine/Makefile.am:
18276         * ext/xine/gstxine.h:
18277         * ext/xine/xine.c:
18278         * ext/xine/xineaudiodec.c:
18279         * ext/xine/xinecaps.c:
18280           add first version of xine plugin wrapper. Currently only wraps the
18281           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18282         * configure.ac:
18283         * ext/Makefile.am:
18284           add xine plugin wrapper, disabled by default. Use --enable-xine to
18285           build. Note that it'll segfault on gst-register if you don't remove
18286           the goom and tvtime post plugins from xine.
18287         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18288         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18289           add extradata parsing for QDM2.
18290           change around debugging prints.
18291
18292 2004-02-19  Benjamin Otte  <otte@gnome.org>
18293
18294         * ext/lame/gstlame.c: (gst_lame_chain):
18295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18296           use gst_tag_list_insert when you want to insert tags
18297
18298 2004-02-18  David Schleef  <ds@schleef.org>
18299
18300         * configure.ac:  Move massink to gst-rotten
18301         * ext/Makefile.am:
18302         * ext/mas/Makefile.am:
18303         * ext/mas/massink.c:
18304         * ext/mas/massink.h:
18305
18306 2004-02-18  David Schleef  <ds@schleef.org>
18307
18308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18309         typefinding, since it seems to be worse than nothing.
18310         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18311         atom to recognize .mp4 and .m4a files as video/quicktime.
18312
18313 2004-02-18  David Schleef  <ds@schleef.org>
18314
18315         * gst/sine/demo-dparams.c: (quit_live),
18316         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18317         Use double dparams, not float.
18318         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18319         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18320         sync'd elements don't really work correctly.
18321         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18322         (volume_update_volume), (volume_get_property):  Change dparam
18323         to double.
18324
18325 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18326
18327         * sys/ximage/ximagesink.c:
18328         (gst_ximagesink_xwindow_update_geometry),
18329         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18330         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18331         (gst_ximagesink_init): Rework the way software video scaling works. So
18332         now we check on each chain call if the video frames are feeling the
18333         window. If not we try to renegotiate caps. On failure we memorize that
18334         and we won't try again for that PLAYING sessions.
18335         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18336         failure.
18337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18338         synchronous flag.
18339
18340 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18341
18342         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18343           break up _link so we can give a better debug message for errors
18344
18345 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18346
18347         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18348           set up debug category
18349
18350 2004-02-18  Julien MOUTTE <julien@moutte.net>
18351
18352         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18353         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18354         the way renegotiation work. The event handling function is not taking
18355         care of external windows and renegotiate method check for pad flags
18356         NEGOTIATING. Should fix : #133209
18357
18358 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18359
18360         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18361         pad is negotiating before trying renegotiation.
18362
18363 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18364
18365         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18366           pass on all possible mime types as typefind hints
18367
18368 2004-02-17  Julien MOUTTE <julien@moutte.net>
18369
18370         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18372         possible SHM leak if we crash. All other apps using XShm are doing
18373         that.
18374
18375 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18376
18377         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18378         (gst_ximagesink_expose): Renegotiate size on expose.
18379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18380         size on expose.
18381
18382 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18383
18384         * testsuite/alsa/sinesrc.c:
18385           cosmetic fix to fix compile issue with gcc 2.95.4
18386
18387 2004-02-16  Julien MOUTTE <julien@moutte.net>
18388
18389         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18390         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18391         failed opening the audio device.
18392         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18393         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18394         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18395         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18396         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18397         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18398         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18399         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18400         Removing some useless g_return_if_fail like wingo suggested.
18401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18402         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18403         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18404         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18405         (gst_xvimagesink_update_colorbalance),
18406         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18407         (gst_xvimagesink_xcontext_clear),
18408         (gst_xvimagesink_get_fourcc_from_caps),
18409         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18410         (gst_xvimagesink_set_xwindow_id),
18411         (gst_xvimagesink_colorbalance_list_channels),
18412         (gst_xvimagesink_colorbalance_set_value),
18413         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18414         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18415
18416 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18417
18418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18419           throw error when not negotiated instead of asserting
18420
18421 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18422
18423         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18424         correct data refcounting.
18425
18426 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18427
18428         * gst/switch/gstswitch.c: (gst_switch_change_state),
18429         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18430         change, mostly the EOS flag.
18431
18432 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18433
18434         * examples/gstplay/player.c: (got_eos), (main): Adding some
18435         output for debugging.
18436         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18437         timeouts if we go to any state different from PLAYING.
18438         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18439         more EOS bugs in riff lib.
18440
18441 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18442
18443         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18444         visualization until i find a way to fix switch correctly.
18445         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18446         EOS arrives.
18447         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18448         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18449         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18450         Reworked switch to get a more correct behaviour with events and refing
18451         of data stored in sinkpads.
18452         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18453         we don't pull from a pad in EOS.
18454
18455 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18456
18457         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18458           remove v1 tag even if we can't read it (makes sure we don't detect
18459           it again)
18460
18461 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18462
18463         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18464         (gst_alsa_xrun_recovery):
18465         * ext/alsa/gstalsa.h:
18466           try xrun recovery when wait failed. Make xrun recovery function
18467           return TRUE/FALSE to indicate success. (might fix #134354)
18468
18469 2004-02-13  David Schleef  <ds@schleef.org>
18470
18471         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18472         (dynparm_value_changed), (main): Convert from float to double.
18473         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18474
18475 2004-02-13  David Schleef  <ds@schleef.org>
18476
18477         * gst/silence/gstsilence.c: (gst_silence_class_init),
18478         (gst_silence_set_clock), (gst_silence_get),
18479         (gst_silence_set_property), (gst_silence_get_property):
18480         * gst/silence/gstsilence.h: Add sync property.
18481         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18482         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18483         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18484         * gst/sine/gstsinesrc.h: Add sync property.
18485
18486 2004-02-13  David Schleef  <ds@schleef.org>
18487
18488         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18489         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18490
18491 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * configure.ac:
18494         * ext/Makefile.am:
18495         * gst-libs/ext/Makefile.am:
18496           move ffmpeg plugin to gst-ffmpeg module
18497
18498 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18499
18500         * configure.ac: use GST_ARCH to detect architecture
18501
18502 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18503
18504         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18505
18506 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18507
18508         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18509           classify LADSPA plugins based on number of src/sink pads
18510           (#133663, Stefan Kost)
18511         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18512           fix dparams registration
18513           (#133528, Stefan Kost)
18514         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18515           fix use of isprint and use g_ascii_isprint instead
18516           (#133316, Stefan Kost)
18517
18518 2004-02-11  David Schleef  <ds@schleef.org>
18519
18520         Convert a few inner loops to use liboil.  This is currently
18521         optional, and is only enabled if liboil is present (duh!).
18522         * configure.ac: Check for liboil-0.1
18523         * gst/intfloat/Makefile.am:
18524         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18525         (gst_int2float_chain_gint16):
18526         * gst/videofilter/Makefile.am:
18527         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18528         (tablelookup_u8), (gst_videobalance_planar411):
18529         * gst/videotestsrc/Makefile.am:
18530         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18531         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18532         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18533         (paint_hline_RGB565), (paint_hline_xRGB1555):
18534
18535 2004-02-11  David Schleef  <ds@schleef.org>
18536
18537         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18538         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18539         (gst_colorspace_getcaps), (gst_colorspace_link),
18540         (gst_colorspace_base_init), (gst_colorspace_init),
18541         (gst_colorspace_chain), (gst_colorspace_change_state),
18542         (plugin_init): Merge Ronald's patch (bug #117897) and update
18543         for new caps and negotiation.  Seems to work, although it
18544         shows off bugs in lcs.
18545
18546 2004-02-11  David Schleef  <ds@schleef.org>
18547
18548         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18549         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18550
18551 2004-02-11  David Schleef  <ds@schleef.org>
18552
18553         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18554         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18555         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18556         Add server and port properties
18557
18558 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18559
18560         * m4/a52.m4:
18561         * m4/aalib.m4:
18562         * m4/as-ffmpeg.m4:
18563         * m4/as-liblame.m4:
18564         * m4/as-slurp-ffmpeg.m4:
18565         * m4/check-libheader.m4:
18566         * m4/esd.m4:
18567         * m4/freetype2.m4:
18568         * m4/gconf-2.m4:
18569         * m4/glib.m4:
18570         * m4/gst-alsa.m4:
18571         * m4/gst-artsc.m4:
18572         * m4/gst-ivorbis.m4:
18573         * m4/gst-matroska.m4:
18574         * m4/gst-sdl.m4:
18575         * m4/gst-shout2.m4:
18576         * m4/gst-sid.m4:
18577         * m4/gtk.m4:
18578         * m4/libdv.m4:
18579         * m4/libfame.m4:
18580         * m4/libmikmod.m4:
18581         * m4/ogg.m4:
18582         * m4/vorbis.m4:
18583           fix underquotedness of macros (#133800)
18584         * m4/as-avifile.m4:
18585         * m4/xmms.m4:
18586           removed because no longer used
18587
18588 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * configure.ac:
18591           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18592           by autopoint (fixes #132996)
18593
18594 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18595
18596         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18597         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18598         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18599         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18600           fix memleaks
18601
18602 2004-02-11  David Schleef  <ds@schleef.org>
18603
18604         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18605         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18606         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18607         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18608         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18609         (gst_jpegenc_class_init), (gst_jpegenc_init),
18610         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18611         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18612         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18613         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18614
18615 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18616
18617         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18618         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18619         * ext/mikmod/gstmikmod.h:
18620           fix caps negotiation in mikmod
18621         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18622           output debug information
18623
18624 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18625
18626         * gst-libs/gst/colorbalance/Makefile.am:
18627         * gst-libs/gst/navigation/Makefile.am:
18628         * gst-libs/gst/xoverlay/Makefile.am:
18629           remove unused GST_OPT_CFLAGS from Makefiles
18630           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18631
18632 2004-02-07  David Schleef  <ds@schleef.org>
18633
18634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18635         push events to pads that haven't been created (#133508)
18636
18637 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18638
18639         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18640         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18641         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18642         (gst_dvdec_loop), (gst_dvdec_change_state):
18643         Second attempt at committing a working dvdec element.
18644
18645 2004-02-06  David Schleef  <ds@schleef.org>
18646
18647         Build fixes for OS X: (see #129600)
18648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18649         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18650         (gst_riff_read_strf_iavs):
18651         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18652         (gst_avi_demux_stream_odml):
18653         * gst/playondemand/Makefile.am:
18654         * gst/rtp/rtp-packet.c:
18655
18656 2004-02-05  David Schleef  <ds@schleef.org>
18657
18658         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18659         last change, because it Just Doesn't Compile.
18660
18661 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18662
18663         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18664           skip undecodable id3v2 tag instead of keeping it
18665
18666 2004-02-05  David Schleef  <ds@schleef.org>
18667
18668         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18669         Unref leaked buffer.  (Noticed by Ronald)
18670
18671 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18672
18673         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18674         Sync requires with other checks.  >= vs =.
18675
18676 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18677
18678         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18679         (gst_dvdec_video_link), (gst_dvdec_loop):
18680         * ext/dv/gstdvdec.h:
18681           rework the caps negotiation so that dvdec works again instead
18682           of just segfaulting.
18683
18684 === release 0.7.4 ===
18685
18686 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18687
18688         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18689         * configure.ac: changed for release
18690
18691 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18692
18693         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18694         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18695         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18696         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18697           reworked patch by David Lehn to fix libdir and includedir for
18698           uninstalled libraries
18699           removed play and gconf from gstreamer-libs since they have their
18700           own pkgconfig files
18701
18702 2004-02-04  David Schleef  <ds@schleef.org>
18703
18704         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18705         memleak.
18706
18707 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18708
18709         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18710           use correct GST_TAG_ENCODER tag
18711
18712 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18713
18714         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18715           be sure to stop the clock when going to paused
18716         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18717           reset number of transmitted when going to ready.
18718         fixes #132935
18719
18720 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18721
18722         reviewed by Benjamin Otte
18723
18724         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18725           extract track count (fixes #133410)
18726
18727 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18728
18729         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18730           that should be !=, not == (fixes #132519)
18731
18732 2004-02-04  David Schleef  <ds@schleef.org>
18733
18734         Make sure set_explicit_caps() is called before adding pad.
18735         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18736         * gst/id3/gstid3types.c: (gst_id3types_loop):
18737         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18738         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18739
18740 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18741
18742         * configure.ac:
18743           bump nano to 2, first prerelease
18744           put back AM_PROG_LIBTOOL
18745
18746 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18747
18748         * testsuite/alsa/Makefile.am:
18749           these are user test apps, not automatic testsuite tests
18750
18751 2004-02-04  David Schleef  <ds@schleef.org>
18752
18753         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18754         * gst/mpeg1videoparse/gstmp1videoparse.c:
18755         (mp1videoparse_parse_seq):
18756         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18758         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18759         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18760         (gst_xvideosink_getcaps):
18761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18762         * testsuite/gst-lint: more tests
18763
18764 2004-02-04  David Schleef  <ds@schleef.org>
18765
18766         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18767         with the code that they would expand to.
18768         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18769         (gst_flacdec_get_src_query_types),
18770         (gst_flacdec_get_src_event_masks):
18771         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18772         (gst_gnomevfssrc_get_query_types),
18773         (gst_gnomevfssrc_get_event_mask):
18774
18775 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18776
18777         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18778         (gst_sinesrc_dispose):
18779           fix memleak by properly disposing sinesrc
18780
18781 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18782
18783         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18784         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18785         an overlay to redraw the image because it has been exposed.
18786         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18787         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18788         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18789         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18790         interface
18791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18792         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18793         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18794         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18795         interface
18796
18797 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18798
18799         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18800           more memleak fixage
18801
18802 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18803
18804         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18805         * gst/typefind/gsttypefindfunctions.c:
18806           fix memleaks shown by gst-typefind
18807
18808 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18809
18810         * common/glib-gen.mak:
18811           add hack rule to touch .Plo files
18812         * gst-libs/gst/colorbalance/Makefile.am:
18813         * gst-libs/gst/mixer/Makefile.am:
18814         * gst-libs/gst/play/Makefile.am:
18815         * gst-libs/gst/tuner/Makefile.am:
18816           remove glib_root variable
18817
18818 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18819
18820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18821           set explicit caps before adding the element, so the autopluggers can
18822           plug correctly.
18823         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18824         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18825         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18826         (dv_type_find):
18827           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18828           argument.
18829
18830 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18831
18832         * gst-libs/gst/colorbalance/Makefile.am:
18833         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18834         * gst-libs/gst/colorbalance/colorbalance.c:
18835         * gst-libs/gst/colorbalance/colorbalance.h:
18836         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18837         * gst-libs/gst/mixer/Makefile.am:
18838         * gst-libs/gst/mixer/mixer-marshal.list:
18839         * gst-libs/gst/mixer/mixer.c:
18840         * gst-libs/gst/mixer/mixer.h:
18841         * gst-libs/gst/mixer/mixermarshal.list:
18842         * gst-libs/gst/play/Makefile.am:
18843         * gst-libs/gst/play/play.h:
18844         * gst-libs/gst/tuner/Makefile.am:
18845         * gst-libs/gst/tuner/tuner-marshal.list:
18846         * gst-libs/gst/tuner/tuner.c:
18847         * gst-libs/gst/tuner/tuner.h:
18848         * gst-libs/gst/tuner/tunermarshal.list:
18849           use new glib-gen.mak snippet to clean up Makefile.am
18850           fix various bugs in Makefile.am's
18851
18852 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18853
18854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18855           handle chain parsing correctly in the multichain case
18856         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18857         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18858         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18859         (theora_dec_chain):
18860           handle events and queries correctly
18861
18862 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18863
18864         * .cvsignore:
18865         Ignore generated file _stdint.h.
18866
18867 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18868
18869         * gst-libs/gst/colorbalance/Makefile.am:
18870         * gst-libs/gst/colorbalance/colorbalance.h:
18871         * gst-libs/gst/mixer/Makefile.am:
18872         * gst-libs/gst/mixer/mixer.h:
18873         * gst-libs/gst/play/Makefile.am:
18874         * gst-libs/gst/play/play.h:
18875         * gst-libs/gst/tuner/Makefile.am:
18876         * gst-libs/gst/tuner/tuner.h:
18877         Generate enum type code with glib-mkenums.
18878         * gst-libs/gst/colorbalance/.cvsignore:
18879         * gst-libs/gst/mixer/.cvsignore:
18880         * gst-libs/gst/play/.cvsignore:
18881         * gst-libs/gst/tuner/.cvsignore:
18882         Ignore generated files.
18883
18884 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18885
18886         * gst-libs/gst/audio/.cvsignore:
18887         Ignore generated file.
18888         * gst-libs/gst/audio/Makefile.am:
18889         Do not install example filter.
18890
18891 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18892
18893         * examples/switch/.cvsignore:
18894         Ignore generated file.
18895
18896 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18897
18898         * common/m4/ax_create_stdint_h.m4:
18899         * configure.ac:
18900           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18901           _stdint.h.
18902         * Makefile.am:
18903           remove generated _stdint.h in DISTCLEANFILES
18904         * ext/a52dec/gsta52dec.c:
18905           include _stdint.h for a52dec. (should fix #133064)
18906
18907 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18908
18909         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18910         (gst_tag_to_vorbis_comments):
18911         Add replaygain support to vorbistag
18912
18913 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18914         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18915         (gst_ffmpeg_caps_to_extradata):
18916           Fix SVQ3 caps flag properties
18917           Use glib macro for bytes swap
18918
18919 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18920
18921         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18922         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18923         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18924         * ext/sndfile/gstsf.c: (plugin_init):
18925         * gst/avi/gstavi.c: (plugin_init):
18926         * sys/dxr3/dxr3init.c: (plugin_init):
18927         * sys/oss/gstossaudio.c: (plugin_init):
18928         * sys/v4l/gstv4l.c: (plugin_init):
18929         * sys/v4l2/gstv4l2.c: (plugin_init):
18930           remove textdomain calls
18931         * po/nl.po:
18932           update Dutch translation
18933
18934 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18935
18936         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18937         (gst_play_set_audio_sink): Moving volume in the audio thread for
18938         instantaneous volume change. Maybe i will add another volume in front
18939         of visualization later, not sure yet though.
18940
18941 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18942
18943         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18944         (gst_ximagesink_handle_xevents): Better X events handling, only take
18945         the latest events for configure and motion.
18946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18947
18948 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18949
18950         reviewed by: David Schleef  <ds@schleef.org>
18951
18952         Fix memory leaks:
18953         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18954         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18955
18956 2004-02-02  David Schleef  <ds@schleef.org>
18957
18958         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18959         of lines.
18960         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18961         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18962         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18963         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18964         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18965         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18966         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18967         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18968         (gst_float2_2_int_link):
18969         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18970         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18971         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18972         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18973         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18974         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18975         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18976         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18977         * testsuite/gst-lint: Add tests for bzero and ;;
18978
18979 2004-02-02  David Schleef  <ds@schleef.org>
18980
18981         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18982
18983 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18984
18985         * ext/aalib/gstaasink.c: (gst_aasink_open):
18986         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18988         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18989         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18990         (gst_afsink_close_file):
18991         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18992         (gst_afsrc_close_file):
18993         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18994         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18995         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18996         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18997         * ext/esd/esdmon.c: (gst_esdmon_get):
18998         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18999         * ext/faac/gstfaac.c: (gst_faac_chain):
19000         * ext/faad/gstfaad.c: (gst_faad_chain):
19001         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19002         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19003         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19004         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19005         (gst_flacdec_loop):
19006         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19007         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19008         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19009         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19010         (gst_gnomevfssink_close_file):
19011         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19012         (gst_gnomevfssrc_open_file):
19013         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19014         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19015         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19016         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19017         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19018         * ext/mad/gstmad.c: (gst_mad_chain):
19019         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19020         * ext/mpeg2dec/gstmpeg2dec.c:
19021         * ext/mpeg2enc/gstmpeg2enc.cc:
19022         * ext/mplex/gstmplex.cc:
19023         * ext/mplex/gstmplexibitstream.cc:
19024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19025         (gst_ogg_demux_push):
19026         * ext/raw1394/gstdv1394src.c:
19027         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19028         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19029         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19030         (gst_sf_loop):
19031         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19032         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19033         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19034         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19036         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19037         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19038         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19039         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19040         (gst_riff_read_element_data), (gst_riff_read_seek),
19041         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19042         * gst/adder/gstadder.c: (gst_adder_loop):
19043         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19044         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19045         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19046         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19047         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19048         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19049         * gst/goom/gstgoom.c: (gst_goom_chain):
19050         * gst/id3/gstid3types.c: (gst_id3types_loop):
19051         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19052         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19053         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19054         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19055         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19056         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19057         (gst_ebml_read_float), (gst_ebml_read_header):
19058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19059         (gst_matroska_demux_parse_blockgroup):
19060         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19061         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19062         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19063         * gst/silence/gstsilence.c: (gst_silence_get):
19064         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19065         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19066         * gst/speed/gstspeed.c: (speed_loop):
19067         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19068         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19069         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19070         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19071         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19072         (gst_wavparse_loop):
19073         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19074         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19075         (dxr3audiosink_close):
19076         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19077         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19078         (dxr3videosink_close), (dxr3videosink_write_data):
19079         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19080         * sys/oss/gstosssink.c: (gst_osssink_chain):
19081         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19082         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19083         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19085         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19086         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19087         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19088         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19089         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19090         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19091         (gst_v4l_set_audio):
19092         * sys/v4l/v4l_calls.h:
19093         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19094         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19095         (gst_v4lmjpegsink_playback_init),
19096         (gst_v4lmjpegsink_playback_start):
19097         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19098         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19099         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19100         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19101         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19102         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19103         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19104         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19105         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19106         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19107         (gst_v4l2_get_output), (gst_v4l2_set_output),
19108         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19109         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19110         (gst_v4l2_set_attribute):
19111         * sys/v4l2/v4l2_calls.h:
19112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19113         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19114         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19115         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19116         (gst_v4l2src_capture_stop):
19117         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19118         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19119         (gst_ximagesink_chain):
19120         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19121         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19122         (gst_xvideosink_xwindow_new):
19123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19124         (gst_xvimagesink_chain):
19125
19126 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19127
19128         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19129         (gst_volume_get_volume), (volume_class_init), (volume_init),
19130         (volume_chain_int16), (volume_update_volume):
19131         * gst/volume/gstvolume.h:
19132           make code more readable by removing magic numbers
19133           make mixer interface export 0-100 range
19134           make it internally map to 0.0-1.0 range so users don't distort
19135           output by putting the sliders at full volume
19136
19137 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19138
19139         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19140         (gst_play_state_change), (gst_play_seek_to_time):
19141         block the tick callback for 0.5 secs after doing a seek
19142
19143 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19144
19145         * gst-libs/gst/play/play.c: (gst_play_new):
19146           check for GError
19147
19148 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19149
19150         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19151         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19152         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19153         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19155         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19156
19157 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19158
19159         * configure.ac:
19160         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19161           check for a function added in vorbis 1.1
19162
19163 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19164
19165         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19166         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19167           really start/stop clock only on PLAYING <=> PAUSED
19168         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19169           remove \n from debugging lines
19170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19171           make it work when seeking does not
19172         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19173           reset on DISCONT
19174
19175 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19176
19177         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19178           start clock on PAUSED=>PLAYING, not later
19179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19180           extract correct time for different discont formats
19181         (gst_alsa_sink_get_time):
19182           don't segfault when no format is negotiated yet, just return 0
19183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19184         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19185         (gst_ogg_pad_push):
19186           handle flush and discont events correctly
19187         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19188           handle discont events correctly
19189
19190 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19193         (gst_play_error_create), (gst_play_error_plugin),
19194         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19195         * gst-libs/gst/play/play.h:
19196           add error handling during creation
19197         * examples/gstplay/player.c: (main):
19198           use new gst_play_new
19199
19200
19201 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19202
19203         * ext/theora/theoradec.c: (theora_dec_chain):
19204           make comments work
19205         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19206         (vorbis_dec_src_event), (vorbis_dec_chain):
19207           add encoder tag, fix tag reading to be more error tolerant, change
19208           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19209           gst_pad_event_default.
19210         * gst/tags/gstvorbistag.c:
19211         (gst_tag_list_from_vorbiscomment_buffer):
19212           undefine function specific define at end of function
19213
19214 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19215
19216         * ext/flac/gstflac.c: (plugin_init):
19217         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19218         * ext/flac/gstflacdec.h:
19219         * ext/flac/gstflacenc.h:
19220           Fix typos
19221
19222 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19223
19224         * examples/gstplay/player.c: s/gstplay.h/play.h/
19225
19226 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19227
19228         * gst-libs/gst/play/Makefile.am:
19229         * gst-libs/gst/play/gstplay.c:
19230         * gst-libs/gst/play/gstplay.h:
19231         * gst-libs/gst/play/play.c:
19232           more surgery, operation complete
19233
19234 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19235
19236         * gst-libs/gst/play/play.old.c:
19237         * gst-libs/gst/play/play.old.h:
19238           after CVS surgery by moving, remove
19239         * gst-libs/gst/play/playpipelines.c:
19240           remove
19241
19242         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19243           add negotiation error
19244
19245 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19246
19247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19248         (gst_ogg_demux_push):
19249           add some seeking debug info
19250           send a flush when seeking
19251
19252 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19253
19254         * configure.ac:
19255           use AC_C_INLINE
19256         * configure.ac:
19257         * ext/Makefile.am:
19258         * ext/theora/Makefile.am:
19259         * ext/theora/theoradec.c:
19260           add theora video decoder. Does just do simple decoding for now and
19261           has been tested against Theora cvs only. It only works when theora
19262           is compiled with --enable-static.
19263         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19264           always reset packetno on DISCONT
19265
19266 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19267
19268         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19269           Fix audio.
19270
19271 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19272
19273         * gst/mpegaudioparse/gstmpegaudioparse.c:
19274         (mp3_type_frame_length_from_header):
19275           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19276
19277 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19278
19279         * ext/esd/esdsink.c: (gst_esdsink_init):
19280           Since we have static pad template caps, we don't need to negotiate;
19281           either the core errors out or we know the format.
19282
19283 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19284
19285         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19286         (gst_riff_read_seek):
19287         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19288         (gst_ebml_read_seek):
19289           Fix event handling.
19290
19291 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19292
19293         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19294           removee video/x-theora from vp3 decoder, it doesn't handle raw
19295           theora streams
19296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19297           fix bug with finalizing element that never went to PAUSED
19298         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19299           length and position queries were swapped
19300         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19301         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19302         (vorbis_dec_src_event):
19303           implement querying time and bytes
19304
19305 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19306
19307         * just about every source file:
19308           gst_element_error -> GST_ELEMENT_ERROR
19309
19310 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19311
19312         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19313         emiting FLUSH and even before DISCONT.
19314         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19315         get the best instant seeking as possible yay!
19316
19317 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19318
19319         * gst/mpeg1videoparse/gstmp1videoparse.c:
19320         (gst_mp1videoparse_real_chain):
19321           Committed wrong version last week... Grr... Didn't notice until now.
19322
19323 2004-01-29  Julien MOUTTE <julien@moutte.net>
19324
19325         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19327         have_xwindow_id signal in xwindow_create.
19328
19329 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19330
19331         * ext/ogg/gstoggdemux.c:
19332           lots of changes - mainly support for chained bitstreams, seeking,
19333           querying and bugfixes of course
19334         * ext/vorbis/Makefile.am:
19335         * ext/vorbis/vorbisdec.c:
19336         * ext/vorbis/vorbisdec.h:
19337           add vorbisdec raw vorbis decoder
19338         * ext/vorbis/vorbis.c: (plugin_init):
19339           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19340         * gst/intfloat/Makefile.am:
19341         * gst/intfloat/float22int.c:
19342         * gst/intfloat/float22int.h:
19343         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19344           add float2intnew plugin. It converts multichannel interleaved float to
19345           multichannel interleaved int. The name should probably be changed.
19346         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19347         (plugin_init):
19348           add typefinding for raw theora video so oggdemux can detect it.
19349
19350 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19351
19352         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19353         sink element first.
19354         * gst/videoscale/gstvideoscale.c:
19355         (gst_videoscale_handle_src_event): Fixing src event handler.
19356
19357 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19358
19359         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19360         (gst_v4lsrc_open), (gst_v4lsrc_close),
19361         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19362         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19363         * sys/v4l/gstv4lsrc.h:
19364         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19365         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19366           Implement resizing... Hack. But that's why v4l is b0rked...
19367
19368 2004-01-28  Julien MOUTTE <julien@moutte.net>
19369
19370         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19371         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19372         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19373         (gst_ximagesink_xwindow_destroy):
19374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19375         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19376         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19377         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19378         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19379         correctly cleaning the image created to check xshm calls on succes,
19380         added a lot of XSync calls in X11 functions, and fixed a segfault when
19381         no image format was defined before negotiation happened.
19382
19383 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19384
19385         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19386           use gst_element_get_time to get correct time
19387
19388 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19389
19390         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19391         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19392         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19394         (gst_xvimagesink_check_xshm_calls),
19395         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19396         X plugins are now able to detect that XShm calls will fail even if the
19397         server claims that it has XShm support (remote displays most of the
19398         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19399         so that we use non XShm functions. This feature is almost useless for
19400         xvimagesink as Xv is not supported on remote displays anyway, but
19401         it might happen than even on the local display XShm calls fail.
19402
19403 2004-01-27  David Schleef  <ds@schleef.org>
19404
19405         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19406         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19407         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19408         changed esdsink to only use 44100,16,2, since esd sucks at rate
19409         conversion and esdsink has had difficulty negotiating.
19410
19411 2004-01-27  Julien MOUTTE <julien@moutte.net>
19412
19413         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19414         (gst_play_seek_to_time): Fixing the way to get current position.
19415
19416 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19417
19418         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19419           use gst_element_get_time to get correct time
19420
19421 2004-01-27  Julien MOUTTE <julien@moutte.net>
19422
19423         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19424         fix ever... Inverting 2 lines of code make spider autoplug correctly
19425         tagged mp3 !
19426
19427 2004-01-27  David Schleef  <ds@schleef.org>
19428
19429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19430         Use gst_pad_try_set_caps_nonfixed().
19431
19432 2004-01-27  David Schleef  <ds@schleef.org>
19433
19434         * gst/ac3parse/gstac3parse.c: update to checklist 5
19435         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19436         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19437         * gst/audioscale/gstaudioscale.c: same
19438         * gst/auparse/gstauparse.c: same
19439         * gst/avi/gstavidemux.c: same
19440
19441 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19442
19443         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19444           stop processing after EOS
19445
19446 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19447
19448         * gst/asfdemux/asfheaders.h:
19449         * gst/asfdemux/gstasfdemux.c:
19450         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19451         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19452         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19453           lot's of fixes to make data extraction simpler and get the code
19454           architecture and compiler independant. Add debugging category
19455         * gst/goom/gstgoom.c: (gst_goom_change_state):
19456           reset channel count on PAUSED=>READY, not READY=>PAUSED
19457
19458 2004-01-26  Colin Walters  <walters@verbum.org>
19459
19460         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19461         code to pull a bigger buffer in iradio mode.  This as a side effect
19462         makes typefinding work.
19463
19464 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19465
19466         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19467         Fix SVQ3 decoding on PPC
19468
19469 2004-01-26  Julien MOUTTE <julien@moutte.net>
19470
19471         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19472         that one managed to stay there... Fixed.
19473
19474 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19475
19476         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19477         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19478         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19479         (qtdemux_video_caps):
19480         * gst/qtdemux/qtdemux.h:
19481         Add SVQ3 specific flags to qtdemux and ffmpeg
19482
19483 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19484
19485         * gst-libs/gst/audio/audio.h:
19486           remove buffer-frames from audio caps
19487         * gst/audioconvert/gstaudioconvert.c:
19488           fix plugin to really work.
19489
19490 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19491
19492         * gst-libs/gst/mixer/mixer.c:
19493         * gst-libs/gst/propertyprobe/propertyprobe.c:
19494         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19495         (gst_tuner_find_channel_by_name):
19496         * gst-libs/gst/tuner/tuner.h:
19497           Add gtk-doc style comments. Also fix a function name.
19498
19499 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19502         (gst_divxdec_negotiate):
19503           Fix for new capsnego - also fixes gst-player with divxdec.
19504
19505 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19506
19507         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19508         (gst_play_identity_handoff), (gst_play_set_location),
19509         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19510         try in visualization implementation. Still have an issue with switch
19511         blocking when pulling from video_queue and only audio comes out of
19512         spider.
19513         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19514         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19515         release method. And check if the pad is usable before pulling.
19516
19517 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19520         (gst_videobalance_init),
19521         (gst_videobalance_colorbalance_list_channels),
19522         (gst_videobalance_colorbalance_set_value),
19523         (gst_videobalance_colorbalance_get_value),
19524         (gst_videobalance_update_properties),
19525         (gst_videobalance_update_tables_planar411),
19526         (gst_videobalance_planar411):
19527         * gst/videofilter/gstvideobalance.h:
19528           Implement lookup-tables. +/- 10x faster.
19529
19530 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19531
19532         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19533         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19534           The index reading was broken. The rest worked fine, but the whole
19535           goal of my rewrite was to make avidemux readable, and this was
19536           not at all readable. Please use typed variables.
19537
19538 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19539
19540         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19541           Additional pad usability check.
19542         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19543         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19544         (gst_mp1videoparse_real_chain):
19545           Fix MPEG video stream parsing. The original plugin had several
19546           issues, including not timestamping streams where the source was
19547           not timestamped (this happens with PTS values in mpeg system
19548           streams, but MPEG video is also a valid stream on its own so
19549           that needs timestamps too). We use the display time code for that
19550           for now. Also, if one incoming buffer contains multiple valid
19551           frames, we push them all on correctly now, including proper EOS
19552           handling. Lastly, several potential segfaults were fixed, and we
19553           properly sync on new sequence/gop headers to include them in next,
19554           not previous frames (since they're header for the next frame, not
19555           the previous). Also see #119206.
19556         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19557         (bpf_from_header):
19558           Move caps setting so we only do it after finding several valid
19559           MPEG-1 fraes sequentially, not right after the first one (which
19560           might be coincidental).
19561         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19562         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19563         (plugin_init):
19564           Add unsynced MPEG video stream typefinding, and change some
19565           probability values so we detect streams rightly. The idea is as
19566           follows: I can have an unsynced system stream which contains
19567           video. In the current code, I would randomly get a type for either
19568           system or video stream type found, because the probabilities are
19569           being calculated rather randomly. I now use fixed values, so we
19570           always prefer system stream if that was found (and that is how it
19571           should be). If no system stream was found, we can still identity                the stream as video-only.
19572
19573 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19574
19575         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19576         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19577           don't write to buffer. Extract data without the need of
19578           __attribute__ ((packed))
19579
19580 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19583         (mpeg1_sys_type_find):
19584           Fix MPEG-1 stream typefinding.
19585
19586 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19589           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19590
19591 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19592
19593         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19594         * ext/esd/gstesd.c: (plugin_init):
19595           private debugging, better error reporting
19596
19597 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19600         (gst_riff_read_init), (gst_riff_read_change_state):
19601         * gst-libs/gst/riff/riff-read.h:
19602           Remove stuff fromold metadata system.
19603
19604 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19605
19606         * ext/ogg/gstoggdemux.c:
19607           Fix wrong file comment.
19608         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19609         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19610           Add metadata reading properly.
19611
19612 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19613
19614         * ext/Makefile.am:
19615           Fix nas DIST_SUBDIRS
19616           Uraeus:
19617           Fix bug where make distcheck doesn't get run on adding stuff to
19618           the build.
19619
19620 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19621
19622         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19623         * ext/divx/gstdivxdec.h:
19624           Fix divx3 ("msmpeg4") playback using divxdec.
19625
19626 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19627
19628         * gst/typefind/gsttypefindfunctions.c:
19629         (mp3_type_frame_length_from_header): fix bug in length computation
19630         (mp3_type_find): improve debugging output
19631
19632 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19633
19634         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19635         (gst_play_set_location), (gst_play_seek_to_time),
19636         (gst_play_set_audio_sink), (gst_play_set_visualization),
19637         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19638         the pipeline from scratch. Visualization is back and switch went out as
19639         i realized it was not possible to use the way i wanted.
19640         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19641         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19642         clearing in state change from READY to NULL. So that one can clean the
19643         X ressources keeping the element.
19644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19645         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19646         (gst_xvimagesink_colorbalance_set_value),
19647         (gst_xvimagesink_colorbalance_get_value),
19648         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19649         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19650         change from READY to NULL and fixed some stupid bugs in colorbalance
19651         get/set values. Also added the following feature : when nobody tries to
19652         set some values to the colorbalance levels before the xcontext is
19653         grabbed, then when creating channels list from Xv attributes we set the
19654         internal values to the Xv defaults. This way we handle buggy Xv drivers
19655         that set default hue values far from the middle of the range (Thanks
19656         to Jon Trowbridge for pointing that issue).
19657         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19658         colorbalance levels have been set before xcontext is grabbed.
19659
19660 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19661
19662         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19663           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19664           it might block operations (which is bad for a mixer).
19665
19666 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19667
19668         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19669         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19670         (gmip_find_type_pre):
19671         * gst-libs/gst/media-info/media-info-priv.h:
19672         * gst-libs/gst/media-info/media-info.c:
19673         (gst_media_info_instance_init), (gst_media_info_read_idler):
19674         add fakesink to get caps on decoder src pad again
19675         fix callback prototype to match new have_type signal signature
19676
19677 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19678
19679         * gst/adder/gstadder.c: (gst_adder_link):
19680           fix non-compile and cut-n-paste code
19681
19682 2004-01-21  David Schleef  <ds@schleef.org>
19683
19684         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19685         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19686         (gst_swfdec_init), (gst_swfdec_change_state):
19687         * ext/swfdec/gstswfdec.h:
19688         Fix negotiation.
19689         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19690         (gst_adder_request_new_pad): Fix negotiation.
19691         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19692         Add a fixate function.
19693         * gst/intfloat/gstfloat2int.c:
19694         * gst/intfloat/gstfloat2int.h:
19695         * gst/intfloat/gstint2float.c:
19696         * gst/intfloat/gstint2float.h:
19697         Completely rewrite the negotiation.  Doesn't quite work yet,
19698         due to some buffer-frames problem.
19699
19700 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19701
19702         * ext/gnomevfs/gstgnomevfssrc.c:
19703         * sys/v4l2/v4l2_calls.h:
19704           fix includes for distcheck
19705
19706 2004-01-21  Christian Schaller <uraeus@gnome.org>
19707
19708         * ext/nas/
19709         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19710         based on earlier patch from Laurent Vivier
19711
19712 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19713
19714         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19715         Fix wma caps property
19716         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19717         Fix typo (flags1 and flags2)
19718
19719 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19720
19721         * gst-libs/gst/media-info/media-info-priv.c:
19722         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19723         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19724         (gmip_find_stream), (gmip_find_track_metadata),
19725         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19726         (gmip_find_track_format):
19727         * gst-libs/gst/media-info/media-info-priv.h:
19728         * gst-libs/gst/media-info/media-info-test.c: (main):
19729         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19730         (gst_media_info_read_idler), (gst_media_info_read):
19731         * gst-libs/gst/media-info/media-info.h:
19732           register debugging category and use it for debugging
19733
19734 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19737         (gst_vorbisfile_new_link):
19738           signal streaminfo through tags
19739
19740 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * ext/mplex/gstmplex.cc:
19743         * ext/mplex/gstmplexibitstream.cc:
19744           g++ doesn't like NULL in our i18n/error macros, should be
19745           either (NULL) or ("").
19746
19747 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19748
19749         * sys/dxr3/dxr3audiosink.c:
19750         * sys/dxr3/dxr3init.c:
19751         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19752         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19753           Fix more error error error errors (missing includes here).
19754
19755 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19756
19757         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19758           fix thomas' error errors.
19759
19760 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * ext/mpeg2enc/gstmpeg2enc.cc:
19763           fix error errors.
19764
19765 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19766
19767         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19768         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19769           Fix for new error system.
19770
19771 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19772
19773         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19774           fix for new error reporting
19775
19776 2004-01-20  David Schleef  <ds@schleef.org>
19777
19778         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19779         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19780         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19781         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19782         and neither is 100+, most likely.
19783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19784         (gst_xvimagesink_getcaps): same
19785
19786 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19787
19788         * configure.ac:
19789           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19790           clashes with ffmpeg.
19791
19792 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19793
19794         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19795         (gst_switch_init): Fixed switch element : proxying link and setting
19796         caps from src to sink on request.
19797
19798 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19799
19800         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19801         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19802         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19803         fix element_error
19804
19805 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * sys/v4l/v4l_calls.h:
19808         * sys/v4l2/v4l2_calls.h:
19809           element_error fixes
19810
19811 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19812
19813         * gst-libs/gst/gst-i18n-plugin.h:
19814           add locale.h
19815           remove config.h inclusion
19816
19817 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19818
19819         * autogen.sh:
19820           adding autopoint invocation
19821         * Makefile.am:
19822         * configure.ac:
19823         * gst-libs/gst/gettext.h:
19824           adding gettext bits
19825         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19826         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19827         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19828         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19829         (gst_gnomevfssink_close_file):
19830         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19831         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19832         * gst-libs/gst/gst-i18n-plugin.h:
19833         * gst/avi/gstavi.c: (plugin_init):
19834         * sys/dxr3/dxr3init.c: (plugin_init):
19835         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19836         * sys/oss/gstossaudio.c: (plugin_init):
19837         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19838         * sys/v4l/gstv4l.c: (plugin_init):
19839         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19840         * sys/v4l2/gstv4l2.c: (plugin_init):
19841         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19842         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19843         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19844         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19845         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19846         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19847           make sure locale and translation domain are set
19848           fix translated strings
19849         * po/.cvsignore:
19850         * po/LINGUAS:
19851         * po/Makevars:
19852         * po/POTFILES.in:
19853         * po/nl.po:
19854           put translation files into place
19855         * sys/xvideo/imagetest.c: (main):
19856         * ext/dv/demo-play.c: (main):
19857           fix unnecessary translations
19858
19859 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19860
19861         * ext/sndfile/gstsf.c:
19862         * gst/avi/gstavimux.c:
19863         * ext/audiofile/gstafsink.c:
19864         * ext/audiofile/gstafsrc.c:
19865         * ext/gnomevfs/gstgnomevfssink.c:
19866         * ext/gnomevfs/gstgnomevfssrc.c:
19867         * sys/oss/gstosselement.c:
19868         * sys/v4l/v4l_calls.h:
19869           fix i18n include
19870
19871 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19874         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19875         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19876         (gst_v4l2_get_output), (gst_v4l2_set_output),
19877         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19878         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19879         (gst_v4l2_set_attribute):
19880         update to new error handling
19881
19882 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19883
19884         * ext/sidplay/gstsiddec.cc:
19885         * gst/modplug/gstmodplug.cc:
19886           parenthese NULL because C++ seems angry about it
19887
19888 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19889
19890         * gst-libs/gst/gst-i18n-plugin.h:
19891           add skeleton i18n stuff, but needs to be further implemented
19892
19893 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19894
19895         * examples/gstplay/player.c: (main):
19896         * ext/aalib/gstaasink.c: (gst_aasink_open):
19897         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19898         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19899         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19900         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19901         (gst_afsink_close_file):
19902         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19903         (gst_afsrc_close_file):
19904         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19905         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19906         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19907         * ext/esd/esdmon.c: (gst_esdmon_get):
19908         * ext/esd/esdsink.c: (gst_esdsink_chain):
19909         * ext/faac/gstfaac.c: (gst_faac_chain):
19910         * ext/faad/gstfaad.c: (gst_faad_chain):
19911         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19912         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19913         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19914         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19915         (gst_flacdec_loop):
19916         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19917         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19919         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19920         (gst_gnomevfssink_close_file):
19921         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19922         (gst_gnomevfssrc_open_file):
19923         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19924         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19925         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19926         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19927         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19928         * ext/mad/gstmad.c: (gst_mad_chain):
19929         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19930         * ext/mpeg2dec/gstmpeg2dec.c:
19931         * ext/mpeg2enc/gstmpeg2enc.cc:
19932         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19933         * ext/mplex/gstmplex.cc:
19934         * ext/mplex/gstmplexibitstream.cc:
19935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19936         (gst_ogg_demux_push), (gst_ogg_pad_push):
19937         * ext/raw1394/gstdv1394src.c:
19938         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19939         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19940         * ext/sidplay/gstsiddec.cc:
19941         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19942         (gst_sf_loop):
19943         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19944         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19945         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19946         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19947         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19948         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19949         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19950         * gst-libs/gst/Makefile.am:
19951         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19952         (gst_riff_read_element_data), (gst_riff_read_seek),
19953         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19954         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19955         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19956         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19957         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19958         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19959         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19960         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19961         * gst/goom/gstgoom.c: (gst_goom_chain):
19962         * gst/id3/gstid3types.c: (gst_id3types_loop):
19963         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19964         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19965         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19966         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19967         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19968         (gst_ebml_read_float), (gst_ebml_read_header):
19969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19970         (gst_matroska_demux_parse_blockgroup):
19971         * gst/modplug/gstmodplug.cc:
19972         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19973         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19974         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19975         * gst/silence/gstsilence.c: (gst_silence_get):
19976         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19977         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19978         * gst/speed/gstspeed.c: (speed_loop):
19979         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19980         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19981         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19982         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19983         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19984         (gst_wavparse_loop):
19985         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19986         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19987         (dxr3audiosink_close):
19988         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19989         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19990         (dxr3videosink_close), (dxr3videosink_write_data):
19991         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19992         * sys/oss/gstosselement.h:
19993         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19994         (gst_osssink_chain):
19995         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19996         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19997         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19998         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19999         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20000         (gst_v4l_enable_overlay):
20001         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20002         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20003         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20004         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20005         (gst_v4l_set_audio):
20006         * sys/v4l/v4l_calls.h:
20007         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20008         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20009         (gst_v4lmjpegsink_playback_init),
20010         (gst_v4lmjpegsink_playback_start):
20011         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20012         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20013         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20014         (gst_v4lmjpegsrc_requeue_frame):
20015         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20016         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20017         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20018         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20019         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20020         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20021         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20022         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20023         (gst_v4l2src_capture_stop):
20024         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20025         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20026         (gst_ximagesink_chain):
20027         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20028         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20029         (gst_xvideosink_xwindow_new):
20030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20031         (gst_xvimagesink_chain):
20032         use new error signal, function and categories
20033
20034 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20035
20036         * configure.ac:
20037         * ext/Makefile.am:
20038         * ext/musicbrainz/gsttrm.c:
20039         * ext/musicbrainz/gsttrm.h:
20040         * ext/musicbrainz/Makefile.am:
20041         Add a trm plugin
20042
20043 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20044
20045         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20046         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20047         synchronous property for debugging.
20048         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20050         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20051         smaller block, fixing indent.
20052
20053 2004-01-16  David Schleef  <ds@schleef.org>
20054
20055         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20056         property affects the video stream.
20057         * sys/xvimage/xvimagesink.c:
20058         * sys/xvimage/xvimagesink.h:
20059         Add synchronous property for debugging.  Should probably be
20060         disabled in non-CVS builds.  Make sure that the Xv attribute
20061         exists before we set it (crash!).  Fix a silly float bug that
20062         caused colorbalance to just not work.
20063
20064 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20065
20066         * tools/gst-launch-ext.in - update for new plugins
20067
20068 2004-01-16  David Schleef  <ds@schleef.org>
20069
20070         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20071         already-freed caps.
20072
20073 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20074
20075         * Update spec for new colorspace plugin and libcaca plugin
20076         * Fix compilation of libcaca plugin (clock -> id)
20077
20078 2004-01-16  Julien MOUTTE <julien@moutte.net>
20079
20080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20081         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20082         (gst_xvimagesink_set_xwindow_id),
20083         (gst_xvimagesink_colorbalance_set_value),
20084         (gst_xvimagesink_colorbalance_get_value),
20085         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20086         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20087         correct colorbalance properties. They can now be set when the element
20088         is still in NULL state. The values will be committed to the Xv Port
20089         when xcontext is initialized.
20090         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20091         brightness int values in the GstXvImagesink structure.
20092
20093 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20094
20095         * gst-libs/gst/Makefile.am:
20096           restructure so having local patches works easier.
20097
20098 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20099
20100         * ext/mpeg2enc/Makefile.am:
20101         * ext/mpeg2enc/gstmpeg2enc.cc:
20102         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20103           Bugfix with respect to EOS handling.
20104
20105 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20106
20107         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20108           Link with right caps (else, it segfaults).
20109         * ext/mplex/gstmplexjob.cc:
20110           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20111
20112 2004-01-15  David Schleef  <ds@schleef.org>
20113
20114         * gst-libs/gst/audio/Makefile.am:
20115         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20116         from the template.
20117         * gst-libs/gst/audio/gstaudiofilter.c:
20118         * gst-libs/gst/audio/gstaudiofilter.h:
20119         Add bytes_per_sample and size and n_samples calculation.
20120         * gst-libs/gst/audio/gstaudiofilterexample.c:
20121         Remove, now autogenerated.
20122         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20123         Moved from gstaudiofilterexample, object name changed, code added
20124         so that it actually works.
20125         * gst-libs/gst/audio/make_filter:
20126         Script to build an audiofilter subclass from the template.
20127         * gst/colorspace/Makefile.am:
20128         * gst/colorspace/yuv2yuv.c:
20129         Remove file, since it's GPL, and we don't use it.
20130
20131 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20132
20133         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20135         them use the buffer free function to test how the buffer was allocated.
20136
20137 2004-01-15  David Schleef  <ds@schleef.org>
20138
20139         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20140         that handles osssink fallback.
20141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20142         (gst_audio_convert_getcaps):
20143         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20144         Add audio/x-qdm2 for QDM2 audio.
20145         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20146         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20147         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20148         Decrease minimum size to 16x16.
20149         * gst/wavparse/gstwavparse.c:
20150         Convert disabled pad template caps to new caps.
20151         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20153         (gst_xvimagesink_chain): Throw element error when display cannot
20154         be opened.  Increase minimum framerate to 1.0.  Check the data
20155         free function on a buffer to make sure it is the type we expect
20156         before manipulating it.
20157
20158 2004-01-15  Julien MOUTTE <julien@moutte.net>
20159
20160         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20161         (gst_videobalance_colorbalance_set_value): Implement passthru if
20162         settings are in the middle.
20163         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20164
20165 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * gst/videofilter/Makefile.am:
20168         * gst/volume/Makefile.am:
20169           Since we use videofilter symbols, link to it.
20170
20171 2004-01-15  Julien MOUTTE <julien@moutte.net>
20172
20173         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20174         mixer interface type to HARDWARE.
20175         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20176         type to SOFTWARE.
20177         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20178         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20179         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20180         (gst_volume_interface_init), (gst_volume_list_tracks),
20181         (gst_volume_set_volume), (gst_volume_get_volume),
20182         (gst_volume_set_mute), (gst_volume_mixer_init),
20183         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20184         (volume_init): Implementing mixer interface.
20185         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20186         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20187         (gst_osselement_change_state): Removing some trailing commas in
20188         structures.
20189         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20190         interface type to HARDWARE.
20191         * sys/v4l/gstv4lcolorbalance.c:
20192         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20193         type to HARDWARE.
20194         * sys/v4l2/gstv4l2colorbalance.c:
20195         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20196         interface type to HARDWARE.
20197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20198         same code than ximagesink for event handling.
20199
20200 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * ext/snapshot/Makefile.am:
20203         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20204         (gst_snapshot_chain):
20205         * ext/snapshot/gstsnapshot.h:
20206           This has to be a joke... Snapshot should be connected to a tee,
20207           colorspace element before it and EOS after that, where the other
20208           src of the tee receives normal data.
20209           The current way is *wrong*.
20210
20211 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * ext/hermes/gsthermescolorspace.c:
20214           Fix another compile error. Same as below.
20215
20216 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20217
20218         * gst/colorspace/gstcolorspace.c:
20219         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20220         (gst_colorspace_i420_to_yv12):
20221           Fix compiling... Didn't test if it actually works.
20222
20223 2004-01-15  David Schleef  <ds@schleef.org>
20224
20225         * configure.ac:
20226         * gst/colorspace/Makefile.am:
20227         * gst/colorspace/gstcolorspace.c:
20228         * gst/colorspace/gstcolorspace.h:
20229         * gst/colorspace/yuv2rgb.c:
20230         * gst/colorspace/yuv2rgb.h:
20231         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20232         code and GPL code.  Fix for new caps negotiation.  Rewrite
20233         much of the format handling code, and some of the conversion
20234         code.  Basically, rewrote almost everything.  This element
20235         handles I420, YV12 to RGB conversions.
20236         * ext/hermes/Makefile.am:
20237         * ext/hermes/gsthermescolorspace.c:
20238         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20239         Remove non-Hermes related code.  This element handles lots of
20240         RGB to RGB conversions, but no YUV.
20241         * ext/hermes/gstcolorspace.c:
20242         * ext/hermes/gstcolorspace.h:
20243         * ext/hermes/rgb2yuv.c:
20244         * ext/hermes/yuv2rgb.c:
20245         * ext/hermes/yuv2rgb.h:
20246         * ext/hermes/yuv2rgb_mmx16.s:
20247         * ext/hermes/yuv2yuv.c:
20248         * ext/hermes/yuv2yuv.h:
20249         Remove old code.
20250
20251 2004-01-14  Colin Walters  <walters@verbum.org>
20252
20253         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20254         they've already been.
20255
20256 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20257
20258         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20259           assume tag mode when pad is not connected
20260
20261 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20262
20263         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20264           Don't update the time of the clock
20265         (gst_alsa_sink_loop):
20266           sync to the clock given to alsasink, not the own clock
20267         * sys/oss/gstosssink.c: (gst_osssink_chain):
20268           sync to the clock
20269         (gst_osssink_change_state):
20270           activate the clock
20271         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20273           remove bogus code that made DISCONT events unhandled
20274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20275           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20276           #131502)
20277         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20278         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20279         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20280           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20281           2nd warning in bug #131502)
20282
20283 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20284
20285         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20286         (gst_videobalance_colorbalance_set_value),
20287         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20288         for colorbalance interface implementation.
20289         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20290         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20291         (gst_ximagesink_dispose), (gst_ximagesink_init),
20292         (gst_ximagesink_class_init): Adding DISPLAY property.
20293         * sys/ximage/ximagesink.h: Adding display_name to store display.
20294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20295         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20296         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20297         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20298         properties (they still need polishing though for gst-launch use : no
20299         xcontext yet, i ll do that tomorrow).
20300         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20301
20302 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20303
20304         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20305         (gst_play_set_location), (gst_play_set_visualization): Preparing
20306         switch integration, adding videobalance in the pipeline.
20307
20308 2004-01-14  Julien MOUTTE <julien@moutte.net>
20309
20310         * gst-libs/gst/colorbalance/colorbalance.c:
20311         (gst_color_balance_class_init): Adding a default type.
20312         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20313         the type.
20314         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20315         (gst_videobalance_dispose), (gst_videobalance_class_init),
20316         (gst_videobalance_init), (gst_videobalance_interface_supported),
20317         (gst_videobalance_interface_init),
20318         (gst_videobalance_colorbalance_list_channels),
20319         (gst_videobalance_colorbalance_set_value),
20320         (gst_videobalance_colorbalance_get_value),
20321         (gst_videobalance_colorbalance_init): Implementing colorbalance
20322         interface.
20323         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20324         list.
20325         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20326         bug which was triggering a BadAccess X error when setting an overlay
20327         before pad was really negotiated.
20328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20329         Using the colorbalance type macro.
20330
20331 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20332
20333         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20334         (gst_flacenc_chain):
20335           handle tags correctly
20336         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20337           extract ID3v1 tags correctly
20338
20339 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20340
20341         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20342         (plugin_init):
20343           Improve matroska typefinding for odd-typed headers...
20344
20345 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20346
20347         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20348           Fix for using incremental number on padnames.
20349
20350 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20351
20352         * ext/divx/gstdivxdec.c:
20353         * ext/divx/gstdivxenc.c:
20354           Set category to divx4linux instead of divx (too generic).
20355         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20356         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20357         (gst_wavparse_loop), (gst_wavparse_change_state):
20358         * gst/wavparse/gstwavparse.h:
20359           fix parsing of WAV files with non-standard fmt-tag size and fix
20360           skipping of unrecognized chunks... Someone please fix this thing
20361           to use rifflib so all this is automated.
20362         * sys/v4l/Makefile.am:
20363         * sys/v4l2/Makefile.am:
20364           Add X_CFLAGS because we depend on X (for overlay).
20365
20366 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20367
20368         * ext/mpeg2dec/gstmpeg2dec.c:
20369           Don't issue a timestamp unless we tagged the frame
20370           with a PTS.
20371
20372 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20373
20374         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20375           Query the audio element to get the time, not the clock. We're
20376           interested in the element's time here.
20377
20378 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20379
20380         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20382         * ext/esd/esdsink.c: (gst_esdsink_chain):
20383         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20384         * ext/mas/massink.c: (gst_massink_chain):
20385         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20387         (gst_matroska_demux_parse_metadata):
20388         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20389         (gst_mpeg_parse_release_locks):
20390         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20391         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20392         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20393         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20394         (gst_osssink_change_state):
20395         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20396         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20397         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20398         (gst_xvideosink_release_locks):
20399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20400           use element time.
20401         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20402         (gst_alsa_clock_stop):
20403         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20404         (gst_audio_clock_get_internal_time):
20405           simplify for use with new clocking code.
20406         * testsuite/alsa/Makefile.am:
20407         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20408           fix testsuite for new caps system
20409
20410 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20411
20412         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20413         * ext/flac/gstflacenc.c: (add_one_tag):
20414           length is already host endian, no need to convert. Fixes playback of
20415           tagged files on PPC. (bug #128384)
20416
20417 2004-01-13  Julien MOUTTE <julien@moutte.net>
20418
20419         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20420         colorbalance interface stating if it is hardware based or software
20421         based.
20422         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20423         Removing a trailing comma.
20424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20425         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20426         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20427         the documentation seems to be wrong on the -1000 to 1000 interval.
20428
20429 2004-01-12  David Schleef  <ds@schleef.org>
20430
20431         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20432         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20433         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20434         Fix negotiation.  Add a bufferalloc function for the sink pad,
20435         and generally clean up some of the code.
20436
20437 2004-01-12  Julien MOUTTE <julien@moutte.net>
20438
20439         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20440         (gst_color_balance_channel_dispose): Adding safety check in dispose
20441         method.
20442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20443         (gst_xvimagesink_xcontext_clear),
20444         (gst_xvimagesink_interface_supported),
20445         (gst_xvimagesink_colorbalance_list_channels),
20446         (gst_xvimagesink_colorbalance_set_value),
20447         (gst_xvimagesink_colorbalance_get_value),
20448         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20449         Adding colorbalance interface support to set XV parameters such as
20450         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20451         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20452         interface.
20453
20454 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20455
20456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20457         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20458         (gst_audio_convert_init), (gst_audio_convert_set_property),
20459         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20460         (gst_audio_convert_link),
20461         (gst_audio_convert_buffer_to_default_format),
20462         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20463           - implement _getcaps and use it
20464           - improve linking
20465           - remove float caps since no float conversion is actually done
20466           - remove properties and arguments that were to be used for rate
20467             conversion
20468
20469 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20470
20471         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20472         (gst_audio_structure_set_int):
20473         * gst-libs/gst/audio/audio.h:
20474           add helper functions for _getcaps matching the standard audio
20475           templates
20476
20477 2004-01-12  David Schleef  <ds@schleef.org>
20478
20479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20480         Test that pad is negotiated before getting its caps.
20481
20482 2004-01-12  Julien MOUTTE <julien@moutte.net>
20483
20484         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20485         analyzing the pads of an element the bin is mostly in READY state so
20486         no caps were negotiated. This helper function needs to work with
20487         _get_caps directly then. I was not freeing them though, added that to
20488         fix the mem leak.
20489
20490 2004-01-12  Julien MOUTTE <julien@moutte.net>
20491
20492         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20494         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20495         than the free_func.
20496
20497 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20498
20499         * sys/oss/gstossaudio.c: (plugin_init):
20500         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20501         * sys/oss/gstosselement.h:
20502           make an oss debugging category
20503           make failure more descriptive
20504
20505 2004-01-11  David Schleef  <ds@schleef.org>
20506
20507         * ext/ffmpeg/gstffmpeg.c:
20508         * ext/ffmpeg/gstffmpegcodecmap.c:
20509         * ext/ffmpeg/gstffmpegdec.c:
20510         * ext/ffmpeg/gstffmpegenc.c:
20511         * ext/ffmpeg/gstffmpegprotocol.c:
20512         * ext/gdk_pixbuf/gstgdkanimation.c:
20513         * ext/jpeg/gstjpeg.c:
20514         * ext/libpng/gstpng.c:
20515         * ext/mpeg2dec/perftest.c:
20516         * ext/speex/gstspeex.c:
20517         * gst-libs/gst/resample/dtos.c:
20518         * gst/intfloat/gstintfloatconvert.c:
20519         * gst/oneton/gstoneton.c:
20520         * gst/rtjpeg/RTjpeg.c:
20521         * gst/rtp/gstrtp.c:
20522         * sys/dxr3/dxr3init.c:
20523         * sys/glsink/gstgl_nvimage.c:
20524         * sys/glsink/gstgl_pdrimage.c:
20525         * sys/glsink/gstglsink.c:
20526         * testsuite/gst-lint:
20527         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20528
20529 2004-01-11  David Schleef  <ds@schleef.org>
20530
20531         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20532         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20533         * ext/gdk_pixbuf/gstgdkanimation.c:
20534         (gst_gdk_animation_iter_create_pixbuf):
20535         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20536         (gst_gdk_pixbuf_chain):
20537         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20538         * ext/jack/gstjack.c: (gst_jack_change_state):
20539         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20540         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20541         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20542         * gst/videofilter/gstvideofilter.c:
20543         (gst_videofilter_set_output_size):
20544         Remove all usage of gst_pad_get_caps(), and replace it with
20545         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20546
20547 2004-01-11  David Schleef  <ds@schleef.org>
20548
20549         * configure.ac:
20550         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20551         * ext/divx/gstdivxdec.c:
20552         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20553         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20554         handle images that span multiple buffers.  Now work with both
20555         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20556         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20557         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20558         video/video.h changes
20559         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20560         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20561         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20562         of GstData free function.
20563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20564         same.
20565
20566 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20567
20568         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20569         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20570         (gst_v4l2element_get_property):
20571         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20572           add norm, channel and frequency properties.
20573         * sys/v4l2/gstv4l2tuner.c:
20574           fixes for tuner interface changes
20575         * sys/v4l2/gstv4l2element.h:
20576         * sys/v4l2/gstv4l2src.c:
20577         * sys/v4l2/gstv4l2src.h:
20578         * sys/v4l2/v4l2src_calls.c:
20579         * sys/v4l2/v4l2src_calls.h:
20580           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20581
20582 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20583
20584         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20585         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20586         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20587         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20588         * gst-libs/gst/tuner/tuner.h:
20589           GObjects aren't const.
20590           Add find_by_name functions.
20591           Add checks to _changed functions.
20592         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20593         (gst_v4l_tuner_get_norm):
20594           Fixes for above.
20595
20596 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20597
20598         * gst-libs/gst/video/video.h:
20599           Fix caps template names to be understandable.
20600           Prefix everything with GST_VIDEO.
20601         * ext/aalib/gstaasink.c:
20602         * ext/divx/gstdivxdec.c:
20603         * ext/divx/gstdivxenc.c:
20604         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20605         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20606         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20607         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20608         * ext/libcaca/gstcacasink.c:
20609         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20610         * ext/snapshot/gstsnapshot.c:
20611         * ext/swfdec/gstswfdec.c:
20612         * ext/xvid/gstxviddec.c:
20613         * ext/xvid/gstxvidenc.c:
20614         * gst/chart/gstchart.c:
20615         * gst/deinterlace/gstdeinterlace.c:
20616         * gst/effectv/gsteffectv.c:
20617         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20618         * gst/goom/gstgoom.c:
20619         * gst/median/gstmedian.c:
20620         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20621         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20622         * gst/overlay/gstoverlay.c:
20623         * gst/smooth/gstsmooth.c:
20624         * gst/smpte/gstsmpte.c:
20625         * gst/synaesthesia/gstsynaesthesia.c:
20626         * gst/videocrop/gstvideocrop.c:
20627         * gst/videodrop/gstvideodrop.c:
20628         * gst/y4m/gsty4mencode.c:
20629         * sys/qcam/gstqcamsrc.c:
20630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20631           Make them work with new video.h file.
20632         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20633         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20635         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20636           Make it work with new buffer allocation system.
20637
20638 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20639
20640         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20641         pad_alloc_buffer implementation to use ->srcpad
20642         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20643         pad_alloc_buffer implementation to use ->srcpad
20644         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20645         pad_alloc_buffer implementation to use ->srcpad
20646         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20647         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20648         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20649         a reference to everything we need.
20650         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20652         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20653         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20654         a reference to everything we need.
20655         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20656
20657 2004-01-11  David Schleef  <ds@schleef.org>
20658
20659         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20660         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20661         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20662         structure members.
20663         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20664         value during a resize/renegotiation.
20665         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20666         gst_pad_alloc_buffer();
20667         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20668         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20669         structure members.
20670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20671         Fix for rename of buffer private structure members.
20672         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20673         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20674         Fix for rename of buffer private structure members.
20675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20676         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20677         Fix for rename of buffer private structure members.
20678
20679 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20680
20681         reviewed by: David Schleef <ds@schleef.org>
20682
20683         * gst/videofilter/Makefile.am:
20684         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20685         from the patch by ds to fit in with recent make_filter changes.
20686
20687 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20688
20689         * configure.ac: Adding examples/switch/Makefile
20690         * examples/Makefile.am: Adding examples/switch
20691         * examples/switch/Makefile.am: Adding switcher example.
20692         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20693         (switch_timer), (main): Adding an example demonstrating switch usage
20694         with 2 videotestsrc showing different patterns.
20695         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20696         (gst_switch_init): Fixing switch with the new caps system.
20697
20698 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20699
20700         * gst-libs/gst/video/video.h:
20701           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20702           They should probably be like
20703           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20704
20705 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20706
20707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20708         (qtdemux_parse_trak):
20709           fix audio chunk size/timestamp calculation
20710
20711 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20712
20713         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20714           fix SVQ3 caps
20715
20716 2004-01-11  Steve Baker  <steve@stevebaker.org>
20717
20718         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20719         (gst_agingtv_base_init), (gst_agingtv_class_init),
20720         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20721         (gst_agingtv_set_property), (gst_agingtv_get_property):
20722         Port agingTV to videofilter
20723
20724 2004-01-09  Julien MOUTTE <julien@moutte.net>
20725
20726         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20727         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20728
20729 2004-01-09  Julien MOUTTE <julien@moutte.net>
20730
20731         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20732         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20733         * gst-libs/gst/xoverlay/xoverlay.c:
20734         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20735         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20736         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20737         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20738         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20739         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20740         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20741         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20742         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20743         interface implementation to handle xid being 0 and fix some bugs
20744         triggered by Benjamin's testcase.
20745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20746         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20747         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20748         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20749         interface implementation to handle xid being 0 and fix some bugs
20750         triggered by Benjamin's testcase.
20751
20752 2004-01-09  David Schleef  <ds@schleef.org>
20753
20754         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20755         mouse pointer events.  It works.
20756
20757 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20758
20759         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20760           Use explicit caps - fix capsnego.
20761         * ext/xvid/gstxviddec.c:
20762         * ext/xvid/gstxvidenc.c:
20763           Remove macro-inside-macro which caused compile errors.
20764         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20765           Error out if it's not a RIFF file. Else we error out without
20766           gst_element_error() which is not good...
20767
20768 2004-01-08  David Schleef  <ds@schleef.org>
20769
20770         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20771         Fix pad_link function to handle formats that ffmpeg returns
20772         as multiple caps structures.
20773         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20774         Only complain if source buffer is _smaller_ than expected.
20775         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20776         (gst_videoscale_handle_src_event): Resize navigation events
20777         when passing them upstream.
20778         * gst/videotestsrc/gstvideotestsrc.c:
20779         * gst/videotestsrc/gstvideotestsrc.h:
20780         * gst/videotestsrc/videotestsrc.c:
20781         * gst/videotestsrc/videotestsrc.h:
20782         Rewrite many of the buffer painting functions to handle odd
20783         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20784         been verified to work with my video card.
20785         * testsuite/gst-lint:  Add check for elements calling
20786         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20787
20788 2004-01-08  David Schleef  <ds@schleef.org>
20789
20790         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20791         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20792
20793 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20794
20795         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20796         configure event is not emiting the desired size signal. That fixes
20797         aspect ratio issues with gst-player.
20798
20799 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20800
20801         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20802           Fix capsnego.
20803
20804 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20805
20806         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20807         public method to fire size signal.
20808
20809 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20810
20811         * examples/gstplay/Makefile.am: Adding the interface library.
20812         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20813         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20814         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20815         GST_IS_X_OVERLAY before signal connect.
20816         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20817         Removing the have_video_size signal.
20818         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20819         and associated public method.
20820         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20821         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20822         signal.
20823         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20824         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20825         signal.
20826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20827         Using XOverlay public method to fire size signal.
20828
20829 2004-01-07  David Schleef  <ds@schleef.org>
20830
20831         * gst/videofilter/Makefile.am:
20832         * gst/videofilter/gstvideotemplate.c:
20833         * gst/videofilter/make_filter:
20834         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20835         Convert make_filter to /bin/sh script.
20836
20837 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20838
20839         * gst/modplug/gstmodplug.cc: fix element description
20840
20841 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20842
20843         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20844         (got_video_size): Adding some new lines in g_print calls.
20845         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20846         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20847         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20848         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20849         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20850         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20851         Complete code review, reverting some stuff i disagree with, adding
20852         some fixes : time synchronization on invalid timestamps, renegotiation
20853         of private window.
20854         * sys/ximage/ximagesink.h:
20855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20856         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20857         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20858         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20859         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20860         (gst_xvimagesink_buffer_new),
20861         (gst_xvimagesink_navigation_send_event),
20862         (gst_xvimagesink_set_xwindow_id),
20863         (gst_xvimagesink_get_desired_size),
20864         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20865         stuff i disagree with, adding some fixes : Renegotiation of private
20866         window, implementing get_desired_size.
20867
20868 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20869
20870         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20871         (gst_afsink_handle_event):
20872         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20873         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20874         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20875         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20876         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20877           Fix for instantiate-test (see core). Also remove dead code from
20878           jpegenc (which still needs fixing, but that's lower on my TODO
20879           list...).
20880         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20881           Never return NULL as caps.
20882
20883 2004-01-07  David Schleef  <ds@schleef.org>
20884
20885         * configure.ac:
20886         * ext/Makefile.am:
20887         * ext/librfb/Makefile.am:
20888         * ext/librfb/gstrfbsrc.c:
20889         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20890         is the protocol used by VNC.
20891
20892 2004-01-07  David Schleef  <ds@schleef.org>
20893
20894         * gst/videofilter/gstvideotemplate.c:
20895         * gst/videofilter/gstvideotemplate.h:
20896         * gst/videofilter/make_filter:
20897         Merge videotemplate header into source file.
20898         * gst/effectv/Makefile.am:
20899         * gst/effectv/gsteffectv.c: (plugin_init):
20900         * gst/effectv/gstwarp.c:
20901         Make warpTV a subclass of videofilter.
20902
20903 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20904
20905         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20906           Add guard against invalid utf-8 conversions in mad. Just in case.
20907
20908 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20909
20910         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20911           Fix for bug shown by poisoning
20912
20913 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20914
20915         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20916         (gst_v4lmjpegsrc_buffer_free):
20917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20918         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20919         (gst_v4lsrc_buffer_free):
20920           Fix for removed bufferpools.
20921
20922 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20923
20924         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20925         Fix caps negotiation.
20926
20927         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20928         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20929         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20930         (dvdnavsrc_event):
20931         * ext/mpeg2dec/gstmpeg2dec.c:
20932         * gst-libs/gst/navigation/navigation.c:
20933         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20934         * gst-libs/gst/navigation/navigation.h:
20935         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20936         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20938         Super-simple first version of mouse and keyboard events. Clicking
20939         on a DVD menu now works, although it may not take you where you
20940         expected.
20941
20942         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20943         * gst/videotestsrc/gstvideotestsrc.c:
20944         (gst_videotestsrc_src_fixate):
20945         These fixate functions were broken - they never actually
20946         fixated :)
20947
20948 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20949
20950         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20951         (gst_icecastsend_init):
20952           fix for new caps system.
20953         * gst-libs/gst/mixer/mixertrack.h:
20954         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20955           Add 'master track' flag (for tools like ACME that only want to
20956           change the main volume).
20957
20958 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20959
20960         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20961         (gst_xvid_csp_to_caps):
20962         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20963         * ext/xvid/gstxvidenc.c:
20964         ifdef out ARGB type when it isn't available
20965         in xvidcore 1.0.0beta2
20966
20967 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20968
20969         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20970           When we have received a new SCR right in the first buffer after
20971           a seek (so in the same cycle that handles the discont), we should
20972           handle the buffer instead of unreffing it, else we lose data.
20973
20974 2004-01-06  Iain <iain@prettypeople.org>
20975
20976         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20977           buffer-frames caps too.
20978
20979         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20980           caps that we need, don't destroy them all and rebuild them. And when
20981           creating src pads, use the src pad template rather than the sink...
20982
20983 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20984
20985         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20986           Add pad to element *after* setting functions such as event handler.
20987           Without this, the scheduler (opt) will link pads, set the event
20988           handler from the default event function (dispatcher in gstpad.c)
20989           and *after* that, we will set our own event function, which will
20990           thus never be used (and thus mpegdemux doesn't handle events).
20991
20992 2004-01-04  David Schleef  <ds@schleef.org>
20993
20994         Fix the fixate functions to handle new prototype:
20995         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20996         * gst/videotestsrc/gstvideotestsrc.c:
20997         (gst_videotestsrc_src_fixate):
20998         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20999         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21001
21002 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21003
21004         * sys/ximage/ximagesink.h:
21005         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21006         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21007         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21008         (gst_ximagesink_xoverlay_init):
21009           assorted fixes to make (re)embedding work
21010         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21011         (gst_ximagesink_get_desired_size):
21012           implement desired size additions to XOverlay
21013
21014 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21015
21016         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21017         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21018         (gst_x_overlay_got_desired_size):
21019         * gst-libs/gst/xoverlay/xoverlay.h:
21020           Add optional "desired size" signal and querying.
21021
21022 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * gst/matroska/matroska-demux.c:
21025         (gst_matroska_demux_parse_blockgroup):
21026           Fix EBML-laced block parsing. Diffs are relative to previous
21027           lace, not the first lace. Thanks to Mosu from the Matroska
21028           team for detecting this.
21029         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21030         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21031         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21032         (gst_wavparse_change_state):
21033         * gst/wavparse/gstwavparse.h:
21034           Quickfix for capsnego.
21035
21036 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21037
21038         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21039           Fix indenting, fix pad creation.
21040
21041 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21044         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21045         (gst_xviddec_sink_link):
21046           Implement src_getcaps() so proper size caps is negotiated.
21047
21048 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21049
21050         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21051           Finish flac decoder on EOS. See #116178.
21052
21053 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21054
21055         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21056         (gst_matroska_demux_add_stream):
21057         * gst/matroska/matroska-ids.h:
21058           Add getcaps() function to fix capsnego...
21059
21060 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21061
21062         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21063         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21064         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21065           Fix more integer overflows. Again, see #126967.
21066
21067 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21068
21069         * ext/mpeg2dec/gstmpeg2dec.c:
21070           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21071           #130416.
21072
21073 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21074
21075         * configure.ac:
21076         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21077         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21078         * ext/xvid/gstxvid.h:
21079         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21080         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21081         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21082         (gst_xviddec_change_state):
21083         * ext/xvid/gstxviddec.h:
21084         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21085         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21086         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21087         (gst_xvidenc_link), (gst_xvidenc_set_property),
21088         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21089         * ext/xvid/gstxvidenc.h:
21090           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21091
21092 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21093
21094         * gst/rtp/rtp-packet.c:
21095           Add sys/types.h include, since OS X doesn't define in_addr_t
21096           in netinet/in.h, like it does on Linux (see #129600).
21097
21098 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21099
21100         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21101
21102         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21103           Correct logic of dispose function (see #129306).
21104
21105 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21108         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21109         (gst_mpeg_parse_init):
21110         * gst/mpegstream/gstmpegparse.h:
21111           Remove clock (which was never provided, i.e. dead code), and
21112           also fix integer overflows at high PTS values (see #126967).
21113
21114 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21115
21116         * ext/flac/gstflacdec.c:
21117         * ext/libpng/gstpngenc.h:
21118         * ext/mikmod/gstmikmod.h:
21119           OS X fixes (see #126628).
21120
21121 2004-01-02  David Schleef  <ds@schleef.org>
21122
21123         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21124         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21125         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21126         (gst_mpeg_parse_class_init): Move pad template registration
21127         to class_init, since the derived class (mpegdemux) doesn't
21128         want them.
21129
21130 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21131
21132         * sys/ximage/Makefile.am:
21133         * sys/xvideo/Makefile.am:
21134         * sys/xvimage/Makefile.am:
21135           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21136           after installation (see #127664).
21137
21138 2004-01-02  David Schleef  <ds@schleef.org>
21139
21140         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21141         (gst_ffmpegenc_connect):  Negotiation fixes.
21142         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21143         Remove inappropriate gst_caps_free().
21144         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21145         Reenable Ronald's internal resize code, since the core handles
21146         it correctly now.
21147
21148 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21149
21150         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21151         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21153           Fix pad template stuff.
21154
21155 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21156
21157         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21158         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21159           fix signed integer reading/writing.
21160
21161 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21162
21163         * ext/alsa/README:
21164           Remove outdated document
21165
21166 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21167
21168         * gst/cutter/gstcutter.c: (gst_cutter_init):
21169           src pad was being created twice - oops.
21170
21171 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21172
21173         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21174           Comment out internal resize. It doesn't handle the resulting
21175           XEvent internally, does another try_set_caps() which leads to
21176           a really nice loop.
21177           Real fix will come when Julien and Dave are awake. ;).
21178
21179 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21180
21181         * ext/mpeg2enc/gstmpeg2enc.cc:
21182           fix const/nonconst compile issue.
21183
21184 2004-01-02  David Schleef  <ds@schleef.org>
21185
21186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21187         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21188         Add fixate function and a check for bad formats.
21189
21190 2004-01-01  David Schleef  <ds@schleef.org>
21191
21192         Negotiation fixes:
21193         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21194         (gst_audiofilter_init):
21195         * gst/debug/efence.c: (gst_efence_init):
21196         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21197         (gst_deinterlace_init):
21198         * gst/volume/gstvolume.c: (volume_connect):
21199
21200 2004-01-01  David Schleef  <ds@schleef.org>
21201
21202         Convert elements to use gst_pad_use_explicit_caps() where
21203         appropriate:
21204         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21205         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21206         (gst_afparse_open_file):
21207         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21208         (gst_afsrc_open_file):
21209         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21210         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21211         (gst_ffmpegdec_chain):
21212         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21213         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21214         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21215         (gst_gdk_pixbuf_chain):
21216         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21217         (gst_jpegdec_chain):
21218         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21219         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21220         (gst_mikmod_negotiate):
21221         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21222         (gst_mpeg2dec_negotiate_format):
21223         * ext/mpeg2enc/gstmpeg2enc.cc:
21224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21225         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21226         (gst_speexdec_sinkconnect):
21227         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21228         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21229         (gst_vorbisfile_new_link):
21230         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21231         (gst_ac3parse_chain):
21232         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21233         (gst_asf_demux_setup_pad):
21234         * gst/auparse/gstauparse.c: (gst_auparse_init),
21235         (gst_auparse_chain):
21236         * gst/id3/gstid3types.c: (gst_id3types_loop):
21237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21238         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21239         (mp1videoparse_parse_seq):
21240         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21241         (bpf_from_header):
21242         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21243         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21244         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21245         (gst_mpeg_parse_send_data):
21246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21247         (gst_qtdemux_add_stream):
21248         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21249         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21250         (gst_wavparse_parse_fmt):
21251
21252 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21253
21254         * configure.ac:
21255           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21256           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21257           it therefore uses the wrong include paths. Too bad... Note
21258           that 1.6.1.93 is not release yet. ;).
21259           Also add a check for mplex, which is now using the lib'ified
21260           mplex from mjpegtools, too.
21261         * ext/ffmpeg/gstffmpegcodecmap.c:
21262           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21263           issues. I don't think ffmpeg handles 3ivx correctly, so this
21264           probably won't work. But it won't hurt either.
21265         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21266         (gst_ffmpegdec_chain):
21267         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21268         (gst_ffmpegenc_chain_audio):
21269           Fix memleak in audio encoding. Close codec if open fails, this
21270           calls the cleanup routines so we can re-use the context.
21271         * ext/mpeg2enc/gstmpeg2enc.cc:
21272           Fix pad template names/types, fix memory issue with getcaps().
21273         * ext/mpeg2enc/gstmpeg2encoder.cc:
21274         * ext/mpeg2enc/gstmpeg2encoder.hh:
21275           Fix compile issue with new caps system (const thingy).
21276         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21277         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21278           We read a first frame right on initing, so that we have a caps
21279           when we init the output. This caps is cached in padprivate and
21280           read as first frame.
21281         * ext/mplex/Makefile.am:
21282         * ext/mplex/gstmplex.cc:
21283         * ext/mplex/gstmplex.h:
21284         * ext/mplex/gstmplex.hh:
21285         * ext/mplex/gstmplexibitstream.cc:
21286         * ext/mplex/gstmplexibitstream.hh:
21287         * ext/mplex/gstmplexjob.cc:
21288         * ext/mplex/gstmplexjob.hh:
21289         * ext/mplex/gstmplexoutputstream.cc:
21290         * ext/mplex/gstmplexoutputstream.hh:
21291           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21292           had issues, didn't do capsnego, supported only a subset of the
21293           mplex features and required a mplex fork in our local CVS. Plus
21294           that it worked agaist a very old mplex version. Rewriting was
21295           faster than updating it.
21296         * gst-libs/ext/Makefile.am:
21297         * gst-libs/ext/mplex/INSTRUCT:
21298         * gst-libs/ext/mplex/Makefile.am:
21299         * gst-libs/ext/mplex/README:
21300         * gst-libs/ext/mplex/TODO:
21301         * gst-libs/ext/mplex/ac3strm_in.cc:
21302         * gst-libs/ext/mplex/audiostrm.hh:
21303         * gst-libs/ext/mplex/audiostrm_out.cc:
21304         * gst-libs/ext/mplex/aunit.hh:
21305         * gst-libs/ext/mplex/bits.cc:
21306         * gst-libs/ext/mplex/bits.hh:
21307         * gst-libs/ext/mplex/buffer.cc:
21308         * gst-libs/ext/mplex/buffer.hh:
21309         * gst-libs/ext/mplex/fastintfns.h:
21310         * gst-libs/ext/mplex/format_codes.h:
21311         * gst-libs/ext/mplex/inputstrm.cc:
21312         * gst-libs/ext/mplex/inputstrm.hh:
21313         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21314         * gst-libs/ext/mplex/mjpeg_logging.cc:
21315         * gst-libs/ext/mplex/mjpeg_logging.h:
21316         * gst-libs/ext/mplex/mjpeg_types.h:
21317         * gst-libs/ext/mplex/mpastrm_in.cc:
21318         * gst-libs/ext/mplex/mpegconsts.cc:
21319         * gst-libs/ext/mplex/mpegconsts.h:
21320         * gst-libs/ext/mplex/mplexconsts.hh:
21321         * gst-libs/ext/mplex/multplex.cc:
21322         * gst-libs/ext/mplex/outputstream.hh:
21323         * gst-libs/ext/mplex/padstrm.cc:
21324         * gst-libs/ext/mplex/padstrm.hh:
21325         * gst-libs/ext/mplex/stillsstream.cc:
21326         * gst-libs/ext/mplex/stillsstream.hh:
21327         * gst-libs/ext/mplex/systems.cc:
21328         * gst-libs/ext/mplex/systems.hh:
21329         * gst-libs/ext/mplex/vector.cc:
21330         * gst-libs/ext/mplex/vector.hh:
21331         * gst-libs/ext/mplex/videostrm.hh:
21332         * gst-libs/ext/mplex/videostrm_in.cc:
21333         * gst-libs/ext/mplex/videostrm_out.cc:
21334         * gst-libs/ext/mplex/yuv4mpeg.cc:
21335         * gst-libs/ext/mplex/yuv4mpeg.h:
21336         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21337         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21338           We don't fork mjpegtools' mplex in our CVS anymore.
21339         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21340         (gst_avi_demux_add_stream):
21341         * gst/avi/gstavidemux.h:
21342           Add getcaps() function for proper caps nego. This makes some
21343           parts of AVI playback/reading work.
21344         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21345           Resize window on new capsnego. This is probably wrong, but
21346           I'm still committing it because with current capsnego, the
21347           first successfull capsnego is auto-fixated, therefore rounded
21348           down to the lowest values in the caps. this results in a 16x16
21349           XWindow that is not reized when real capsnego finishes.
21350           Dave, I see more cases of this, do you know a proper solution?
21351         * tools/gst-launch-ext.in:
21352           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21353
21354 2003-12-31  David Schleef  <ds@schleef.org>
21355
21356         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21357         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21358           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21359
21360 2003-12-30  David Schleef  <ds@schleef.org>
21361
21362         * ext/ffmpeg/gstffmpegcolorspace.c:
21363         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21364         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21365         (gst_ffmpegcsp_chain): Negotiation fixes
21366         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21367         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21368         (gst_audio_convert_link), (gst_audio_convert_channels):
21369         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21370         (gst_audioscale_link), (gst_audioscale_get_buffer),
21371         (gst_audioscale_chain): Negotiation fixes
21372         * gst/audioscale/gstaudioscale.h:
21373         * gst/videofilter/gstvideofilter.c:
21374         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21375         (gst_videofilter_link), (gst_videofilter_init),
21376         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21377         (gst_videofilter_find_format_by_structure):
21378         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21380         (gst_videoscale_link):
21381         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21382         (videoscale_find_by_structure), (gst_videoscale_setup):
21383         * gst/videoscale/videoscale.h: Negotiation fixes
21384         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21385         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21386         function, restrict resizing to a multiple of 4 (hack until
21387         everyone supports odd sizes correctly).
21388
21389 2003-12-29  Colin Walters  <walters@verbum.org>
21390
21391         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21392         signed.
21393
21394 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21395
21396         * ext/sndfile/gstsf.c: (gst_sf_loop):
21397           Fix warning about discarding const qualifier
21398
21399 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21400
21401         * gst/cutter/gstcutter.c:
21402         * gst/videoscale/gstvideoscale.c:
21403         * gst/volenv/gstvolenv.c:
21404         * gst-libs/gst/audio/audio.c:
21405         * gst-libs/gst/video/video.c:
21406           Fix warnings
21407
21408 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21409
21410         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21411           Don't send ALSA debugging to stderr.
21412         * ext/alsa/gstalsa.h:
21413           Use GST_WARNING instead of g_warning when ALSA functions fail.
21414
21415 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21416
21417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21418           Free XVAdapterInfo correctly.
21419
21420 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21421
21422         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21423         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21424           Make id3tag use correct caps nego.
21425
21426 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21427
21428         * ext/ivorbis/vorbis.c:
21429         * ext/ivorbis/vorbisenc.h:
21430         * ext/ivorbis/vorbisfile.c:
21431           Modify so that it uses the new caps things
21432
21433 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21434
21435         * testsuite/spider/spider1.c: (main):
21436         * testsuite/spider/spider2.c: (main):
21437         * testsuite/spider/spider3.c: (main):
21438           Make tests compile again. They probably don't work.
21439
21440 2003-12-24  Colin Walters  <walters@verbum.org>
21441
21442         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21443         we can't fixate the caps anymore.
21444
21445 2003-12-23  David Schleef  <ds@schleef.org>
21446
21447         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21448         * sys/oss/gstosssink.c: (gst_osssink_init),
21449         (gst_osssink_sink_fixate): Add fixate function.
21450
21451 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21452
21453         * ext/ffmpeg/gstffmpegcodecmap.c:
21454         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21455         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21456         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21457         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21458         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21459         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21460         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21461           fix typo in RGB masks, and move back to "old" colorspace
21462           capsnego code until whoever wrote this new crap has actually
21463           tested it so that it works.
21464           And yes, this works, keep it that way please.
21465
21466 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21467
21468         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21469         (gst_divxdec_init), (gst_divxdec_negotiate):
21470         * ext/divx/gstdivxdec.h:
21471         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21472         (gst_divxenc_init):
21473         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21474         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21475         * ext/mpeg2enc/gstmpeg2enc.cc:
21476         * ext/mpeg2enc/gstmpeg2encoder.cc:
21477         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21478         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21479         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21480         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21481         (dxr3spusink_init):
21482         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21483         (dxr3videosink_init):
21484           Fix caps breakage after Dave's caps branch merge.
21485
21486 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21487
21488         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21489           Fix for 24bpp display.
21490
21491 2003-12-23  Colin Walters  <walters@verbum.org>
21492
21493         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21494         a GnomeVFSHandle directly.
21495
21496 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21497
21498         * gst/volume/Makefile.am:
21499         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21500         (volume_base_init), (volume_init):
21501           Reenable volume element and fix to work with new caps stuff.
21502           Rhythmbox needs this.
21503
21504 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21505
21506         * gst/qtdemux/qtdemux.c: (plugin_init):
21507           qtdemux requires bytestream
21508
21509 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21510
21511         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21512           Fix remaining caps handling errors due to CAPS merge.
21513
21514 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21515
21516         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21517         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21518         (gst_faad_srcconnect):
21519           Port to new caps system.
21520
21521 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21522
21523         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21524         (got_video_size), (main): using g_print instead of g_message.
21525         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21526         signal which was not emitted because of "switch" element added to the
21527         bin but not connected. (Removing from the bin temporarily)
21528
21529 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21530
21531         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21532         find X development files. I don't understand the previous tests and
21533         they fail on my debian/ppc unstable. This one works.
21534         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21535         exiting.
21536         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21537         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21538         (gst_play_set_visualization): Add some safety checks in set_ methods
21539         and state_change. This was throwing some ugly CRITICAL messages when
21540         pipeline was getting disposed and casts were failing.
21541
21542 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21543
21544         * configure.ac:
21545           Improve mpeg2enc detection. This is for distributions that do
21546           ship mjpegtools, but without mpeg2enc. Also does object check
21547           for might there ever be ABI incompatibility.
21548         * ext/mpeg2enc/gstmpeg2enc.cc:
21549           Add Andrew as second maintainer (he's helping me), and also add
21550           an error if no caps was set. This happens if I pull before capsnego
21551           and that's something I should solve sometime else.
21552         * gst/matroska/matroska-demux.c:
21553         (gst_matroska_demux_parse_blockgroup):
21554           Fix time parsing.
21555         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21556         (gst_matroska_mux_track_header):
21557           Add caps to templates.
21558         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21559           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21560         * gst/mpegstream/gstmpegdemux.c:
21561           Remove layer since it causes warnings about unfixed caps.
21562         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21563           Fix obvious typo (we error out if caps were set, we should of
21564           course error out if *no* caps were set).
21565         * sys/oss/gstosselement.c: (gst_osselement_convert):
21566           Fix format conversion, we confused bits/bytes.
21567         * sys/oss/gstosselement.h:
21568           Improve documentation for 'bps'.
21569         * sys/v4l/TODO:
21570           Remove stuff about plugins that need removing - this was done
21571           ages ago.
21572         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21573         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21575         (gst_v4lsrc_src_query):
21576         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21577         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21578           Add get_query_types(), get_formats() and query() functions.
21579
21580 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21581
21582         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21583         * moved CVS to freedesktop.org