gst/videoscale/gstvideoscale.*: remove unimplemented scale methods
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/videoscale/gstvideoscale.h:
4         * gst/videoscale/gstvideoscale.c:
5           remove unimplemented scale methods
6
7 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10           Don't leak caps.
11
12 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13
14         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15         (gst_ximagesink_setcaps):
16         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
17         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
18         happens (only visible on ximagesink but bug is in xv too) set_caps was
19         destroying the internal x[v]image used to memcpy non locally alloced
20         buffers so that it got renewed on next _chain. The issue is that 
21         _expose will try to put that image as it reffed it in _put.
22         Using gst_buffer_unref instead of destroy fixes it !
23
24 2005-11-28  Edward Hervey  <edward@fluendo.com>
25
26         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
27         (try_to_link_1), (queue_filled_cb):
28         Better use of the queues. Start with a small size queue and only increase
29         the size of the queues when the other queues are empty.
30
31 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32
33         * gst-libs/gst/video/Makefile.am:
34           compile in copied-over videofilter into the video library
35         * gst-libs/gst/video/videosink.h:
36           rename the header to gstvideosink.h since it's a base GstObject class
37         * sys/ximage/ximagesink.h:
38         * sys/xvimage/xvimagesink.h:
39           use the new header
40
41 2005-11-28  Wim Taymans  <wim@fluendo.com>
42
43         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
44         * gst/playback/gstplaybasebin.h:
45         Prepare to handle errors betters.
46
47         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
48         Set sinks to PAUSED first before adding and linking them so that
49         we don't interrupt dataflow.
50
51 2005-11-28  Wim Taymans  <wim@fluendo.com>
52
53         * gst-libs/gst/audio/TODO:
54         Updated TODO
55
56         * gst-libs/gst/audio/gstaudiosink.c:
57         (gst_audioringbuffer_open_device),
58         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
59         (gst_audioringbuffer_release):
60         Small cleanups.
61
62         * gst-libs/gst/audio/gstbaseaudiosink.c:
63         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
64         (gst_base_audio_sink_change_state):
65         Slave to the master clock when going to PLAYING and unslave when
66         going to PAUSED.
67
68         * gst-libs/gst/audio/gstringbuffer.c:
69         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
70         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
71         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
72         (gst_ring_buffer_clear_all), (wait_segment),
73         (gst_ring_buffer_commit), (gst_ring_buffer_read),
74         (gst_ring_buffer_advance):
75         * gst-libs/gst/audio/gstringbuffer.h:
76         Add some docs and cleanups.
77
78 2005-11-28  Julien MOUTTE  <julien@moutte.net>
79
80         * sys/xvimage/xvimagesink.c:
81         (gst_xvimagesink_navigation_send_event): Fix navigation events
82         coordinates translation with pixel aspect ratios.
83
84 2005-11-28  Julien MOUTTE  <julien@moutte.net>
85
86         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
87         Use calculated video geometry from _setcaps instead of buffer
88         caps to respect pixel aspect ratio. (fixes #322388)
89
90 2005-11-28  Julien MOUTTE  <julien@moutte.net>
91
92         * docs/libs/tmpl/gstcolorbalance.sgml:
93         * docs/libs/tmpl/gstmixer.sgml:
94         * docs/libs/tmpl/gstxoverlay.sgml:
95         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
96         interface.
97
98 2005-11-28  Julien MOUTTE  <julien@moutte.net>
99
100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
101         Refuse to create an XvImage if we can't find the format.
102
103 2005-11-28  Edward Hervey  <edward@fluendo.com>
104
105         * gst-libs/gst/riff/riff-media.c:
106         (gst_riff_create_audio_template_caps):
107         Add ATRAC3 to the list of riff-possible audio caps.
108         I know we still don't have a plugin for atrac3, but it's saner to output
109         that than a cryptic mimetype.
110
111 2005-11-27  Edward Hervey  <edward@fluendo.com>
112
113         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
114         Don't try to create a zero-sized subbuffer.
115
116 2005-11-27  Julien MOUTTE  <julien@moutte.net>
117
118         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
119         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
120         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
121         (gst_ximagesink_expose): Fixed a tricky race.
122         * sys/ximage/ximagesink.h:
123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
124         (gst_xvimagesink_expose): Fixed a tricky race.
125         * sys/xvimage/xvimagesink.h:
126
127 2005-11-27  Edward Hervey  <edward@fluendo.com>
128
129         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
130         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
131         Remove unused properties, and add queues between demuxers and decoders
132         so that a lot more files can preroll properly.
133
134 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
135
136         * gst-libs/gst/net/Makefile.am:
137         * gst-libs/gst/rtp/Makefile.am:
138         * gst-libs/gst/tag/Makefile.am:
139           remove silly include
140         * gst/tags/Makefile.am:
141         * gst/tags/gsttagediting.c:
142         * gst/tags/gsttageditingprivate.h:
143         * gst/tags/tagedit.vcproj:
144           remove directory, is as good as empty
145
146 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
147
148         * configure.ac:
149           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
150         * gst-libs/Makefile.am:
151         * gst-libs/gst/audio/Makefile.am:
152         * gst-libs/gst/interfaces/Makefile.am:
153         * gst-libs/gst/net/Makefile.am:
154         * gst-libs/gst/riff/Makefile.am:
155         * gst-libs/gst/rtp/Makefile.am:
156         * gst-libs/gst/tag/Makefile.am:
157         * gst-libs/gst/video/Makefile.am:
158           and use them
159
160 2005-11-27  Julien MOUTTE  <julien@moutte.net>
161
162         * docs/libs/tmpl/gstcolorbalance.sgml:
163         * docs/libs/tmpl/gstmixer.sgml:
164         * docs/libs/tmpl/gstxoverlay.sgml:
165         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
166         * sys/ximage/ximagesink.h:
167         * sys/xvimage/xvimagesink.h: More and more documentation.
168
169 2005-11-26  Julien MOUTTE  <julien@moutte.net>
170
171         * docs/libs/gst-plugins-base-libs-docs.sgml:
172         * docs/libs/gst-plugins-base-libs-sections.txt:
173         * docs/libs/tmpl/gstcolorbalance.sgml:
174         * docs/libs/tmpl/gstmixer.sgml:
175         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
176         to documentation.
177
178 2005-11-26  Julien MOUTTE  <julien@moutte.net>
179
180         * docs/plugins/Makefile.am:
181         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
182         * docs/plugins/gst-plugins-base-plugins-sections.txt:
183         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
184
185 2005-11-26  Julien MOUTTE  <julien@moutte.net>
186
187         * docs/plugins/Makefile.am:
188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
190         * docs/plugins/inspect/plugin-adder.xml:
191         * docs/plugins/inspect/plugin-alsa.xml:
192         * docs/plugins/inspect/plugin-audioconvert.xml:
193         * docs/plugins/inspect/plugin-audiorate.xml:
194         * docs/plugins/inspect/plugin-audioresample.xml:
195         * docs/plugins/inspect/plugin-audiotestsrc.xml:
196         * docs/plugins/inspect/plugin-decodebin.xml:
197         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
198         * docs/plugins/inspect/plugin-gnomevfs.xml:
199         * docs/plugins/inspect/plugin-ogg.xml:
200         * docs/plugins/inspect/plugin-playbin.xml:
201         * docs/plugins/inspect/plugin-subparse.xml:
202         * docs/plugins/inspect/plugin-tcp.xml:
203         * docs/plugins/inspect/plugin-theora.xml:
204         * docs/plugins/inspect/plugin-typefindfunctions.xml:
205         * docs/plugins/inspect/plugin-video4linux.xml:
206         * docs/plugins/inspect/plugin-videorate.xml:
207         * docs/plugins/inspect/plugin-videoscale.xml:
208         * docs/plugins/inspect/plugin-videotestsrc.xml:
209         * docs/plugins/inspect/plugin-volume.xml:
210         * docs/plugins/inspect/plugin-vorbis.xml:
211         * docs/plugins/inspect/plugin-ximagesink.xml:
212         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
213         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
214
215 2005-11-26  Edward Hervey  <edward@fluendo.com>
216
217         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
218         Properly return GstFlowReturn from gst_pad_push in chain functions.
219
220 2005-11-25  Michael Smith  <msmith@fluendo.com>
221
222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
223         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
224         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
225         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
226           Handle various conditions better when we don't understand a stream.
227           Removes a heap of CRITICALs on ogg streams containing unknown data.
228
229 2005-11-24  Andy Wingo  <wingo@pobox.com>
230
231         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
232         Be threadsafe.
233
234 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
235
236         * configure.ac: back to HEAD
237
238 === release 0.9.6 ===
239
240 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
241
242         * configure.ac:
243           releasing 0.9.6, "White Eight"
244
245 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
246
247         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
248         * docs/plugins/inspect/plugin-sine.xml:
249           remove sinesrc some more
250
251 2005-11-23  Wim Taymans  <wim@fluendo.com>
252
253         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
254         If we are reading too slowly, jump forward in the ringbuffer
255         instead of blocking.
256
257 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
258
259         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
260         (gst_visual_chain):
261         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
262         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
263         (gst_videorate_chain):
264         * gst/videotestsrc/gstvideotestsrc.c:
265         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
266         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
267         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
268         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
269         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
270         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
271           Updates for API changes
272
273 2005-11-23  Wim Taymans  <wim@fluendo.com>
274
275         * gst-libs/gst/audio/gstbaseaudiosink.c:
276         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
277         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
278         Fix for calibration API change.
279
280 2005-11-23  Michael Smith <msmith@fluendo.com>
281
282         * gst-libs/gst/audio/multichannel.c:
283         (gst_audio_get_channel_positions),
284         (gst_audio_set_channel_positions),
285         (gst_audio_set_structure_channel_positions_list),
286         (gst_audio_fixate_channel_positions):
287           Use gst_value_array_*() functions on value arrays, not
288           gst_value_list_*().
289
290 2005-11-23  Edward Hervey  <edward@fluendo.com>
291
292         * autogen.sh:
293         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
294         Fixes autogen
295
296 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
297
298         * check/Makefile.am:
299         * check/elements/videotestsrc.c: (setup_videotestsrc),
300         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
301         (main):
302           add a test for videotestsrc
303
304 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
305
306         * gst/sine/.cvsignore:
307         * gst/sine/Makefile.am:
308         * gst/sine/gstsinesrc.c:
309         * gst/sine/gstsinesrc.h:
310         * gst/sine/sinesrc.vcproj:
311           and remove sinesrc from the repository.  Closes #321446
312
313 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
314
315         * configure.ac:
316         * gst-plugins-base.spec.in:
317           remove sinesrc from the build
318
319 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
320
321         * check/Makefile.am:
322         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
323         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
324         (main):
325           add a test for audiotestsrc, testing all waves.  Even seems
326           leak-free at first glance, nice job Stefan
327
328 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
329
330         * po/af.po:
331         * po/az.po:
332         * po/cs.po:
333         * po/en_GB.po:
334         * po/hu.po:
335         * po/it.po:
336         * po/nb.po:
337         * po/nl.po:
338         * po/or.po:
339         * po/sq.po:
340         * po/sr.po:
341         * po/sv.po:
342         * po/uk.po:
343         * po/vi.po:
344           Translation string updates
345
346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
347         (gst_v4lsrc_set_caps):
348         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
349         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
350         * sys/v4l/v4lsrc_calls.h:
351           Improve v4lsrc, by making it work again.
352
353 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
354
355         * ext/libvisual/visual.c: (gst_visual_chain):
356           Fix the fps calculations.
357
358         * gst/ffmpegcolorspace/avcodec.h:
359           Move structure element for clarity
360
361         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
362         * gst-libs/gst/interfaces/tunernorm.h:
363         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
364         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
365         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
366         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
367         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
368         (gst_v4lmjpegsrc_getcaps):
369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
370         (gst_v4lsrc_set_caps):
371         * sys/v4l/gstv4lsrc.h:
372         * sys/v4l/v4l_calls.c: (gst_v4l_open):
373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
374         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
375         * sys/v4l/v4lsrc_calls.h:
376           Fractional framerates...
377
378 2005-11-22  Wim Taymans  <wim@fluendo.com>
379
380         * gst-libs/gst/audio/gstbaseaudiosink.c:
381         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
382         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
383         And we provide a clock by default, of course...
384
385 2005-11-22  Wim Taymans  <wim@fluendo.com>
386
387         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
388         This clock can be slaved to a master clock now.
389
390         * gst-libs/gst/audio/gstbaseaudiosink.c:
391         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
392         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
393         (gst_base_audio_sink_set_clock),
394         (gst_base_audio_sink_set_property),
395         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
396         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
397         * gst-libs/gst/audio/gstbaseaudiosink.h:
398         Handle slaving the internal clock to the clock selected in the
399         pipeline.
400         Add property to make the basesink not provide a clock.
401
402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
403         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
404         (gst_base_rtp_depayload_wait):
405         * gst-libs/gst/rtp/gstbasertpdepayload.h:
406         We can use the clock in GstElement, no need to store it ourselves.
407
408 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
409
410         * docs/libs/tmpl/gstaudio.sgml:
411           update
412         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
413         (gst_paranoia_endian_get_type):
414         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
415         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
416         * gst/audiotestsrc/gstaudiotestsrc.c:
417         (gst_audiostestsrc_wave_get_type):
418         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
419         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
420         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
421         (gst_sync_method_get_type), (gst_unit_type_get_type),
422         (gst_client_status_get_type), (gst_multifdsink_class_init),
423         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
424         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
425         (gst_multifdsink_get_property):
426         * gst/tcp/gstmultifdsink.h:
427         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
428         * gst/videotestsrc/gstvideotestsrc.c:
429         (gst_videotestsrc_pattern_get_type):
430           remove deprecated properties
431           fix up enums to correctly have short lowercase dashed nicks
432
433 2005-11-22  Michael Smith <msmith@fluendo.com>
434
435         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
436         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
437           Add underscore.
438
439 2005-11-22  Michael Smith <msmith@fluendo.com>
440
441         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
442         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
443           Use utility method for scaling clocktime for fractional framerates.
444
445 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
446
447         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
448         (gst_visual_chain):
449         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
450         * ext/theora/theoradec.c: (theora_handle_type_packet):
451         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
452         (theora_enc_chain):
453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
454         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
455         * gst-libs/gst/video/video.h:
456         * gst/ffmpegcolorspace/avcodec.h:
457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
458         (gst_ffmpeg_caps_to_pixfmt):
459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
460         (gst_ffmpegcsp_set_caps):
461         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
462         (gst_videorate_setcaps), (gst_videorate_blank_data),
463         (gst_videorate_chain):
464         * gst/videotestsrc/gstvideotestsrc.c:
465         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
466         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
467         (gst_videotestsrc_event), (gst_videotestsrc_create):
468         * gst/videotestsrc/gstvideotestsrc.h:
469         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
470         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
471         (gst_ximagesink_get_times), (gst_ximagesink_init):
472         * sys/ximage/ximagesink.h:
473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
474         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
475         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
476         * sys/xvimage/xvimagesink.h:
477           Convert elements to use fractions for their framerate.
478           V4L elements to come later tonight.
479
480 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
481
482         * gst-libs/gst/audio/audio.c:
483         * gst-libs/gst/audio/audio.h:
484           remove some deprecated functions
485
486 2005-11-22  Andy Wingo  <wingo@pobox.com>
487
488         * Update for gst_tag_setter API changes.
489
490 2005-11-22  Andy Wingo  <wingo@pobox.com>
491
492         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
493         (gst_ogg_demux_perform_seek):
494         * ext/theora/theoradec.c (theora_dec_sink_event):
495         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
496         update-funcnames.
497
498 2005-11-22  Wim Taymans  <wim@fluendo.com>
499
500         * examples/seeking/seek.c: (main):
501         Give higher priority to bus signals than the gtk events
502         to fix a race condition in the segment looping.
503
504 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
505
506         * ext/theora/Makefile.am:
507         * ext/vorbis/Makefile.am:
508         * gst-libs/gst/tag/Makefile.am:
509         * gst-plugins-base.spec.in:
510           Rename libgsttagedit to libgsttag (#322117).
511
512 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
513
514         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
516           Call gst_x_overlay_prepare_xwindow_id() to give applications
517           a final chance to set their own xwindow id before the video
518           sink creates its own window.
519
520 2005-11-22  Julien MOUTTE  <julien@moutte.net>
521
522         * sys/xvimage/xvimagesink.c:
523         (gst_xvimagesink_navigation_send_event): Handle navigation
524         events correcly with borders if applicable.
525
526 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
527
528         Patch by: Luca Ognibene
529
530         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
531         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
533         (gst_ffmpegcsp_caps_remove_format_info):
534         * gst/ffmpegcolorspace/imgconvert.c:
535         * gst/ffmpegcolorspace/imgconvert_template.h:
536           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
537           #318353); use gst_structure_has_name().
538
539 2005-11-22  Julien MOUTTE  <julien@moutte.net>
540
541         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
542         (gst_ximagesink_class_init): Add debug macros on functions.
543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
544         (gst_xvimagesink_xwindow_draw_borders),
545         (gst_xvimagesink_xvimage_put),
546         (gst_xvimagesink_xwindow_update_geometry),
547         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
548         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
549         (gst_xvimagesink_xcontext_clear),
550         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
551         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
552         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
553         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
554         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
555         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
556         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
557         expose while being PAUSED, out of data flow navigation events, etc..
558
559 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
560
561         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
562         * gst-libs/gst/audio/audio.h:
563           fix prototype - wondering why the test worked regardless
564
565 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
566
567         * check/Makefile.am:
568         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
569         * gst-libs/gst/audio/audio.h:
570           add a method that returns a proper GstClockTime
571
572 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
575         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
576         * gst-libs/gst/interfaces/xoverlay.h:
577           Remove everything having to do with the desired size; add 
578           gst_x_overlay_prepare_xwindow_id() function; remove the
579           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
580           post a message on the bus instead (#321816).
581
582         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
584         (gst_xvimagesink_xoverlay_init):
585           Remove desired size stuff (#321816).
586
587 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
588
589         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
590         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
591         (mpeg_video_type_find), (mpeg_video_stream_type_find):
592           Terminate vararg functions with NULL instead of 0 to 
593           make gcc4 happy.
594
595 2005-11-21  Andy Wingo  <wingo@pobox.com>
596
597         patch by: Sebastien Cote <sebas642@yahoo.ca>
598         
599         * gst-libs/gst/rtp/gstrtpbuffer.h: 
600         * gst-libs/gst/rtp/gstrtpbuffer.c
601         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
602
603 2005-11-21  Andy Wingo  <wingo@pobox.com>
604
605         * gst/playback/gstplaybin.c (gen_audio_element) 
606         (gen_video_element): Use the new MISSING_PLUGIN core error
607         category. Closes #320060.
608
609         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
610         * gst/videorate/gstvideorate.c (gst_videorate_event):
611         * ext/theora/theoradec.c (theora_dec_sink_event): 
612         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
613         stream lock.
614
615         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
616         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
617         stream lock changes.
618
619 2005-11-21  Wim Taymans  <wim@fluendo.com>
620
621         * gst-libs/gst/audio/gstbaseaudiosink.c:
622         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
623         (gst_base_audio_sink_provide_clock),
624         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
625         (gst_base_audio_sink_change_state):
626         * gst/audioresample/gstaudioresample.c:
627         Segment update fix.
628
629 2005-11-21  Andy Wingo  <wingo@pobox.com>
630
631         * *.h:
632         * *.c: Ran scripts/update-macros. Oh yes.
633
634 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
635
636         * sys/ximage/Makefile.am:
637         * sys/ximage/ximage.c:
638           Rename ximage plugin to ximagesink (#321426) (Don't forget to
639           remove your old libgstximage.* manually if necessary).
640
641 2005-11-21  Michael Smith <msmith@fluendo.com>
642
643         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
644           Minimal fix for bug #320200: set the min/max bitrate in the correct
645           units. A better fix would be to upgrade to the RATEMANAGE2
646           interface, rather than using the deprecated interface used here, but
647           that would require an update in our libvorbis dependency (to 1.1),
648           which is probably undesirable.
649
650 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
651
652         * ext/libvisual/visual.c: (get_buffer):
653         * gst-libs/gst/audio/gstbaseaudiosrc.c:
654         (gst_base_audio_src_fixate):
655         * gst/audioconvert/gstaudioconvert.c:
656         (gst_audio_convert_fixate_caps):
657         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
658         * gst/audiotestsrc/gstaudiotestsrc.c:
659         (gst_audiotestsrc_src_fixate):
660         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
661         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
662         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
663         * gst/videotestsrc/gstvideotestsrc.c:
664         (gst_videotestsrc_src_fixate):
665         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
667           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
668           (#322027)
669
670
671 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
674         (gst_riff_create_iavs_caps):
675         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
676         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
677         (gst_riff_parse_info):
678         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
681           Fixes for GST_FOURCC_FORMAT API change.
682
683 2005-11-21  Andy Wingo  <wingo@pobox.com>
684
685         patch by: Alessandro Dessina <alessandro nnva org>
686
687         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
688         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
689         (gst_ogg_parse_chain):
690         * ext/theora/theoraenc.c (theora_set_header_on_caps):
691         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
692         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
693         gst_value_list calls on arrays. Fixes #321962.
694
695 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
698         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
699         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
700         * gst/adder/gstadder.c: (gst_adder_init),
701         (gst_adder_request_new_pad), (gst_adder_collected),
702         (gst_adder_change_state):
703           Update for gst_collectpads_foo() to gst_collect_pads_foo()
704           API change.
705
706 2005-11-21  Michael Smith <msmith@fluendo.com>
707
708         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
709         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
710           Properly handle pad_push return values.
711
712 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
713
714         * gst-libs/gst/tag/Makefile.am:
715         * gst-libs/gst/tag/gstvorbistag.c:
716         (gst_tag_list_to_vorbiscomment_buffer):
717           Remove obsolete vorbistag element and debug category.
718
719         * gst/playback/gstplaybasebin.c: (check_queue):
720           Don't divide by 0 when queue-threshold is 0.
721
722         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
723           Don't modify an existing pixel-aspect-ratio if we fail to read
724           a new one.
725
726 2005-11-20  Wim Taymans  <wim@fluendo.com>
727
728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
729         (gst_vorbisenc_push_packet):
730         GST_PAD_IS_USABLE is gone, use the return value of
731         the push or pad_alloc_buffer instead.
732
733 2005-11-18  Julien MOUTTE  <julien@moutte.net>
734
735         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
736         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
737         (gst_ximagesink_ximage_destroy),
738         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
739         (gst_ximagesink_xwindow_new),
740         (gst_ximagesink_xwindow_update_geometry),
741         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
742         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
743         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
744         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
745         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
746         (gst_ximagesink_navigation_send_event),
747         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
748         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
749         (gst_ximagesink_finalize), (gst_ximagesink_init),
750         (gst_ximagesink_class_init):
751         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
752         This new version brings correct software scaling, non flickering
753         window while resizing, pixel aspect ratio handling, usage of
754         hardware buffer pools, out of data flow event thread for 
755         navigation and handling of expose events even when being PAUSED,
756         a new property to keep video aspect ratio when resizing, etc...
757
758 2005-11-18  Julien MOUTTE  <julien@moutte.net>
759
760         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
761         (gst_videoscale_fixate_caps): Introduce back caps fixate with
762         handling of PAR.
763
764 2005-11-18    <bilboed@dvdsrc.fluendo.com>
765
766         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
767         Unsetting IS_SINK flag from the fakesink, so decodebin
768         never behaves as a sink.
769
770 2005-11-17  Wim Taymans  <wim@fluendo.com>
771
772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
773         (gst_base_audio_src_change_state):
774         Fix the audiosrc base class again, we did not unflush.
775
776 2005-11-17  Julien MOUTTE  <julien@moutte.net>
777
778         * examples/seeking/seek.c: (make_dv_pipeline),
779         (make_vorbis_theora_pipeline), (make_avi_pipeline),
780         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
781         to ogg/vorbis/theora pipeline.
782
783 2005-11-17  Wim Taymans  <wim@fluendo.com>
784
785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
786         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
787         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
788         Fix EOS on multiple streams.
789         More debugging.
790
791 2005-11-16  Wim Taymans  <wim@fluendo.com>
792
793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
794         (gst_ogg_demux_perform_seek):
795         Segment done must include stream time.
796
797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
798         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
799         (gst_ogg_mux_change_state):
800         Fix ogg muxer again.
801
802 2005-11-16  Wim Taymans  <wim@fluendo.com>
803
804         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
805         Fix compile again.
806
807 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
808
809         * ext/libvisual/visual.c: (gst_visual_init):
810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
811         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
812         (gst_ogg_parse_chain):
813         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
814         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
815         * ext/theora/theoradec.c: (gst_theora_dec_init):
816         * ext/theora/theoraenc.c: (gst_theora_enc_init):
817         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
818         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
819         * gst/adder/gstadder.c: (gst_adder_class_init),
820         (gst_adder_dispose):
821         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
822         * gst/subparse/gstsubparse.c: (gst_subparse_init):
823         * gst/videorate/gstvideorate.c: (gst_videorate_init):
824           Fix a whole set of pad template leaks
825
826 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
827
828         * check/generic/states.c: (GST_START_TEST):
829           fix the test so that it only checks for elements that are part of
830           this source module
831
832 2005-11-16  Michael Smith <msmith@fluendo.com>
833
834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
835         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
836         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
837         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
838         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
839         (gst_ogg_mux_change_state):
840           Fix leaking collectpads.
841
842 2005-11-16  Edward Hervey  <edward@fluendo.com>
843
844         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
845         (gst_videorate_event), (gst_videorate_chain):
846         Handle segment seeks
847
848 2005-11-16  Wim Taymans  <wim@fluendo.com>
849
850         * gst-libs/gst/audio/gstbaseaudiosink.c:
851         (gst_base_audio_sink_provide_clock),
852         (gst_base_audio_sink_change_state):
853         Set ringbuffer to non-flushing when going to PAUSED, set to
854         flushing again when going to READY.
855
856         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
857         (gst_ring_buffer_stop):
858         Start in flushing mode by default.
859         Don't set flushing in the _stop method, let the app call
860         this explicitly.
861
862 2005-11-16  Julien MOUTTE  <julien@moutte.net>
863
864         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
865         * gst-libs/gst/video/videosink.h: Add helper function needed
866         for video sinks.
867
868 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * gst/videoscale/gstvideoscale.c:
871         (gst_videoscale_handle_src_event):
872           Don't leak reference to pad parent.
873
874 2005-11-16  Wim Taymans  <wim@fluendo.com>
875
876         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
877         Set ringbuffer to flushing when stopping so that we don't
878         block on wait_segment anymore and livelock.
879
880 2005-11-16  Wim Taymans  <wim@fluendo.com>
881
882         * examples/seeking/seek.c: (send_event), (do_seek),
883         (loop_toggle_cb), (segment_done), (main):
884         Added looping checkbox.
885
886 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
887
888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
889         (gst_ogg_demux_init):
890         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
891         (gst_vorbis_dec_init):
892           revert unrefs, they don't pass make check
893
894 2005-11-15  Johan Dahlin  <johan@gnome.org>
895
896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
897         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
898         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
899         (gst_vorbis_dec_init):
900         Fix pad template leaks. 
901
902 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
903
904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
905           Make state change function thread safe.
906
907 2005-11-15  Edward Hervey  <edward@fluendo.com>
908
909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
910         (gst_ogg_demux_class_init):
911         Implement GstElement::send_event, so we can send seek events
912         in GST_STATE_READY
913
914 2005-11-14  Julien MOUTTE  <julien@moutte.net>
915
916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
917         Discovered how to take away flickering while resizing the
918         window. Please don't put that in ximagesink, refactoring in
919         progress.
920
921 2005-11-14  Michael Smith <msmith@fluendo.com>
922
923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
924         (gst_multifdsink_render):
925           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
926
927 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * gst/playback/gstplaybin.c: (gen_audio_element):
930           Use autoaudiosink, it tends to be more widely available than
931           autoaudiiosink.
932           
933 2005-11-14  Andy Wingo  <wingo@pobox.com>
934
935         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
936         as well if it is available. Fixes #316442.
937
938 2005-11-14  Michael Smith <msmith@fluendo.com>
939
940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
941         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
942         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
943         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
944         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
945         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
946         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
947         (gst_vorbisenc_change_state):
948           Fix a small memory leak in vorbisenc.
949           Fix large memory leaks in oggmux, also fix lots of state change
950           bugs in oggmux.
951
952 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
953
954         * gst/videotestsrc/gstvideotestsrc.c:
955         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
956         (gst_videotestsrc_src_fixate):
957           move fixation to a fixate function
958           remove negotiate function, basesrc's is good enough
959           fixes a bug for check when using the element alone
960
961 2005-11-13  Edward Hervey  <edward@fluendo.com>
962
963         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
964         (key_toggle_cb), (main):
965         Added checkboxes for adding/removing the accurate and key_unit seek
966         flags.
967
968 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
969
970         * configure.ac: back to HEAD
971
972 === release 0.9.5 ===
973
974 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
975
976         * configure.ac:
977           releasing 0.9.5, "No No Kia"
978
979 2005-11-11  Edward Hervey  <edward@fluendo.com>
980
981         * examples/seeking/seek.c: (make_parselaunch_pipeline):
982         Added parse-launch syntax seeking mode for the seeking example.
983         This should help stress-test even more cases.
984         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
985
986 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
987
988         * sys/xvimage/xvimagesink.c:
989         (gst_xvimagesink_navigation_send_event):
990           Check whether peer pad exists before sending navigation events
991           to it.
992
993 2005-11-11  Michael Smith <msmith@fluendo.com>
994
995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
996         (gst_vorbisenc_buffer_from_packet):
997         * ext/vorbis/vorbisenc.h:
998           Set duration on encoded buffers. This allows oggmux's
999           max_page_delay parameter to actually work.
1000
1001 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1004         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1005         (gst_ffmpegcsp_avpicture_fill):
1006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1007         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1008           Make palettes work again (see #132341). Use our own macros
1009           for rounding up.
1010
1011 2005-11-10  Andy Wingo  <wingo@pobox.com>
1012
1013         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1014         string doober.
1015
1016 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1017
1018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1019         (gst_ffmpegcsp_transform_caps):
1020           Prefer passthrough in transform_caps
1021
1022 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1023
1024         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1025           check for ALSA errors properly, instead of relying on ALSA's
1026           error strings to serve to the user.
1027
1028 2005-11-10  Wim Taymans  <wim@fluendo.com>
1029
1030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1031         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1032         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1033         Modernise the seek code.
1034
1035 2005-11-10  Michael Smith <msmith@fluendo.com>
1036         
1037         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1038         (setup_substreams), (set_active_source):
1039           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1040           trying to go to NULL if we failed to read a file.
1041
1042 2005-11-10  Wim Taymans  <wim@fluendo.com>
1043
1044         * gst/audiotestsrc/gstaudiotestsrc.c:
1045         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1046         (gst_audiotestsrc_create):
1047         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1048         (gst_sinesrc_get_times), (gst_sinesrc_create):
1049         * gst/videotestsrc/gstvideotestsrc.c:
1050         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1051         (gst_videotestsrc_create):
1052         The base class can now sync for us.
1053
1054 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1055
1056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1057           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1058           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1059           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1060           format=(fourcc)I420" ! xvimagesink
1061
1062 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1065         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1066         (gst_sinesrc_newsegment):
1067           Send newsegment event in TIME format, set duration if
1068           num-buffers is set, fix duration querying.
1069
1070 2005-11-10  Michael Smith <msmith@fluendo.com>
1071
1072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1073         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1074         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1075         (gst_ogg_mux_collected):
1076          Fix EOS handling, partially. Now forwarding an EOS event once we have
1077          EOS on all pads works correctly. However, we still don't properly set
1078          EOS on the actual ogg stream pages.
1079
1080 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1083           Set elements to NULL state before disposing of them.
1084
1085 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1086
1087         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1090         (gst_base_rtp_depayload_init),
1091         (gst_base_rtp_depayload_set_gst_timestamp):
1092         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1093           We need to send a newsegment event for each instance, not
1094           just for the first instance of this class (get rid of
1095           static variable in function). (#321011).
1096           
1097 2005-11-08  Michael Smith <msmith@fluendo.com>
1098
1099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1100         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1101         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1102         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1103           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1104           This makes us mux things correctly according to the ogg muxing
1105           rules. Still not handling EOS correctly right now, though.
1106
1107 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * gst/audioconvert/gstaudioconvert.c:
1110           Fix typo in docs. 
1111
1112 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1115         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1116           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1117           creating a new chain; should fix live streaming. Also
1118           add more debug output and fix a typo.
1119
1120 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1121
1122         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1123
1124         * gst/volume/gstvolume.c: (volume_set_caps):
1125           Fix compilation on Solaris with Forte. (#320923)
1126
1127 2005-11-08  Wim Taymans  <wim@fluendo.com>
1128
1129         * gst-libs/gst/audio/gstbaseaudiosink.c:
1130         (gst_base_audio_sink_render):
1131         No need to do a typecheck.
1132
1133 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1134
1135         * ext/alsa/gstalsa.h:
1136           We register a debug category, so let's use it.
1137
1138 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1139
1140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1141         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1142         Fixed a small problem.
1143
1144 2005-11-04  Wim Taymans  <wim@fluendo.com>
1145
1146         * examples/seeking/Makefile.am:
1147         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1148         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1149         (make_playerbin_pipeline), (format_value), (update_scale),
1150         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1151         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1152         (print_usage), (main):
1153         Added app for playback speed testing.
1154
1155         * examples/seeking/seek.c: (dynamic_link),
1156         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1157         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1158         (message_received), (main):
1159         Updated seek example.
1160
1161 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1162
1163         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1164         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1165         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1166         (gst_base_rtp_depayload_set_clock):
1167         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1168         Don't sleep on the bench (system clock) when you have a nice 
1169         comfortable bed (Gstreamer clock) to sleep on.
1170
1171 2005-11-03  Wim Taymans  <wim@fluendo.com>
1172
1173         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1174         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1175         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1176         Handle the case where a pad_block failed.
1177
1178 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1179
1180         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1181
1182         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1183         (gst_base_rtp_depayload_add_to_queue),
1184         (gst_base_rtp_depayload_push),
1185         (gst_base_rtp_depayload_set_gst_timestamp),
1186         (gst_base_rtp_depayload_queue_release):
1187           Fixes some bugs in the depayloader's queuing/de-queueing code.
1188
1189 2005-10-31  Michael Smith <msmith@fluendo.com>
1190
1191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1192         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1193         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1194           Patch from Alessandro Decina <alessandro@nnva.org>.
1195           Make oggdemux only find the final time in a chain, not per-pad,
1196           since the per-pad information can be very expensive to locate, and
1197           it isn't used anywhere. This makes reading a file containing
1198           OggSkeleton reasonably fast.
1199           Also, make chain finding work when there are logical bitstreams that
1200           can't be decoded. Fixes #319110.
1201
1202 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1203
1204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1205         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1206         (gst_base_rtp_depayload_chain),
1207         (gst_base_rtp_depayload_add_to_queue),
1208         (gst_base_rtp_depayload_push),
1209         (gst_base_rtp_depayload_set_gst_timestamp),
1210         (gst_base_rtp_depayload_queue_release),
1211         (gst_base_rtp_depayload_start_thread),
1212         (gst_base_rtp_depayload_set_property),
1213         (gst_base_rtp_depayload_get_property):
1214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1215         Some random fixes, to fullfill the desires of thomas.
1216
1217 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1218
1219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1220         (gst_base_rtp_depayload_add_to_queue),
1221         (gst_base_rtp_depayload_push):
1222         Fixed the queueing algorithm.
1223
1224 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1225
1226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1227         (gst_base_rtp_depayload_push):
1228         A small fix
1229
1230 2005-10-31  Wim Taymans  <wim@fluendo.com>
1231
1232         * gst-libs/gst/audio/gstringbuffer.h:
1233         Don't break ABI.
1234
1235         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1236         (gst_ffmpeg_caps_to_pixfmt):
1237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1238         (gst_ffmpegcsp_set_caps):
1239         Some more comments.
1240         Handle missing required caps fields better.
1241
1242 2005-10-31  Wim Taymans  <wim@fluendo.com>
1243
1244         * gst-libs/gst/audio/gstbaseaudiosink.c:
1245         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1246         (gst_base_audio_sink_render):
1247         * gst-libs/gst/audio/gstringbuffer.c:
1248         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1249         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1250         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1251         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1252         (gst_ring_buffer_read):
1253         * gst-libs/gst/audio/gstringbuffer.h:
1254         Add flushing mode to the ringbuffer so that it in all cases does
1255         not try to handle more audio. This makes sure it does not try to
1256         block anymore when flushing and fixes a livelock.
1257
1258 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1261         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1262         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1263           Explicitly check for -1 values before doing a conversion
1264           and always map them to -1. (#315545)
1265
1266 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1267
1268         * gst/playback/gstplaybin.c: (gen_video_element):
1269           first try autovideosink, then xvimagesink, then error out
1270         * po/POTFILES.in:
1271           add translatable file
1272         * po/af.po:
1273         * po/az.po:
1274         * po/cs.po:
1275         * po/en_GB.po:
1276         * po/hu.po:
1277         * po/it.po:
1278         * po/nb.po:
1279         * po/nl.po:
1280         * po/or.po:
1281         * po/sq.po:
1282         * po/sr.po:
1283         * po/sv.po:
1284         * po/uk.po:
1285         * po/vi.po:
1286           update translations
1287
1288 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1289
1290         * gst-libs/gst/rtp/gstbasedepayload.c:
1291         * gst-libs/gst/rtp/gstbasedepayload.h:
1292           Minor cleanups
1293
1294 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * gst/playback/.cvsignore:
1297         * gst/playback/decodetest.c:
1298         * gst/playback/test3.c:
1299           Port these two tests as well.
1300
1301 2005-10-27  Wim Taymans  <wim@fluendo.com>
1302
1303         * ext/theora/theoradec.c: (theora_dec_src_query),
1304         (theora_dec_sink_event):
1305         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1306         (theora_enc_change_state):
1307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1308         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1309         Take proper locks when handling events.
1310
1311 2005-10-27  Wim Taymans  <wim@fluendo.com>
1312
1313         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1314         (gst_adder_change_state):
1315         Fix timestamps and fix deadlock when stopping the collectpads.
1316
1317 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1318
1319         * gst-libs/gst/rtp/gstrtpbuffer.h:
1320         Declaring the payload types as strings too so that they can be used
1321         in the padtemplate inialization.
1322
1323 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1324
1325         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1326
1327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1328         (gst_base_rtp_depayload_class_init):
1329         Fixes a small but nasty bug. The derived elements no longer segfaults
1330         on finalization.
1331
1332 2005-10-26  Michael Smith <msmith@fluendo.com>
1333
1334         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1335           When clearing an audioconvert context, set tmpbufsize to zero, so
1336           we'll allocate it again later if required.
1337           This fixes audioconvert re-negotiating formats, which previously
1338           segfaulted with a NULL destination buffer.
1339
1340 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1341
1342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1343         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1344         (gst_base_rtp_depayload_set_gst_timestamp),
1345         (gst_base_rtp_depayload_queue_release):
1346         Fixed a smalll memleak.
1347
1348 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1350         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1351         (gst_base_rtp_depayload_finalize),
1352         (gst_base_rtp_depayload_setcaps),
1353         (gst_base_rtp_depayload_add_to_queue),
1354         (gst_base_rtp_depayload_push),
1355         (gst_base_rtp_depayload_set_gst_timestamp),
1356         (gst_base_rtp_depayload_queue_release),
1357         (gst_base_rtp_depayload_thread),
1358         (gst_base_rtp_depayload_change_state):
1359         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1360         Changed the C++ comments to C comments
1361
1362 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1365         * gst/tcp/gsttcpclientsrc.h:
1366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1367         * gst/tcp/gsttcpserversrc.h:
1368           Remove unused 'curoffset' structure member.
1369
1370 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1371
1372         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1373         (gst_base_rtp_depayload_base_init),
1374         (gst_base_rtp_depayload_finalize):
1375         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1376         * gst-libs/gst/rtp/gstbasertppayload.h:
1377           The pad-template on the sinkpad should be set by the derived classes.
1378           Also added some useful macros.
1379
1380 2005-10-24  Wim Taymans  <wim@fluendo.com>
1381
1382         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1383         Correctly flush decoder samples even if we could not
1384         copy them to an output buffer. Fixes #319618.
1385
1386 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1387
1388         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1390         the caps against our xcontext caps.
1391
1392 2005-10-24  Wim Taymans  <wim@fluendo.com>
1393
1394         * gst-libs/gst/audio/gstbaseaudiosink.c:
1395         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1396         Remove g_print
1397         Use sync property from baseclass to disable sync.
1398
1399 2005-10-24  Wim Taymans  <wim@fluendo.com>
1400
1401         * gst-libs/gst/audio/gstbaseaudiosink.c:
1402         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1403         Buffers with no timestamps get aligned with previous buffers or
1404         on underrun, played ASAP.
1405
1406 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1407
1408         * gst-libs/gst/video/video.h:
1409         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1412         here comes my change on caps for framerate and geometry range.
1413         We are now accepting 1 to MAXINT for width and height, and from
1414         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1415         to be blended correctly in videomixer.
1416
1417 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1418
1419         * configure.ac:
1420           back to HEAD
1421
1422 === release 0.9.4 ===
1423
1424 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1425
1426         * NEWS:
1427         * RELEASE:
1428         * configure.ac:
1429           releasing 0.9.4, "Velociraptor"
1430
1431 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1432
1433         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1434         * po/POTFILES.in:
1435           STOPPED -> FAILED
1436
1437 2005-10-21  Wim Taymans  <wim@fluendo.com>
1438
1439         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1440         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1441         (pad_blocked), (close_pad_link), (new_pad):
1442         Don't try to remove elements twice.
1443
1444 2005-10-21  Wim Taymans  <wim@fluendo.com>
1445
1446         * ext/theora/theoradec.c: (theora_dec_src_query),
1447         (theora_dec_sink_event):
1448         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1449         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1450         (vorbis_handle_data_packet):
1451         * ext/vorbis/vorbisdec.h:
1452         Fix old naming.
1453
1454         * gst-libs/gst/audio/gstbaseaudiosink.c:
1455         (gst_base_audio_sink_render):
1456         Don't try to sync on buffers without a timestamp.
1457
1458 2005-10-21  Wim Taymans  <wim@fluendo.com>
1459
1460         * ext/theora/theoradec.c: (theora_dec_src_query),
1461         (theora_dec_sink_event):
1462         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1463         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1464         (vorbis_handle_data_packet):
1465         * ext/vorbis/vorbisdec.h:
1466         Fix old naming.
1467
1468 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1471         (gst_vorbisenc_src_query):
1472           Implement position and duration queries.
1473
1474         * gst/playback/test3.c: (update_scale), (main):
1475           Fix for async state changes and print nicer output.
1476
1477 2005-10-20  Wim Taymans  <wim@fluendo.com>
1478
1479         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1480         (dump_element_stats), (main):
1481         * gst/playback/test6.c: (main):
1482         Fix tests again
1483
1484 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1485
1486         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1487         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1488           Don't use functions for position queries when handling
1489           duration queries.
1490
1491 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1494         (vorbis_handle_data_packet), (vorbis_dec_chain),
1495         (vorbis_dec_change_state):
1496         * ext/vorbis/vorbisdec.h:
1497           Vorbis streams can be embedded in other container formats
1498           than ogg, container formats where the demuxer might set 
1499           timestamps on encoded vorbis buffers instead of those silly 
1500           granulepos thingies. In short: make vorbisdec handle 
1501           timestamps on incoming buffers as well.
1502
1503 2005-10-20  Wim Taymans  <wim@fluendo.com>
1504
1505         * gst/playback/gstplaybasebin.c: (group_destroy),
1506         (gst_play_base_bin_change_state):
1507         Fix leak.
1508         Handle case where playbasebin is now ASYNC because
1509         decodebin is.
1510
1511 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * gst/audioconvert/Makefile.am:
1514         * gst/audioconvert/bufferframesconvert.c:
1515         * gst/audioconvert/plugin.c: (plugin_init):
1516         * gst/audioconvert/plugin.h:
1517           And bye bye buffer-frames-convert
1518
1519 2005-10-19  Wim Taymans  <wim@fluendo.com>
1520
1521         * check/elements/audioconvert.c:
1522         * docs/libs/tmpl/gstaudio.sgml:
1523         * docs/libs/tmpl/gstcolorbalance.sgml:
1524         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1525         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1526         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1527         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1528         * gst-libs/gst/audio/audio.h:
1529         * gst/audioconvert/audioconvert.h:
1530         * gst/audioconvert/gstaudioconvert.c:
1531         (gst_audio_convert_parse_caps):
1532         * gst/volume/gstvolume.c:
1533         Bye bye buffer-frames.
1534
1535 2005-10-19  Wim Taymans  <wim@fluendo.com>
1536
1537         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1538         (query_positions_elems), (query_positions_pads), (update_scale),
1539         (do_seek), (set_update_scale), (message_received), (main):
1540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1541         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1542         (gst_ogg_demux_loop):
1543         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1544         * ext/theora/theoradec.c: (theora_dec_src_query),
1545         (theora_dec_sink_event):
1546         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1547         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1548         * gst/adder/gstadder.c: (gst_adder_query):
1549         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1550         * gst/playback/test3.c: (update_scale):
1551         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1552         (dump_element_stats), (main):
1553         * gst/playback/test6.c: (main):
1554         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1555         Query API update.
1556
1557 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1558
1559         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1560         (xml_check_first_element), (xml_type_find), (smil_type_find),
1561         (plugin_init):
1562           Add typefinding for SMIL and for generic XML. Based on patch by
1563           Akos Maroy (#308663).
1564
1565 2005-10-18  Wim Taymans  <wim@fluendo.com>
1566
1567         * gst/playback/Makefile.am:
1568         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1569         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1570         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1571         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1572         (gst_decode_bin_change_state):
1573         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1574         (gst_play_bin_send_event_to_sink):
1575         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1576         (dump_element_stats), (main):
1577         * gst/playback/test6.c: (main):
1578         Make playbin async, it'll commit state to paused when all streams
1579         are detected.
1580         Remove ugly hack.
1581         Added test6.c to show async behaviour.
1582
1583 2005-10-18  Wim Taymans  <wim@fluendo.com>
1584
1585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1586         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1587         Fix for segment-start/stop API change.
1588
1589 2005-10-18  Wim Taymans  <wim@fluendo.com>
1590
1591         * check/Makefile.am:
1592         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1593         (main):
1594         Add future test for clock selection.
1595
1596 2005-10-18  Wim Taymans  <wim@fluendo.com>
1597
1598         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1599         (gst_alsasink_close):
1600         Set handle to NULL.
1601
1602         * gst-libs/gst/audio/gstringbuffer.c:
1603         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1604         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1605         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1606         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1607         (gst_ring_buffer_read):
1608         More debug info.
1609
1610 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1611
1612         * gst/audiotestsrc/Makefile.am:
1613         * gst/sine/Makefile.am:
1614         * gst/volume/Makefile.am:
1615           fix broken build of controllerized plugins
1616
1617 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1618
1619         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1620
1621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1622         (gst_riff_create_video_template_caps):
1623           Add support for Indeo-3 (IV32).
1624
1625 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1626
1627         * configure.ac:
1628           rewrite
1629
1630 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1631
1632         * gst-libs/gst/video/video.c: (gst_video_get_size):
1633         * gst/audiotestsrc/gstaudiotestsrc.c:
1634           doc updates
1635
1636 2005-10-17  Andy Wingo  <wingo@pobox.com>
1637
1638         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1639         with the collectpads change.
1640         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1641
1642         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1643
1644         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1645
1646         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1647         alloc_buffer flow return to callers.
1648         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1649         change. Fix some memleaks in theoraenc.
1650
1651         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1652         in strange circumstance.
1653
1654 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1655
1656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1657         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1658         from caps, let's use the caps...
1659
1660 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1661
1662         * configure.ac:
1663           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1664
1665 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1666
1667         * gst-libs/gst/interfaces/Makefile.am:
1668           fix silly typo
1669
1670 2005-10-16  Andy Wingo  <wingo@pobox.com>
1671
1672         * gst/playback/gstdecodebin.c
1673         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1674         function!
1675         (try_to_link_1): Increase kraziness level.
1676
1677 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1678
1679         * configure.ac:
1680           restructure like the core one
1681         * gst-libs/gst/audio/Makefile.am:
1682         * gst-libs/gst/interfaces/Makefile.am:
1683         * gst-libs/gst/net/Makefile.am:
1684         * gst-libs/gst/riff/Makefile.am:
1685         * gst-libs/gst/rtp/Makefile.am:
1686         * gst-libs/gst/tag/Makefile.am:
1687         * gst-libs/gst/video/Makefile.am:
1688           use correct linker flags, now the libs are properly versioned
1689         * check/elements/audioconvert.c: (verify_convert):
1690         * ext/alsa/gstalsaplugin.c:
1691         * ext/cdparanoia/gstcdparanoia.c:
1692         * ext/gnomevfs/gstgnomevfs.c:
1693         * ext/libvisual/visual.c:
1694         * ext/ogg/gstogg.c:
1695         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1696         * ext/theora/theora.c:
1697         * ext/vorbis/vorbis.c:
1698         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1699         * gst-libs/gst/tag/gsttagediting.c:
1700         * gst-libs/gst/video/video.c:
1701         * gst/adder/gstadder.c:
1702         * gst/audioconvert/plugin.c:
1703         * gst/audiorate/gstaudiorate.c:
1704         * gst/audioresample/gstaudioresample.c:
1705         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1706         * gst/audioscale/gstaudioscale.c:
1707         * gst/audioscale/resample.c:
1708         * gst/audiotestsrc/gstaudiotestsrc.c:
1709         * gst/ffmpegcolorspace/gstffmpeg.c:
1710         * gst/playback/gstdecodebin.c: (close_pad_link):
1711         * gst/playback/gstplaybin.c: (gen_video_element),
1712         (gen_audio_element):
1713         * gst/sine/gstsinesrc.c:
1714         * gst/subparse/gstsubparse.c:
1715         * gst/tags/gsttagediting.c:
1716         * gst/tcp/gsttcpplugin.c:
1717         * gst/typefind/gsttypefindfunctions.c:
1718         * gst/videorate/gstvideorate.c:
1719         * gst/videoscale/gstvideoscale.c:
1720         * gst/videotestsrc/gstvideotestsrc.c:
1721         * gst/volume/gstvolume.c:
1722         * sys/v4l/gstv4l.c:
1723         * sys/ximage/ximage.c:
1724         * sys/xvimage/xvimagesink.c:
1725           fix up defines
1726
1727 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         * ext/vorbis/vorbisenc.c:
1730         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1731         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1732         (gst_tag_to_vorbis_comments):
1733           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1734
1735 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1736
1737         * examples/stats/mp2ogg.c:
1738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1739           typo fixes
1740
1741 2005-10-13  Michael Smith <msmith@fluendo.com>
1742
1743         * ext/ogg/gstoggmux.c:
1744           Use magic glib macros to define constants as 64 bit, to ensure
1745           appropriate vararg passing.
1746
1747 2005-10-13  Michael Smith <msmith@fluendo.com>
1748
1749         * ext/ogg/gstoggmux.c:
1750         * gst/audioconvert/audioconvert.c: (float):
1751           Don't use LL suffix, as it's not portable, and neither of these
1752           uses required it anyway.
1753
1754 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * examples/indexing/indexmpeg.c: (main):
1757         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1758         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1759         (cdparanoia_convert), (cdparanoia_query):
1760         * ext/cdparanoia/gstcdparanoia.h:
1761         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1762         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1763         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1765         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1766         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1768         (gst_multifdsink_render), (gst_multifdsink_start),
1769         (gst_multifdsink_stop):
1770         * gst/tcp/gstmultifdsink.h:
1771         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1772         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1773         (gst_tcpclientsink_stop):
1774         * gst/tcp/gsttcpclientsink.h:
1775         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1776         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1777         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1778         * gst/tcp/gsttcpclientsrc.h:
1779         * gst/tcp/gsttcpserversink.h:
1780         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1781         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1782         (gst_tcpserversrc_stop):
1783         * gst/tcp/gsttcpserversrc.h:
1784         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1786         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1787           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1788           moved bitshift from macro to enum definition
1789
1790 2005-10-12  Wim Taymans  <wim@fluendo.com>
1791
1792         * examples/seeking/Makefile.am:
1793         Oops.
1794
1795 2005-10-12  Wim Taymans  <wim@fluendo.com>
1796
1797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1798         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1799         Don't assert on normal stuff.
1800
1801         * gst/playback/gstplaybin.c: (do_playbin_seek):
1802         API fix.
1803
1804 2005-10-12  Wim Taymans  <wim@fluendo.com>
1805
1806         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1807         * examples/seeking/Makefile.am:
1808         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1809         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1810         (do_seek), (set_update_scale), (message_received), (main):
1811         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1812         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1813         Update for _get_state() API change.
1814
1815 2005-10-11  Wim Taymans  <wim@fluendo.com>
1816
1817         * gst-libs/gst/audio/gstbaseaudiosink.c:
1818         (gst_base_audio_sink_render):
1819         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1820         (gst_base_audio_src_create):
1821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1822         (gst_ring_buffer_read):
1823         Cleanups.
1824         Commit and read from ringbuffer in samples rather than bytes.
1825
1826 2005-10-11  Wim Taymans  <wim@fluendo.com>
1827
1828         * gst-libs/gst/audio/gstbaseaudiosink.c:
1829         (gst_base_audio_sink_render):
1830         Respect segment rate and accum when scheduling samples.
1831
1832 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1833
1834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1835         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1836         EOS correctly, that needs more work.
1837
1838 2005-10-11  Wim Taymans  <wim@fluendo.com>
1839
1840         * check/generic/states.c: (GST_START_TEST):
1841         remove old property.
1842
1843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1844         (gst_ogg_demux_perform_seek):
1845         * ext/theora/theoradec.c: (theora_dec_sink_event):
1846         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1847         (vorbis_handle_data_packet):
1848         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1849         (gst_base_rtp_depayload_set_gst_timestamp):
1850         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1851         Update for newsegment API change.
1852
1853 2005-10-11  Michael Smith <msmith@fluendo.com>
1854
1855         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1856         (do_playbin_seek), (gst_play_bin_send_event):
1857           Override send_event differently, so that we can takes bits of
1858           functionality from GstPipeline (special handling for seeks,
1859           including pausing/resuming, and resetting stream time) and still get
1860           the appropriate behaviour of only forwarding event to a single sink,
1861           rather than all of them.
1862           Unfortunately requires a lot of code duplication, but the
1863           alternatives are equally ugly in the end.
1864
1865 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1866
1867         * check/elements/audioconvert.c: (setup_audioconvert),
1868         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1869         (GST_START_TEST), (audioconvert_suite):
1870           clean up tests a little, fix some leaks.
1871
1872 2005-10-10  Wim Taymans  <wim@fluendo.com>
1873
1874         * ext/alsa/gstalsasink.c:
1875         Also allow unsigned int.
1876
1877         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1878         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1879         Small cleanup
1880
1881 2005-10-10  Wim Taymans  <wim@fluendo.com>
1882
1883         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1884         Small update, use API as stated in design docs.
1885
1886         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1887         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1888         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1889         (message_received), (main):
1890         Updated seek example for GOption. Some usability improvements.
1891
1892 2005-10-10  Wim Taymans  <wim@fluendo.com>
1893
1894         * gst/audioconvert/audioconvert.h:
1895         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1896         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1897         Alloc temp storage somewhere else where we can do it more
1898         portable.
1899
1900 2005-10-10  Wim Taymans  <wim@fluendo.com>
1901
1902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1903         (gst_tcpserversrc_start):
1904         Don't block in accept while doing the state change, move
1905         to poll and make cancellable.
1906
1907 2005-10-09  Philippe Khalaf <burger@speedy.org>
1908
1909         * gst-libs/gst/rtp/rtpbasedepayload.c:
1910         Set timestamp and add queue delay to timestamp
1911         * gst-libs/gst/rtp/rtpbuffer.h:
1912         Set correct payload type for h263
1913
1914 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1915
1916         * gst/audiotestsrc/gstaudiotestsrc.c:
1917         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1918         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1919         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1920         (gst_audiotestsrc_create_triangle),
1921         (gst_audiotestsrc_create_silence),
1922         (gst_audiotestsrc_create_white_noise),
1923         (gst_audiotestsrc_init_pink_noise),
1924         (gst_audiotestsrc_generate_pink_noise_value),
1925         (gst_audiotestsrc_create_pink_noise),
1926         (gst_audiotestsrc_change_wave):
1927         * gst/audiotestsrc/gstaudiotestsrc.h:
1928           fixed typo, added pink noise
1929
1930 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1931
1932         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1933         (plugin_init):
1934           Add wavpack and spc typefind functions from 0.8 branch.
1935
1936 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1937
1938         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1939         (ar_type_find), (msdos_type_find), (plugin_init):
1940           Add typefind functions for tar archives, ar archives,
1941           RAR archives, and msdos-executables (dlls, exe, etc.).
1942           Some of those would be wrongly identified as mpeg
1943           streams of some sort before (#315550).
1944
1945 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1946
1947         * configure.ac:
1948         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1949         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1950         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1951         * gst/audiotestsrc/Makefile.am:
1952         * gst/audiotestsrc/gstaudiotestsrc.c:
1953         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1954         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1955         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1956         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1957         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1958         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1959         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1960         (gst_audiotestsrc_create_silence),
1961         (gst_audiotestsrc_create_white_noise),
1962         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1963         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1964         (gst_audiotestsrc_start), (plugin_init):
1965         * gst/audiotestsrc/gstaudiotestsrc.h:
1966           add new plugin and element
1967         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1968           use gobject_class
1969
1970 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1971
1972         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1973         (gst_adder_init), (gst_adder_request_new_pad),
1974         (gst_adder_change_state):
1975           Add query function to source pad, so adder reports the correct
1976           time/sample position when queried (#315457); fix state change
1977           function; use GST_DEBUG_FUNCPTR() for pad functions.
1978
1979 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1980
1981         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1982           Fix leaks in typefind registration
1983           Clean up the gratuitous commenting and whitespacing a little
1984
1985 2005-10-08  Wim Taymans  <wim@fluendo.com>
1986
1987         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1988         Only actually wait for the thread to be stopped if it's 
1989         running.
1990
1991 2005-10-08  Wim Taymans  <wim@fluendo.com>
1992
1993         * gst-libs/gst/audio/gstbaseaudiosink.c:
1994         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1995         If we receive EOS we can start playback of what we had.
1996
1997 2005-10-08  Wim Taymans  <wim@fluendo.com>
1998
1999         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2000         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2001         (gst_multifdsink_stop):
2002         Fix crasher when going to NULL multiple times.
2003
2004 2005-10-06  Wim Taymans  <wim@fluendo.com>
2005
2006         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2007         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2008         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2009         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2010         patch from Edgard Lima <edgard.lima@indt.org.br>
2011         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2012
2013 2005-10-06  Wim Taymans  <wim@fluendo.com>
2014
2015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2016         Report the FLOW_RETURN as string in the error message.
2017
2018         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2019         Don't assert when clearing an unnegotiated buffer.
2020
2021 2005-10-04  Michael Smith <msmith@fluendo.com>
2022
2023         * gst/playback/gstplaybasebin.c: (group_destroy),
2024         (gen_preroll_element), (remove_groups), (setup_source):
2025         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2026         (setup_sinks), (gst_play_bin_send_event),
2027         (gst_play_bin_change_state):
2028           Set state to NULL before removing from bin. Fix refcounting.
2029
2030 2005-10-04  Michael Smith <msmith@fluendo.com>
2031
2032         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2033           Correct refcounting in send_event() function. Previously was wrong
2034           if the first sink was unable to handle the event.
2035
2036 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2037
2038         * configure.ac:
2039           back to development
2040
2041 === release 0.9.3 ===
2042
2043 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2044
2045         * configure.ac:
2046           Releasing 0.9.3, "De Facto"
2047
2048 2005-10-03  Andy Wingo  <wingo@pobox.com>
2049
2050         * gst/playback/gstdecodebin.c (try_to_link_1)
2051         (remove_element_chain): set element to NULL before removing it.
2052
2053 2005-10-02  Johan Dahlin  <johan@gnome.org>
2054
2055         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2056         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2057         MT safe.
2058
2059 2005-10-02  Andy Wingo  <wingo@pobox.com>
2060
2061         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2062         (gst_ring_buffer_prepare_read): 
2063         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2064         Demote to LOG.
2065
2066 2005-09-29  Wim Taymans  <wim@fluendo.com>
2067
2068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2069         * ext/theora/theoradec.c: (theora_handle_data_packet):
2070         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2071         Propagate error codes from alloc_buffer too.
2072
2073 2005-09-29  Wim Taymans  <wim@fluendo.com>
2074
2075         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2076         We use fixed caps.
2077
2078         * gst/playback/Makefile.am:
2079         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2080         (dump_element_stats), (main):
2081         Added example stream introspection code.
2082
2083 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2084
2085         * gst/adder/gstadder.c: (gst_adder_collected):
2086           fix adder for float elements
2087
2088 2005-09-28  Wim Taymans  <wim@fluendo.com>
2089
2090         * gst-libs/gst/audio/gstbaseaudiosink.c:
2091         (gst_base_audio_sink_class_init),
2092         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2093         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2094         (gst_base_audio_src_class_init),
2095         (gst_base_audio_src_provide_clock):
2096         get_clock -> provide_clock
2097
2098 2005-09-28  Andy Wingo  <wingo@pobox.com>
2099
2100         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2101         and unlocking.
2102
2103         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2104         unlocking.
2105
2106         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2107         Actually add the pad template.
2108         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2109
2110         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2111         I'm at it...
2112
2113         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2114         from fdsrc. Get caps in create() instead of start() so it can be
2115         interrupted. Interruption somewhat untested.
2116
2117         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2118         Proper EOS handling.
2119
2120 2005-09-27  Andy Wingo  <wingo@pobox.com>
2121
2122         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2123
2124         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2125
2126         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2127
2128         * gst/tcp/gsttcp.h: 
2129         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2130         out of tcpclientsrc.c. Cancellable.
2131         (gst_tcp_socket_read): Made private, cancellable, with better
2132         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2133         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2134         whole buffer, and better diagnostics.
2135         (gst_tcp_gdp_read_caps): Same.
2136
2137         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2138
2139 2005-09-26  Andy Wingo  <wingo@pobox.com>
2140
2141         * gst/sine/gstsinesrc.h:
2142         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2143         change the 'sync' property to 'is-live' and implement it halfway,
2144         update for controller api change.
2145
2146         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2147         controller api change.
2148
2149 2005-09-24  Wim Taymans  <wim@fluendo.com>
2150
2151         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2152         * gst-libs/gst/audio/gstaudiosink.c:
2153         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2154         (gst_audioringbuffer_stop):
2155         * gst-libs/gst/audio/gstbaseaudiosink.c:
2156         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2157         (gst_base_audio_sink_change_state):
2158         * gst-libs/gst/audio/gstbaseaudiosink.h:
2159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2160         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2161         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2162         * gst-libs/gst/audio/gstringbuffer.h:
2163         Fix sync again. Moved sample alignment to basesink.
2164
2165 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2166
2167         * docs/plugins/Makefile.am:
2168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2169         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2170         * gst/volume/gstvolume.c:
2171           add/fix docs
2172         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2173         * gst-libs/gst/audio/audio.h:
2174           add conversion macros for frames <-> clocktime
2175
2176 2005-09-23  David Schleef  <ds@schleef.org>
2177
2178         * gst/audioresample/Makefile.am:
2179         * gst/audioresample/debug.h:
2180         * gst/audioresample/gstaudioresample.c:
2181         * gst/audioresample/resample.c: Convert to using gst debugging
2182
2183 2005-09-22  Wim Taymans  <wim@fluendo.com>
2184
2185         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2186         (gst_play_bin_send_event):
2187         Only seek on one sink, the first one that succeeds.
2188
2189 2005-09-22  Michael Smith <msmith@fluendo.com>
2190
2191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2192         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2193         Don't flush encoder state unless we have an initialised encoder.
2194         Clear out encoder state on PAUSED_TO_READY.
2195
2196 2005-09-22  Wim Taymans  <wim@fluendo.com>
2197
2198         * gst-libs/gst/rtp/gstbasertppayload.c:
2199         (gst_basertppayload_class_init), (gst_basertppayload_init),
2200         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2201         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2202         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2203         (gst_basertppayload_set_property),
2204         (gst_basertppayload_get_property),
2205         (gst_basertppayload_change_state):
2206         * gst-libs/gst/rtp/gstbasertppayload.h:
2207         Added max-ptime to control amount of data in the rtp packets.
2208
2209 2005-09-21  Andy Wingo  <wingo@pobox.com>
2210
2211         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2212         thingies.
2213
2214         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2215         can be called multiple times, dogs.
2216
2217 2005-09-21  Wim Taymans  <wim@fluendo.com>
2218
2219         * gst-libs/gst/rtp/gstbasertppayload.c:
2220         (gst_basertppayload_class_init), (gst_basertppayload_init),
2221         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2222         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2223         (gst_basertppayload_push), (gst_basertppayload_get_property),
2224         (gst_basertppayload_change_state):
2225         Allow 0 ssrc too.
2226
2227 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2228
2229         * docs/libs/compiling.sgml:
2230           fixing typos
2231
2232 2005-09-20  Wim Taymans  <wim@fluendo.com>
2233
2234         * gst-libs/gst/rtp/gstbasertppayload.c:
2235         (gst_basertppayload_class_init), (gst_basertppayload_init),
2236         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2237         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2238         (gst_basertppayload_push), (gst_basertppayload_set_property),
2239         (gst_basertppayload_get_property),
2240         (gst_basertppayload_change_state):
2241         * gst-libs/gst/rtp/gstbasertppayload.h:
2242         Added property to configure sequence number offsets.
2243
2244 2005-09-20  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_push), (gst_basertppayload_set_property),
2251         (gst_basertppayload_get_property),
2252         (gst_basertppayload_change_state):
2253         * gst-libs/gst/rtp/gstbasertppayload.h:
2254         Make timestamp offset configurable.
2255
2256 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2257
2258         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2259           fix wrong pop/unref
2260
2261 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2262
2263         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         * gst-libs/gst/interfaces/propertyprobe.c:
2266         (gst_property_probe_probe_property_name),
2267         (gst_property_probe_needs_probe_name),
2268         (gst_property_probe_get_values_name),
2269         (gst_property_probe_probe_and_get_values_name):
2270           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2271           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2272
2273 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2274
2275         * check/Makefile.am:
2276           have some tests be disabled for valgrinding
2277         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2278         (GST_START_TEST):
2279         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2280           Fix A Leak.  Chain To Parent Finalize.
2281
2282 2005-09-19  Wim Taymans  <wim@fluendo.com>
2283
2284         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2285         Fixed wav pipeline.
2286
2287 2005-09-19  Wim Taymans  <wim@fluendo.com>
2288
2289         * gst-libs/gst/rtp/gstbasertppayload.c:
2290         (gst_basertppayload_class_init), (gst_basertppayload_init),
2291         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2292         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2293         (gst_basertppayload_push), (gst_basertppayload_get_property),
2294         (gst_basertppayload_change_state):
2295         Posting ERROR and WARNING messages is good.
2296
2297 2005-09-19  Wim Taymans  <wim@fluendo.com>
2298
2299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2300         (gst_base_rtp_depayload_add_to_queue),
2301         (gst_base_rtp_depayload_push),
2302         (gst_base_rtp_depayload_set_gst_timestamp),
2303         (gst_base_rtp_depayload_queue_release):
2304         This one was not supposed to go in.
2305
2306 2005-09-19  Wim Taymans  <wim@fluendo.com>
2307
2308         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2309         Fix for bus API.
2310
2311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2312         (gst_base_rtp_depayload_chain),
2313         (gst_base_rtp_depayload_add_to_queue),
2314         (gst_base_rtp_depayload_push),
2315         (gst_base_rtp_depayload_set_gst_timestamp),
2316         (gst_base_rtp_depayload_queue_release):
2317         Some cleanups.
2318
2319         * gst-libs/gst/rtp/gstbasertppayload.c:
2320         (gst_basertppayload_class_init), (gst_basertppayload_init),
2321         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2322         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2323         (gst_basertppayload_get_property),
2324         (gst_basertppayload_change_state):
2325         Added debugging category.
2326
2327 2005-09-18  David Schleef  <ds@schleef.org>
2328
2329         * gst/playback/gstdecodebin.c: free plugin list correctly
2330         * gst/playback/gstplaybin.c: emit warning if autovideosink
2331           and autoaudiosink can't be found (instead of segfaulting)
2332
2333 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2334
2335         * check/elements/audioconvert.c: (GST_START_TEST):
2336           try out 24 bit conversion
2337
2338 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2339
2340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2341         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2342         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2343         * ext/vorbis/vorbisenc.h:
2344           Fix EOS handling.  Still needs a fix in the ogg muxer to
2345           mark the last page as eos.
2346
2347 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2348
2349         * common/gtk-doc-plugins.mak:
2350         * docs/plugins/Makefile.am:
2351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2352         * gst/ffmpegcolorspace/Makefile.am:
2353         * gst/ffmpegcolorspace/avcodec.h:
2354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2355         * gst/tcp/gstmultifdsink.c:
2356           fix up ffmpegcolorspace docs; extract header
2357
2358 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2359
2360         * common/gtk-doc-plugins.mak:
2361         * docs/plugins/Makefile.am:
2362         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2363         * ext/theora/Makefile.am:
2364         * ext/theora/gsttheoraenc.h:
2365         * ext/theora/theoraenc.c:
2366         * ext/vorbis/vorbisenc.c:
2367           pick up signals and args for vorbis; add some docs for vorbis
2368
2369 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2370
2371         * common/gstdoc-scangobj:
2372         * common/gtk-doc-plugins.mak:
2373         * docs/libs/Makefile.am:
2374         * docs/plugins/gst-plugins-base-plugins.args:
2375         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2376         * docs/plugins/gst-plugins-base-plugins.interfaces:
2377         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2378         * docs/plugins/gst-plugins-base-plugins.signals:
2379           only scanobj stuff from our source module.  Not sure yet
2380           if that's correct, given the hierarchy stuff :)
2381
2382 2005-09-15  Wim Taymans  <wim@fluendo.com>
2383
2384         * gst/audioconvert/gstaudioconvert.c:
2385         And enable 24 bits mode as well..
2386
2387 2005-09-15  Wim Taymans  <wim@fluendo.com>
2388
2389         * gst-libs/gst/rtp/Makefile.am:
2390         * gst-libs/gst/rtp/gstbasertppayload.c:
2391         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2392         (gst_basertppayload_class_init), (gst_basertppayload_init),
2393         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2394         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2395         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2396         (gst_basertppayload_set_property),
2397         (gst_basertppayload_get_property),
2398         (gst_basertppayload_change_state):
2399         * gst-libs/gst/rtp/gstbasertppayload.h:
2400         Added rtp payloader base class.
2401
2402 2005-09-15  Andy Wingo  <wingo@pobox.com>
2403
2404         * configure.ac (plugindir): Remove the EOL matcher from the
2405         regexp, as it causes me problems. Libtool? Make? Who knows?
2406
2407 2005-09-14  David Schleef  <ds@schleef.org>
2408
2409         * check/generic/states.c: 
2410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2411         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2412           Fixes for changes in registry API.
2413
2414         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2415           to GST_PLUGIN_LDFLAGS.
2416         * ext/libvisual/visual.c: Make the library shut up.
2417         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2418         * gst-libs/gst/audio/gstaudiofilter.c: same
2419
2420 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2421
2422         * docs/plugins/Makefile.am:
2423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2424         * docs/plugins/inspect/plugin-libvisual.xml:
2425         * docs/plugins/tmpl/element-tcpserversink.sgml:
2426         * ext/theora/theoraenc.c:
2427           add libvisual plugin and theoraenc element to docs
2428
2429 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2430
2431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2433         * ext/theora/theoraenc.c:
2434           add theoraenc
2435
2436 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2437
2438         * gst/audioconvert/Makefile.am:
2439           Audioconvert derives from GstBaseTransform and should
2440           link to the library with our base elements to avoid
2441           unresolved symbols. Makes things work with MinGW (#316160)
2442
2443         * gst/playback/test4.c: (main):
2444           Fix MinGW build problem and use g_usleep() instead of 
2445           sleep() (#316162)
2446
2447 2005-09-12  Wim Taymans  <wim@fluendo.com>
2448
2449         * gst/audioconvert/audioconvert.c: (float),
2450         (audio_convert_prepare_context), (audio_convert_convert):
2451         * gst/audioconvert/audioconvert.h:
2452         Cleanups, speedups, simplifications, added back support
2453         for 24 bits.
2454
2455 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2456
2457         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2458         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2459         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2460         * docs/plugins/tmpl/element-tcpserversink.sgml:
2461         * gst/ffmpegcolorspace/gstffmpeg.c:
2462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2463         * gst/videotestsrc/gstvideotestsrc.c:
2464         * gst/volume/gstvolume.c:
2465           add more elements to the docs
2466
2467 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2468
2469         * check/Makefile.am:
2470         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2471         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2472           Add extra tests for basetransform based components. 
2473           Comment out the test_element_negotiation test until we decide
2474           if it's testing correct behaviour.
2475         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2476         (gst_visual_chain), (gst_visual_change_state):
2477           Slightly more correct but still bogus timestamping.
2478           Fix state change function.
2479         * gst/audioconvert/gstaudioconvert.c:
2480         (gst_audio_convert_class_init):
2481         * gst/audioresample/gstaudioresample.c:
2482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2483         (gst_ffmpegcsp_class_init):
2484         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2485         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2486         (gst_videoscale_prepare_image):
2487         * gst/volume/gstvolume.c: (gst_volume_class_init),
2488         (volume_transform_ip):
2489           Basetransform updates. Enable passthrough modes.
2490         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2491         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2492         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2493           Negotiation fix that allows the window to return to the original
2494           size and renegotiate passthrough upstream. Extra debug output.
2495
2496 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2497
2498         * gst/sine/gstsinesrc.c:
2499         * gst/volume/gstvolume.c:
2500           fix up header include
2501
2502 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * gst-libs/gst/audio/gstbaseaudiosink.c:
2505         (gst_base_audio_sink_render):
2506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2507         * gst/volume/gstvolume.c: (gst_volume_class_init),
2508         (volume_transform):
2509           fixing lost sync, some more debugging
2510
2511 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2512
2513         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2514         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2515         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2516         (gst_xvimagesink_check_xshm_calls):
2517           Fix compilation when XShm is not available.
2518
2519 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2520
2521         * ext/libvisual/visual.c: (gst_visual_dispose),
2522         (gst_visual_getcaps), (gst_visual_src_setcaps),
2523         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2524         (gst_visual_change_state):
2525           Finish fixing up libvisual plugin so that it runs. 
2526
2527 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2528
2529         * ext/vorbis/vorbisenc.c:
2530         * gst-libs/gst/tag/gstvorbistag.c:
2531           gsttaginterface.h -> gsttagsetter.h
2532
2533 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2534
2535         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2536           added another test that failes for me (test is not active by default)
2537
2538 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2539
2540         * configure.ac:
2541           v4l2 is no longer in gst-plugins-base
2542
2543 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2544
2545         * configure.ac:
2546           In the output at the end, don't show the first plugin on the same
2547           line as "Core plug-ins, always built:".
2548           Indent the output as for other plugin categories
2549         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2550           #define that can be used to not use peer buffer_alloc functions for
2551           test purposes.
2552         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2553         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2554         (gst_ximagesink_show_frame):
2555         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2556         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2557         (gst_xvimagesink_show_frame):
2558           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2559           fails gracefully instead of XError aborting or deadlocking.
2560
2561 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2562
2563         * ext/libvisual/Makefile.am:
2564           link against gst-base-libs
2565
2566 2005-09-06  David Schleef  <ds@schleef.org>
2567
2568         * configure.ac: Enable libvisual plugin.
2569         * ext/libvisual/Makefile.am:
2570         * ext/libvisual/visual.c: Fixes to make it compile.
2571
2572 === release 0.9.2 ===
2573
2574 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2575
2576         * NEWS:
2577         * RELEASE:
2578         * configure.ac:
2579         * docs/random/ChangeLog-0.8:
2580           releasing 0.9.2, "Spoon"
2581
2582 2005-09-05  Michael Smith <msmith@fluendo.com>
2583
2584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2585           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2586           that in the vorbisenc element.
2587
2588 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2589
2590         * common/gtk-doc-plugins.mak:
2591         * docs/plugins/Makefile.am:
2592           fix distcheck
2593         * gst/audioresample/resample.c:
2594           fix wrong docstring
2595
2596 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2597
2598         * common/gst-xmlinspect.py:
2599         * common/gtk-doc-plugins.mak:
2600           only inspect plugins for this given package
2601           require gst-python 0.9
2602
2603 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2604
2605         * Makefile.am:
2606         * autogen.sh:
2607         * common/gst-xmlinspect.py:
2608         * configure.ac:
2609         * docs/Makefile.am:
2610         * docs/plugins/inspect/plugin-alsa.xml:
2611         * docs/plugins/inspect/plugin-audioresample.xml:
2612         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2613         * docs/plugins/inspect/plugin-ogg.xml:
2614         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2615         * docs/plugins/tmpl/element-multifdsink.sgml:
2616         * docs/plugins/tmpl/element-tcpserversink.sgml:
2617         * docs/plugins/tmpl/element-vorbisenc.sgml:
2618         * gst-plugins-base.spec.in:
2619           various doc-related updates
2620
2621 2005-08-31  Wim Taymans  <wim@fluendo.com>
2622
2623         * gst-libs/gst/audio/gstbaseaudiosink.c:
2624         (gst_base_audio_sink_render):
2625         Resync if the buffer timestamps drift more than a 10th 
2626         of a second.
2627
2628 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2629
2630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2631         (gst_v4lsrc_get_property):
2632           The 'timestamp-offset' property is registered as an int64, so
2633           let's use g_value_{set|get}_int64() in our setter and getter
2634           functions (makes it work and fixes warnings with gst-inspect).
2635
2636 2005-08-30  Wim Taymans  <wim@fluendo.com>
2637
2638         * check/elements/audioconvert.c: (setup_audioconvert):
2639         * check/elements/audioresample.c: (setup_audioresample):
2640         * check/elements/volume.c: (setup_volume):
2641         Fix checks.
2642
2643 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2644
2645         * common/gtk-doc-plugins.mak:
2646         * common/plugins.xsl:
2647         * docs/plugins/Makefile.am:
2648           make module a param
2649
2650 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * examples/seeking/seek.c: (make_mp3_pipeline),
2653         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2654         (play_cb), (pause_cb), (stop_cb):
2655           update the example
2656
2657 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2658
2659         * gst/volume/gstvolume.c: (gst_volume_class_init),
2660         (volume_transform):
2661           do not update controlled params, if buffer has no timestamp
2662
2663 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2664
2665         * configure.ac:
2666         * gst/sine/Makefile.am:
2667         * gst/volume/Makefile.am:
2668           controllerized elements also need to link against controller-libs ;)
2669
2670 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2671
2672         * docs/libs/tmpl/gstcolorbalance.sgml:
2673         * docs/libs/tmpl/gstgconf.sgml:
2674         * docs/libs/tmpl/gstmixer.sgml:
2675         * docs/libs/tmpl/gstringbuffer.sgml:
2676         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2677         (gst_sinesrc_create):
2678         * gst/volume/gstvolume.c: (gst_volume_class_init),
2679         (volume_transform):
2680           controllerized two audio plugins
2681
2682 2005-08-29  Andy Wingo  <wingo@pobox.com>
2683
2684         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2685         (vorbis_handle_data_packet): Fix some int overflow errors.
2686
2687         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2688         -1.
2689         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2690         valid.
2691         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2692         if it's valid. Fixed streaming-mode playback.
2693
2694         * check/elements/volume.c (cleanup_volume): Fix for running
2695         CK_FORK=no.
2696
2697         * check/elements/audioconvert.c: Convert from native endian, not
2698         little endian.
2699
2700 2005-08-29  Michael Smith <msmith@fluendo.com>
2701
2702         * ext/ogg/Makefile.am:
2703         * ext/ogg/gstogg.c: (plugin_init):
2704         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2705         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2706         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2707         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2708         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2709         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2710         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2711         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2712         Add an ogg parser element.
2713
2714 2005-08-28  Andy Wingo  <wingo@pobox.com>
2715
2716         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2717
2718 2005-08-26  Wim Taymans  <wim@fluendo.com>
2719
2720         * gst/audioconvert/audioconvert.c: (if), (float),
2721         (audio_convert_get_func_index), (check_default),
2722         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2723         (audio_convert_clean_context), (audio_convert_get_sizes),
2724         (audio_convert_convert):
2725         Cleanups.
2726
2727 2005-08-26  Wim Taymans  <wim@fluendo.com>
2728
2729         * gst/audioconvert/audioconvert.c: (if), (float),
2730         (audio_convert_get_func_index), (check_default),
2731         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2732         (audio_convert_clean_context), (audio_convert_get_sizes),
2733         (audio_convert_convert):
2734         More elegant and working temp buffer selection algo.
2735
2736 2005-08-26  Wim Taymans  <wim@fluendo.com>
2737
2738         * gst/audioconvert/audioconvert.c: (if), (float),
2739         (audio_convert_get_func_index), (check_default),
2740         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2741         (audio_convert_clean_context), (audio_convert_get_sizes),
2742         (get_temp_buffer), (audio_convert_convert):
2743         Use realloc else we lose our original data.
2744
2745 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2746
2747         * gst/audioresample/gstaudioresample.c:
2748           use base class' newsegment to properly timestamp
2749
2750 2005-08-26  Wim Taymans  <wim@fluendo.com>
2751
2752         * gst/audioconvert/audioconvert.c: (if), (float),
2753         (audio_convert_get_func_index), (check_default),
2754         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2755         (audio_convert_clean_context), (audio_convert_get_sizes),
2756         (get_temp_buffer), (audio_convert_convert):
2757         * gst/audioconvert/gstaudioconvert.c:
2758         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2759         (gst_audio_convert_transform_caps),
2760         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2761         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2762         Oops, allocate enough space to perform the channel mix.
2763
2764 2005-08-26  Wim Taymans  <wim@fluendo.com>
2765
2766         * gst/audioconvert/Makefile.am:
2767         * gst/audioconvert/audioconvert.c: (if), (float),
2768         (audio_convert_get_func_index), (check_default),
2769         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2770         (audio_convert_clean_context), (audio_convert_get_sizes),
2771         (get_temp_buffer), (audio_convert_convert):
2772         * gst/audioconvert/audioconvert.h:
2773         * gst/audioconvert/gstaudioconvert.c:
2774         (gst_audio_convert_class_init), (gst_audio_convert_init),
2775         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2776         (gst_audio_convert_get_unit_size),
2777         (gst_audio_convert_transform_caps),
2778         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2779         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2780         * gst/audioconvert/gstaudioconvert.h:
2781         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2782         (gst_channel_mix_fill_identical),
2783         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2784         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2785         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2786         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2787         (gst_channel_mix_mix):
2788         * gst/audioconvert/gstchannelmix.h:
2789         Cleanups, librarify a bit, optimize, better negotiation and more.
2790
2791 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2792
2793         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2794         Another from MikeS:
2795         During typefinding, don't support negative offsets
2796         (offsets from the end of the stream) in our typefind->peek() function
2797         - nothing embedded in ogg ever needs them. However, we need to recognise
2798         those requests and reject them, otherwise we return invalid pointers.
2799
2800 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2801
2802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2803         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2804         (vorbisdec_finalize), (vorbis_handle_type_packet):
2805           Big shout-out to MikeS for fixing this giant memory leak.
2806           Huzzah!
2807
2808 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2809
2810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2811         (audio_convert_get_unit_size):
2812           plug some leaks
2813
2814 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2815
2816         * check/Makefile.am:
2817         * check/elements/audioconvert.c: (setup_audioconvert),
2818         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2819         (GST_START_TEST), (audioconvert_suite), (main):
2820           add a test for audioconvert
2821         * gst/audioresample/gstaudioresample.c:
2822         * gst/audioresample/gstaudioresample.h:
2823           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2824           note that for buffers of 1/3 sec this means DURATION(c) is 
2825           one nanosecond more than for a and b
2826
2827 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2828
2829         * check/Makefile.am:
2830         * check/elements/audioresample.c: (setup_audioresample),
2831         (cleanup_audioresample), (fail_unless_perfect_stream),
2832         (test_perfect_stream_instance), (GST_START_TEST),
2833           add a check for audioresample
2834         (audioresample_suite), (main):
2835         * check/elements/volume.c: (GST_START_TEST):
2836           remove unused method
2837         * gst/audioresample/gstaudioresample.c:
2838           set correct buffer parameters since we're changing them
2839         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2840           add some debug
2841
2842 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2843
2844         * gst/audioresample/debug.c:
2845         * gst/audioresample/gstaudioresample.c:
2846           add room for extra overlap samples when asked to transform size
2847           protect against possible mem corruption and check for discrepancies
2848           between written size and outbuffer's size so we can warn for
2849           potential problems
2850         * gst/audioresample/resample.c: (resample_init),
2851         (resample_get_output_size_for_input), (resample_get_output_size),
2852         (resample_set_n_channels), (resample_set_format):
2853           set debug level based on RESAMPLE_DEBUG env var
2854           make sure that get_output_size* returns a whole number of
2855           sample_size
2856           set sample_size each time either channel or format is set
2857         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2858         * gst/audioresample/resample_functable.c:
2859         (resample_scale_functable):
2860         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2861           remove r->sample_size, it's done in resample.c now
2862           add some debugging to the ref implementation
2863           make sure we only give back bytes that are wholes of the sample
2864           size
2865
2866 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2867         * gst/playback/gstplaybasebin.c: (fill_buffer):
2868         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2869
2870 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2871
2872         * gst/volume/gstvolume.c:
2873           made set_caps function static
2874
2875 2005-08-24  Wim Taymans  <wim@fluendo.com>
2876
2877         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2878         (gst_vorbisenc_change_state):
2879         Stop leaking taglists.
2880
2881 2005-08-24  Wim Taymans  <wim@fluendo.com>
2882
2883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2884         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2885         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2886         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2887         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2888         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2889         Parse seeking events better.
2890         Unref static caps.
2891         Generate correct newsegment events, fixes seeking in live oggs.
2892
2893         * ext/theora/theoradec.c: (theora_dec_src_query),
2894         (theora_dec_src_event), (theora_dec_src_getcaps),
2895         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2896         Use newsegment values to report correct play time.
2897
2898         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2899         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2900         * ext/vorbis/vorbisdec.h:
2901         Parse and use newsegment values to report correct play time.
2902
2903         * gst-libs/gst/audio/gstbaseaudiosink.c:
2904         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2905         Clear ringbuffer on flush.
2906         Use newsegment values to calculate playback time.
2907
2908         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2910         Basesink does newsegment calculations for us now.
2911
2912 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2913
2914         * check/Makefile.am:
2915         * configure.ac:
2916           add core's plugins to the mix so that playbin works
2917         * check/generic/states.c: (GST_START_TEST):
2918           set a 0 timeout on pipelines, so they don't force the next
2919           state change
2920         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2921         (gst_play_base_bin_change_state):
2922           remove the crappy error handling and do GST error handling
2923
2924 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2925
2926         * check/Makefile.am:
2927         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2928           add same test as to core, it bitches out on playbin atm.
2929
2930 2005-08-24  Wim Taymans  <wim@fluendo.com>
2931
2932         * configure.ac:
2933         Remove audioscale.
2934
2935 2005-08-24  Wim Taymans  <wim@fluendo.com>
2936
2937         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2938         (gst_videoscale_prepare_size), (parse_caps),
2939         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2940         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2941         (gst_videoscale_transform):
2942         * gst/videoscale/gstvideoscale.h:
2943         Refactor, make use of BaseTranform really well.
2944
2945 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2946
2947         * configure.ac:
2948           compile audioresample
2949         * gst/audioresample/Makefile.am:
2950         * gst/audioresample/buffer.c:
2951         * gst/audioresample/functable.c:
2952         * gst/audioresample/gstaudioresample.c:
2953         * gst/audioresample/gstaudioresample.h:
2954         * gst/audioresample/resample.c:
2955         (resample_get_output_size_for_input):
2956         * gst/audioresample/resample.h:
2957         * gst/audioresample/resample_chunk.c:
2958         * gst/audioresample/resample_functable.c:
2959         * gst/audioresample/resample_ref.c:
2960           port to use basetransform; doesn't work in all cases yet
2961
2962 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2963
2964         * gst/audioconvert/gstaudioconvert.c:
2965         (gst_audio_convert_class_init), (gst_audio_convert_init),
2966         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2967         (audio_convert_fixate_caps), (audio_convert_set_caps),
2968         (audio_convert_transform),
2969         (gst_audio_convert_buffer_to_default_format),
2970         (gst_audio_convert_buffer_from_default_format),
2971         (gst_audio_convert_channels):
2972         * gst/audioconvert/gstchannelmix.c:
2973         * gst/audioconvert/gstchannelmix.h:
2974           port to basetransform
2975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2976         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2977         (gst_ffmpegcsp_get_unit_size):
2978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2979         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2980           fix for basetransform changes
2981
2982 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2983
2984         * check/Makefile.am:
2985           Add CHECK_CFLAGS and LDFLAGS
2986
2987         * gst/playback/gstplaybasebin.c: (fill_buffer):
2988           GST_MESSAGE_SRC became a GObject
2989
2990 2005-08-24  Wim Taymans  <wim@fluendo.com>
2991
2992         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2993         (gst_ring_buffer_clear_all):
2994         * gst-libs/gst/audio/gstringbuffer.h:
2995         Added function to clear the ringbuffer.
2996
2997 2005-08-24  Andy Wingo  <wingo@pobox.com>
2998
2999         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3000         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3001         of _open and _close.
3002
3003         * sys/v4l/gstv4lxoverlay.h:
3004         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3005         an Xv connection here, instead of all the time. Make Xv only be
3006         loaded if you axe for it. Kindof a workaround for buggy behaviour
3007         of Xv when using remote xservers (XvQueryExtension would block).
3008         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3009         replace the _open and _close public API. Only start the xv
3010         connection if necessary.
3011         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3012
3013 2005-08-23  David Schleef  <ds@schleef.org>
3014
3015         * gst/audioresample/Makefile.am: Leet audioresampling code
3016         * gst/audioresample/buffer.c:
3017         * gst/audioresample/buffer.h:
3018         * gst/audioresample/debug.c:
3019         * gst/audioresample/debug.h:
3020         * gst/audioresample/functable.c:
3021         * gst/audioresample/functable.h:
3022         * gst/audioresample/gstaudioresample.c:
3023         * gst/audioresample/gstaudioresample.h:
3024         * gst/audioresample/resample.c:
3025         * gst/audioresample/resample.h:
3026         * gst/audioresample/resample_chunk.c:
3027         * gst/audioresample/resample_functable.c:
3028         * gst/audioresample/resample_ref.c:
3029
3030 2005-08-23  Wim Taymans  <wim@fluendo.com>
3031
3032         * examples/seeking/seek.c: (make_vorbis_pipeline),
3033         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3034         Small seek updates.
3035
3036 2005-08-23  Andy Wingo  <wingo@pobox.com>
3037
3038         * gst-libs/gst/audio/gstbaseaudiosrc.c
3039         (gst_base_audio_src_fixate): Only fixate endianness if it is
3040         present in the caps.
3041
3042 2005-08-22  Andy Wingo  <wingo@pobox.com>
3043
3044         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3045         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3046         device-name property.
3047
3048         * gst-libs/gst/audio/gstaudiosrc.h:
3049         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3050         close_device in the ring buffer, like gstaudiosink.
3051
3052         * ext/alsa/gstalsamixer.h:
3053         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3054         macro to implement the interface without much code. Cleanups. 
3055
3056         * ext/alsa/gstalsasrc.h:
3057         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3058         READY.
3059
3060         * ext/alsa/Makefile.am: Add new files.
3061         * ext/alsa/gstalsamixerelement.c: 
3062         * ext/alsa/gstalsamixerelement.c: Split element code out from
3063         mixer code so that alsasrc can be a mixer too.
3064
3065 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3066
3067         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3068         (GST_START_TEST):
3069         * check/elements/vorbisdec.c: (setup_vorbisdec),
3070         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3071         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3072         (vorbis_handle_identification_packet),
3073         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3074         (vorbis_handle_header_packet), (vorbis_dec_push),
3075         (vorbis_dec_chain):
3076           use the setup/teardown methods to save code.  save code is good.
3077
3078 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3079
3080         * check/Makefile.am:
3081           add ext dir for plugins
3082           add vorbisdec test conditionally
3083         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3084         (GST_START_TEST), (volume_suite):
3085           add a test with wrong caps
3086         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3087         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3088           add a vorbisdec test
3089         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3090         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3091           clean up debug output
3092         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3093           yay, fix a segfault/security issue in vorbisdec
3094           gst-launch fakesrc ! vorbisdec wasn't happy
3095         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3096         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3097         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3098         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3099         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3100         (gst_vorbisenc_set_metadata), (get_constraints_string),
3101         (update_start_message), (gst_vorbisenc_setup),
3102         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3103         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3104         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3105         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3106         * ext/vorbis/vorbisenc.h:
3107           march in line
3108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3109         (gst_ffmpegcsp_transform):
3110           have the kow come home
3111         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3112           debug my func ptr
3113         * gst/volume/gstvolume.c: (volume_set_caps):
3114           add a debug
3115
3116 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3117
3118         * Makefile.am:
3119         * check/.cvsignore:
3120         * check/Makefile.am:
3121         * check/elements/.cvsignore:
3122         * check/elements/volume.c: (chain_func), (event_func),
3123         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3124         (main):
3125         * configure.ac:
3126           add unit test structure for gst-plugins-base
3127           add a test for volume
3128         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3129         (gst_volume_set_volume), (gst_volume_get_volume),
3130         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3131         (volume_funcfind), (volume_process_float), (volume_process_int16),
3132         (volume_set_caps), (volume_transform), (volume_update_mute),
3133         (volume_update_volume), (volume_set_property),
3134         (volume_get_property):
3135           document a little; use basetransform vmethod _set_caps
3136
3137 2005-08-19  Andy Wingo  <wingo@pobox.com>
3138
3139         * ext/alsa/gstalsamixertrack.h:
3140         * ext/alsa/gstalsamixertrack.c:
3141         * ext/alsa/gstalsamixeroptions.h:
3142         * ext/alsa/gstalsamixeroptions.c:
3143         * ext/alsa/gstalsamixer.h:
3144         * ext/alsa/gstalsamixer.c: Port to 0.9.
3145
3146         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3147         Remove gstalsa.c and alsaclock. No more cruft here.
3148         
3149 2005-08-18  Wim Taymans  <wim@fluendo.com>
3150
3151         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3152         (gst_base_rtp_depayload_chain),
3153         (gst_base_rtp_depayload_add_to_queue),
3154         (gst_base_rtp_depayload_push),
3155         (gst_base_rtp_depayload_queue_release):
3156         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3157         Fix for RTPBuffer changes.
3158
3159         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3160         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3161         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3162         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3163         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3164         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3165         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3166         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3167         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3168         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3169         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3170         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3171         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3172         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3173         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3174         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3175         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3176         (gst_rtpbuffer_get_payload):
3177         * gst-libs/gst/rtp/gstrtpbuffer.h:
3178         Don't subclass GstBuffer but add methods and helper functions
3179         to construct and manipulate RTP packets in regular GstBuffers.
3180
3181 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3182
3183         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3184           moved statement below switch
3185         * gst/volume/gstvolume.c: (gst_volume_class_init):
3186           added debug ptr
3187
3188 2005-08-16  Wim Taymans  <wim@fluendo.com>
3189
3190         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3191         (gst_base_audio_src_change_state):
3192         Open and close device in READY<->NULL state change.
3193
3194 2005-08-16  Andy Wingo  <wingo@pobox.com>
3195
3196         * examples/seeking/Makefile.am: Don't compile non-compiling
3197         compiled objects with the compiler.
3198
3199         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3200         elements.
3201
3202 2005-08-12  Philippe Khalaf <burger@speedy.org>
3203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3204         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3205           Made a thread to release the queue.
3206           Removed timestamp conversion for now.
3207
3208 2005-08-10  Philippe Khalaf <burger@speedy.org>
3209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3210         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3211           Added rtp timestamp -> gst timestamp conversion.
3212           Fixed several problems with queue.
3213
3214 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3215
3216         * gst-libs/gst/audio/gstaudioclock.h:
3217         * gst-libs/gst/audio/gstaudiofilter.h:
3218         * gst-libs/gst/audio/gstaudiosink.h:
3219         * gst-libs/gst/audio/gstaudiosrc.h:
3220         * gst-libs/gst/audio/gstbaseaudiosink.h:
3221         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3222         * gst-libs/gst/audio/gstringbuffer.h:
3223         * gst-libs/gst/net/gstnetbuffer.h:
3224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3225         * gst-libs/gst/rtp/gstrtpbuffer.h:
3226           Add padding (you will need to rebuild gst-plugins-base,
3227           gst-plugins and all applications afterwards!)
3228
3229 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3230
3231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3232         (gst_riff_parse_chunk):
3233           Fix bug in debug message and add some more debug messages.
3234
3235 2005-08-08  Edward Hervey  <edward@fluendo.com>
3236
3237         * gst-libs/gst/riff/riff-media.c:
3238         backported updates since branch
3239
3240 2005-08-08  Andy Wingo  <wingo@pobox.com>
3241
3242         * gst-libs/gst/audio/gstbaseaudiosink.c
3243         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3244         like good elements should. Close on READY->NULL too.
3245
3246         * gst-libs/gst/audio/gstaudiosink.c
3247         (gst_audioringbuffer_open_device,
3248         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3249         (gst_audioringbuffer_release): Updates for new ring buffer API,
3250         hook into the new audio sink api.
3251
3252         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3253         (GstAudioSinkClass.close): Just open and close the device -- no
3254         resource allocation or configuration.
3255         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3256         vmethods, handle device setup and resource allocation.
3257
3258         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3259         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3260         base class API.
3261
3262         * gst-libs/gst/audio/gstringbuffer.h
3263         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3264         New vmethods.
3265
3266         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3267         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3268         New API functions. The device should be opened before acquiring
3269         and closed after releasing.
3270
3271 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3272
3273         * gst-libs/gst/interfaces/mixer.h:
3274           Reset padding to GST_PADDING.
3275
3276 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3277
3278         * gst/playback/gstplaybin.c: (remove_sinks):
3279           Remove visualization from parent explicitely; works around some
3280           apparent refcount issue that I haven't tracked down yet.
3281
3282 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3283
3284         * ext/alsa/gstalsasink.c: (set_hwparams):
3285           Assign debug category, add negotiation debug msgs.
3286
3287 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3288
3289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3290           Fix error code for file-not-found to NOT_FOUND.
3291
3292 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3293
3294         * common/gtk-doc-plugins.mak:
3295         * docs/plugins/Makefile.am:
3296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3298           renamed to actual element names, so much nicer to look at
3299         * docs/plugins/tmpl/gstmultifdsink.sgml:
3300           remove
3301         * docs/plugins/tmpl/multifdsink.sgml:
3302         * docs/plugins/tmpl/tcpserversink.sgml:
3303           add
3304         * ext/alsa/gstalsa.c:
3305         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3306         * ext/ogg/gstoggmux.c:
3307         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3308         * gst/playback/gstdecodebin.c:
3309         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3310         * gst/tcp/gsttcpserversink.c:
3311           various fixes and documentation additions
3312
3313 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3314
3315         * common/Makefile.am:
3316         * common/gstdoc-scangobj:
3317         * common/gtk-doc-plugins.mak:
3318         * common/gtk-doc.mak:
3319           add a custom scangobj that uses the registry
3320           add a custom gtk-doc-plugins.mak that uses it
3321           some doc build fixes
3322         * configure.ac:
3323         * docs/Makefile.am:
3324         * docs/plugins/Makefile.am:
3325         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3326         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3327         * docs/plugins/gst-plugins-base-plugins.types:
3328         * docs/plugins/tmpl/gstmultifdsink.sgml:
3329           add docs for one element, multifdsink
3330         * gst/adder/gstadder.h:
3331         * gst/volume/gstvolume.h:
3332           don't privatize enum
3333         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3334         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3335         (gst_sync_method_get_type), (gst_client_status_get_type),
3336         (gst_multifdsink_class_init),
3337         (gst_multifdsink_client_queue_buffer),
3338         (gst_multifdsink_handle_client_write):
3339         * gst/tcp/gstmultifdsink.h:
3340         * gst/tcp/gsttcp.h:
3341         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3342         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3343         (gst_tcpclientsink_render):
3344         * gst/tcp/gsttcpclientsink.h:
3345         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3346         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3347         (gst_tcpclientsrc_start):
3348         * gst/tcp/gsttcpclientsrc.h:
3349         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3350         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3351         * gst/tcp/gsttcpserversrc.h:
3352         * gst/typefind/gsttypefindfunctions.c:
3353           remove superfluous Type stuff
3354
3355 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3356
3357         * gst/playback/gstplaybin.c: (gen_video_element):
3358           Enable videoscale.
3359
3360 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3361
3362         * gst-libs/gst/gconf/gconf.c:
3363         * gst-libs/gst/gconf/gconf.h:
3364           Fix some Andy Problem [tm].
3365
3366 2005-08-04  Andy Wingo  <wingo@pobox.com>
3367
3368         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3369         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3370         (gst_ffmpegcsp_get_size): Adapt to API changes.
3371
3372         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3373         Implement an in-place do-nothing transform.
3374
3375 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3376
3377         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3378         (gst_ximagesink_renegotiate_size):
3379           Do not set new window sizes yet if we prepare a new buffer size
3380           for upstream renegotiation (software scaling) at some point in the
3381           future, because this new size waqs not actually accepted yet. Once
3382           accepted, renegotiation later on will set the new sizes just fine.
3383           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3384           embedding testcase.
3385
3386 2005-08-03  Andy Wingo  <wingo@pobox.com>
3387
3388         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3389         (gst_ximagesink_buffer_alloc): 
3390         Protect the height, width, and desired_caps with the pool_lock.
3391         Fixes videotestsrc ! queue ! ximagesink.
3392
3393 2005-08-02  Edward Hervey  <edward@fluendo.com>
3394
3395         * gst/volume/gstvolume.c:
3396         include left from controller cleanup
3397
3398 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3400           Stop collectpads before calling the parent state
3401           change function on PAUSED->READY.
3402
3403 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3404         * configure.ac:
3405           When testing for X libs, use the X CFlags 
3406         * gst/adder/gstadder.c: (gst_adder_change_state):
3407           Stop the collectpads before calling parent state change function
3408           on PAUSED->READY, otherwise we deadlock deactivating pads.
3409
3410 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3411
3412         * configure.ac:
3413         * docs/libs/tmpl/gstcolorbalance.sgml:
3414         * docs/libs/tmpl/gstmixer.sgml:
3415         * examples/Makefile.am:
3416         * gst/sine/Makefile.am:
3417         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3418         (gst_sinesrc_set_property), (plugin_init):
3419         * gst/sine/gstsinesrc.h:
3420         * gst/volume/Makefile.am:
3421         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3422         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3423         (volume_process_float), (volume_process_int16),
3424         (volume_set_property), (plugin_init):
3425         * gst/volume/gstvolume.h:
3426           deactivate and remove dparams (libgstcontrol)
3427
3428 2005-07-29  Wim Taymans  <wim@fluendo.com>
3429
3430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3431         Convert me to BaseTransform!! help..
3432
3433 2005-07-29  Andy Wingo  <wingo@pobox.com>
3434
3435         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3436         sinks.
3437
3438         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3439         support of both endiannesses.
3440
3441 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3442
3443         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3444           Fix confusing debug message (s/event/query/)
3445
3446 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3447
3448         * gst/videotestsrc/videotestsrc.h:
3449           Use "_stdint.h" instead of <stdint.h>
3450
3451 2005-07-27  Wim Taymans  <wim@fluendo.com>
3452
3453         * ext/vorbis/Makefile.am:
3454         Revert wrong commit.
3455
3456 2005-07-27  Wim Taymans  <wim@fluendo.com>
3457
3458         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3459         More compilation fixen.
3460
3461 2005-07-27  Wim Taymans  <wim@fluendo.com>
3462
3463         * gst-libs/gst/audio/gstbaseaudiosink.c:
3464         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3465         (gst_base_audio_sink_create_ringbuffer),
3466         (gst_base_audio_sink_change_state):
3467         Fix compilation.
3468
3469 2005-07-27  Wim Taymans  <wim@fluendo.com>
3470
3471         * examples/seeking/seek.c: (setup_dynamic_link),
3472         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3473         (query_positions_elems), (query_positions_pads), (do_seek):
3474         Update seek example.
3475
3476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3477         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3478         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3479         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3480         (gst_ogg_demux_handle_event),
3481         (gst_ogg_demux_deactivate_current_chain),
3482         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3483         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3484         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3485         (gst_ogg_demux_loop):
3486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3487         * ext/theora/theoradec.c: (theora_dec_src_event),
3488         (theora_dec_src_getcaps), (theora_dec_sink_event),
3489         (theora_dec_push), (theora_dec_chain):
3490         * ext/vorbis/Makefile.am:
3491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3492         (vorbis_dec_sink_event), (vorbis_dec_push),
3493         (vorbis_handle_data_packet):
3494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3495         (gst_vorbisenc_chain):
3496         * gst/playback/gststreaminfo.c: (cb_probe):
3497         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3498         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3499         * gst/videoscale/gstvideoscale.c:
3500         (gst_videoscale_handle_src_event):
3501         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3502         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3503         (gst_ximagesink_navigation_send_event):
3504         * sys/xvimage/xvimagesink.c:
3505         (gst_xvimagesink_navigation_send_event):
3506         Various event updates and cleanups
3507
3508 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3509
3510         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3511           Fix segfault for I420/YV12.
3512
3513 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3514
3515         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3516           Report bitrate.
3517
3518 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3519
3520         * gst/playback/gstplaybin.c: (gen_video_element),
3521         (gen_audio_element):
3522           Switch to auto*sink elements as default sinks; add volume element
3523           so that volume control in totem works.
3524
3525 2005-07-21  Wim Taymans  <wim@fluendo.com>
3526
3527         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3528         * gst/playback/gstplaybin.c: (setup_sinks),
3529         (gst_play_bin_change_state):
3530         Refcount fix and more comments.
3531
3532 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3533
3534         * sys/ximage/Makefile.am:
3535         * sys/ximage/ximage.c: (plugin_init):
3536         * sys/ximage/ximagesink.c:
3537         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3538         
3539
3540 2005-07-21  Wim Taymans  <wim@fluendo.com>
3541
3542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3543         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3544         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3545         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3546         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3547         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3548         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3549         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3550         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3551         Generate correct disconts for live chained oggs.
3552
3553         * gst-libs/gst/audio/gstbaseaudiosink.c:
3554         (gst_base_audio_sink_render),
3555         (gst_base_audio_sink_create_ringbuffer),
3556         (gst_base_audio_sink_change_state):
3557         Handle discont math correctly.
3558
3559         * gst/playback/gstplaybin.c: (add_sink):
3560         Some small debug cleanup.
3561
3562 2005-07-21  Wim Taymans  <wim@fluendo.com>
3563
3564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3565         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3566         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3567         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3568         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3569         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3570         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3571         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3572         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3573         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3574         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3575         (gst_ogg_demux_change_state), (gst_ogg_print):
3576         Reorganize code to send the right disconts when in streaming
3577         mode.
3578
3579 2005-07-20  Andy Wingo  <wingo@pobox.com>
3580
3581         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3582         fix (?), fixes a seggie mcfalterson (#310894).
3583
3584 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3585
3586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3587         (gst_ogg_mux_set_header_on_caps):
3588         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3590         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3591         * gst-libs/gst/audio/multichannel.c:
3592         (gst_audio_set_channel_positions),
3593         (gst_audio_set_structure_channel_positions_list):
3594         * gst/playback/gstdecodebin.c: (dynamic_create):
3595         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3596         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3597           Fixes for API changes in core.
3598
3599 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3600
3601         * gst/playback/gstplaybasebin.c: (fill_buffer):
3602           Use _new_custom() so we can set custom message types for buffering
3603           messages.
3604
3605 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3606
3607         * configure.ac:
3608         * gst-libs/gst/Makefile.am:
3609         * gst-libs/gst/gconf/.cvsignore:
3610         * gst-libs/gst/gconf/Makefile.am:
3611         * gst-libs/gst/gconf/test-gconf.c:
3612         * pkgconfig/Makefile.am:
3613         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3614         * pkgconfig/gstreamer-gconf.pc.in:
3615           Remove gconf stuff, use gconf elements instead from now on.
3616
3617 2005-07-20  Wim Taymans  <wim@fluendo.com>
3618
3619         * gst-libs/gst/audio/TODO:
3620         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3621         (gst_audio_clock_get_internal_time):
3622         * gst-libs/gst/audio/gstaudioclock.h:
3623         * gst-libs/gst/audio/gstbaseaudiosink.c:
3624         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3625         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3626         (gst_base_audio_sink_render),
3627         (gst_base_audio_sink_create_ringbuffer),
3628         (gst_base_audio_sink_change_state):
3629         Make sure the audio clock always returns an increasing value.
3630
3631 2005-07-19  Andy Wingo  <wingo@pobox.com>
3632
3633         * gst/videotestsrc/: Cleanups.
3634
3635 2005-07-19  Wim Taymans  <wim@fluendo.com>
3636
3637         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3638         Better debugging.
3639
3640 2005-07-19  Wim Taymans  <wim@fluendo.com>
3641
3642         * examples/seeking/seek.c: (make_dv_pipeline),
3643         (make_vorbis_theora_pipeline), (query_rates),
3644         (query_positions_elems), (query_positions_pads), (do_seek):
3645         Make correct DV pipeline.
3646
3647 2005-07-18  Andy Wingo  <wingo@pobox.com>
3648
3649         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3650         default. Also because it's the only thing that really works. (This
3651         is used in the GConf elements).
3652         Use AS_LIBTOOL_TAGS.
3653
3654 2005-07-18  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst/playback/gstdecodebin.c: (remove_element_chain):
3657         * gst/playback/gstplaybin.c: (add_sink):
3658         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3659         (gst_stream_info_set_mute):
3660         * gst/playback/gststreamselector.c:
3661         (gst_stream_selector_get_linked_pad),
3662         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3663         More leak and compile fixes.
3664
3665 2005-07-18  Wim Taymans  <wim@fluendo.com>
3666
3667         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3668         (query_rates), (query_positions_elems), (query_positions_pads),
3669         (do_seek), (seek_cb), (stop_seek):
3670         Updated seek example. 
3671
3672         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3673         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3674         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3675         * gst/playback/gstplaybin.c: (add_sink):
3676         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3677         (gst_stream_info_set_mute):
3678         Some refcount leak fixes.
3679
3680 2005-07-16  Wim Taymans  <wim@fluendo.com>
3681
3682         * gst-libs/gst/audio/gstbaseaudiosink.c:
3683         (gst_base_audio_sink_render):
3684         Align samples even if we have roundoff errors in the 
3685         timestamp conversion.
3686
3687 2005-07-16  Wim Taymans  <wim@fluendo.com>
3688
3689         * docs/libs/tmpl/gstringbuffer.sgml:
3690         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3691         (query_rates), (query_positions_elems), (query_positions_pads),
3692         (update_scale), (do_seek):
3693         Updated seek example.
3694
3695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3696         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3697         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3698         (gst_ogg_demux_loop):
3699         Push out correct discont values.
3700
3701         * ext/theora/theoradec.c: (theora_dec_src_convert),
3702         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3703         (theora_dec_sink_event), (theora_handle_type_packet),
3704         (theora_handle_header_packet), (theora_dec_push),
3705         (theora_handle_data_packet), (theora_dec_chain),
3706         (theora_dec_change_state):
3707         Better timestamping.
3708
3709         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3710         (vorbis_dec_sink_event), (vorbis_dec_push),
3711         (vorbis_handle_data_packet), (vorbis_dec_chain):
3712         * ext/vorbis/vorbisdec.h:
3713         Better timestamping.
3714
3715         * gst-libs/gst/audio/gstbaseaudiosink.c:
3716         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3717         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3718         Handle syncing on timestamps instead of sample offsets. Make
3719         use of DISCONT values as described in design docs.
3720
3721         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3722         (gst_base_audio_src_get_time):
3723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3724         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3725         (gst_ring_buffer_read):
3726         * gst-libs/gst/audio/gstringbuffer.h:
3727         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3728         (gst_ximagesink_show_frame):
3729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3730         Correcly convert buffer timestamp to stream time.
3731
3732 2005-07-16  Wim Taymans  <wim@fluendo.com>
3733
3734         * gst/audioconvert/gstaudioconvert.c:
3735         (gst_audio_convert_get_buffer):
3736         Timestamp buffers correctly.
3737
3738         * gst/playback/gstplaybin.c: (gen_video_element):
3739         Make internal fakesink silent.
3740
3741 2005-07-15  Wim Taymans  <wim@fluendo.com>
3742
3743         * gst/ffmpegcolorspace/Makefile.am:
3744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3745         (gst_ffmpegcsp_caps_remove_format_info),
3746         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3747         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3748         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3749         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3750         Ported ffmpegcolorspace to basetransform.
3751
3752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3753         * gst/volume/gstvolume.c: (volume_transform):
3754         Ported to new API.
3755
3756 2005-07-14  Wim Taymans  <wim@fluendo.com>
3757
3758         * gst/videotestsrc/Makefile.am:
3759         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3760         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3761         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3762         (gst_videotestsrc_init), (gst_videotestsrc_event),
3763         (gst_videotestsrc_create), (gst_videotestsrc_start),
3764         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3765         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3766         (gst_videotestsrc_get_property):
3767         * gst/videotestsrc/gstvideotestsrc.h:
3768         Make videotestsrc a pushsrc.
3769
3770 2005-07-14  Wim Taymans  <wim@fluendo.com>
3771
3772         * gst/tcp/gstfdset.c: (gst_fdset_free):
3773         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3774         (gst_multifdsink_add), (gst_multifdsink_remove),
3775         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3776         (gst_multifdsink_remove_client_link),
3777         (gst_multifdsink_client_queue_data),
3778         (gst_multifdsink_client_queue_caps),
3779         (gst_multifdsink_client_queue_buffer),
3780         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3781         (gst_multifdsink_stop):
3782         * gst/tcp/gstmultifdsink.h:
3783         0.8 backporting.
3784
3785         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3786         Also draw image when not from a pool.
3787
3788 2005-07-14  Wim Taymans  <wim@fluendo.com>
3789
3790         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3791         (mute_stream), (silence_stream):
3792         Small debug additions.
3793
3794 2005-07-14  Wim Taymans  <wim@fluendo.com>
3795
3796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3797         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3798         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3799         Better error recovery, ignore unconnected pads and
3800         non-fatal errors.
3801
3802 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3803
3804         * docs/libs/tmpl/gstaudio.sgml:
3805         * docs/libs/tmpl/gstcolorbalance.sgml:
3806         * docs/libs/tmpl/gstgconf.sgml:
3807         * docs/libs/tmpl/gstmixer.sgml:
3808         * docs/libs/tmpl/gstringbuffer.sgml:
3809         * docs/libs/tmpl/gsttuner.sgml:
3810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3811         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3812         (gst_tcpclientsrc_class_init):
3813         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3814         (gst_tcpserversrc_class_init):
3815         * sys/v4l/gstv4lelement.c:
3816           more autistic cleanliness in functions/names/defines
3817
3818 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3819
3820         * configure.ac:
3821           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3822           added manually to each Makefile.am so we are sure it goes
3823           *last* and doesn't add -L flags before linking in libs of our
3824           own, like, say, internal .la libs, that then accidentally pick
3825           up the installed copy.
3826         * docs/libs/Makefile.am:
3827         * ext/alsa/Makefile.am:
3828         * ext/cdparanoia/Makefile.am:
3829         * ext/gnomevfs/Makefile.am:
3830         * ext/libvisual/Makefile.am:
3831         * ext/ogg/Makefile.am:
3832         * ext/theora/Makefile.am:
3833         * ext/vorbis/Makefile.am:
3834         * gst-libs/gst/video/Makefile.am:
3835         * gst/adder/Makefile.am:
3836         * gst/audioconvert/Makefile.am:
3837         * gst/audiorate/Makefile.am:
3838         * gst/audioscale/Makefile.am:
3839         * gst/ffmpegcolorspace/Makefile.am:
3840         * gst/playback/Makefile.am:
3841         * gst/sine/Makefile.am:
3842         * gst/subparse/Makefile.am:
3843         * gst/tags/Makefile.am:
3844         * gst/tcp/Makefile.am:
3845         * gst/typefind/Makefile.am:
3846         * gst/videorate/Makefile.am:
3847         * gst/videoscale/Makefile.am:
3848         * gst/videotestsrc/Makefile.am:
3849         * gst/volume/Makefile.am:
3850         * sys/v4l/Makefile.am:
3851         * sys/ximage/Makefile.am:
3852         * sys/xvimage/Makefile.am:
3853           adapt properly to this change. This should make sure that
3854           plugins and libs properly link to the as-yet-uninstalled
3855           copies of stuff like libgstinterfaces and libgstvideo
3856
3857 2005-07-13  Andy Wingo  <wingo@pobox.com>
3858
3859         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3860         (gst_v4lsrc_fixate): Fixate on format as well.
3861
3862         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3863         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3864         buffer points to it.
3865         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3866         rather just doing X calls ourselves. Also fixes a memleak.
3867
3868 2005-07-12  Andy Wingo  <wingo@pobox.com>
3869
3870         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3871         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3872         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3873         TRUE to avoid deadlocks if an element holds on to our buffers.
3874
3875 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3876
3877         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3878         (gst_sinesrc_init), (gst_sinesrc_create),
3879         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3880         (gst_sinesrc_start):
3881         * gst/sine/gstsinesrc.h:
3882           removing num-buffers property before moving it
3883
3884 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3885
3886         * configure.ac:
3887           use overridable ERROR_CFLAGS
3888         * docs/libs/gst-plugins-base-libs.types:
3889         * docs/libs/tmpl/gstringbuffer.sgml:
3890         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3891         (gst_alsasink_class_init):
3892         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3893         (gst_alsasrc_class_init):
3894         * gst-libs/gst/audio/audio.h:
3895         * gst-libs/gst/audio/gstaudioclock.h:
3896         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3897         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3898         (gst_audio_filter_link), (gst_audio_filter_init),
3899         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3900         (gst_audio_filter_get_property),
3901         (gst_audio_filter_class_add_pad_templates):
3902         * gst-libs/gst/audio/gstaudiofilter.h:
3903         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3904         (gst_audio_filter_template_get_type),
3905         (gst_audio_filter_template_base_init),
3906         (gst_audio_filter_template_class_init),
3907         (gst_audio_filter_template_init),
3908         (gst_audio_filter_template_set_property),
3909         (gst_audio_filter_template_get_property), (plugin_init),
3910         (gst_audio_filter_template_setup),
3911         (gst_audio_filter_template_filter),
3912         (gst_audio_filter_template_filter_inplace):
3913         * gst-libs/gst/audio/gstaudiosink.c:
3914         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3915         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3916         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3917         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3918         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3919         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3920         * gst-libs/gst/audio/gstaudiosink.h:
3921         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3922         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3923         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3924         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3925         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3926         (gst_audio_src_class_init), (gst_audio_src_init),
3927         (gst_audio_src_create_ringbuffer):
3928         * gst-libs/gst/audio/gstaudiosrc.h:
3929         * gst-libs/gst/audio/gstbaseaudiosink.c:
3930         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3931         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3932         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3933         (gst_base_audio_sink_set_property),
3934         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3935         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3936         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3937         (gst_base_audio_sink_create_ringbuffer),
3938         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3939         * gst-libs/gst/audio/gstbaseaudiosink.h:
3940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3941         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3942         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3943         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3944         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3945         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3946         (gst_base_audio_src_event), (gst_base_audio_src_create),
3947         (gst_base_audio_src_create_ringbuffer),
3948         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3949         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3951         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3952         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3953         (gst_ring_buffer_debug_spec_caps),
3954         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3955         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3956         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3957         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3958         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3959         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3960         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3961         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3962         (gst_ring_buffer_clear):
3963         * gst-libs/gst/audio/gstringbuffer.h:
3964         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3965         (gst_video_sink_class_init), (gst_video_sink_get_type):
3966         * gst-libs/gst/video/videosink.h:
3967         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3968         (gst_multifdsink_class_init),
3969         (gst_multifdsink_handle_client_write),
3970         (gst_multifdsink_change_state):
3971         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3972         (gst_tcpclientsink_setcaps):
3973         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3974         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3975         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3976         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3977         (gst_ximagesink_send_pending_navigation),
3978         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3979         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3981         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3982         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3983         (gst_xvimagesink_send_pending_navigation),
3984         (gst_xvimagesink_navigation_send_event),
3985         (gst_xvimagesink_set_xwindow_id),
3986         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3987         (gst_xvimagesink_get_type):
3988         more macro splitting
3989
3990 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3991
3992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3993           plug a memleak, allows me to import 1479 albums in one go
3994           in jamboree
3995         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3996         (vorbis_handle_type_packet), (vorbis_dec_chain),
3997         (vorbis_dec_change_state):
3998           fix some format strings
3999
4000 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4001
4002         * docs/libs/tmpl/gstcolorbalance.sgml:
4003         * docs/libs/tmpl/gstmixer.sgml:
4004         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4005         (gst_alsasink_set_property), (gst_alsasink_get_property):
4006         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4007         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4008           add device property
4009
4010 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4011
4012         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4013         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4014         (audiocast_register_listener), (audiocast_thread_run),
4015         (gst_gnomevfssrc_send_additional_headers_callback),
4016         (gst_gnomevfssrc_received_headers_callback),
4017         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4018         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4019         (gst_gnomevfssrc_get_size):
4020           add/clean up debugging
4021         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4022           cleanups
4023
4024 2005-07-07  Andy Wingo  <wingo@pobox.com>
4025
4026         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4027         framerate. Need to get a handle on when exactly this function is
4028         called, tho.
4029
4030         * sys/v4l/v4lsrc_calls.h:
4031         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4032         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4033         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4034
4035         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4036         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4037         v4lelements are sources.
4038
4039         * sys/v4l/gstv4lxoverlay.h:
4040         * sys/v4l/gstv4lxoverlay.c:
4041         * sys/v4l/gstv4ltuner.h:
4042         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4043         
4044         * sys/v4l/gstv4lsrc.h:
4045         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4046         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4047         or something should handle that. Made a live source.
4048
4049         * sys/v4l/gstv4lelement.h:
4050         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4051         signals. Some cleanups.
4052
4053         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4054
4055         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4056         stuff.
4057
4058         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4059         stuff.
4060
4061         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4062
4063 2005-07-07  Wim Taymans  <wim@fluendo.com>
4064
4065         * ext/theora/theoradec.c: (theora_get_query_types),
4066         (theora_dec_src_getcaps), (theora_dec_push):
4067         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4068         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4069         Remove deprecated/unused query types.
4070
4071 2005-07-06  Wim Taymans  <wim@fluendo.com>
4072
4073         * ext/alsa/Makefile.am:
4074         * ext/alsa/gstalsaplugin.c: (plugin_init):
4075         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4076         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4077         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4078         (gst_alsasrc_class_init), (gst_alsasrc_init),
4079         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4080         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4081         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4082         (gst_alsasrc_reset):
4083         * ext/alsa/gstalsasrc.h:
4084         * gst-libs/gst/audio/Makefile.am:
4085         * gst-libs/gst/audio/gstaudiosink.c:
4086         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4087         (gst_audioringbuffer_start):
4088         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4089         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4090         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4091         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4092         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4093         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4094         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4095         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4096         * gst-libs/gst/audio/gstaudiosrc.h:
4097         * gst-libs/gst/audio/gstbaseaudiosink.c:
4098         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4099         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4100         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4101         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4102         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4103         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4104         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4105         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4106         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4107         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4108         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4109         (gst_baseaudiosrc_change_state):
4110         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4111         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4112         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4113         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4114         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4115         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4116         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4117         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4118         * gst-libs/gst/audio/gstringbuffer.h:
4119         Added audiosource base classes.
4120         Ported alsasrc, still very basic.
4121
4122 2005-07-06  Wim Taymans  <wim@fluendo.com>
4123
4124         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4125         (theora_dec_push), (theora_handle_data_packet):
4126         Prepare for better timestamp fix later.
4127
4128         * gst/audioconvert/gstaudioconvert.c:
4129         List most accurate caps first
4130
4131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4132         Use proper pad task function.
4133
4134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4135         (gst_xvimagesink_show_frame):
4136         Fix deadlock when alloc failed.
4137
4138 2005-07-05  Andy Wingo  <wingo@pobox.com>
4139
4140         * ext/gnomevfs/gstgnomevfssrc.c:
4141         * gst/sine/gstsinesrc.c:
4142         * gst/tcp/gsttcpserversrc.c:
4143         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4144
4145         * sys/v4l/: Port from 0.8.
4146
4147         * Many files: Null if we got it....
4148
4149 2005-07-05  Andy Wingo  <wingo@pobox.com>
4150
4151         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4152         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4153         Signedness fixes.
4154
4155 2005-07-05  Wim Taymans  <wim@fluendo.com>
4156
4157         * configure.ac:
4158         * gst/tcp/Makefile.am:
4159         * gst/tcp/README:
4160         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4161         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4162         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4163         (is_sync_frame), (gst_multifdsink_handle_client_write),
4164         (gst_multifdsink_render), (gst_multifdsink_start),
4165         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4166         * gst/tcp/gstmultifdsink.h:
4167         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4168         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4169         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4170         * gst/tcp/gsttcp.h:
4171         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4172         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4173         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4174         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4175         * gst/tcp/gsttcpclientsink.h:
4176         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4177         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4178         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4179         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4180         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4181         * gst/tcp/gsttcpclientsrc.h:
4182         * gst/tcp/gsttcpplugin.c: (plugin_init):
4183         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4184         * gst/tcp/gsttcpserversink.h:
4185         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4186         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4187         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4188         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4189         (gst_tcpserversrc_stop):
4190         * gst/tcp/gsttcpserversrc.h:
4191         * gst/tcp/gsttcpsink.c:
4192         * gst/tcp/gsttcpsink.h:
4193         * gst/tcp/gsttcpsrc.c:
4194         * gst/tcp/gsttcpsrc.h:
4195         Ported tcp plugins to 0.9. 
4196         
4197
4198 2005-07-05  Andy Wingo  <wingo@pobox.com>
4199
4200         * gst/playback/gstplaybasebin.c (fill_buffer):
4201         message_new_application fixen.
4202
4203         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4204         Style fix.
4205
4206 2005-07-04  Wim Taymans  <wim@fluendo.com>
4207
4208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4209         Set caps on output buffer.
4210
4211 2005-07-04  Andy Wingo  <wingo@pobox.com>
4212
4213         * ext/gnomevfs/gstgnomevfssrc.c
4214         (gst_gnomevfssrc_received_headers_callback) 
4215         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4216         hopefully.
4217
4218         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4219         No refcount leakage.
4220
4221         * configure.ac: Enable -Werror.
4222         
4223         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4224         * gst/audioconvert/bufferframesconvert.c
4225         (buffer_frames_convert_fixate):
4226         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4227         (gst_audio_convert_fixate):
4228         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4229         (gst_sinesrc_create): Fixate func changes.
4230         
4231         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4232         (gst_ximagesink_buffer_alloc): Unused var.
4233
4234 2005-07-01  Andy Wingo  <wingo@pobox.com>
4235
4236         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4237         getcaps to do explicit caps. Needs to be done in all decoders,
4238         possibly via a base class.
4239
4240         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4241
4242         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4243         caps on the sink pad, just rely on the pad template. Also, setting
4244         ANY caps on a pad is not valid because the caps are not fixed.
4245
4246         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4247         caps on the buffer, and get the width from the desired_caps if
4248         they're set.
4249         (gst_ximagesink_renegotiate_size): Implement via setting the
4250         desired_caps on the ximagesink.
4251         (gst_ximagesink_setcaps): Only reset the width of the player if it
4252         wasn't already set. Not sure if this is right.
4253         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4254
4255         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4256         that the user wants. NULL unless the window has been resized.
4257
4258         * gst/volume/gstvolume.c (volume_transform): Adapt to
4259         basetransform refcount changes.
4260         
4261 2005-07-01  Andy Wingo  <wingo@pobox.com>
4262
4263         * gst/videoscale/gstvideoscale.c:
4264         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4265         from BaseTransform, implements a transform_caps. Removed dead code
4266         including some PAR stuff that was never reached -- should probably
4267         be added back somehow.
4268
4269 2005-07-01  Andy Wingo  <wingo@pobox.com>
4270
4271         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4272         come later.
4273
4274 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4275
4276         * configure.ac:
4277         * docs/libs/Makefile.am:
4278         * docs/libs/gst-plugins-libs.types:
4279         * ext/alsa/Makefile.am:
4280         * ext/alsa/gstalsamixer.h:
4281         * ext/alsa/gstalsamixeroptions.h:
4282         * ext/alsa/gstalsamixertrack.h:
4283         * gst-libs/gst/Makefile.am:
4284         * gst-libs/gst/colorbalance/.cvsignore:
4285         * gst-libs/gst/colorbalance/Makefile.am:
4286         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4287         * gst-libs/gst/colorbalance/colorbalance.c:
4288         * gst-libs/gst/colorbalance/colorbalance.h:
4289         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4290         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4291         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4292         * gst-libs/gst/interfaces/Makefile.am:
4293         * gst-libs/gst/interfaces/colorbalance.c:
4294         (gst_color_balance_class_init):
4295         * gst-libs/gst/interfaces/colorbalance.h:
4296         * gst-libs/gst/interfaces/interfaces-marshal.list:
4297         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4298         * gst-libs/gst/interfaces/mixer.h:
4299         * gst-libs/gst/interfaces/mixeroptions.h:
4300         * gst-libs/gst/interfaces/navigation.c:
4301         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4302         * gst-libs/gst/interfaces/tuner.h:
4303         * gst/volume/Makefile.am:
4304         * gst/volume/gstvolume.c:
4305         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4306         * sys/ximage/Makefile.am:
4307         * sys/ximage/ximagesink.c:
4308         * sys/xvimage/Makefile.am:
4309         * sys/xvimage/xvimagesink.c:
4310           fold in all interfaces into an interfaces dir, preserving CVS
4311           history
4312
4313 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4314
4315         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4316           Fix build after riff changes.
4317
4318 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4319
4320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4321         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4322         (gst_riff_create_video_template_caps),
4323         (gst_riff_create_audio_template_caps),
4324         (gst_riff_create_iavs_template_caps):
4325         * gst-libs/gst/riff/riff-media.h:
4326         * gst-libs/gst/riff/riff-read.h:
4327         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4328           Add gst_riff_init() to initialize the debug category, instead
4329           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4330
4331 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4332
4333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4334           Oops, I shouldn't apply hacks.
4335
4336 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4337
4338         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4339           Remove pad_loop function which doesn't work.
4340
4341 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4342
4343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4344           Send EOS when deactivating.
4345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4346         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4347         (gen_preroll_element), (probe_triggered), (mute_stream),
4348         (silence_stream), (new_decoded_pad), (setup_substreams),
4349         (set_active_source):
4350         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4351         (remove_sinks), (add_sink):
4352         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4353           Change for new probe API.
4354
4355 2005-06-29  Wim Taymans  <wim@fluendo.com>
4356
4357         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4358         * gst-libs/gst/audio/gstbaseaudiosink.c:
4359         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4360         (gst_baseaudiosink_change_state):
4361         * gst-libs/gst/audio/gstbaseaudiosink.h:
4362         * gst-libs/gst/audio/gstringbuffer.c:
4363         (gst_ringbuffer_set_callback):
4364         Fix compilation error.
4365         Ringbuffer starts out as not running.
4366         Free our clock in dispose.
4367         When releasing the ringbuffer we need to renegotiate so
4368         clear the pad caps.
4369
4370 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4371
4372         * autogen.sh:
4373         * configure.ac:
4374         * docs/Makefile.am:
4375         * docs/libs/Makefile.am:
4376         * docs/libs/gst-plugins-libs-docs.sgml:
4377         * docs/libs/gst-plugins-libs-sections.txt:
4378         * docs/libs/gst-plugins-libs.types:
4379         * docs/libs/tmpl/gstaudio.sgml:
4380         * docs/libs/tmpl/gstcolorbalance.sgml:
4381         * docs/libs/tmpl/gstringbuffer.sgml:
4382         * gst-libs/gst/audio/gstringbuffer.c:
4383         (gst_ringbuffer_set_callback):
4384           reinstate gtk-doc docs for plugin libs
4385
4386 2005-06-28  Wim Taymans  <wim@fluendo.com>
4387
4388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4389         (gst_ogg_demux_init):
4390         Removed pad loop function.
4391
4392 2005-06-28  Wim Taymans  <wim@fluendo.com>
4393
4394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4395         If we're building a chain we are not in an error case
4396         when we queue a buffer.
4397
4398 2005-06-28  Andy Wingo  <wingo@pobox.com>
4399
4400         * *.c: Don't cast to GstObject before reffing/unreffing.
4401
4402 2005-06-27  Andy Wingo  <wingo@pobox.com>
4403
4404         * gst/videotestsrc/gstvideotestsrc.c
4405         (gst_videotestsrc_activate_push): Activation API changes.
4406
4407         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4408         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4409         they have refs on the decodebin.
4410
4411         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4412         parent class.
4413         (gst_ogg_pad_typefind): Don't leak a pad ref.
4414         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4415         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4416         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4417
4418 2005-06-27  Edward Hervey  <edward@fluendo.com>
4419
4420         * ext/theora/theoradec.c: (theora_dec_change_state): 
4421         re-arranged call to parent's state change in order to avoid locks (or
4422         worse).
4423
4424 2005-06-26  Edward Hervey  <edward@fluendo.com>
4425
4426         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4427         2nd argument of 'unknow-type' signal is a GstCaps and not a
4428         GstMiniObject
4429
4430 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4431         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4432           Set the worker thread's running flag to TRUE before starting the
4433           thread.
4434         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4435           Catch a failure to add typefind to the bin.
4436
4437 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4438
4439         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4440         (gst_sinesrc_init), (gst_sinesrc_create),
4441         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4442         (gst_sinesrc_start):
4443         * gst/sine/gstsinesrc.h:
4444           add num-buffers and timestamp-offset properties
4445         * gst/videotestsrc/gstvideotestsrc.c:
4446         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4447         (gst_videotestsrc_get_property):
4448           add timestamp-offset property
4449
4450 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4451
4452         * configure.ac: add videorate
4453         * gst-plugins-base.spec.in: add videorate
4454
4455 2005-06-23  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4458         (gst_videorate_getcaps), (gst_videorate_setcaps),
4459         (gst_videorate_event), (gst_videorate_chain):
4460         Fixed videorate, fixating an already fixated caps is not
4461         an error.
4462
4463 2005-06-23  Wim Taymans  <wim@fluendo.com>
4464
4465         * ext/ogg/README:
4466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4467         Buffer on caps is not boxed anymore.
4468
4469 2005-06-22  Wim Taymans  <wim@fluendo.com>
4470
4471         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4473         Set buffers on caps as miniobjects and not as boxed.
4474
4475 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4476
4477         * configure.ac:
4478           back to HEAD
4479
4480 === release 0.9.1 ===
4481
4482 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4483
4484         * .cvsignore:
4485         * NEWS:
4486         * README:
4487         * RELEASE:
4488         * configure.ac:
4489         * po/af.po:
4490         * po/az.po:
4491         * po/cs.po:
4492         * po/en_GB.po:
4493         * po/hu.po:
4494         * po/it.po:
4495         * po/nb.po:
4496         * po/nl.po:
4497         * po/or.po:
4498         * po/sq.po:
4499         * po/sr.po:
4500         * po/sv.po:
4501         * po/uk.po:
4502         * po/vi.po:
4503           updates for release
4504
4505 2005-06-09  Andy Wingo  <wingo@pobox.com>
4506
4507         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4508         
4509 2005-06-09  Andy Wingo  <wingo@pobox.com>
4510
4511         * configure.ac:
4512         * gst-libs/gst/Makefile.am:
4513         * gst-libs/gst/net/Makefile.am:
4514         Add gstnet to build.
4515
4516 2005-06-09  Andy Wingo  <wingo@pobox.com>
4517
4518         * gst-libs/gst/gconf/gconf.c:
4519         * gst/playback/test.c:
4520         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4521         fixes.
4522
4523         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4524
4525         * ext/theora/theoraenc.c (theora_enc_chain): 
4526         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4527
4528         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4529         RealPad.
4530
4531 2005-06-02  Wim Taymans  <wim@fluendo.com>
4532
4533         * gst-libs/gst/net/Makefile.am:
4534         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4535         * pkgconfig/gstreamer-libs.pc.in:
4536         Added net stuff, version net lib.
4537
4538 2005-06-02  Wim Taymans  <wim@fluendo.com>
4539
4540         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4541         (query_rates), (query_positions_elems), (query_positions_pads),
4542         (do_seek):
4543         Updated seek example.
4544
4545 2005-06-02  Andy Wingo  <wingo@pobox.com>
4546
4547         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4548         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4549         list.
4550
4551         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4552         remove the typefind, the bin dispose will do it for us. When it's
4553         removed and unreffed, the signal handler will be disconnected,
4554         too.
4555         (unlinked): It's too difficult to disconnect from unlinked
4556         handlers, as they are on pads not elements. Just punt if the pads
4557         aren't grandkids of the bin.
4558
4559 2005-06-02  Wim Taymans  <wim@fluendo.com>
4560
4561         * ext/ogg/README:
4562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4563         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4565         * ext/theora/theoradec.c: (theora_dec_src_query),
4566         (theora_handle_data_packet):
4567         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4568         (theora_enc_chain):
4569         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4570         (vorbis_handle_data_packet):
4571         * gst/audioconvert/bufferframesconvert.c:
4572         (buffer_frames_convert_chain):
4573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4574         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4575         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4576         (gst_ffmpegcsp_chain):
4577         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4578         (gst_videorate_getcaps), (gst_videorate_setcaps),
4579         (gst_videorate_event), (gst_videorate_chain):
4580         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4581         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4583         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4584         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4585         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4586         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4587         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4588         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4589         Cleanups and buffer alloc.
4590
4591 2005-05-31  Wim Taymans  <wim@fluendo.com>
4592
4593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4594         Don't try to call the delay method when the device is not
4595         opened.
4596
4597 2005-05-31  Wim Taymans  <wim@fluendo.com>
4598
4599         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4600         Get actual segment size and buffer size after opening
4601         the device.
4602
4603 2005-05-30  Wim Taymans  <wim@fluendo.com>
4604
4605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4606         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4607         Also FLUSH upstream, makes the loop function exit faster.
4608         
4609         * ext/theora/theoradec.c: (theora_dec_src_query):
4610         Some more debug info in the query.
4611         
4612         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4613         (gst_ximagesink_setcaps):
4614         Release lock on par error, better error reporting.
4615
4616 2005-05-26  Wim Taymans  <wim@fluendo.com>
4617
4618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4619         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4620         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4621         Clear chains in READY
4622         Queue packets until the chain is activated.
4623
4624 2005-05-25  Wim Taymans  <wim@fluendo.com>
4625
4626         * gst-libs/gst/audio/gstaudiosink.c:
4627         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4628         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4629         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4630         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4631         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4632         (gst_audiosink_create_ringbuffer):
4633         * gst-libs/gst/audio/gstbaseaudiosink.c:
4634         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4635         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4636         (gst_baseaudiosink_set_property), (build_linear_format),
4637         (debug_spec_caps), (debug_spec_buffer),
4638         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4639         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4640         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4641         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4642         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4643         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4644         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4645         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4646         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4647         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4648         (wait_segment), (gst_ringbuffer_commit),
4649         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4650         (gst_ringbuffer_clear):
4651         Various small cleanups.
4652
4653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4654         (gst_audio_convert_change_state):
4655         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4656         No need to take the locks anymore.
4657
4658 2005-05-25  Wim Taymans  <wim@fluendo.com>
4659
4660         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4661         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4662         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4663         (type_found):
4664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4665         (group_destroy), (group_commit), (queue_overrun),
4666         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4667         (mute_stream), (new_decoded_pad), (setup_substreams),
4668         (setup_source), (mute_group_type), (set_active_source),
4669         (gst_play_base_bin_change_state):
4670         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4671         (gen_video_element), (gen_text_element), (gen_audio_element),
4672         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4673         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4674         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4675         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4676         Some playbin cleanups mostly refcounting sloppyness.
4677
4678 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4679
4680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4681           Work with streaming input.
4682
4683 2005-05-25  Wim Taymans  <wim@fluendo.com>
4684
4685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4686         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4687         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4688         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4689         No need to take the STREAM lock anymore.
4690
4691 2005-05-25  Wim Taymans  <wim@fluendo.com>
4692
4693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4694         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4695         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4696         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4697         (gst_ogg_demux_sink_activate):
4698         * ext/theora/theoradec.c: (theora_dec_src_event),
4699         (theora_handle_comment_packet), (theora_dec_chain),
4700         (theora_dec_change_state):
4701         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4702         (vorbis_handle_data_packet), (vorbis_dec_chain),
4703         (vorbis_dec_change_state):
4704         Remove STREAM locks as they are taken in core now.
4705         Never set bogus granulepos on vorbis/theora.
4706         Fix leaks in theoradec tag parsing.
4707
4708 2005-05-25  Wim Taymans  <wim@fluendo.com>
4709
4710         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4711         Fix memleaks, GST_BUFFER_DATA() is not freed.
4712
4713 2005-05-25  Wim Taymans  <wim@fluendo.com>
4714
4715         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4716         Open non-blocking, set to blocking mode afterwards to avoid
4717         lockups when audio device is busy.
4718
4719 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4720
4721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4722           This can't be good.
4723
4724 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4725
4726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4727         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4728         (gst_audio_convert_setcaps):
4729           Implement instant setup switching.
4730
4731 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4732
4733         * gst/playback/gstplaybasebin.c: (probe_triggered):
4734           Fix missing unlock.
4735         * gst/playback/gstplaybin.c: (add_sink):
4736           First add, then link (otherwise pad link fails).
4737
4738 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4739
4740         * examples/Makefile.am:
4741         fix buildbot (make distcheck)
4742
4743 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4744
4745         * gst/playback/gstplaybin.c: (gen_vis_element):
4746           Remove some wrong code. Doesn't work yet.
4747
4748 2005-05-19  Wim Taymans  <wim@fluendo.com>
4749
4750         * gst-libs/gst/net/Makefile.am:
4751         * gst-libs/gst/net/README:
4752         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4753         (gst_netbuffer_class_init), (gst_netbuffer_init),
4754         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4755         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4756         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4757         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4758         * gst-libs/gst/net/gstnetbuffer.h:
4759         Added buffer subclass to store extra to/from addresses for
4760         network sources/sinks.
4761
4762 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4763
4764         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4765           Don't lock an unassigned variable.
4766
4767 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4768
4769         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4770           Increase buffer for video, decrease buffer for other media types.
4771         * gst/playback/gstplaybin.c: (gen_video_element),
4772         (gen_audio_element):
4773           Change names for debugging purposes.
4774
4775 2005-05-18  Wim Taymans  <wim@fluendo.com>
4776
4777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4778         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4779         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4780         (gst_ffmpegcsp_chain):
4781         Enable buffer alloc passthrough if the source and dest
4782         formats are the same.
4783
4784 2005-05-17  Wim Taymans  <wim@fluendo.com>
4785
4786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4787         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4788         (gst_ogg_demux_chain_unlocked):
4789         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4790         (gst_audio_convert_caps_remove_format_info),
4791         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4792         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4794         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4795         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4796         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4797         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4798         (gst_ffmpegcsp_get_property):
4799         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4800         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4801         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4802         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4803         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4804         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4805         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4806         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4807         Leak fixes in oggdemux.
4808         Some cleanups in audioconvert.
4809         Make passthrough work along with buffer_alloc etc.
4810         Make buffer_alloc and buffer recycling actually work in
4811         xvimagesink.
4812
4813 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4814
4815         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4816           make the compiler happy
4817
4818 2005-05-17  Wim Taymans  <wim@fluendo.com>
4819
4820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4821         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4822         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4823         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4824         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4825         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4826         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4827         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4828         (gst_xvimagesink_set_xwindow_id):
4829         * sys/xvimage/xvimagesink.h:
4830         Port xvimagesink to new MiniObject.
4831
4832 2005-05-17  Wim Taymans  <wim@fluendo.com>
4833
4834         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4835         (gst_audiofilter_chain):
4836         * gst-libs/gst/audio/gstaudiosink.c:
4837         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4838         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4839         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4840         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4841         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4842         (gst_audiosink_create_ringbuffer):
4843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4844         (gst_audio_convert_caps_remove_format_info),
4845         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4846         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4848         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4849         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4850         Fix passthrough in ffmpegcolorspace.
4851         Fix memset in audiosink on wrong memory.
4852
4853 2005-05-16  David Schleef  <ds@schleef.org>
4854
4855         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4856         to GstMiniObject.
4857
4858 2005-05-16  David Schleef  <ds@schleef.org>
4859
4860         Port from GstData to GstMiniObject.
4861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4863         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4864         (gst_ogg_mux_collected):
4865         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4866         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4867         (theora_handle_data_packet):
4868         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4869         (theora_set_header_on_caps), (theora_enc_chain):
4870         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4871         (vorbis_handle_comment_packet):
4872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4873         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4874         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4875         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4876         * gst/audioconvert/gstaudioconvert.c:
4877         (gst_audio_convert_get_buffer):
4878         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4879         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4880         (mute_stream), (silence_stream):
4881         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4882         * gst/volume/gstvolume.c: (volume_transform):
4883         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4884         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4885         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4886         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4887         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4888         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4889         (gst_ximagesink_buffer_alloc):
4890         * sys/ximage/ximagesink.h:
4891
4892 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4893
4894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4895         (fill_buffer), (check_queue), (queue_threshold_reached),
4896         (queue_out_of_data):
4897         * gst/playback/gstplaybasebin.h:
4898           Post buffer-fullness on the bus.
4899
4900 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4901
4902         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4903         (try_to_link_1):
4904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4905         (group_commit), (probe_triggered), (setup_source),
4906         (gst_play_base_bin_change_state):
4907         * gst/playback/gstplaybasebin.h:
4908         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4909         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4910         (gst_play_bin_change_state):
4911           Move setup_output_pads into a virtual function, remove
4912           group-switch (no longer needed) and redirect (handled by bus
4913           now) signals.
4914
4915 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4916
4917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4918         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4919         (get_active_group), (get_building_group), (group_destroy),
4920         (group_commit), (check_queue), (queue_overrun),
4921         (queue_threshold_reached), (queue_out_of_data),
4922         (gen_preroll_element), (remove_groups), (unknown_type),
4923         (add_element_stream), (no_more_pads), (probe_triggered),
4924         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4925         (setup_substreams), (setup_source), (finish_source),
4926         (prepare_output), (muted_group_change_state),
4927         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4928         (gst_play_base_bin_change_state):
4929         * gst/playback/gstplaybasebin.h:
4930         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4931         (gst_play_bin_init), (gst_play_bin_set_property),
4932         (gen_video_element), (gen_text_element), (gen_audio_element),
4933         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4934         (gst_play_bin_change_state):
4935         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4936         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4937         (stream_info_change_state), (gst_stream_info_set_mute),
4938         (gst_stream_info_get_property):
4939         * gst/playback/gststreaminfo.h:
4940         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4941         (gst_stream_selector_get_linked_pad),
4942         (gst_stream_selector_getcaps),
4943         (gst_stream_selector_get_linked_pads),
4944         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4945         * gst/playback/gststreamselector.h:
4946           Rough port of playbin. Needs some more work, but is mostly done,
4947           and uses a few locks in important places, which should make stuff
4948           like chain-switches clean. Still uses GST_STATE() in a few places,
4949           which isn't all that good an idea, subtitles/elements disabled
4950           because no elements to test with and thus probably broken, query
4951           and event handling moved to GstBin, internal thread removed
4952           alltogether because the pipeline does that for us now. Can play
4953           Ogg/Vorbis files. Haven't tested anything else yet.
4954
4955 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4956
4957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4958           Do no-more-pads (needed for autoplugging).
4959
4960 2005-05-10  Andy Wingo  <wingo@pobox.com>
4961
4962         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4963         message to the bus with the tags. Still not sent downstream tho.
4964
4965         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4966         get_parent.
4967         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4968         avoid refcounting hassles.
4969
4970 2005-05-09  Andy Wingo  <wingo@pobox.com>
4971
4972         * gst/volume/Makefile.am:
4973         * gst/volume/demo.c
4974         * gst/volume/gstvolume.h
4975         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4976         basetransform. Probably need an audio filter base class.
4977
4978 2005-05-09  Wim Taymans  <wim@fluendo.com>
4979
4980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4981         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4982         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4983         (gst_vorbisenc_chain):
4984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4985         (gst_audio_convert_caps_remove_format_info),
4986         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4987         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4988         Make caps writable before writing to it.
4989         Fix negotiation in audioconvert some more.
4990
4991 2005-05-09  Wim Taymans  <wim@fluendo.com>
4992
4993         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4994         (gst_videorate_getcaps), (gst_videorate_setcaps),
4995         (gst_videorate_event), (gst_videorate_chain):
4996         Better negotiation.
4997
4998 2005-05-09  Wim Taymans  <wim@fluendo.com>
4999
5000         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5001         (gst_videorate_getcaps), (gst_videorate_setcaps),
5002         (gst_videorate_blank_data), (gst_videorate_init),
5003         (gst_videorate_event), (gst_videorate_chain),
5004         (gst_videorate_change_state):
5005         Port videorate, do a better job at negotiation while we're at
5006         it.
5007
5008 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5009
5010         * configure.ac:
5011           Disable libvisual
5012
5013         * examples/Makefile.am:
5014         * gst-libs/gst/audio/Makefile.am:
5015         * gst-libs/gst/riff/Makefile.am:
5016         * gst-libs/gst/tag/Makefile.am:
5017         * gst-libs/gst/video/Makefile.am:
5018           Fixups for missing variables.
5019
5020 2005-05-09  Wim Taymans  <wim@fluendo.com>
5021
5022         * examples/seeking/seek.c: (make_theora_pipeline),
5023         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5024         (query_rates), (query_positions_elems), (query_positions_pads),
5025         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5027         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5028         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5029         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5030         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5032         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5033         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5034         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5035         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5036         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5037         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5038         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5039         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5040         (theora_dec_src_convert), (theora_dec_sink_convert),
5041         (theora_dec_src_query), (theora_dec_sink_query),
5042         (theora_dec_src_event), (theora_dec_sink_event),
5043         (theora_handle_comment_packet), (theora_handle_type_packet),
5044         (theora_handle_header_packet), (theora_handle_data_packet),
5045         (theora_dec_chain):
5046         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5047         (vorbis_dec_convert), (vorbis_dec_src_query),
5048         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5049         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5050         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5051         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5053         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5054         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5055         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5056         (gst_play_bin_query):
5057         * gst/playback/test3.c: (update_scale):
5058         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5059         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5060         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5061         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5062         (gst_videotestsrc_src_query):
5063         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5064         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5065         (paint_hline_YUV9):
5066         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5067         Port to new query API.
5068         Updated seek.
5069         Cleanups in x[v]imagesink
5070
5071 2005-05-09  Andy Wingo  <wingo@pobox.com>
5072
5073         * ext/alsa/gstalsasink.h:
5074         * ext/gnomevfs/gstgnomevfssrc.c:
5075         (gst_gnomevfssrc_get_icy_metadata):
5076         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5077         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5078         * ext/theora/theoradec.c (theora_dec_src_query)
5079         (theora_dec_src_event, theora_dec_sink_event)
5080         (theora_handle_comment_packet, theora_handle_data_packet):
5081         * ext/theora/theoraenc.c (theora_enc_chain):
5082         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5083         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5084         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5085         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5086         (qt_type_find):
5087         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5088         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5089         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5090         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5091         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5092         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5093         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5094         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5095         (paint_setup_RGB565, paint_setup_xRGB1555):
5096         * gst/videotestsrc/videotestsrc.h:
5097         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5098         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5099         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5100         GCC4 fixes.
5101         
5102         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5103         gst_pad_query_position. Fixes oggdemux.
5104
5105 2005-05-08  David Schleef  <ds@schleef.org>
5106
5107         * configure.ac: Require liboil.
5108         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5109         a few more.
5110         * gst/videotestsrc/videotestsrc.c:
5111         * gst/videotestsrc/videotestsrc.h:
5112
5113 2005-05-06  Wim Taymans  <wim@fluendo.com>
5114
5115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5116         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5117         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5118         Well, unreffing a buffer right before pushing it is asking
5119         for trouble..
5120
5121 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5122
5123         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5124
5125 2005-05-06  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5128         (gst_audio_convert_caps_remove_format_info),
5129         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5130         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5132         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5133         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5134         * gst/sine/Makefile.am:
5135         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5136         (gst_sinesrc_class_init), (gst_sinesrc_init),
5137         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5138         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5139         (gst_sinesrc_update_freq):
5140         * gst/sine/gstsinesrc.h:
5141         * gst/tcp/gstmultifdsink.c:
5142         * sys/xvimage/xvimagesink.c:
5143         Fixed negotiation wrt _peer_get_caps()
5144         Some cleanups.
5145
5146
5147 2005-05-06  Wim Taymans  <wim@fluendo.com>
5148
5149         * gst-libs/gst/audio/gstaudiosink.c:
5150         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5151         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5152         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5153         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5154         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5155         (gst_audiosink_create_ringbuffer):
5156         * gst-libs/gst/audio/gstbaseaudiosink.c:
5157         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5158         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5159         (gst_baseaudiosink_set_property), (build_linear_format),
5160         (debug_spec_caps), (debug_spec_buffer),
5161         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5162         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5163         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5164         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5165         * gst-libs/gst/audio/gstbaseaudiosink.h:
5166         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5167         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5168         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5169         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5170         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5171         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5172         (wait_segment), (gst_ringbuffer_commit),
5173         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5174         (gst_ringbuffer_clear):
5175         * gst-libs/gst/audio/gstringbuffer.h:
5176         Make the base audiosink return an error when there is no
5177         audiobuffer negotiated.
5178
5179 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5180
5181         * ext/Makefile.am:
5182         Disable cdparanoia until someone ports it!
5183
5184 2005-05-06  Wim Taymans  <wim@fluendo.com>
5185
5186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5187         (gst_ogg_demux_sink_activate):
5188         And revert after wingo's revert.. sigh..
5189
5190 2005-05-05  Andy Wingo  <wingo@pobox.com>
5191
5192         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5193         GObject.
5194         * configure.ac: Return audiorate and subparse from the ghetto.
5195         Re-enable -Wall -Werror.
5196         * gst/subparse/gstsubparse.c:
5197         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5198         or chain-based. Cleaned up a bit. Not tested.
5199         
5200 2005-05-05  Christian Schaller <christian@fluendo.com> 
5201
5202         * Makefile.am: remove stuff that is not building
5203         * configure.ac: remove stuff that is not building
5204         * examples/Makefile.am: remove stuff that is not building
5205         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5206         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5207         * sys/Makefile.am: remove stuff that is not building
5208         * testsuite/Makefile.am: remove stuff that is not building
5209
5210 2005-05-05  Andy Wingo  <wingo@pobox.com>
5211
5212         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5213         * gst-libs/gst/tag/gstvorbistag.c:
5214         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5215         * gst/adder/gstadder.h:
5216         * gst/audioconvert/gstchannelmix.c:
5217         (gst_audio_convert_fill_one_other):
5218         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5219         (gst_audiorate_init), (gst_audiorate_chain):
5220         * gst/playback/gstplaybasebin.c: (setup_source):
5221         * gst/playback/test3.c: (update_scale):
5222         Some GCC4 fixes
5223         
5224         * po/af.po:
5225         * po/az.po:
5226         * po/cs.po:
5227         * po/en_GB.po:
5228         * po/hu.po:
5229         * po/it.po:
5230         * po/nb.po:
5231         * po/nl.po:
5232         * po/or.po:
5233         * po/sq.po:
5234         * po/sr.po:
5235         * po/sv.po:
5236         * po/uk.po:
5237         * po/vi.po: Foo
5238
5239 2005-05-05  Wim Taymans  <wim@fluendo.com>
5240
5241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5242         (gst_audio_convert_caps_remove_format_info),
5243         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5244         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5245         * gst/videotestsrc/gstvideotestsrc.c:
5246         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5247         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5248         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5249         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5250         Don't ignore _push() return values.
5251         Make sure no processing is done when shutting down.
5252         Videotestsrc pad activation fix.
5253
5254 2005-05-05  Wim Taymans  <wim@fluendo.com>
5255
5256         * gst/adder/Makefile.am:
5257         * gst/adder/gstadder.c: (gst_adder_setcaps),
5258         (gst_adder_class_init), (gst_adder_init),
5259         (gst_adder_request_new_pad), (gst_adder_collected),
5260         (gst_adder_change_state):
5261         * gst/adder/gstadder.h:
5262         Ported adder as an example of a mixer element using
5263         collect pads. Needs more negotiation work.
5264
5265 2005-05-05  Wim Taymans  <wim@fluendo.com>
5266
5267         * ext/theora/theoradec.c: (_inc_granulepos),
5268         (theora_dec_src_event), (theora_dec_sink_event),
5269         (theora_handle_comment_packet), (theora_handle_type_packet),
5270         (theora_handle_header_packet), (theora_handle_data_packet),
5271         (theora_dec_chain):
5272         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5273         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5274         (theora_push_buffer), (theora_push_packet),
5275         (theora_enc_sink_event), (theora_enc_chain),
5276         (theora_enc_change_state), (theora_enc_set_property),
5277         (theora_enc_get_property):
5278         Added stream lock to decoder so that we can serialize
5279         the discont event.
5280         More theoraenc porting, recover from errors, do clean
5281         shutdown.
5282
5283 2005-05-05  Wim Taymans  <wim@fluendo.com>
5284
5285         * ext/ogg/Makefile.am:
5286         * ext/ogg/README:
5287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5288         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5289         (gst_ogg_print):
5290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5291         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5292         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5293         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5294         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5295         (gst_ogg_mux_change_state):
5296         Ported ogg muxer.
5297
5298 2005-05-05  Wim Taymans  <wim@fluendo.com>
5299
5300         * docs/design-audiosinks.txt:
5301         * gst-libs/gst/audio/TODO:
5302         * gst-libs/gst/audio/gstaudiosink.c:
5303         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5304         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5305         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5306         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5307         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5308         (gst_audiosink_create_ringbuffer):
5309         * gst-libs/gst/audio/gstbaseaudiosink.c:
5310         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5311         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5312         (gst_baseaudiosink_set_property), (build_linear_format),
5313         (debug_spec_caps), (debug_spec_buffer),
5314         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5315         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5316         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5317         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5319         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5320         (gst_ringbuffer_release), (gst_ringbuffer_play),
5321         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5322         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5323         (gst_ringbuffer_set_sample), (wait_segment),
5324         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5325         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5326         More work on the audiosink, mostly debugging and a race in
5327         shutdown.
5328
5329 2005-04-28  Wim Taymans  <wim@fluendo.com>
5330
5331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5332         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5333         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5334         (vorbis_dec_src_query), (vorbis_dec_src_event),
5335         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5336         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5337         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5338         Don't crap out when seeking back to position 0.
5339
5340 2005-04-28  Wim Taymans  <wim@fluendo.com>
5341
5342         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5343         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5344         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5345         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5346         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5347         Make audio sink configurable, use alsasink as default.
5348
5349 2005-04-28  Wim Taymans  <wim@fluendo.com>
5350
5351         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5352         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5353         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5354         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5355         (vorbis_dec_change_state):
5356         * ext/vorbis/vorbisdec.h:
5357         Refactor, use STREAM_LOCK.
5358
5359 2005-04-28  Wim Taymans  <wim@fluendo.com>
5360
5361         * ext/theora/theoradec.c: (_inc_granulepos),
5362         (theora_dec_sink_event), (theora_handle_comment_packet),
5363         (theora_handle_type_packet), (theora_handle_header_packet),
5364         (theora_handle_data_packet), (theora_dec_chain),
5365         (theora_dec_change_state):
5366         Refactor a bit, use STREAM_LOCK.
5367
5368 2005-04-28  Wim Taymans  <wim@fluendo.com>
5369
5370         * ext/alsa/Makefile.am:
5371         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5372         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5373         (gst_alsa_link), (gst_alsa_close_audio):
5374         * ext/alsa/gstalsaplugin.c: (plugin_init):
5375         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5376         (gst_alsasink_dispose), (gst_alsasink_base_init),
5377         (gst_alsasink_class_init), (gst_alsasink_init),
5378         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5379         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5380         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5381         (gst_alsasink_reset):
5382         * ext/alsa/gstalsasink.h:
5383         Implement alsasink with simple open/write/close API. 
5384         Make alsa dir build by disabling compilation of code.
5385
5386 2005-04-28  Wim Taymans  <wim@fluendo.com>
5387
5388         * gst-libs/gst/audio/Makefile.am:
5389         * gst-libs/gst/audio/audio.h:
5390         * gst-libs/gst/audio/audioclock.c:
5391         * gst-libs/gst/audio/audioclock.h:
5392         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5393         (gst_audio_clock_class_init), (gst_audio_clock_init),
5394         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5395         * gst-libs/gst/audio/gstaudioclock.h:
5396         * gst-libs/gst/audio/gstaudiosink.c:
5397         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5398         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5399         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5400         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5401         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5402         (gst_audiosink_create_ringbuffer):
5403         * gst-libs/gst/audio/gstbaseaudiosink.c:
5404         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5405         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5406         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5407         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5408         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5409         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5410         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5411         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5412         * gst-libs/gst/audio/gstbaseaudiosink.h:
5413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5414         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5415         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5416         (gst_ringbuffer_release), (gst_ringbuffer_play),
5417         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5418         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5419         (gst_ringbuffer_set_sample), (wait_segment),
5420         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5421         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5422         * gst-libs/gst/audio/gstringbuffer.h:
5423         Make ringbuffer faster and more simple by removing the locks
5424         in the playback thread.
5425         Add sample accurate playback based on buffer sample offsets.
5426         Make the baseaudiosink provide a clock.
5427         Parse caps in the base class.
5428         Correctly handle seeking, flushing and state changes.
5429
5430 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5431
5432         * configure.ac:
5433         * gst/audioconvert/Makefile.am:
5434         * gst/audioscale/Makefile.am:
5435           Fix part of the build.  Come on guys, autogen didn't even work :)
5436
5437 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5438
5439         * configure.ac:
5440         * gst-libs/gst/Makefile.am:
5441         * gst-libs/gst/media-info/.cvsignore:
5442         * gst-libs/gst/media-info/Makefile.am:
5443         * gst-libs/gst/media-info/README:
5444         * gst-libs/gst/media-info/media-info-priv.c:
5445         * gst-libs/gst/media-info/media-info-priv.h:
5446         * gst-libs/gst/media-info/media-info-test.c:
5447         * gst-libs/gst/media-info/media-info.c:
5448         * gst-libs/gst/media-info/media-info.h:
5449         * gst-libs/gst/media-info/media-info.vcproj:
5450         * pkgconfig/Makefile.am:
5451         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5452         * pkgconfig/gstreamer-media-info.pc.in:
5453           Remove media-info, which is also successed by playbin (see Totem
5454           implementation).
5455
5456 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5457
5458         * configure.ac:
5459         * examples/Makefile.am:
5460         * examples/gstplay/.cvsignore:
5461         * examples/gstplay/Makefile.am:
5462         * examples/gstplay/player.c:
5463         * gst-libs/gst/Makefile.am:
5464         * gst-libs/gst/play/.cvsignore:
5465         * gst-libs/gst/play/Makefile.am:
5466         * gst-libs/gst/play/play.c:
5467         * gst-libs/gst/play/play.h:
5468         * gst-libs/gst/play/play.vcproj:
5469         * pkgconfig/Makefile.am:
5470         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5471         * pkgconfig/gstreamer-play.pc.in:
5472           Remove libgstplay, playbin is now the official successor.
5473
5474 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5475
5476         * configure.ac:
5477         * gst-libs/gst/Makefile.am:
5478         * gst-libs/gst/xwindowlistener/Makefile.am:
5479         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5480         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5481           Remove deprecated xwindowlistener (I've moved xwindowlistening
5482           in the v4l/v4l2 plugins over to serverside).
5483
5484 2005-04-25  David Schleef  <ds@schleef.org>
5485
5486         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5487         to examples/dynparams.  Examples do not belong interspersed with
5488         source code.
5489         * examples/dynparams/demo-dparams.c:
5490         * gst/sine/Makefile.am:
5491         * gst/sine/demo-dparams.c:
5492
5493 2005-04-25  David Schleef  <ds@schleef.org>
5494
5495         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5496         * gst-libs/gst/audio/Makefile.am:
5497         * gst-libs/gst/riff/Makefile.am:
5498         * gst-libs/gst/tag/Makefile.am:
5499         * gst-libs/gst/video/Makefile.am:
5500         * gst-libs/gst/xwindowlistener/Makefile.am:
5501
5502         Convert to 0.9 API, seems to work:
5503         * sys/ximage/Makefile.am:
5504         * sys/ximage/ximagesink.c:
5505
5506 2005-04-24  David Schleef  <ds@schleef.org>
5507
5508         Link plugins against libraries:
5509         * ext/alsa/Makefile.am:
5510         * gst/tcp/Makefile.am:
5511
5512         Remove asm code that should be in liboil
5513         * gst/videoscale/Makefile.am:
5514         * gst/videoscale/videoscale_x86_asm.s:
5515
5516         gettext wants these checked in:
5517         * po/af.po:
5518         * po/az.po:
5519         * po/cs.po:
5520         * po/en_GB.po:
5521         * po/hu.po:
5522         * po/it.po:
5523         * po/nb.po:
5524         * po/nl.po:
5525         * po/or.po:
5526         * po/sq.po:
5527         * po/sr.po:
5528         * po/sv.po:
5529         * po/uk.po:
5530         * po/vi.po:
5531
5532 2005-04-24  David Schleef  <ds@schleef.org>
5533
5534         Convert gst_main() to g_main_loop_run()
5535         * gst/playback/decodetest.c: (main):
5536         * gst/playback/test2.c: (main):
5537         * gst/playback/test3.c: (main):
5538         * gst/playback/test4.c: (main):
5539
5540         Link plugins against libraries:
5541         * ext/libvisual/Makefile.am:
5542         * sys/xvimage/Makefile.am:
5543
5544 2005-04-24  David Schleef  <ds@schleef.org>
5545
5546         * configure.ac: Remove idct and resample libs
5547         * gst-libs/gst/Makefile.am: same
5548
5549         Remove usage of gst_library_load():
5550         * ext/alsa/gstalsaplugin.c: (plugin_init):
5551         * ext/libvisual/visual.c: (plugin_init):
5552         * ext/ogg/gstogg.c: (plugin_init):
5553         * ext/theora/theora.c: (plugin_init):
5554         * ext/vorbis/vorbis.c: (plugin_init):
5555         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5556         * gst/audioscale/gstaudioscale.c:
5557         * gst/adder/gstadder.c: (plugin_init):
5558         * gst/audioconvert/plugin.c: (plugin_init):
5559         * sys/ximage/ximagesink.c: (plugin_init):
5560         * sys/xvimage/xvimagesink.c: (plugin_init):
5561         * gst/tcp/gsttcpplugin.c: (plugin_init):
5562
5563         Link plugins against libraries:
5564         * ext/ogg/Makefile.am:
5565         * ext/theora/Makefile.am:
5566         * ext/vorbis/Makefile.am:
5567         * gst/audioconvert/Makefile.am:
5568
5569         Create proper libraries:
5570         * gst-libs/gst/riff/Makefile.am:
5571         * gst-libs/gst/audio/Makefile.am:
5572         * gst-libs/gst/video/Makefile.am:
5573
5574         Move resample library to audioscale plugin directory:
5575         * gst-libs/gst/resample/Makefile.am:
5576         * gst-libs/gst/resample/README:
5577         * gst-libs/gst/resample/dtof.c:
5578         * gst-libs/gst/resample/dtos.c:
5579         * gst-libs/gst/resample/functable.c:
5580         * gst-libs/gst/resample/private.h:
5581         * gst-libs/gst/resample/resample.c:
5582         * gst-libs/gst/resample/resample.h:
5583         * gst-libs/gst/resample/resample.vcproj:
5584         * gst-libs/gst/resample/test.c:
5585         * gst/audioscale/Makefile.am:
5586         * gst/audioscale/README:
5587         * gst/audioscale/dtof.c:
5588         * gst/audioscale/dtos.c:
5589         * gst/audioscale/functable.c:
5590         * gst/audioscale/private.h:
5591         * gst/audioscale/resample.c:
5592         * gst/audioscale/resample.h:
5593         * gst/audioscale/test.c:
5594
5595         Move tagedit library to gst-libs:
5596         * gst-libs/gst/tag/Makefile.am:
5597         * gst-libs/gst/tag/gstid3tag.c:
5598         * gst-libs/gst/tag/gsttagediting.c:
5599         * gst-libs/gst/tag/gsttageditingprivate.h:
5600         * gst-libs/gst/tag/gstvorbistag.c:
5601         * gst/tags/Makefile.am:
5602         * gst/tags/gstid3tag.c:
5603         * gst/tags/gstvorbistag.c:
5604
5605         Fix for core changes:
5606         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5607         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5608         (gst_sinesrc_getrange):
5609
5610 2005-04-23  David Schleef  <ds@schleef.org>
5611
5612         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5613         in gst-plugins in a long time, and properly belongs in liboil.
5614         * gst-libs/gst/idct/Makefile.am:
5615         * gst-libs/gst/idct/README:
5616         * gst-libs/gst/idct/dct.h:
5617         * gst-libs/gst/idct/doieee:
5618         * gst-libs/gst/idct/fastintidct.c:
5619         * gst-libs/gst/idct/floatidct.c:
5620         * gst-libs/gst/idct/idct.c:
5621         * gst-libs/gst/idct/idct.h:
5622         * gst-libs/gst/idct/idtc.vcproj:
5623         * gst-libs/gst/idct/ieeetest.c:
5624         * gst-libs/gst/idct/intidct.c:
5625
5626 2005-04-20  Wim Taymans  <wim@fluendo.com>
5627
5628         * docs/design-audiosinks.txt:
5629         * gst-libs/gst/audio/Makefile.am:
5630         * gst-libs/gst/audio/TODO:
5631         * gst-libs/gst/audio/gstaudiosink.c:
5632         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5633         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5634         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5635         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5636         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5637         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5638         (gst_audiosink_class_init), (gst_audiosink_init),
5639         (gst_audiosink_create_ringbuffer):
5640         * gst-libs/gst/audio/gstaudiosink.h:
5641         * gst-libs/gst/audio/gstbaseaudiosink.c:
5642         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5643         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5644         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5645         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5646         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5647         (gst_baseaudiosink_create_ringbuffer),
5648         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5649         * gst-libs/gst/audio/gstbaseaudiosink.h:
5650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5651         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5652         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5653         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5654         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5655         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5656         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5657         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5658         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5659         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5660         * gst-libs/gst/audio/gstringbuffer.h:
5661         An attempt at a set of audio base classes together with some
5662         design docs.
5663
5664 2005-04-20  Wim Taymans  <wim@fluendo.com>
5665
5666         * gst/audioconvert/Makefile.am:
5667         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5668         (gst_audio_convert_caps_remove_format_info),
5669         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5670         (gst_audio_convert_channels):
5671         Link against audio libs.
5672         Fix audio convert plugin.
5673
5674 2005-04-20  Wim Taymans  <wim@fluendo.com>
5675
5676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5677         (gst_ogg_demux_sink_activate):
5678         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5679         (theora_set_header_on_caps), (theora_enc_sink_event),
5680         (theora_enc_chain):
5681         Fix theora encoder.
5682
5683 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5684
5685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5686         * gst/playback/gstdecodebin.c: (find_compatibles):
5687           Work with staticpadtemplates in elementfactories.
5688
5689 2005-04-12  Wim Taymans  <wim@fluendo.com>
5690
5691         * gst/playback/README:
5692         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5693         (compare_ranks), (print_feature), (gst_decode_bin_init),
5694         (dynamic_create), (dynamic_free), (find_compatibles),
5695         (mimetype_is_raw), (close_pad_link), (got_redirect),
5696         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5697         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5698         (gst_decode_bin_change_state):
5699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5700         (gst_play_base_bin_init), (group_destroy), (group_commit),
5701         (check_queue), (queue_overrun), (queue_threshold_reached),
5702         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5703         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5704         (got_redirect), (setup_source), (play_base_eos),
5705         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5706         (gst_play_base_bin_remove_element):
5707         * gst/playback/gstplaybasebin.h:
5708         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5709         (gst_play_bin_init), (gst_play_bin_dispose),
5710         (gst_play_bin_set_property), (gen_video_element),
5711         (gen_text_element), (gen_audio_element), (remove_sinks),
5712         (gst_play_bin_send_event):
5713         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5714         (stream_info_change_state), (gst_stream_info_set_mute):
5715         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5716         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5717         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5718         (gst_stream_selector_chain):
5719         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5720         (main):
5721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5722         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5723         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5724         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5725         Raw and crude port of decodebin. 
5726         Make playbin compile.
5727
5728 2005-04-06  Wim Taymans  <wim@fluendo.com>
5729
5730         * ext/gnomevfs/Makefile.am:
5731         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5732         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5733         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5734         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5735         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5736         (gst_gnomevfssrc_stop):
5737         * ext/ogg/Makefile.am:
5738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5739         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5740         * ext/theora/Makefile.am:
5741         * ext/theora/theoradec.c: (_inc_granulepos),
5742         (theora_dec_sink_event), (theora_dec_chain):
5743         * ext/vorbis/Makefile.am:
5744         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5745         (vorbis_dec_sink_event), (vorbis_dec_chain):
5746         * gst-libs/gst/audio/Makefile.am:
5747         * sys/xvimage/Makefile.am:
5748         Make gnomevfssrc extend the source base class.
5749         Fix linking against libs in various plugins.
5750
5751 2005-04-06  Andy Wingo  <wingo@pobox.com>
5752
5753         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5754         GST_BASE_LIBS.
5755
5756         * configure.ac: Add check and AC_SUBST for libgstbase.
5757
5758 2005-03-31  Wim Taymans  <wim@fluendo.com>
5759
5760         * examples/seeking/Makefile.am:
5761         * examples/seeking/cdparanoia.c: (main):
5762         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5763         (play_cb), (pause_cb), (stop_cb), (main):
5764         * examples/seeking/playbin.c:
5765         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5766         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5767         (make_sid_pipeline), (make_vorbis_pipeline),
5768         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5769         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5770         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5771         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5772         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5773         (stop_cb), (main):
5774         * examples/seeking/spider_seek.c:
5775         * examples/seeking/vorbisfile.c:
5776         * ext/gnomevfs/Makefile.am:
5777         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5779         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5780         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5781         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5782         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5783         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5784         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5785         * ext/ogg/README:
5786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5787         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5788         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5789         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5790         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5791         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5792         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5793         (gst_ogg_demux_factory_filter), (compare_ranks),
5794         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5795         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5796         (gst_ogg_chain_new), (gst_ogg_chain_free),
5797         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5798         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5799         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5800         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5801         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5802         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5803         (gst_ogg_demux_get_prev_page),
5804         (gst_ogg_demux_deactivate_current_chain),
5805         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5806         (gst_ogg_demux_bisect_forward_serialno),
5807         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5808         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5809         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5810         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5811         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5812         (gst_ogg_demux_change_state), (gst_ogg_print):
5813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5814         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5815         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5816         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5817         (gst_ogg_mux_loop):
5818         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5819         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5820         (theora_dec_src_convert), (theora_dec_sink_convert),
5821         (theora_dec_src_query), (theora_dec_src_event),
5822         (theora_dec_sink_event), (theora_dec_chain),
5823         (theora_dec_change_state):
5824         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5825         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5826         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5827         (theora_enc_change_state):
5828         * ext/vorbis/Makefile.am:
5829         * ext/vorbis/oggvorbisenc.c:
5830         * ext/vorbis/oggvorbisenc.h:
5831         * ext/vorbis/vorbis.c: (plugin_init):
5832         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5833         (vorbis_dec_src_query), (vorbis_dec_src_event),
5834         (vorbis_dec_sink_event), (vorbis_dec_chain),
5835         (vorbis_dec_change_state):
5836         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5837         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5838         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5839         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5840         (gst_vorbisenc_change_state):
5841         * ext/vorbis/vorbisenc.h:
5842         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5843         * gst-libs/gst/audio/audioclock.c:
5844         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5845         (gst_audiofilter_init), (gst_audiofilter_chain):
5846         * gst-libs/gst/audio/testchannels.c: (main):
5847         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5848         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5849         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5850         (gmip_find_track_streaminfo), (gmip_find_track_format):
5851         * gst-libs/gst/media-info/media-info.c:
5852         (gst_media_info_read_idler):
5853         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5854         (gst_play_get_all_by_interface):
5855         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5856         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5857         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5858         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5859         (gst_riff_parse_info):
5860         * gst-libs/gst/riff/riff-read.h:
5861         * gst-libs/gst/riff/riff.c: (plugin_init):
5862         * gst-libs/gst/video/Makefile.am:
5863         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5864         (gst_videosink_class_init), (gst_videosink_get_type):
5865         * gst-libs/gst/video/videosink.h:
5866         * gst/audioconvert/bufferframesconvert.c:
5867         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5868         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5869         * gst/audioconvert/channelmixtest.c: (main):
5870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5871         (gst_audio_convert_chain),
5872         (gst_audio_convert_caps_remove_format_info),
5873         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5874         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5875         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5876         (gst_audio_convert_buffer_to_default_format),
5877         (gst_audio_convert_buffer_from_default_format),
5878         (gst_audio_convert_channels):
5879         * gst/audioconvert/gstchannelmix.h:
5880         * gst/ffmpegcolorspace/avcodec.h:
5881         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5882         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5883         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5884         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5885         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5886         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5887         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5888         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5889         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5890         (dv_type_find):
5891         * gst/videotestsrc/gstvideotestsrc.c:
5892         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5893         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5894         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5895         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5896         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5897         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5898         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5900         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5901         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5902         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5903         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5904         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5905         (gst_xvimagesink_navigation_send_event),
5906         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5907         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5908         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5909         * sys/xvimage/xvimagesink.h:
5910         Plugin port to 0.9, ogg/theora playback should work in the seek
5911         example now.
5912         Removed old examples.
5913         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5914         explained in 0.9 TODO doc.
5915
5916
5917 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5918
5919         * autogen.sh:
5920         * configure.ac:
5921         * ext/Makefile.am:
5922         * gst/Makefile.am:
5923         * po/POTFILES.in:
5924         * po/af.po:
5925         * po/az.po:
5926         * po/cs.po:
5927         * po/en_GB.po:
5928         * po/hu.po:
5929         * po/it.po:
5930         * po/nb.po:
5931         * po/nl.po:
5932         * po/or.po:
5933         * po/sq.po:
5934         * po/sr.po:
5935         * po/sv.po:
5936         * po/uk.po:
5937         * po/vi.po:
5938         * sys/Makefile.am:
5939         * testsuite/Makefile.am:
5940           remove a whole bunch of plugins.  This module now contains a set
5941           of free reference plugins/elements as agreed.
5942
5943 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5944
5945         * configure.ac:
5946           hunting season on 0.9 is now OPEN
5947
5948 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5949
5950         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5951           Kick the hell out of gcc for not warning me about a symbol conflict.
5952
5953 2005-02-22  Luca Ognibene  <luogni@tin.it>
5954
5955         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5956
5957         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5958           Don't leak caps string (fixes #168134)
5959
5960         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5961         (gst_jpegenc_init), (gst_jpegenc_finalize),
5962         (gst_jpegenc_change_state):
5963           Don't leak line buffers and context struct (fixes #168133).
5964
5965 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5966
5967         * configure.ac:
5968         * ext/dirac/gstdiracdec.cc:
5969         (gst_diracdec_chain):
5970           Since dirac 0.5.0 the framerate in dirac is expressed as a
5971           rational number. Fix build and up requirement to 0.5.0, and
5972           also pass parameters to gst_diracdec_link in the right order
5973           (fixes #167959).
5974
5975 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5976
5977         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5978         * ext/faad/gstfaad.h:
5979         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5980         certain invalid muxed streams, where some packets will contain 
5981         junk after decoder data. Partially fixes #149158.
5982
5983 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5984         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5985           Make sure we only write to writable buffers
5986
5987 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5988
5989         * gst-libs/gst/riff/riff-media.c:
5990         (gst_riff_create_audio_caps_with_data):
5991           Do actually fix invalid RIFF fmt header values for alaw
5992           and mulaw audio instead of just saying so.
5993
5994         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5995           Give gst_riff_create_audio_caps_with_data() a chance to
5996           fix up broken format header fields before extracting any
5997           parameters from the header. (fixes #167633)
5998
5999 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6000
6001         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6002
6003         * gst/audioconvert/bufferframesconvert.c:
6004         (buffer_frames_convert_link):
6005           Don't leak othercaps. (fixes #167878)
6006
6007 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6008
6009         * configure.ac:
6010         * ext/libvisual/visual.c: (gst_visual_srclink),
6011         (gst_visual_change_state):
6012           Support libvisual 0.2.0.
6013
6014 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6015
6016         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6018           Use same rowstrides for I420 as used everywhere else.
6019
6020 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6021
6022         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6023           Declare variables at beginning of block and make gcc-2.95 happy
6024           (fixes # 167482, patch by Gergely Nagy).
6025           
6026         * gst/tcp/gsttcpclientsrc.c:
6027         * gst/tcp/gsttcpclientsrc.h:
6028           Move some includes into the header, so that struct sockaddr_in is
6029           defined when it should be defined on FreeBSD as well (fixes
6030           #167483).
6031           
6032         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6033           Don't pass uninitialised values to setsockopt() here either.
6034
6035 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6036
6037         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6038
6039         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6040           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6041
6042 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6043
6044         * gst/playback/gstplaybin.c: (add_sink):
6045           Invert bin_add/link order to workaround deadlock in opt.
6046
6047 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6048
6049         * gst/modplug/gstmodplug.cc:
6050           Add missing break causing position queries to fail.
6051
6052 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6053
6054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6055           Granpos can apparently be -1, which screws up calculations...
6056
6057 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6058
6059         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6060         (gst_ximagesink_send_pending_navigation),
6061         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6062         (gst_ximagesink_init):
6063         * sys/ximage/ximagesink.h:
6064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6065         (gst_xvimagesink_send_pending_navigation),
6066         (gst_xvimagesink_navigation_send_event),
6067         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6068         * sys/xvimage/xvimagesink.h:
6069           Use a mutex protected list to marshal navigation
6070           events into the stream thread from whichever thread
6071           sends them.
6072
6073 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6074
6075         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6076           Display current position and track length; misc. clean-ups.
6077           
6078         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6079         (speed_init), (speed_chain):
6080           Add query function, so that the stream length and current position
6081           get adjusted when queried (note that current position queries may
6082           still be wrong if the audio sink returns values based on buffer
6083           timestamps instead of passing on the query).
6084
6085 2005-02-13  Benjamin Otte  <otte@gnome.org>
6086
6087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6088         (gst_audio_convert_channels):
6089           create channel conversion matrix when linking
6090         * gst/audioconvert/.cvsignore:
6091         * gst/audioconvert/Makefile.am:
6092         * gst/audioconvert/channelmixtest.c: (main):
6093           add (ugly) test that ensures stereo <=> mono conversion works
6094           correctly
6095
6096 2005-02-13  Benjamin Otte  <otte@gnome.org>
6097
6098         * gst/audioconvert/gstchannelmix.h:
6099           include missing header file
6100         * gst/audioconvert/gstchannelmix.c:
6101         (gst_audio_convert_fill_compatible):
6102           use same sign for both channels when converting to/from compatible
6103           channel. Previously used different signs made the signals cancel
6104           each other out and appear like silence. (fixes #167269)
6105
6106 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6107
6108         * gst/ffmpegcolorspace/avcodec.h:
6109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6110         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6111         (gst_ffmpegcsp_avpicture_fill):
6112         * gst/ffmpegcolorspace/imgconvert.c:
6113           Convert to and from YV12 (fixes #156379).
6114
6115 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6116
6117         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6118         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6119         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6120         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6121         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6122         methods from chain and negotiation and vice versa (Fixes #166142).
6123         * sys/ximage/ximagesink.h: Add stream_lock.
6124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6125         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6126         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6127         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6128
6129 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6130
6131         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6132           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6133           error message when we can't open the DVD device (when dvdnav_open()
6134           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6135           the above). Send something more useful instead (fixes #167117).
6136
6137 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6138
6139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6140         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6141         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6142         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6143         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6144         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6145         methods from chain and negotiation and vice versa (Fixes #166142).
6146         Fix a possible bug of images in the buffer pool being discarded because
6147         we are looking at the wrong geometry.
6148         * sys/xvimage/xvimagesink.h: Add stream_lock.
6149
6150 2005-02-11  David Schleef  <ds@schleef.org>
6151
6152         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6153         unsigned int. (fixes #167128)
6154
6155 2005-02-11  David Schleef  <ds@schleef.org>
6156
6157         * gst/librfb/Makefile.am: Testing stuff before committing is
6158           for wimps... and people with fast machines.  Fix stupid
6159           mistake.
6160
6161 2005-02-11  David Schleef  <ds@schleef.org>
6162
6163         * configure.ac: Pull in librfb from my CVS tree, because it is
6164           too small and annoying to be separate.  Move rfbsrc plugin
6165           to gst/.
6166         * ext/Makefile.am:
6167         * ext/librfb/Makefile.am:
6168         * ext/librfb/gstrfbsrc.c:
6169         * gst/librfb/Makefile.am:
6170         * gst/librfb/gstrfbsrc.c:
6171         * gst/librfb/rfb.c:
6172         * gst/librfb/rfb.h:
6173         * gst/librfb/rfbbuffer.c:
6174         * gst/librfb/rfbbuffer.h:
6175         * gst/librfb/rfbbytestream.c:
6176         * gst/librfb/rfbbytestream.h:
6177         * gst/librfb/rfbcontext.h:
6178         * gst/librfb/rfbdecoder.c:
6179         * gst/librfb/rfbdecoder.h:
6180         * gst/librfb/rfbutil.h:
6181
6182 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6183
6184         * gst/speed/Makefile.am:
6185         * gst/speed/demo-mp3.c: (main):
6186         * gst/speed/filter.func:
6187         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6188         (speed_class_init), (speed_init), (speed_chain_int16),
6189         (speed_chain_float32), (speed_chain), (speed_set_property),
6190         (speed_get_property), (speed_change_state):
6191         * gst/speed/gstspeed.h:
6192           Fix speed element and make it chain-based (fixes #156467),
6193           and make it handle more than one channel.
6194
6195 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6196
6197         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6198         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6199         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6200         * ext/dts/gstdtsdec.h:
6201           Don't clobber the stack constructing the channels array.
6202           Make the element chain-based. DTS tracks can now be played.
6203           
6204 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6205
6206         * gst-libs/gst/audio/multichannel.h:
6207         * gst-libs/gst/gconf/gconf.h:
6208         * gst-libs/gst/idct/idct.h:
6209         * gst-libs/gst/media-info/media-info-priv.h:
6210         * gst-libs/gst/play/play.h:
6211         * gst-libs/gst/resample/private.h:
6212         * gst-libs/gst/resample/resample.h:
6213         * gst-libs/gst/riff/riff-ids.h:
6214         * gst-libs/gst/video/video.h:
6215         * gst-libs/gst/video/videosink.h:
6216           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6217           missing, so that they work when included from C++ code.
6218
6219 2005-02-09  David Schleef  <ds@schleef.org>
6220
6221         * testsuite/gst-lint: Check for non-statically scoped
6222           parent_class variables.  This won't be a problem once
6223           plugins are loaded with RTLD_LOCAL.
6224
6225 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6226
6227         * ext/mplex/gstmplexibitstream.cc:
6228           gcc madness.
6229
6230 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6231
6232         * ext/ogg/gstogmparse.c:
6233         * gst/debug/gstnavigationtest.c:
6234           Die, thou faulty symbol pollutors (non-static parent_class).
6235
6236 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6237
6238         * ext/mplex/gstmplexibitstream.cc:
6239           Fix event handling (#165525).
6240
6241 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6242
6243         * ext/mikmod/gstmikmod.c:
6244         * gst/modplug/gstmodplug.cc:
6245           Add missing endianness to template (fixes #165509).
6246
6247 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6248
6249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6250           Fix wrong order of reading of optional bytes (#165290).
6251
6252 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6253
6254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6255           Implement FILLER event awareness.
6256
6257 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6258
6259         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6260           Fix track calculations (#166208).
6261
6262 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6263
6264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6265
6266         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6267         * ext/libpng/gstpngenc.c:
6268           Fix byte-order, use proper fixed caps. Fixes #164197.
6269
6270 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6271
6272         * configure.ac:
6273           Add dvdlpcmdec 
6274
6275         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6276         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6277           Don't push buffers if the src pad isn't negotiated yet.
6278           
6279         * gst/audioconvert/gstaudioconvert.c:
6280         (gst_audio_convert_buffer_to_default_format),
6281         (gst_audio_convert_buffer_from_default_format):
6282           Add support for 24-bit width.
6283
6284         * gst/dvdlpcmdec/.cvsignore:
6285         * gst/dvdlpcmdec/Makefile.am:
6286         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6287         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6288         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6289         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6290         (plugin_init):
6291         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6292           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6293           format. Needs support for the channels maps if someone can find 
6294           a DVD LPCM track with > 2 channels.
6295
6296         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6297         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6298         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6299         * gst/mpegstream/gstdvddemux.h:
6300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6301         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6302         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6303         * gst/mpegstream/gstmpegdemux.h:
6304         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6305         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6306         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6307         (gst_mpeg_parse_handle_src_query),
6308         (gst_mpeg_parse_handle_src_event):
6309           Use audio/x-dvd-lpcm for LPCM output.
6310           Add DTS output.
6311
6312 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6313
6314         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6315
6316         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6317         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6318           Add BGRA handling (#165736).
6319
6320 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6321
6322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6323
6324         * gst/law/alaw-decode.c: (alawdec_link):
6325         * gst/law/alaw-encode.c: (alawenc_link):
6326         * gst/law/mulaw-decode.c: (mulawdec_link):
6327         * gst/law/mulaw-encode.c: (mulawenc_link):
6328           Fix caps memleaks (#166600).
6329
6330 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6331
6332         * ext/tarkin/mem.h:
6333         * ext/tarkin/wavelet.h:
6334         * ext/tarkin/yuv.h:
6335         * gst/ffmpegcolorspace/avcodec.h:
6336           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6337           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6338
6339 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6340
6341         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6343         (gst_xvimagesink_change_state):
6344           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6345           Xv video (and thereby regenerate Xv colourkey) in clear() so
6346           that PLAY -> READY -> PLAY works (fixes #162504).
6347
6348 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6349
6350         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6351           Switch to list instead of range, since MJPEG-devices really just
6352           support decimations, not any size.
6353
6354 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6355         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6356         (gst_mpeg2dec_reset), (free_all_buffers),
6357         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6358         * ext/mpeg2dec/gstmpeg2dec.h:
6359           The libmpeg2 user-allocated buffer management is awkward, 
6360           to say the least. Hopefully this fixes things.
6361
6362 2005-02-04  Andy Wingo  <wingo@pobox.com>
6363
6364         * gst/audioconvert/bufferframesconvert.c
6365         (buffer_frames_convert_fixate): New function, fixates to 256
6366         frames per buffer by default. (Much better than 1.)
6367         (buffer_frames_convert_init): Set the fixate function for both src
6368         and sink pad.
6369         (buffer_frames_convert_link): After success setting nonfixed caps,
6370         get the negotiated caps so we can know how many buffer-frames it
6371         will be. No idea how this worked at all before.
6372
6373 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6374
6375         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6376         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6377         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6378         (handle_sequence), (handle_picture):
6379         * ext/mpeg2dec/gstmpeg2dec.h:
6380           Rearrange buffer tracking and refcounting and refactor
6381           a little for readability. 
6382
6383 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6384         * sys/v4l/gstv4l.c: (plugin_init):
6385         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6386         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6387         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6388         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6389         * sys/v4l/gstv4ljpegsrc.h:
6390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6391         * sys/v4l/v4l_calls.h:
6392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6393         (gst_v4lsrc_get_fps):
6394         * sys/v4l/v4lsrc_calls.h:
6395           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6396           you jpeg inside rgb frames" driver.
6397           Don't error in the v4lsrc link function, just return 
6398           REFUSED.
6399
6400 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6401
6402         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6403         (gst_qcamsrc_open):
6404           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6405
6406 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6407
6408         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6409           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6410
6411 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6412
6413         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6414           Reset negotiated state on PAUSED->READY.
6415
6416 2005-02-02  David Schleef  <ds@schleef.org>
6417
6418         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6419         whereever possible.  (Fixes #165997)
6420         * examples/capsfilter/capsfilter1.c: (main):
6421         * examples/dynparams/filter.c: (create_ui):
6422         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6423         * examples/seeking/chained.c: (main):
6424         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6425         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6426         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6427         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6428         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6429         * examples/switch/switcher.c: (main):
6430         * ext/dv/demo-play.c: (main):
6431         * ext/faad/gstfaad.c: (gst_faad_change_state):
6432         * ext/mad/gstmad.c: (gst_mad_chain):
6433         * ext/smoothwave/demo-osssrc.c: (main):
6434         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6435         (gst_gconf_render_bin_from_description),
6436         (gst_gconf_get_default_audio_sink),
6437         (gst_gconf_get_default_video_sink),
6438         (gst_gconf_get_default_audio_src),
6439         (gst_gconf_get_default_video_src),
6440         (gst_gconf_get_default_visualization_element):
6441         * gst/level/demo.c: (main):
6442         * gst/level/plot.c: (main):
6443         * gst/playback/gstplaybin.c: (gen_video_element),
6444         (gen_audio_element):
6445         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6446         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6447         * gst/sine/demo-dparams.c: (main):
6448         * gst/spectrum/demo-osssrc.c: (main):
6449         * gst/speed/demo-mp3.c: (main):
6450         * gst/volume/demo.c: (main):
6451         * testsuite/embed/embed.c: (main):
6452
6453 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6454
6455         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6456         (gst_tcpclientsink_finalize):
6457         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6458         (gst_tcpclientsrc_finalize):
6459         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6460         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6461         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6462         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6463           Don't leak the hostname when shutting down.
6464           In tcpserversrc, take a copy of the default hostname.
6465
6466 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6467
6468         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6469           Set caps to systemstream=TRUE.
6470
6471 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6472
6473         * testsuite/Makefile.am:
6474           Fix more OSX buildbots.
6475
6476 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6477
6478         * ext/mpeg2dec/gstmpeg2dec.c:
6479           Don't send things to NULL PAD_PEERs
6480
6481         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6482           Copy-on-write the incoming buffer.
6483
6484         * gst/mpegstream/gstdvddemux.h:
6485         * gst/mpegstream/gstmpegclock.h:
6486         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6487         (normal_seek), (gst_mpeg_demux_handle_src_event):
6488         * gst/mpegstream/gstmpegdemux.h:
6489         * gst/mpegstream/gstmpegpacketize.h:
6490         * gst/mpegstream/gstmpegparse.c:
6491         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6492         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6493         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6494         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6495         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6496         * gst/mpegstream/gstmpegparse.h:
6497         * gst/mpegstream/gstrfc2250enc.h:
6498           Various changes to the way time is computed that make seeking and
6499           total time estimation much better here.
6500           Use G_BEGIN/END_DECLS instead of __cplusplus
6501
6502         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6503           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6504
6505 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6506
6507         * gst/subparse/gstsubparse.c:
6508           Fix OSX buildbot.
6509
6510 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6511
6512         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6513         (theora_enc_chain), (theora_enc_change_state):
6514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6515         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6516         (gst_vorbisenc_change_state):
6517         * ext/vorbis/vorbisenc.h:
6518           Set granulepos and timestamp correctly for streams not
6519           starting at 0, taking into account the initial delay.
6520
6521 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6522
6523         * gst/mpegstream/gstdvddemux.c:
6524           Add audio/x-dts to audio pad template caps
6525
6526 2005-01-30  David Schleef  <ds@schleef.org>
6527
6528         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6529         (create_context), (gst_polypsink_link): Fix silly endianness
6530         bug.  Add some debugging.  Remove float from caps; it doesn't
6531         work.  Attempt to get remote audio working.
6532
6533 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6534
6535         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6536           Add 3IV2 fourcc.
6537
6538 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6539
6540         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6541         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6542         (gst_avi_demux_stream_data):
6543         * gst/avi/gstavidemux.h:
6544           Invert DIB images. Fixes #132341.
6545
6546 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6547
6548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6549         (gst_ffmpegcsp_chain):
6550           D'oh, reference the palette data, not the palette structure.
6551           Fixes color distortion in #132341.
6552
6553 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6554
6555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6556           PAR can be non-fixed when not provided as argument (#162626).
6557
6558 2005-01-29  David Moore  <dcm@acm.org>
6559
6560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6561
6562         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6563         (gst_qtdemux_loop_header):
6564           Re-apply patch from #142272 that allows non-seekable sources,
6565           re-proposed by Daniel Drake <dsd@gentoo.org>.
6566
6567 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6568
6569         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6570           Use the src template for creating the src pad (#162330).
6571
6572 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6573
6574         * configure.ac:
6575         * ext/musepack/Makefile.am:
6576         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6577         (gst_musepackdec_init), (gst_musepackdec_dispose),
6578         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6579         (gst_musepack_stream_init), (gst_musepackdec_loop),
6580         (gst_musepackdec_change_state):
6581         * ext/musepack/gstmusepackdec.cpp:
6582         * ext/musepack/gstmusepackdec.h:
6583         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6584         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6585         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6586         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6587         * ext/musepack/gstmusepackreader.cpp:
6588         * ext/musepack/gstmusepackreader.h:
6589           Update to 1.1 API (#165446).
6590
6591 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6592
6593         * ext/Makefile.am:
6594           Unbreak buildbot.
6595
6596 2005-01-28  Andy Wingo  <wingo@pobox.com>
6597
6598         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6599         to reflect a different dubious internet source. Add a reference
6600         and some commentary.
6601
6602 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6603
6604         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6605         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6606         * gst/playback/gststreamselector.h:
6607           Be more selective when we're redoing caps negotiation from
6608           within the chain function on a stream change.
6609
6610 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6611
6612         * configure.ac:
6613         * ext/Makefile.am:
6614         * ext/amrnb/Makefile.am:
6615         * ext/amrnb/amrnb.c: (plugin_init):
6616         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6617         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6618         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6619         (gst_amrnbdec_state_change):
6620         * ext/amrnb/amrnbdec.h:
6621         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6622         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6623         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6624         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6625         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6626         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6627         * ext/amrnb/amrnbparse.h:
6628           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6629         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6630           Add AMR-NB/-WB raw formats.
6631         * ext/alsa/gstalsa.c: (gst_alsa_link):
6632           Keep valid time when changing format.
6633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6634         (qtdemux_parse_trak):
6635           Add some more format-specific options (#140141, #143555, #155163).
6636
6637 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6638
6639         * gst/matroska/matroska-demux.c:
6640         (gst_matroska_demux_parse_blockgroup):
6641           Fix logic error in timing of subtitle stream synchronization.
6642         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6643           Add skip-chunk, which is found in kodak-camera streams.
6644
6645 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6646
6647         * po/LINGUAS:
6648         * po/vi.po:
6649           Adding Vietnamese translation (submitted by Clytie Siddall)
6650
6651 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6652
6653         * gst/playback/gstdecodebin.c: (try_to_link_1):
6654           Use realpad for signal.
6655
6656 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6657
6658         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6659           Fix category so decodebin picks it up.
6660
6661 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662
6663         * ext/mad/Makefile.am:
6664         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6665         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6666         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6667         (found_type), (gst_id3demux_bin_change_state):
6668         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6669         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6670         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6671         (gst_id3_tag_change_state), (plugin_init):
6672         * ext/mad/gstmad.h:
6673           Add id3demuxbin (which is a simple bin consisting of id3demux
6674           and typefind), take over rank from id3demux, remove typefind
6675           code from id3demux. Makes all broken mp3s that I know of work,
6676           and thereby fixes #152688.
6677
6678 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6679
6680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6681
6682         * ext/mad/gstmad.c: (gst_mad_src_event):
6683         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6684           Allow seeks on audio pad, make mad forward those (#164826).
6685         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6686           Set duration (#165335).
6687
6688 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6689
6690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6691         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6692         (gst_asf_demux_process_ext_content_desc),
6693         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6694         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6695         * gst/asfdemux/gstasfdemux.h:
6696           Improve metadata display, e.g. if the metadata comes before the
6697           streams are loaded (which is perfectly valid).
6698
6699 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6700
6701         * tools/gst-launch-ext-m.m:
6702           Fix AVI/ASF pipelines (#165340).
6703
6704 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6705         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6706         build failure on amd64
6707
6708 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6709
6710         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6711         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6712           Check environment variables GST_ID3V2_TAG_ENCODING,
6713           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6714           list of character encodings to force interpretation of non-unicode
6715           strings stored in an ID3v2 tag to a particular encoding. If none
6716           is specified, try to use current locale's encoding, then fall back
6717           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6718         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6719         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6720           Check environment variables GST_ID3V1_TAG_ENCODING,
6721           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6722           list of character encodings to use in case a string encountered
6723           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6724           specified, try to use the current locale's encoding, then fall
6725           back to ISO-8859-1 (which will always succeed).
6726
6727 2005-01-25  Benjamin Otte  <otte@gnome.org>
6728
6729         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6730           - on half framerate, compute the rate in advance so the comparisons
6731             don't compare wrong values
6732           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6733             behaviour
6734           - don't use mad_header_decode anymore, mad_frame_decode does that
6735             automatically
6736           - when getting rid of consumed bytes, reset the stream's skiplen
6737           (fixes #163867)
6738
6739 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6740
6741         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6742           Use 1/2 a second for default max_discont, as PES streams from DVB
6743           seem to have larger spacings in the SCR. 
6744           Fix a typo.
6745
6746 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6747
6748         * gst/playback/gstplaybasebin.c: (group_commit):
6749           Notify delayed stream-info availability.
6750
6751 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6752         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6753         (gst_a52dec_handle_event), (gst_a52dec_chain):
6754         Add some debug output. Check that a discont has a valid
6755         time associated.
6756         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6757         (gst_alsa_sink_loop):
6758         Ignore TAG events. A little extra debug for broken timestamps.
6759         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6760         (dvdnavsrc_change_state):
6761         Ensure we send a discont to engage the link before we send any
6762         other events.
6763         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6764         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6765         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6766         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6767         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6768         dvd://title works in totem because typefinding sends a seek that ends
6769         up going back to chapter 1 regardless.
6770         * ext/mpeg2dec/gstmpeg2dec.c:
6771         * ext/mpeg2dec/gstmpeg2dec.h:
6772         Output correct timestamps and handle disconts.
6773         * ext/ogg/gstoggdemux.c: (get_relative):
6774         Small guard against a null dereference.
6775         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6776         (gst_textoverlay_set_property):
6777         Free memory when done. Don't call gst_event_filler_get_duration on
6778         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6779         g_warning.
6780         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6781         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6782         (gst_sw_srclink), (gst_smoothwave_chain):
6783         Draw solid lines, prettier colours.
6784         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6785         Add a default palette that'll work for some movies.
6786         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6787         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6788         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6789         * gst/mpegstream/gstdvddemux.h:
6790         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6791         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6792         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6793         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6794         * gst/mpegstream/gstmpegparse.h:
6795         Use PTM/NAV events when for timestamp adjustment when connected to 
6796         dvdnavsrc. Don't use many discont events where one suffices.
6797         * gst/playback/gstplaybasebin.c: (group_destroy),
6798         (gen_preroll_element), (gst_play_base_bin_add_element):
6799         * gst/playback/gstplaybasebin.h:
6800         Make sure we remove subtitles from the same bin we put them in.
6801         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6802         (gst_subparse_buffer_format_autodetect),
6803         (gst_subparse_change_state):
6804         Fix some memleaks and invalid accesses.
6805         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6806         (oggskel_type_find), (cmml_type_find), (plugin_init):
6807         Some typefind functions for Annodex v3.0 files
6808         * gst/wavparse/gstwavparse.h:
6809         GstRiffReadClass is the correct parent class.
6810
6811 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6812
6813         * gst-libs/gst/riff/riff-media.c:
6814         (gst_riff_create_video_caps_with_data):
6815           Add extradata to huffyuv (fixes #165013).
6816         * gst-libs/gst/riff/riff-read.c:
6817         (gst_riff_read_strf_vids_with_data):
6818           Fix extradata extraction if it is in the chunk size.
6819
6820 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6821
6822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6823
6824         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6825         (gst_quarktv_change_state), (gst_quarktv_dispose):
6826           Memory free'ing location fix (#164708).
6827
6828 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6829
6830         * gst/playback/gstplaybasebin.c: (group_commit),
6831         (gen_preroll_element), (probe_triggered), (gen_source_element),
6832         (setup_source), (gst_play_base_bin_change_state),
6833         (gst_play_base_bin_add_element):
6834           Don't block for streams.
6835         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6836         (gst_stream_info_set_mute):
6837           Use gst_pad_set_active_recursive.
6838
6839 2005-01-25  Andy Wingo  <wingo@pobox.com>
6840
6841         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6842         for #ifndef HAVE_XVIDEO.
6843
6844 2005-01-24  Jeffrey C. Ollie
6845
6846         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6847
6848         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6849         * ext/gsm/gstgsmdec.h:
6850         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6851         * ext/gsm/gstgsmenc.h:
6852         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6853         was given by property. Add proper buffer timestamps and offsets.
6854
6855 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6856
6857         * gst-libs/gst/riff/riff-media.c:
6858         (gst_riff_create_audio_caps_with_data):
6859           Audio can be <8000Hz.
6860
6861 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6862
6863         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6864           Explicit state change to workaround refcount bugs.
6865
6866 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6867
6868         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6869         (gst_avimux_riff_get_avi_header):
6870           Fix...
6871
6872 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6873
6874         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6875         (gst_riff_read_element_data):
6876         * gst-libs/gst/riff/riff-read.h:
6877           Add _peek version (req'ed in CDXA).
6878         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6879         (gst_cdxaparse_loop):
6880           Fix parsing in playbin.
6881         * gst/playback/gstdecodebin.c: (close_pad_link):
6882           Ignore current_ pads, they cause major annoyance.
6883
6884 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6885
6886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6887           Safety guard.
6888
6889 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6890
6891         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6892           Fix padding...
6893
6894 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6895
6896         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6897           Allow for 0-sized buffers. Fixes length query problems in
6898           starwars.mkv from the testsuite.
6899
6900 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6901
6902         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6903         (gst_video_box_i420), (gst_video_box_chain):
6904           Fix row strides for I420 (fixes #163159)
6905           
6906 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6907
6908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6909           MPEG2 has a useful rate property, so we can actually use that.
6910           For MPEG-1, continue using the bytes/time properties.
6911
6912 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6913
6914         * gst-libs/gst/riff/riff-media.c:
6915         (gst_riff_create_video_caps_with_data),
6916         (gst_riff_create_video_template_caps):
6917           Add intel-h263.
6918
6919 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6920
6921         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6922           Fail if caps negotiation fails. Should fix #162184, and should
6923           definately be in there regardless of it fixing the actual bug.
6924         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6925         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6926         (gst_avimux_riff_get_avix_header),
6927         (gst_avimux_riff_get_video_header),
6928         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6929         (gst_avimux_start_file), (gst_avimux_handle_event),
6930         (gst_avimux_change_state):
6931         * gst/avi/gstavimux.h:
6932           Refactor structure writing to use GST_WRITE_UINT macros, add
6933           metadata writing support.
6934
6935 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6936
6937         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6938           Elements may already be destroyed when this function is called.
6939
6940 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6941
6942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6943         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6944           More memory leak fixes (#149162).
6945
6946 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6947
6948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6949         (gst_qtdemux_add_stream):
6950           Fix two memleaks.
6951
6952 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6953
6954         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6955           Argh...
6956
6957 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6958
6959         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6960           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6961           when fixating to six channels in Totem.
6962
6963 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6964
6965         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6966           Fix compile warnings on Solaris 10 buildbot
6967
6968 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6969
6970         * ext/dvdread/dvdreadsrc.c: (_read):
6971           Don't read beyond the last cell in a chapter (fixes 
6972           invalid memory access)
6973
6974 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6975
6976         * ext/dvdread/stream_labels.c:
6977         (dvdreadsrc_get_audio_stream_labels):
6978           Use NULL for an empty GList instead of g_list_alloc(); fix 
6979           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6980           of GString (easier to bulk free later)
6981
6982 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6983
6984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6985
6986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6987         (gst_ffmpeg_pixfmt_to_caps):
6988           Fix BGRA32 caps (#164209).
6989
6990 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6991
6992         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6993
6994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6995         (gst_ffmpeg_caps_to_pixfmt):
6996           alpha_mask can be RGBA/ABGR. Fixes #164265.
6997
6998 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6999
7000         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7001
7002         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7003         (gst_mpeg2dec_alloc_buffer):
7004         * ext/mpeg2dec/gstmpeg2dec.h:
7005           Crop if decoding size is not the actual image size (#163676).
7006
7007 2005-01-17  Steve Baker  <steve@stevebaker.org>
7008
7009         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7010
7011         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7012         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7013           Add libsndfile typefind functions (#163309).
7014
7015 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7016
7017         * tools/gst-launch-ext-m.m:
7018           Add .aac, fix .m1v/.m2v (#163891).
7019
7020 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7021
7022         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7023           Sanity check, don't wait endlessly since the clock might not
7024           actually run at this point (which is a deadlock). Fixes #164069.
7025
7026 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7027
7028         * gst/playback/gstplaybasebin.c: (probe_triggered):
7029           Of course, only pause if group is done...
7030
7031 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * gst/playback/gstplaybasebin.c: (probe_triggered):
7034           Thread safety.
7035
7036 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7037
7038         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7039           Don't return state change success when the parent
7040           failed.
7041
7042 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7043
7044         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7045           Free events (fix memleak in #162905).
7046
7047 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7048
7049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7050
7051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7052         (gst_ffmpeg_caps_to_pixfmt):
7053           Fix for depth = 15. Fixes #161675.
7054
7055 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7056
7057         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7058           Set FPS correctly, even for webcams and the like.
7059         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7060           Don error on setting while capturing.
7061
7062 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7063
7064         * ext/dv/gstdvdec.c:
7065         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7066         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7067           I'm a bad boy. using /1001. to force C to do float division
7068           and not integer division (as it did in my last commit)
7069           Thanks to David I. Lehn for pointing this mistake.
7070
7071 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7072
7073         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7074           Revert Johan??s 1.35->1.36 since it breaks compat.
7075
7076 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7077
7078         * ext/dv/gstdvdec.c:
7079         * ext/libfame/gstlibfame.c:
7080         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7081         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7082           replace framerate aproximations by their real value
7083           (24000/1001, 30000/1001, 60000/1001)
7084           Finish fixing bug #164049
7085
7086 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7087
7088         * ext/ogg/gstoggmux.c:
7089           eos/bos debugging
7090         * gst/tcp/gstmultifdsink.c:
7091         * gst/tcp/gstmultifdsink.h:
7092         * gst/tcp/gsttcp.c:
7093         * gst/tcp/gsttcp.h:
7094         * gst/tcp/gsttcpclientsink.c:
7095         * gst/tcp/gsttcpclientsrc.c:
7096         * gst/tcp/gsttcpserversink.c:
7097         * gst/tcp/gsttcpserversrc.c:
7098           improve reusability of elements after state changes and errors
7099           make multifdsink throw away streamheaders when receiving new ones
7100
7101 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7102
7103         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7104           Fix for if items are already in list...
7105
7106 2005-01-12  Benjamin Otte  <otte@gnome.org>
7107
7108         * gst/adder/gstadder.c: (gst_adder_loop):
7109           fix adder a bit so it doesn't screw up with events as much anymore
7110
7111 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7112
7113         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7114         (pixbufscale_scale), (gst_pixbufscale_chain):
7115         * ext/gdk_pixbuf/pixbufscale.h:
7116           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7117           to ensure rowstrides are calculated the same way as 
7118           ffmpegcolorspace
7119           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7120           that we pick up duration and offset also.
7121
7122 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7123
7124         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7125         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7126           Reusability fixes.
7127
7128 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7129
7130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7131         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7132         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7133         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7134           Update flags when requested.
7135
7136 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7137
7138         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7139           Fix dmix.
7140
7141 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7142
7143         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7144         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7145         (probe_triggered), (new_decoded_pad), (gen_source_element),
7146         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7147         * gst/playback/gstplaybasebin.h:
7148         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7149         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7150         (gst_play_bin_change_state):
7151           Implement group-switch signal for use in apps to clear metadata
7152           cache, clean up subtitle, add suburi property instead of # hack,
7153           some error-out fixes.
7154
7155 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7156
7157         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7158           Debug.
7159         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7160           If we got a state change in the _get handler, don't return success.
7161
7162 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7163
7164         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7165         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7166           Make jpegdec quiet on MJPEG decoding
7167         * gst/asfdemux/README:
7168           Fix mimetypes for MJPEG and H263
7169
7170 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7171
7172         * ext/theora/theoradec.c: (theora_dec_chain):
7173           Fix broken code generation by gcc by swapping arguments.
7174         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7175           Fix \n in debug.
7176
7177 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7178
7179         * TODO:
7180           delete this file, it is by far outdated
7181         * ext/alsa/gstalsa.1: remove
7182         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7183         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7184         (gst_alsa_get_caps):
7185           Add HW probing for supported sample rates. Fixes #161704
7186
7187 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7188
7189         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7190           Don't crash, biatch! :).
7191
7192 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7193
7194         * ext/musepack/gstmusepackreader.cpp:
7195         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7196           Some work on tags - still doesn't work in playbin...
7197         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7198           Handle events...
7199
7200 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7201
7202         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7203           Also shove tags on kid pads.
7204
7205 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7206
7207         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7208           Don't bail on unknown events.
7209         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7210           Don't crash on events before negotiation.
7211         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7212           Send tags on pads, too.
7213         * gst/playback/gststreamselector.c:
7214         (gst_stream_selector_request_new_pad):
7215           Forward events on first pad if no input was selected yet.
7216
7217 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7218
7219         * gst/playback/gstplaybasebin.c: (setup_substreams):
7220           Don't disable streamtype if the stream doesn't exist, since
7221           then playing a video after audio will disable both and nothing
7222           will happen. Fixes the testsuite.
7223
7224 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7225
7226         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7227         (gst_v4l_xoverlay_set_xwindow_id):
7228         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7229         (gst_v4l2_xoverlay_set_xwindow_id):
7230           Add debug categories, fix overlay disabling.
7231
7232 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7233
7234         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7235         * ext/alsa/gstalsa.h:
7236           Add HW probing for period_count/size and buffer_size MIX/MAX
7237           Adjust default/user defined value if out of bounds
7238           Should fix bug #162024
7239
7240 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7241
7242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7243           Fix warning (#161191).
7244
7245 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7246
7247         * ext/dvdread/stream_labels.c:
7248         (dvdreadsrc_get_audio_stream_labels):
7249           Fix warning (init the good variable in switch default)
7250
7251 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7252
7253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7254
7255         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7256           Fix gcc-2.95 compile (#163485).
7257
7258 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7259
7260         * configure.ac:
7261         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7262         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7263         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7264         (gst_flacenc_change_state):
7265         * ext/flac/gstflacenc.h:
7266           Update for API change in flac-1.1.1. Update requirement in
7267           configure.ac. Fixes #162974.
7268
7269 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7270
7271         * gst/playback/gstplaybasebin.c: (group_destroy):
7272           Remove hack to get rid of assert and get rid of unlinked
7273           signals properly.
7274
7275 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7276
7277         * gst/playback/gstplaybasebin.c: (setup_source):
7278           Set source to NULL so that resources are free'ed. Fixes issues
7279           with playback of CDDA and similar device-accessing things.
7280
7281 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7282
7283         * testsuite/embed/Makefile.am:
7284           test->noinst, fix make test in buildbot.
7285
7286 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7287
7288         * ext/dvdread/stream_labels.c: new file
7289         * ext/dvdread/stream_labels.h: new file
7290         * ext/dvdread/Makefile.am:
7291         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7292           Extract audio stream label from DVD IFO files.
7293           It only dump them on the console for now, still have to
7294           make playbin aware of them.
7295
7296 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7297
7298         * gst/playback/gstplaybasebin.c: (setup_source):
7299           Fix hanging subs.
7300
7301 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7302
7303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7304         (gen_preroll_element), (remove_groups), (setup_subtitle),
7305         (gen_source_element), (setup_source):
7306         * gst/playback/gstplaybasebin.h:
7307           Multiple .sub files is just a stupid idea... Fix some threading
7308           mistakes. Interestingly, external .sub files cause playbin to
7309           hang, I don't know why... Parsing fixes contributed by Fran??ois
7310           Kooman <fkooman@tuxed.net>.
7311
7312 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7313
7314         * testsuite/embed/Makefile.am:
7315           Fix buildbot.
7316
7317 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7318
7319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7320
7321         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7322         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7323         (gst_pngenc_set_property):
7324         * ext/libpng/gstpngenc.h:
7325           Add compression level property (#163323).
7326
7327 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7328
7329         * configure.ac:
7330         * examples/capsfilter/capsfilter1.c: (main):
7331         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7332         * ext/dvdread/Makefile.am:
7333         * ext/dvdread/demo-play:
7334         * ext/dvdread/demo-play.c:
7335         * gconf/gstreamer.schemas.in:
7336         * gst-libs/gst/gconf/gconf.c:
7337         * sys/v4l/TODO:
7338         * testsuite/Makefile.am:
7339         * testsuite/embed/Makefile.am:
7340         * testsuite/embed/embed.c: (cb_expose), (main):
7341           Remove all references to xvideosink, fix examples (#140845).
7342         * gst/playback/gstplaybasebin.c: (group_destroy):
7343           Apparently, disposal does not unlink - so do explicitely.
7344         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7345           Add debug.
7346
7347 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7348
7349         * README: fix PKG_CONFIG_PATH instructions, what was there
7350         previously was breaking default search path, not nice. 
7351         Fixes #163358
7352
7353 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7354
7355         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7356         (gst_audioscale_chain):
7357           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7358           when resampling - how the ^@$^!@^! is this possible?!?
7359
7360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7361
7362         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7363           Reset variables on READY.
7364         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7365         (gst_matroska_mux_loop):
7366           Require data before writing header.
7367
7368 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7369
7370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7371
7372         * ext/mad/gstmad.c: (gst_mad_chain):
7373           Don't call mad_stream_sync() directly after recovering sync.
7374           Fixes #151661.
7375
7376 2005-01-09  Martin Eikermann  <meiker@upb.de>
7377
7378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7379
7380         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7381         (snapshot_handler), (gst_snapshot_sinkconnect),
7382         (gst_snapshot_chain):
7383           Allocate resources when required, fix recursive signal emission
7384           and fix caps. Fixes #161667.
7385
7386 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7387
7388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7389
7390         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7391         (gst_pngdec_chain):
7392           Handle only 8-bppc (bits-per-pixel-component) images, better
7393           error handling and correct strides. Fixes #163177.
7394         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7395         (gst_pngenc_chain):
7396           Better error handling. Fixes #163348.
7397
7398 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7399
7400         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7401         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7402         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7403         (dvdnavsrc_uri_handler_init):
7404           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7405         * gst/playback/gstplaybasebin.c: (gen_source_element):
7406           Add MMS to streaming URIs.
7407
7408 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7409
7410         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7411         * sys/xvimage/xvimagesink.c:
7412         (gst_xvimagesink_navigation_send_event):
7413           Check for pad availability before sending event.
7414
7415 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7416
7417         * gst-plugins.spec.in:
7418           Add subparse.
7419
7420 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7421
7422         * configure.ac:
7423           Since we use functions from CVS, up requirement.
7424
7425 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7426
7427         * gst/playback/Makefile.am:
7428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7429         (group_destroy), (group_commit), (group_is_muted),
7430         (gen_preroll_element), (add_stream), (unknown_type),
7431         (probe_triggered), (preroll_unlinked), (mute_stream),
7432         (silence_stream), (new_decoded_pad), (setup_substreams),
7433         (setup_source), (get_active_source), (mute_group_type),
7434         (muted_group_change_state), (set_active_source),
7435         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7436         (play_base_eos), (gst_play_base_bin_change_state):
7437         * gst/playback/gstplaybasebin.h:
7438         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7439         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7440         (gst_stream_info_dispose), (stream_info_mute_pad),
7441         (stream_info_change_state), (gst_stream_info_set_mute):
7442         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7443         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7444         (gst_stream_selector_init), (gst_stream_selector_dispose),
7445         (gst_stream_selector_get_linked_pad),
7446         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7447         (gst_stream_selector_get_linked_pads),
7448         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7449         * gst/playback/gststreamselector.h:
7450           Adding stream selection support plus required properties for
7451           applications to use this. Fully fixes #100931.
7452
7453 2005-01-08  Benjamin Otte  <otte@gnome.org>
7454
7455         * gst/games/gstpuzzle.c: (nav_event_handler):
7456           - handle nav events differently: forward every event no matter if it
7457             was handled or not.
7458           - translate events
7459           You can now cheat by using navigationtest ! puzzle and moving the
7460           mouse close to the edge of a tile. ;)
7461
7462 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7463
7464         * configure.ac:
7465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7466         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7467         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7468         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7469         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7470         (gst_ogm_parse_plugin_init):
7471         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7472         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7473         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7474         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7475         * ext/pango/gsttextoverlay.h:
7476         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7477         (gst_matroska_demux_handle_seek_event),
7478         (gst_matroska_demux_sync_streams),
7479         (gst_matroska_demux_parse_blockgroup),
7480         (gst_matroska_demux_subtitle_caps),
7481         (gst_matroska_demux_plugin_init):
7482         * gst/matroska/matroska-ids.h:
7483         * gst/playback/gstdecodebin.c: (close_pad_link):
7484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7485         (gen_preroll_element), (remove_groups), (add_stream),
7486         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7487         (setup_source):
7488         * gst/playback/gstplaybasebin.h:
7489         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7490         * gst/subparse/Makefile.am:
7491         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7492         (gst_subparse_base_init), (gst_subparse_class_init),
7493         (gst_subparse_init), (gst_subparse_formats),
7494         (gst_subparse_eventmask), (gst_subparse_event),
7495         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7496         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7497         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7498         (parse_mpsub_deinit), (parse_mpsub_init),
7499         (gst_subparse_buffer_format_autodetect),
7500         (gst_subparse_format_autodetect), (gst_subparse_loop),
7501         (gst_subparse_change_state), (gst_subparse_type_find),
7502         (plugin_init):
7503         * gst/subparse/gstsubparse.h:
7504         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7505         (plugin_init):
7506           Add subtitle support, .sub parser (supports SRT and MPsub),
7507           OGM text support, Matroska UTF-8 text support, deadlock fixes
7508           all over the place, subtitle awareness in decodebin/playbin
7509           and some fixes to textoverlay to handle subtitles in a stream
7510           correctly. Fixes #100931.
7511
7512 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7513
7514         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7515           Check for pad availability before doing a query on it.
7516
7517 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7518
7519         * ext/dv/gstdvdec.c:
7520           really fix bpp24/32 dvdec caps (classic rgba indeed)
7521         * gst/asfdemux/gstasfdemux.c:
7522         (gst_asf_demux_process_ext_content_desc):
7523           don't send text tags if they are empty (bis repetita)
7524
7525 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7526
7527         * ext/dv/gstdvdec.c:
7528          remove unneeded comment from dvdec
7529           (related to DV 4CC codes in AVI files)
7530           moved them in gstreamer/docs/random/mimetypes
7531         * gst/asfdemux/gstasfdemux.c:
7532         (gst_asf_demux_process_ext_content_desc):
7533          don't send text tags if they are empty
7534          fix mem leak on error path
7535         * gst/ffmpegcolorspace/avcodec.h:
7536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7537         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7538         (gst_ffmpegcsp_avpicture_fill):
7539         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7540         * gst/ffmpegcolorspace/imgconvert_template.h:
7541          adds BGR32 and BGRA32 to ffmpegcolorspace
7542           (still bad colors, fixing it on next commit)
7543           helps with dvdec outputing BGR32
7544
7545 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7546
7547         * ext/dv/gstdvdec.c:
7548          Fix audio caps i just broke (missing ',')
7549         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7550         (gst_matroska_mux_reset):
7551          Fix typo + add FIXME about old "x-gst-metadata" crap
7552
7553 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7554
7555         * ext/dv/demo-play.c: (main):
7556          xvideosink -> xvimagesink
7557         * ext/dv/gstdvdec.c:
7558          change rgb 32/32 caps to 24/32 (no alpha)
7559          change nb of channels to be a list (2 or 4, not 2)
7560          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7561         * gst/asfdemux/gstasfdemux.c:
7562         (gst_asf_demux_process_ext_content_desc):
7563          Add 'date/year' to extracted metadata list
7564
7565 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7566
7567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7568           The return value of fixate_to does not imply that the requested
7569           value was set, so don't assume.
7570
7571 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7572
7573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7574
7575         * ext/libpng/gstpngdec.c:
7576         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7577         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7578         * ext/libpng/gstpngenc.h:
7579           Alpha support (encoder; #163161), mime fixage.
7580
7581 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7582
7583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7584
7585         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7586         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7587         (gst_faac_set_property), (gst_faac_get_property):
7588         * ext/faac/gstfaac.h:
7589           Allow for ADTS output (#153434).
7590
7591 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7592
7593         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7594           Fix against template (#150576).
7595
7596 2005-01-06  Benjamin Otte  <otte@gnome.org>
7597
7598         * gst/games/gstpuzzle.c: (draw_puzzle):
7599           don't draw a puzzle if either width or height of tiles would be 0.
7600
7601 2005-01-06  Benjamin Otte  <otte@gnome.org>
7602
7603         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7604         (gst_puzzle_class_init), (gst_puzzle_finalize):
7605           no memleaks, please
7606         (gst_puzzle_create), (gst_puzzle_init),
7607         (gst_puzzle_set_property), (gst_puzzle_setup):
7608           change initialization code around so we don't reshuffle on resize
7609         (draw_puzzle):
7610           fix another stupid typo
7611
7612 2005-01-06  Benjamin Otte  <otte@gnome.org>
7613
7614         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7615           fix stupid typo that borked copying on YUY2
7616
7617 2005-01-06  Benjamin Otte  <otte@gnome.org>
7618
7619         * gst/games/gstpuzzle.c: (draw_puzzle):
7620           fix edges when image sizes aren't multiples of tile sizes
7621
7622 2005-01-06  Benjamin Otte  <otte@gnome.org>
7623
7624         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7625           make RGB endianness work correctly
7626         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7627           refactor and fix race with initial shuffling
7628         (nav_event_handler):
7629           allow using the mouse to puzzle
7630         (draw_puzzle):
7631           insist on tiles having width and height as multiples of 4 to get
7632           clean YUV image handling
7633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7634         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7635           s/DEBUG/LOG/ for common messages
7636         (gst_xvimagesink_navigation_send_event):
7637           fix mouse event translation to not include screen PAR
7638         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7639           fix mouse event translation to actually work
7640
7641 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7642
7643         * gst/asfdemux/gstasfdemux.c:
7644         (gst_asf_demux_process_ext_content_desc):
7645          Extract TrackNumber metadata + clean up code
7646         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7647          Hope this is the good fix (var used unitialised)
7648
7649 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7650
7651         * ext/faad/gstfaad.c: (gst_faad_chain):
7652           Only increment timestamp if it's valid. Fixes raw AAC streams.
7653
7654 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7655
7656         * configure.ac:
7657         * gst/games/Makefile.am:
7658         * gst/games/gstpuzzle.c:
7659           add a puzzle game with...
7660         * gst/games/gstvideoimage.c:
7661         * gst/games/gstvideoimage.h:
7662           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7663           from videotestsrc and made into something that would be a nice
7664           library for a lot of other plugins.
7665
7666 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7667
7668         * configure.ac:
7669          don't compile faad plugin if a RC of 2.0 is found
7670          Fixes #155346 (and FC1 buildbot)
7671         * gst/asfdemux/gstasfdemux.c:
7672         (gst_asf_demux_process_ext_content_desc):
7673          try to make Solaris compiler happier
7674
7675 2005-01-06  Paul Jack  <pjack@sfaf.org>
7676
7677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7678
7679         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7680           Fix segfault (#161667).
7681
7682 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7683
7684         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7685           Fix framerate reporting.
7686
7687 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7688
7689         * gst-libs/gst/riff/riff-ids.h:
7690         * gst/wavenc/riff.h:
7691          Add AMR (VBR and CBR) ids to riff.h audio codec list
7692         * gst/asfdemux/gstasfdemux.c:
7693         (gst_asf_demux_process_ext_content_desc),
7694         (gst_asf_demux_process_object):
7695           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7696
7697 2005-01-05  Martin Eikermann  <meiker@upb.de>
7698
7699         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7700
7701         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7702         (gst_dvd_demux_handle_discont):
7703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7704         (gst_mpeg_demux_handle_discont):
7705           Recreate pads on new-media (#160730).
7706         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7707           Send discont even if manager changes timestamps (#161929).
7708
7709 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7710
7711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7712
7713         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7714           Fix invalid memory access (#159211).
7715
7716 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7717
7718         * examples/gstplay/player.c: (main):
7719           Don't iterate.
7720         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7721           Add visualizations.
7722         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7723         (gst_a52dec_handle_frame):
7724           Set duration.
7725         * ext/dvdnav/gst-dvd:
7726           Add audioconvert. Fixes #161325.
7727         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7728           Explicitely case to gint64. Possible valgrind error.
7729         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7730         (gst_play_tick_callback), (gst_play_change_state),
7731         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7732         (gst_play_set_location), (gst_play_get_location),
7733         (gst_play_seek_to_time), (gst_play_set_data_src),
7734         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7735         (gst_play_set_visualization), (gst_play_connect_visualization),
7736         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7737         (gst_play_new):
7738           Use playbin. Fixes #139749 and #147744.
7739         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7740           Add genre tag.
7741         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7742         (audioscale_get_type), (gst_audioscale_base_init),
7743         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7744         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7745         (gst_audioscale_link), (gst_audioscale_get_buffer),
7746         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7747         (gst_audioscale_init), (gst_audioscale_dispose),
7748         (gst_audioscale_chain), (gst_audioscale_set_property),
7749         (gst_audioscale_get_property), (plugin_init):
7750           Indent properly.
7751         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7752           Fix LPCM.
7753         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7754         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7755         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7756           Add more metadata (fixes #162656).
7757
7758 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7759
7760         * configure.ac:
7761           back to cvs
7762
7763 === release 0.8.7 ===
7764
7765 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7766
7767         * NEWS:
7768         * RELEASE:
7769         * configure.ac:
7770           releasing 0.8.7, "Hyperspace"
7771
7772 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7773
7774         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7775
7776         * gst/playback/gstplaybasebin.c:
7777          Fix for #162924 - free caps after use, not before
7778
7779 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7780
7781         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7782
7783         * gst/playback/gstplaybasebin.c:
7784         * gst/wavparse/gstwavparse.c:
7785           Fix for #154773 - fixes playback of small .wav files
7786
7787 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7788
7789         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7790
7791         * gst/audioscale/gstaudioscale.c:
7792           Fix for #162819 - make audioscale reusable
7793           Fixes playback of more than one file with playbin/totem
7794
7795 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7796
7797         * gst/ffmpegcolorspace/avcodec.h:
7798         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7799         * gst/ffmpegcolorspace/imgconvert.c:
7800           clean up the mess that made me cry and avoid needless duplication
7801
7802 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7803
7804         * gst/ffmpegcolorspace/imgconvert.c:
7805           give some indication of why we're segfaulting
7806
7807 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7808
7809         * configure.ac:
7810           Fix indentation, fix v4l2 plugin detection.
7811         * ext/Makefile.am:
7812           Fix libmms location (Maciej, use diff -u!).
7813         * ext/alsa/gstalsa.c: (gst_alsa_init):
7814           Initialize caps cache to NULL.
7815         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7816           Only change state on audiosink if it exists.
7817
7818 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7819
7820         * gst/matroska/matroska-demux.c:
7821         * gst/matroska/matroska-ids.h:
7822         * gst/matroska/matroska-demux.h:
7823         Fix Vorbis streams failing to decode in some files, where cluster_time
7824         isn't 0, because then it doesn't send codec_priv before actual data.
7825         Remove time-based test and replace it with marker set on beginning of
7826         new stream
7827
7828 2004-12-28  David Schleef  <ds@schleef.org>
7829
7830         Merge patch from Ronald fixing problems with streaming
7831         text.
7832         * ext/cairo/gstcairo.c: (plugin_init):
7833         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7834         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7835         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7836         (gst_textoverlay_font_init), (gst_textoverlay_init),
7837         (gst_textoverlay_set_property):
7838         * ext/cairo/gsttextoverlay.h:
7839
7840 2004-12-27  David Schleef  <ds@schleef.org>
7841
7842         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7843         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7844         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7845         (gst_textoverlay_font_init), (gst_textoverlay_init),
7846         (gst_textoverlay_set_property): Improvements to actually
7847         render text as white on black outline on video, including
7848         font selection and horizontal/vertical alignment.  (Ronald's
7849         christmas present)
7850         * ext/cairo/gsttextoverlay.h:
7851
7852 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7853
7854         * ext/ogg/gstogg.c:
7855         * ext/ogg/gstogmparse.c:
7856           fix ogm[audio/video]parse plugin registration
7857           (riff won't load if bytestream is already loaded)
7858
7859 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7860
7861         * gst/audioconvert/gstchannelmix.c:
7862           fix for GLIB < 2.4
7863
7864 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7865
7866         * Makefile.am:
7867         * configure.ac:
7868           disable docs again until it actually passes make distcheck.
7869
7870 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7871
7872         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7873         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7874         (plugin_init):
7875           Add 3GP (variables name Q3GP because they can't start with a
7876           number). Add samr audio fourcc (used in .3gp files), decoder
7877           is work in progress. Also do a GST_WARNING instead of ERROR
7878           in case of unknown nodes, to decrease output.
7879
7880 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7881
7882         * Makefile.am:
7883           really fix dist
7884
7885 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7886
7887         * configure.ac:
7888         * ext/speex/gstspeexdec.h:
7889         * ext/speex/gstspeexenc.h:
7890           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7891           Fix detection code in configure.ac
7892
7893 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7894
7895         * gst/matroska/matroska-demux.c:
7896         (gst_matroska_demux_parse_blockgroup):
7897           Save position, so that queries give proper return values. Don't
7898           know how this could ever have worked before...
7899
7900 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7901
7902         * configure.ac:
7903           Put additional LAME check inside the conditional.  Fixes #152339
7904
7905 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7906
7907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7908         (gst_avi_demux_stream_scan):
7909           Add some more debug. Fix logic error when setting movi offset
7910           while reading index.
7911
7912 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7913
7914         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7915         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7916         (gst_avi_demux_process_next_entry):
7917           Add some debugging. Better detection of broken indexes and the
7918           accompanying index recovery. No infinite loops on state changes
7919           when we're still in our loopfunction.
7920
7921 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7922
7923         * configure.ac:
7924           Fix up.
7925
7926 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7927
7928         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7929
7930         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7931           Normalizing the value before setting
7932         (gst_sunaudiomixer_get_volume):
7933           Normalizing the value after getting. Fixes bug# 161980
7934
7935 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7936
7937         * Makefile.am: Make sure docs gets disted
7938         * docs/Makefile.am: Make sure all needed files get disted
7939         * gst-plugins.spec.in: latest updates
7940
7941 2004-12-22  Wim Taymans  <wim@fluendo.com>
7942
7943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7944         Revert patch 1.38 as clock distribution over schedulers does
7945         not work correcly in the core yet.
7946
7947 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7948
7949         * sys/oss/README: remove this file, which predates my birth
7950           (and which content is by far outdated)
7951
7952 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7953
7954         * Makefile.am:
7955         * configure.ac:
7956         * docs/Makefile.am:
7957         * docs/libs/Makefile.am:
7958         * docs/libs/gst-plugins-libs-docs.sgml:
7959         * docs/libs/gst-plugins-libs-sections.txt:
7960         * docs/libs/tmpl/gstgconf.sgml:
7961         * docs/upload.mak:
7962         * docs/version.entities.in:
7963           Added boilerplate gtk-doc files for plugin-libs documentation.
7964
7965 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7966
7967         * gst/auparse/gstauparse.c: fix int and float audio caps
7968
7969 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7970
7971         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7972         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7973           g_assert() can be a macro, don't use #ifdef inside it.
7974
7975 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7976
7977         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7978
7979         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7980         (gst_videorate_init), (gst_videorate_chain),
7981         (gst_videorate_change_state):
7982           Event handling (fixes #159986).
7983
7984 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7985
7986         * gst-libs/gst/riff/riff-media.c:
7987         (gst_riff_create_video_caps_with_data):
7988           Add BLZ0 (Blizzard's version of DivX) fourcc.
7989
7990 2004-12-18  David Schleef  <ds@schleef.org>
7991
7992         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7993         portability fix.
7994
7995 2004-12-18  David Schleef  <ds@schleef.org>
7996
7997         * gst/tta/ttadec.h: Disable some header code that isn't used
7998         and clearly isn't portable.
7999
8000 2004-12-18  David Schleef  <ds@schleef.org>
8001
8002         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8003         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8004         (avcodec_get_pix_fmt), (avpicture_layout),
8005         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8006         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8007         Fix code to not use GCC extensions (and c99 extensions that
8008         Forte does not like.)
8009
8010 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8011
8012         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8015         (gst_deinterlace_chain):
8016           Rowstride fixes. Fixes #161039.
8017         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8018         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8019         (gst_video_crop_getcaps), (gst_video_crop_link),
8020         (gst_video_crop_i420), (gst_video_crop_chain),
8021         (gst_video_crop_change_state):
8022           Rework of negotiation. Actually works now. Fixes #158650.
8023
8024 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8025
8026         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8027           That was very stupid.
8028
8029 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8030
8031         * gst/matroska/matroska-demux.c:
8032         (gst_matroska_demux_parse_blockgroup):
8033           Fix possible crasher.
8034
8035 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8036
8037         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8038         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8039           Lace sizes can be zero.
8040
8041 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8042
8043         * ext/musepack/gstmusepackdec.cpp:
8044           Fetch error return values. Fixes #161624.
8045         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8046           Really EOS.
8047
8048 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8049
8050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8051           Work for truncated (unfinished download etc.) files. Fixes #160514.
8052
8053 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8054
8055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8056           Fix for integer overflow. Makes #156001 not crash. Probably masks
8057           the real bug.
8058
8059 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8060
8061         * gst/ac3parse/gstac3parse.c: (plugin_init):
8062           Parsers never have ranks. Fixes #159651.
8063
8064 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8065
8066         * gst/playback/gstdecodebin.c: (compare_ranks):
8067           make sure the facotries are ordered the same every time even if they
8068           have the same rank by using the name
8069         * gst/playback/gstdecodebin.c: (find_compatibles):
8070           make sure we don't add factories to the list twice
8071
8072 2004-12-16  David Schleef  <ds@schleef.org>
8073
8074         * configure.ac: look for musepack headers as musepack/*.h
8075         (fixes #159847)
8076         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8077         * ext/musepack/gstmusepackreader.h: same
8078
8079 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8080
8081         * gst-libs/gst/riff/riff-read.c:
8082         (gst_riff_read_strf_auds_with_data):
8083           Read extradata correctly (fixes #155879).
8084
8085 2004-12-16  David Schleef  <ds@schleef.org>
8086
8087         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8088         audio.  does _not_ attempt or allow conversion unless channels
8089         is 1 or 2.
8090
8091 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8092
8093         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8094
8095 2004-12-16  David Schleef  <ds@schleef.org>
8096
8097         * gst/audioscale/gstaudioscale.c: the resample library only
8098         handles 1 or 2 channels.  Change caps to compensate.
8099
8100 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8101
8102         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8103         (gst_matroska_demux_audio_caps):
8104           Some MPEG-AAC hacks, because else it doesn't work...
8105
8106 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8107
8108         * gst-libs/gst/riff/riff-media.c:
8109         (gst_riff_create_video_caps_with_data),
8110         (gst_riff_create_video_template_caps):
8111           Add h264.
8112
8113 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8114
8115         * gst-libs/gst/audio/Makefile.am:
8116           Try to fix buildbot.
8117
8118 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8119
8120         * gst/tcp/gstmultifdsink.c:
8121           Clean up and uniformize debugging.
8122
8123 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8124
8125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8126
8127         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8128         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8129         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8130         (gst_mpeg_demux_change_state):
8131           Reset on ready. Fixes 160276.
8132
8133 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8134
8135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8138         (gst_ffmpegcsp_pad_link):
8139           Fix memleak (#154815).
8140
8141 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8142
8143         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8144
8145         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8146         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8147         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8148         * ext/musicbrainz/gsttrm.h:
8149           Add support for using a proxy server when getting a trm id from
8150           the MusicBrainz database (#149613).
8151
8152 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8153
8154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8155
8156         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8157         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8158           Fix memleaks (#157233).
8159
8160 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8161
8162         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8163
8164         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8165         * gst-libs/gst/resample/resample.h:
8166         * gst/audioscale/gstaudioscale.c:
8167           Fix memleak (#159215).
8168
8169 2004-12-16  Toni Willberg  <toniw@iki.fi>
8170
8171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8174         * sys/oss/oss_probe.c: (main):
8175           Check for mono/stereo support (similar to samplerate probing),
8176           fixes #159433. Also add missing copyright header to oss_probe.c.
8177
8178 2004-12-15  David Schleef  <ds@schleef.org>
8179
8180         * configure.ac: add audioresample and cairo plugins.  Remove
8181         HAVE_MMX stuff, because it's not used.
8182         * ext/Makefile.am: same
8183         * ext/audioresample/Makefile.am: You are not ready for an
8184         audio resampling element based on audioresample.
8185         * ext/audioresample/gstaudioresample.c:
8186         * ext/audioresample/gstaudioresample.h:
8187         * ext/cairo/Makefile.am: You are not ready for overlay elements
8188         based on cairo.  Don't look too closely, these elements kinda
8189         suck right now.
8190         * ext/cairo/gstcairo.c: new
8191         * ext/cairo/gsttextoverlay.c: new
8192         * ext/cairo/gsttextoverlay.h: new
8193         * ext/cairo/gsttimeoverlay.c: new
8194         * ext/cairo/gsttimeoverlay.h: new
8195         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8196         problem with compilers that don't support variadic macros.
8197
8198 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8199
8200         Reviewed by:  David Schleef  <ds@schleef.org>
8201
8202         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8203         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8204         bit.  Also ran indent-gst.
8205         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8206         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8207         (gst_sunaudiosrc_setparams):
8208
8209 2004-12-14  David Schleef  <ds@schleef.org>
8210
8211         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8212         output rate to 16000.  Should fix #160235.
8213
8214 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8215
8216         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8217         Add typefinding for mpeg2 pes streams
8218
8219 2004-12-13  David Schleef  <ds@schleef.org>
8220
8221         * configure.ac:  Applied patch from bug #143659, making default
8222         sources and sinks OS-dependent (for Solaris), and added code
8223         for OS/X.
8224         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8225
8226 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8227
8228         * gst-libs/gst/riff/riff-media.c:
8229           forgot to add h2.64 to avidemux template caps
8230
8231 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8232
8233         * gst/wavenc/riff.h:
8234         * gst-libs/gst/riff/riff-media.c:
8235         * gst-libs/gst/riff/riff-ids.h:
8236         * gst/avi/gstavimux.c
8237         add 4CC code for VideoSoft h264 in AVI (VSSH)
8238           fixes bug #160655
8239         remove s323 from riff, it's quicktime specific :(
8240
8241 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8242
8243         * gst/asfdemux/README
8244         * gst/wavenc/riff.h
8245         * gst-libs/gst/riff/riff-ids.h
8246         * gst-libs/gst/riff/riff-media.c
8247         * gst/qtdemux/qtdemux.c:
8248           add new 4CC codes for h263 related codecs
8249           fixes partially bug #155163
8250
8251 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8252
8253         * configure.ac: Update polyaudio requirement to 0.7
8254         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8255
8256 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8257
8258         * gst/interleave/deinterleave.c:
8259         fix my name's spelling! :)
8260
8261 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8262
8263         * AUTHORS ChangeLog
8264         * gst/auparse/gstauparse.c
8265         * gst/interleave/deinterleave.c
8266         * gst/law/:
8267                 alaw-decode.c alaw-encode.c
8268                 mulaw-decode.c mulaw-encode.c
8269         * gst/oneton/gstoneton.c
8270         * sys/osxaudio/:
8271                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8272         * sys/osxvideo/:
8273                 cocoawindow.h cocoawindow.m
8274                 osxvideosink.h osxvideosink.m
8275
8276         put the same mail address for Zaheer Abbas Merali everywhere
8277
8278 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8279
8280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8281           Align by packetsize, and assert that we a packet available before
8282           playing. The first makes webstreams work (they often include
8283           trailing padding data in a packet), the second allows pausing a
8284           ASF stream in totem without getting demux errors afterwards.
8285
8286 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8287
8288         * ext/ogg/gstoggdemux.c: (get_relative):
8289           Check for non-NULL before accessing member (end-of-chain).
8290
8291 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8292
8293         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8294         (cdparanoia_set_property), (cdparanoia_get_property):
8295         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8296         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8297         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8298         (dvdreadsrc_init), (dvdreadsrc_set_property),
8299         (dvdreadsrc_get_property):
8300         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8301         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8302           Synchronize property names where not yet the case. Devices are
8303           now device=X, other versions are deprecated (but still exist).
8304           Also use g_free() unconditionally.
8305         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8306         (setup_source), (gst_play_base_bin_get_property):
8307           Expose source.
8308
8309 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8310
8311         * configure.ac: move GCONF macro outside conditional for the am
8312           conditional. Fixes #160439
8313
8314 2004-12-08  David Schleef  <ds@schleef.org>
8315
8316         * tools/gst-visualise-m.m: Switch to elements that currently
8317         exist.
8318
8319 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8320
8321         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8322           We love wrong commas.
8323
8324 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8325
8326         * gst/matroska/matroska-demux.c:
8327         (gst_matroska_demux_handle_src_query):
8328           Don't set DEFAULT, unsupported - makes length display incorrectly
8329           in some cases.
8330
8331 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8332
8333         * gst/monoscope/README: remove blurb about files being GPL
8334         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8335         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8336           monoscope is now effectively LGPL licensed
8337
8338 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8339
8340         * gst/monoscope/README: Update information to be more correct
8341         * gst/monoscope/convolve.c: Relicense to LGPL
8342         * gst/monoscope/convolve.h: Relicense to LGPL
8343
8344 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8345
8346         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8347           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8349           set default_duration for mpeg1 audio
8350
8351 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8352
8353         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8354         * ext/alsa/gstalsa.h:
8355           refactor big chunks of the core caps negotiation code to make it
8356           a lot faster, because people claim it's really slow
8357           (actually, just cache the getcaps when the device is opened)
8358
8359 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8360
8361         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8362         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8363         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8364         (gst_a52dec_change_state), (plugin_init):
8365         * ext/a52dec/gsta52dec.h:
8366           Do something useful with timestamps. Make chain-based (since
8367           there's really no reason to be loopbased).
8368         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8369           Update current_byte/frame correctly.
8370
8371 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8372
8373         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8374         (gst_ape_demux_stream_init):
8375           Forward tags, too.
8376
8377 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8378
8379         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8380           Let's make sure we're done typefinding when detecting tags.
8381
8382 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8383
8384         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8385         (gst_ebml_read_init), (gst_ebml_read_use_event),
8386         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8387         (gst_ebml_read_seek), (gst_ebml_read_skip),
8388         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8389         (gst_ebml_read_master):
8390         * gst/matroska/ebml-read.h:
8391         * gst/matroska/matroska-demux.c:
8392         (gst_matroska_demux_parse_contents),
8393         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8394           Disgustingly evil hack for working around INTERRUPT events and
8395           their extremely annoying habit of being a pain in the ass. We
8396           simply peek a cluster before reading any of it.
8397
8398 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8399
8400         * ext/musepack/gstmusepackdec.cpp:
8401           There's also floating point libmusepacks.
8402
8403 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8404
8405         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8406         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8407           Set DURATION even if source buffer didn't. Also use increasing
8408           timestamps.
8409         * gst-libs/gst/riff/riff-media.c:
8410         (gst_riff_create_audio_caps_with_data):
8411           Block_align can have larger values than 8192.
8412
8413 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8414
8415         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8416         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8417         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8418         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8419           Fix caps.
8420
8421 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8422
8423         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8424           Fix logic bug.
8425
8426 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8427
8428         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8429           Yay, another one.
8430
8431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8432
8433         * ext/esd/esdsink.c: (gst_esdsink_chain):
8434           Make error actually say something useful (fixes #156798).
8435         * gst-libs/gst/riff/riff-media.c:
8436         (gst_riff_create_video_caps_with_data),
8437         (gst_riff_create_video_template_caps):
8438           Add Intel Video 5.0 fourcc (IV50).
8439
8440 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8441
8442         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8443         detection on mono and stereo mp3 files.
8444
8445 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8446
8447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8448           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8449           the contained stream).
8450
8451 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8452
8453         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8454           Oops, remove debug.
8455
8456 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8457
8458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8459
8460         * gst/law/alaw-decode.c: (alawdec_getcaps):
8461         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8462           Prevent warnings when negotiating caps (fixes #159338).
8463
8464 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8465
8466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8467         (gst_ffmpegcsp_chain):
8468           Remove old leftover that shouldn't be there...
8469
8470 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8471
8472         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8473
8474         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8475           Don't forward DISCONT events (fixes #159684).
8476
8477 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8478
8479         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8480           Unlink manually since sometimes bin disposal (and therefore
8481           pad unlinking) is delayed, which will cause a new media file
8482           to not be able to start playing instantly.
8483
8484 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8485
8486         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8487           On mute of an unlinked stream, check for pad availability so
8488           we don't crash on unlinked pad.
8489
8490 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8491
8492         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8493         (gst_avi_demux_massage_index):
8494           Fix quite humiliating bug in omitting 0-sized index chunks but
8495           forgetting to count them for timestamps.
8496
8497 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8498
8499         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8500           Actually leave the loop if we failed to sync. Don't crash.
8501
8502 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8503
8504         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8505         (gst_dvd_demux_process_private):
8506         * gst/mpegstream/gstdvddemux.h:
8507           Fix crash (#159759). Doesn't work, though. :-(.
8508
8509 2004-11-28  Benjamin Otte  <otte@gnome.org>
8510
8511         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8512           more overwriting protection due to modifying channels one by one
8513           instead of all at once
8514
8515 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8516
8517         * gst/audioconvert/gstchannelmix.c:
8518         (gst_audio_convert_fill_normalize):
8519           Normalize using absolute values.
8520
8521 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8522
8523         * configure.ac:
8524         * ext/Makefile.am:
8525         * ext/directfb/Makefile.am:
8526         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8527         (gst_directfbvideosink_get_pixel_format),
8528         (gst_directfbvideosink_get_format_from_fourcc),
8529         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8530         (gst_directfbvideosink_sink_link),
8531         (gst_directfbvideosink_change_state),
8532         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8533         (gst_directfbvideosink_buffer_alloc),
8534         (gst_directfbvideosink_interface_supported),
8535         (gst_directfbvideosink_interface_init),
8536         (gst_directfbvideosink_navigation_send_event),
8537         (gst_directfbvideosink_navigation_init),
8538         (gst_directfbvideosink_set_property),
8539         (gst_directfbvideosink_get_property),
8540         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8541         (gst_directfbvideosink_base_init),
8542         (gst_directfbvideosink_class_init),
8543         (gst_directfbvideosink_get_type), (plugin_init):
8544         * ext/directfb/directfbvideosink.h: Adding a first version of
8545         directfbvideosink.
8546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8547         more.
8548
8549 2004-11-28  Benjamin Otte  <otte@gnome.org>
8550
8551         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8552           walk the samples backwards if out_channels > in_channels so we don't
8553           overwrite data
8554
8555 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8556
8557         * gst/audioconvert/Makefile.am:
8558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8559         (gst_audio_convert_link), (gst_audio_convert_change_state),
8560         (gst_audio_convert_channels):
8561         * gst/audioconvert/gstchannelmix.c:
8562         (gst_audio_convert_unset_matrix),
8563         (gst_audio_convert_fill_identical),
8564         (gst_audio_convert_fill_compatible),
8565         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8566         (gst_audio_convert_fill_others),
8567         (gst_audio_convert_fill_normalize),
8568         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8569         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8570         * gst/audioconvert/gstchannelmix.h:
8571           Implement a channel mixer.
8572
8573 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8574
8575         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8576         * ext/alsa/gstalsa.h:
8577         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8578         Make alsasink actually honor gst_element_set_clock and use that
8579         clock instead of its internal one.
8580
8581 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8582
8583         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8584         (gst_play_base_bin_change_state): nullify source and decoder when
8585         going from READY to NULL so that we don't try to do weird stuff with
8586         them when going from NULL to READY
8587         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8588         instead of g_object_unref
8589         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8590         it should be correct
8591         (gst_play_bin_change_state): don't call remove_sinks if we are
8592         currently disposing the object
8593
8594 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8595
8596         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8597           Don't forget bass if it's there. Else left channel is silent...
8598
8599 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8600
8601         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8602         (gst_a52dec_change_state):
8603           Don't do sample adjusting anymore, we use float audio now.
8604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8605           Don't fixate to non-existing properties.
8606
8607 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8608
8609         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8610         (gst_a52dec_change_state):
8611           Advertise that we can do surround sound.
8612
8613 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8614
8615         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8616           Add buffer-frames=0.
8617         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8618         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8619         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8620         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8621         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8622         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8623         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8624         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8625         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8626         * ext/dvdread/dvdreadsrc.h:
8627           Add seeking, querying for bytes, sectors, title, angle and
8628           chapter. Handle multiple chapters. Relicense to LGPL because
8629           Billy agreed on that (thanks Billy!).
8630
8631 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8632
8633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8634         call parent dispose method
8635
8636 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8637
8638         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8639         (gst_audio_clock_get_internal_time):
8640         Fix active <-> inactive transitions: ensure time value always
8641         grows and avoid abrupt value changes.
8642
8643 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8644
8645         * configure.ac:
8646         * gst/tta/Makefile.am:
8647         * gst/tta/crc32.h:
8648         * gst/tta/filters.h:
8649         * gst/tta/gsttta.c:
8650         * gst/tta/gstttadec.c:
8651         * gst/tta/gstttadec.h:
8652         * gst/tta/gstttaparse.c:
8653         * gst/tta/gstttaparse.h:
8654         * gst/tta/ttadec.h:
8655           added TTA parser and decoder
8656
8657 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8658
8659         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8660         (probe_triggered), (check_queue), (buffer_underrun),
8661         (buffer_running), (buffer_overrun), (gen_source_element),
8662         (setup_source):
8663         * gst/playback/gstplaybasebin.h:
8664           Implement buffering. Needs some more work.
8665
8666 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8667
8668         * ext/theora/theoradec.c: (theora_dec_chain):
8669           Fix ilog mask range overflow.
8670
8671 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8672
8673         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8674           Don't omit the last (which in case of dmix is the only :) )
8675           channel count. Don't set channels if <= 2.
8676
8677 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8678
8679         * gst/playback/gstplaybin.c: (gen_video_element),
8680         (gen_audio_element): Removed 2 obsolete comments
8681
8682 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8683
8684         * ext/vorbis/oggvorbisenc.c
8685         * ext/vorbis/vorbisenc.c :
8686           change description fields of those plugins to differentiate them
8687           (pitivi show Encoders by description, they had the same one)
8688
8689 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8690
8691         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8692
8693         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8694         (gst_play_bin_set_property), (gen_video_element),
8695         (gen_audio_element):
8696           Refcounting fixes for provided audio-/videosinks.
8697
8698 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8699
8700         * gst/playback/gstplaybin.c: (gen_video_element),
8701         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8702           Don't reference all sinks, but only the video- and audiosinks.
8703           The vis. element should be disposed when we're done with it.
8704           We don't have any reason to keep it around. This fixes warnings
8705           when reusing playbin for playing multiple audio files with
8706           vis. enabled. Also release audio device on pause - idea stolen
8707           from Rhythmbox.
8708
8709 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8710
8711         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8712         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8713         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8714         * ext/alsa/gstalsaplugin.c: (plugin_init):
8715         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8716         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8717         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8718         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8719         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8720         (gst_faad_change_state), (plugin_init):
8721         * ext/faad/gstfaad.h:
8722         * ext/vorbis/vorbis.c: (plugin_init):
8723         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8724         * gst-libs/gst/audio/Makefile.am:
8725         * gst-libs/gst/audio/audio.c: (plugin_init):
8726         * gst-libs/gst/audio/multichannel.c:
8727         (gst_audio_check_channel_positions),
8728         (gst_audio_get_channel_positions),
8729         (gst_audio_set_channel_positions),
8730         (gst_audio_set_structure_channel_positions_list),
8731         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8732         (gst_audio_fixate_channel_positions):
8733         * gst-libs/gst/audio/multichannel.h:
8734         * gst-libs/gst/audio/testchannels.c: (main):
8735         * gst/audioconvert/gstaudioconvert.c:
8736         (gst_audio_convert_class_init), (gst_audio_convert_init),
8737         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8738         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8739         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8740         * gst/audioconvert/plugin.c: (plugin_init):
8741           Surround sound support.
8742
8743 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8744
8745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8746           Fix position for discont if we're close as well. Nitpicking, but
8747           saves a few milliseconds of extra waiting or skipping.
8748
8749 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8750
8751         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8752           We sometimes need parsers for playback, so add those too.
8753
8754 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8755
8756         * configure.ac:
8757         * gst/apetag/Makefile.am:
8758         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8759         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8760         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8761         (gst_ape_demux_get_src_query_types),
8762         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8763         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8764         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8765         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8766         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8767         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8768         (gst_ape_demux_change_state):
8769         * gst/apetag/apedemux.h:
8770         * gst/apetag/apetag.c: (plugin_init):
8771         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8772         (plugin_init):
8773           APE v1/2 tag reader plus typefind function.
8774
8775 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8776
8777         * configure.ac:
8778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8779         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8780           Remove hacks for older core. Require newer core version
8781           accordingly.
8782
8783 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8784
8785         * gst/cdxaparse/Makefile.am:
8786         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8787         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8788         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8789         * gst/cdxaparse/gstcdxaparse.h:
8790         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8791         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8792         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8793         (gst_cdxastrip_get_src_query_types),
8794         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8795         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8796         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8797         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8798         * gst/cdxaparse/gstcdxastrip.h:
8799           SVCD/VCD header stripping separated from CDXA image parsing.
8800         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8801         (plugin_init):
8802           Add VCD/SVCD header typefinding for VCD/SVCD.
8803         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8804         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8805         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8806         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8807         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8808         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8809         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8810         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8811         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8812         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8813         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8814         * sys/vcd/vcdsrc.h:
8815           Fix up, add seeking, querying, URI interface. Works in totem now.
8816
8817 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8818
8819         * configure.ac:
8820           back to CVS
8821
8822 === release 0.8.6 ===
8823
8824 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8825
8826         * NEWS:
8827         * RELEASE:
8828         * configure.ac:
8829         * po/af.po:
8830         * po/az.po:
8831         * po/cs.po:
8832         * po/en_GB.po:
8833         * po/hu.po:
8834         * po/it.po:
8835         * po/nb.po:
8836         * po/nl.po:
8837         * po/or.po:
8838         * po/sq.po:
8839         * po/sr.po:
8840         * po/sv.po:
8841         * po/uk.po:
8842           releasing 0.8.6, "IOU Love"
8843
8844 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8845
8846         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8847
8848         * gst/playback/gstplaybasebin.c:
8849           Fix unplayable files error handling.  Fixes #158365
8850
8851 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8852
8853         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8854
8855         * gst/typefind/gsttypefindfunctions.c:
8856           Fix broken mp3 typefinding.  Fixes #158375
8857
8858 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8859
8860         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8861
8862         * ext/ogg/gstoggdemux.c:
8863           Fix sync on broken files.  Fixes #158976
8864
8865 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8866
8867         patch by: Edward Hervey <bilboed@bilboed.com>
8868
8869         * ext/libpng/gstpngenc.c:
8870           Copy over buffer properties.  Fixes #158832
8871
8872 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8873
8874         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8875
8876         * ext/dvdread/dvdreadsrc.c:
8877           Fixes invalid reads (#158462)
8878
8879 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8880
8881         * sys/v4l/gstv4lsrc.c:
8882         * sys/v4l/gstv4lsrc.h:
8883         * sys/v4l/v4lsrc_calls.c:
8884           Probe less and cache it.  Fixes #159187.
8885
8886 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8887
8888         * gst/videorate/gstvideorate.c:
8889           Handle all video formats. Fixes #159186.
8890
8891 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8892         * gst/synaesthesia/gstsynaesthesia.c:
8893         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8894         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8895         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8896         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8897         (gst_synaesthesia_change_state), (plugin_init):
8898         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8899         Force 320x200 output, as that's the only thing the underlying
8900         synaesthesia implementation supports. Still needs to be made
8901         re-entrant.
8902
8903 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8904
8905         * configure.ac:
8906           Fix mpeg2enc configure check (similar to mplex check below).
8907
8908 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8909
8910         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8911
8912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8913           Fix for gcc-2.95 (fixes #158221).
8914
8915 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8916
8917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8918           Re-add clock distribution hack (until new core is released).
8919           Fixes #158125.
8920
8921 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8922         * configure.ac:
8923           fix mplex configure check segfaulting on some systems (bug #140994)
8924
8925 2004-11-13  Benjamin Otte  <otte@gnome.org>
8926
8927         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8928           add debugging
8929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8930           do a wait when we enter the loop func with no data available to
8931           write instead of getting into an 100% CPU loop by just returning and
8932           being called again by the scheduler
8933
8934 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8935
8936         * configure.ac:
8937         * ext/libvisual/visual.c: (gst_visual_get_type),
8938         (libvisual_log_handler), (gst_visual_getcaps),
8939         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8940         (plugin_init):
8941           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8942         * ext/smoothwave/Makefile.am:
8943         * ext/smoothwave/demo-osssrc.c: (main):
8944         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8945         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8946         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8947         (plugin_init):
8948         * ext/smoothwave/gstsmoothwave.h:
8949           Make gstsmoothwave a working element in the 20th century.
8950
8951         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8952           Fix incorrect link function
8953
8954 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8955
8956         * gst/volume/gstvolume.c:
8957           Allow buffer-frames=0.
8958
8959 2004-11-12 Iain <iaingnome@gmail.com>
8960
8961         * configure.ac: Check for polypaudio
8962
8963         * ext/Makefile.am: Build the polyp dir
8964
8965         * ext/polyp: The polypsink sources.
8966
8967 2004-10-30 Iain <iaingnome@gmail.com>
8968
8969         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8970         caps to reflect the new number of channels.
8971
8972 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8973
8974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8975           Fix for negotiation order problem. This would show when the
8976           ALSA loopfuction was called before any other function. ALSA
8977           wouldn't do anything because we're not negotiated yet, leading
8978           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8979
8980 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8981
8982         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8983
8984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8985           No warnings (#157986).
8986
8987 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8988
8989         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8990           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8991
8992 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8993
8994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8995           Signal no-more-pads (so it works in playbin).
8996
8997 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8998
8999         * ext/musepack/gstmusepackreader.cpp:
9000           Workaround for older core.
9001
9002 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9003
9004         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9005           Actually test for odd width/height rather than testing whether
9006           a temporary variable that was 0 before we subtracted 1 is now
9007           not equal to zero (which it always is).
9008
9009 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9010
9011         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9012         Fix compilation if HAVE_XVIDEO is not defined
9013
9014 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9015
9016         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9017         Fix compilation if HAVE_XVIDEO is not defined
9018
9019 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9020
9021         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9022         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9023         (gst_goom_change_state), (plugin_init):
9024         Use the bytestream adapter so goom doesn't depend on the input
9025         buffer size.
9026         Add a debug category
9027
9028 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9029
9030         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9031           Only set hardware parameters *after* negotiation. Before
9032           negotiation, it will set ANY and that seems to cause crashes
9033           (see e.g. #151288, #153227).
9034
9035 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9036
9037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9038           This seems to be antique leftover. It needs to pass error
9039           checking.
9040         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9041         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9042         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9043         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9044           Fix GstXOverlay implementation (#151059).
9045
9046 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9047
9048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9049           Don't assert (#157853).
9050
9051 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9052
9053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9054           Fix bytes/samples confustion.
9055         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9056           Fix for underrun (#144389).
9057
9058 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9059
9060         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9061           Disable halfway-seek for pending release (since it needs a new
9062           core release).
9063
9064 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9065
9066         * sys/v4l/gstv4lsrc.c:
9067         * sys/v4l/gstv4lsrc.h:
9068         * sys/v4l/v4lsrc_calls.c:
9069           add autoprobe-fps property so we can separate autoprobing parts
9070
9071 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9072
9073         * sys/v4l/gstv4lsrc.c:
9074         * sys/v4l/v4lsrc_calls.c:
9075         initialise fourcc to catch unset fourcc's, and debug
9076
9077 2004-11-09  Wim Taymans  <wim@fluendo.com>
9078
9079         * gst/playback/README:
9080         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9081         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9082         (gst_play_bin_dispose), (gst_play_bin_set_property),
9083         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9084         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9085         (gst_play_bin_get_formats), (gst_play_bin_convert),
9086         (gst_play_bin_get_query_types), (gst_play_bin_query):
9087         Cleanups and some more documentation.
9088
9089 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9090
9091         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9092         (gst_cacasink_init), (gst_cacasink_chain):
9093         * ext/libcaca/gstcacasink.h:
9094         Cacasink inherits from VideoSink, so let that store the clock.
9095
9096 2004-11-09  Wim Taymans  <wim@fluendo.com>
9097
9098         * gst/playback/README:
9099         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9100         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9101         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9102         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9103         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9104         (setup_sinks):
9105         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9106         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9107         * gst/playback/gststreaminfo.h:
9108         Updated README.
9109         Only switch groups if all streams have muted (EOSed).
9110         Send Tags in sync with the stream playback instead of in
9111         the playback/preroll phase.
9112         Some cleanups, free the fakesrc elements.
9113
9114 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9115
9116         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9117           buffer-frames property was missing
9118         * ext/arts/gst_arts.c:
9119           rate missing from sinkcaps
9120         * ext/audiofile/gstafparse.c:
9121         * ext/audiofile/gstafsink.c:
9122         * ext/audiofile/gstafsrc.c:
9123         * ext/swfdec/gstswfdec.c:
9124           int audio doesn't know buffer-frames
9125         * ext/cdparanoia/gstcdparanoia.c:
9126           int audio doesn't know chunksize either
9127         * ext/nas/nassink.c:
9128           it's endianness, not endianess
9129         * gst-libs/gst/audio/audio.h:
9130           make float standard pad template caps really describe float
9131         * gst/law/mulaw.c: (linear_factory):
9132           signed only, please
9133         * gst/mpegstream/gstdvddemux.c:
9134           widths of 20 are not valid
9135
9136 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9137
9138         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9139
9140         * po/LINGUAS:
9141         * po/it.po:
9142           Add Italian
9143
9144 2004-11-08  Wim Taymans  <wim@fluendo.com>
9145
9146         * gst/playback/README:
9147         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9148         * gst/playback/gstplaybasebin.c: (probe_triggered),
9149         (gst_play_base_bin_change_state):
9150         Updated README, added more comments for fixmes etc..
9151
9152 2004-11-08  Wim Taymans  <wim@fluendo.com>
9153
9154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9155         We can remove this hack now.
9156
9157 2004-11-08  Wim Taymans  <wim@fluendo.com>
9158
9159         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9160         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9161         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9162         Only mix AYUV for maximum quality.
9163
9164 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9165
9166         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9167         (gst_ogg_demux_push), (gst_ogg_pad_push):
9168           Let's act as if we're synchronized now! :).
9169         * ext/theora/theoradec.c: (theora_dec_chain):
9170           Add some debug.
9171
9172 2004-11-08  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9175         (gst_alpha_set_property), (gst_alpha_sink_link),
9176         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9177         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9178         (gst_alpha_init_params), (gst_alpha_chain):
9179         Implement alpha functions for AYUV too, this increases
9180         accuracy quite a bit.
9181
9182 2004-11-08  Wim Taymans  <wim@fluendo.com>
9183
9184         * gst/ffmpegcolorspace/avcodec.h:
9185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9186         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9187         (gst_ffmpegcsp_avpicture_fill):
9188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9189         (gst_ffmpegcsp_caps_remove_format_info):
9190         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9191         (shrink12), (img_get_alpha_info), (deinterlace_line),
9192         (deinterlace_line_inplace):
9193         * gst/ffmpegcolorspace/imgconvert_template.h:
9194         Added AYUV colorspace and handle RGBA a bit more respectful.
9195
9196 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9197
9198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9199           Actually always send a discont (cornercase when resending the
9200           same serial-tagged chain twice).
9201
9202 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9203
9204         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9205         (gst_ximagesink_finalize):
9206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9207         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9208
9209 2004-11-08  Wim Taymans  <wim@fluendo.com>
9210
9211         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9212         Don't segfault on NULL data.
9213
9214 2004-11-08  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/playback/gstdecodebin.c: (unlinked):
9217         * gst/playback/gstplay-marshal.list:
9218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9219         (gst_play_base_bin_init), (group_create), (get_active_group),
9220         (get_building_group), (group_destroy), (group_commit),
9221         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9222         (add_element_stream), (no_more_pads), (probe_triggered),
9223         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9224         (state_change), (setup_source), (gst_play_base_bin_get_property),
9225         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9226         (gst_play_base_bin_link_stream),
9227         (gst_play_base_bin_get_streaminfo):
9228         * gst/playback/gstplaybasebin.h:
9229         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9230         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9231         Add support for chained ogg files. Prepare for playlist
9232         support. This patch introduces the concept of pad groups, which
9233         together compose one playable media file.
9234
9235 2004-11-07  David Schleef  <ds@schleef.org>
9236
9237         * testsuite/gst-lint: Check for pad templates that aren't statically
9238         scoped.
9239
9240 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9241
9242         * configure.ac:
9243         * ext/Makefile.am:
9244         * ext/musepack/Makefile.am:
9245         * ext/musepack/gstmusepackdec.cpp:
9246         * ext/musepack/gstmusepackdec.h:
9247         * ext/musepack/gstmusepackreader.cpp:
9248         * ext/musepack/gstmusepackreader.h:
9249           Add musepack decoder.
9250         * ext/faad/gstfaad.c: (gst_faad_base_init):
9251           Make pad templates static.
9252         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9253         (plugin_init):
9254           Add musepack typefinder, make mp3 typefinding work halfway stream,
9255           which doesn't actually work yet because id3demux doesn't implement
9256           _get_length().
9257
9258 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9259
9260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9261         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9262           Fix interrupt event handling (#144436).
9263
9264 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9265
9266         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9267           Hide unused glory.
9268
9269 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9270
9271         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9272
9273         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9274           Fix weird caps (#157548).
9275
9276 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9277
9278         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9279
9280         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9281           Add missing NULL terminator (#157543).
9282
9283 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9284
9285         * gst/tcp/gsttcp.h:
9286         * gst/tcp/gsttcpclientsink.c:
9287         * gst/tcp/gsttcpclientsrc.c:
9288         * gst/tcp/gsttcpserversink.c:
9289         * gst/tcp/gsttcpserversrc.c:
9290           ports can go up to 65535.  Move common defines to gsttcp.h
9291
9292 2004-11-05  Wim Taymans  <wim@fluendo.com>
9293
9294         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9295         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9296         Added two more colorspaces.
9297
9298 2004-11-05  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9301         (gst_ffmpegcsp_avpicture_fill):
9302         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9303         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9304         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9305         More stride fixes.
9306
9307 2004-11-05  Wim Taymans  <wim@fluendo.com>
9308
9309         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9310         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9311         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9312         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9313         (gst_videomixer_loop):
9314         More stride fixes.
9315
9316 2004-11-05  Benjamin Otte  <otte@gnome.org>
9317
9318         * ext/mad/gstmad.c: (gst_mad_chain):
9319           don't overflow data buffer. Flush not needed sync data when syncing
9320           failed.
9321
9322 2004-11-04  Wim Taymans  <wim@fluendo.com>
9323
9324         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9325         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9326         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9327         (gst_alpha_init_params), (gst_alpha_chain),
9328         (gst_alpha_change_state):
9329         Updated the chroma keying algorithm with something more
9330         sophisticated.
9331
9332 2004-11-03  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9335         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9336         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9337         Fix stride issues. Does not completely work for odd
9338         heights.
9339
9340 2004-11-03  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9343         (gst_alpha_chroma_key), (gst_alpha_chain):
9344         Fix stride issues. Does not completely work for odd
9345         heights.
9346
9347 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9348
9349         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9350         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9351         leak fixes
9352
9353 2004-11-03  Wim Taymans  <wim@fluendo.com>
9354
9355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9356         (gst_ffmpegcsp_avpicture_fill):
9357         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9358         (avpicture_alloc):
9359         * gst/ffmpegcolorspace/imgconvert_template.h:
9360         Use correct _fill function to get correct strides.
9361
9362 2004-11-02  David Schleef  <ds@schleef.org>
9363
9364         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9365         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9366         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9367         Change all g_print()s to debugging.  Add a bunch of consistency
9368         checks.
9369
9370 2004-11-02  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9373         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9374         (unlinked), (no_more_pads), (close_link):
9375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9376         (unknown_type), (add_element_stream), (new_decoded_pad),
9377         (removed_decoded_pad), (setup_source):
9378         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9379         (gst_stream_info_class_init), (gst_stream_info_init),
9380         (gst_stream_info_new), (gst_stream_info_dispose),
9381         (stream_info_mute_pad), (gst_stream_info_set_property),
9382         (gst_stream_info_get_property):
9383         * gst/playback/gststreaminfo.h:
9384         Fix playback of multiple files.
9385         a slightly different approach to handling dynamic pad removals.
9386         This one only looks at pads that we have linked.
9387
9388 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9389
9390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9391         free" warning from libc.
9392
9393 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9394
9395         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9396         (get_unconnected_element), (remove_starting_from), (pad_removed),
9397         (close_link):
9398           Implement support for dynamic pad changing. We listen to "live"
9399           pad removals (i.e. while playing) and re-setup autoplugging
9400           after that. Playbasebin/playbin need some more work for this
9401           to finally work, but decodebin supports (and replugs) chained
9402           ogg now.
9403
9404 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9405
9406         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9407         (gst_alsa_finalize):
9408         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9409         (gst_cdaudio_finalize):
9410         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9411         (cdparanoia_finalize):
9412         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9413         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9414         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9415         (dvdreadsrc_finalize):
9416         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9417         (gst_flacdec_finalize):
9418         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9419         (gst_flacenc_finalize):
9420         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9421         (gst_gnomevfssink_finalize):
9422         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9423         (gst_gnomevfssrc_finalize):
9424         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9425         (gst_fameenc_finalize):
9426         * ext/nas/nassink.c: (gst_nassink_class_init),
9427         (gst_nassink_finalize):
9428         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9429         (gst_sdlvideosink_class_init):
9430         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9431         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9432         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9433         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9434         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9435         (gst_x_window_listener_dispose):
9436         * gst/audioscale/gstaudioscale.c:
9437         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9438         (play_on_demand_finalize):
9439         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9441         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9442         (cdplayer_finalize):
9443         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9444         (gst_glimagesink_class_init):
9445         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9446         (gst_osselement_finalize):
9447         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9448         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9449         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9450           Fixes a bunch of problems with finalize and dispose functions,
9451           either assumptions that dispose is only called once, or not calling
9452           the parent class dispose/finalize function
9453
9454 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9455
9456         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9457           added two api precondition guards
9458           use g_strdup with getenv to fix crash when using ENVVAR
9459
9460 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9461         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9462         (gst_esdsink_finalize):
9463         Use a finalize function, not dispose, and more importantly,
9464         call the parent class finalize function too
9465
9466 2004-11-01  Johan Dahlin  <johan@gnome.org>
9467
9468         * ext/ogg/gstoggdemux.c:
9469         * gst/tags/gstvorbistag.c:
9470         Plug leaks.
9471
9472 2004-10-31  Benjamin Otte  <otte@gnome.org>
9473
9474         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9475           lotsa memleaks today. But they're all small...
9476
9477 2004-10-31  Benjamin Otte  <otte@gnome.org>
9478
9479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9480           another memleak crushed
9481
9482 2004-10-31  Benjamin Otte  <otte@gnome.org>
9483
9484         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9485           fix memleak
9486
9487 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9488
9489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9490           Hack to prevent crash when going to READY inside signal handler
9491           while this function is active.
9492
9493 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9494
9495         * gst/ffmpegcolorspace/Makefile.am:
9496         * gst/ffmpegcolorspace/avcodec.h:
9497         * gst/ffmpegcolorspace/common.h:
9498         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9499         * gst/ffmpegcolorspace/dsputil.h:
9500         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9502         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9503         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9504         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9505         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9506         (gst_ffmpegcsp_avpicture_fill):
9507         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9509         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9510         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9511         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9512         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9513         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9514         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9515         * gst/ffmpegcolorspace/imgconvert.c:
9516         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9517         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9518         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9519         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9520         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9521         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9522         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9523         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9524         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9525         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9526         (grow21), (grow22), (grow41), (grow44), (conv411),
9527         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9528         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9529         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9530         (avpicture_free), (is_yuv_planar), (img_convert),
9531         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9532         (deinterlace_line_inplace), (deinterlace_bottom_field),
9533         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9534         * gst/ffmpegcolorspace/imgconvert_template.h:
9535         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9536         * gst/ffmpegcolorspace/mmx.h:
9537         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9538         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9539         (av_freep), (avcodec_get_context_defaults),
9540         (avcodec_alloc_context), (avcodec_init):
9541           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9542           handling plus update from ffmpeg CVS. Large clean-up.
9543
9544 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9545
9546         * gst/playback/Makefile.am:
9547           We need the marshallers for decodebin, too.
9548
9549 2004-10-30  David Schleef  <ds@schleef.org>
9550
9551         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9552           quicktime typefinding work with 64-bit offsets.
9553
9554 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9555
9556         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9557           Set EOS on the element when processing an EOS event.
9558         * ext/speex/gstspeexdec.h:
9559         * ext/speex/gstspeexenc.h:
9560           Only keep a const ptr to the mode
9561         * gst-libs/gst/riff/riff-media.c:
9562         (gst_riff_create_audio_caps_with_data),
9563         (gst_riff_create_audio_template_caps):
9564           Allow WMAV3, with up to 6 channels.
9565         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9566           Don't call gst_pad_set_event_function on a sink pad.
9567         * gst/mpegstream/gstdvddemux.c:
9568         (gst_dvd_demux_get_subpicture_stream),
9569         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9570           Copy the explicit caps that were set across to the cur_* pads,
9571           instead of trying to use a possibly non-existent negotiated caps.
9572           Reset the type of subpicture pads to UNKNOWN after calling
9573           init_stream, so that the caps get set.
9574
9575 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9576
9577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9578
9579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9580           Don't touch buffer if it is of size 0 (fixes #151064).
9581
9582 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9583
9584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9585           Synchronized discont handling.
9586
9587 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9588
9589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9590         (gst_ogg_demux_push):
9591           Make seeking sort-of exact again (fixes #156387).
9592
9593 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9594
9595         * gst/playback/gstplaybasebin.c: (unknown_type),
9596         (add_element_stream), (new_decoded_pad),
9597         (gst_play_base_bin_change_state):
9598         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9599         (gst_stream_info_init), (gst_stream_info_new),
9600         (gst_stream_info_dispose), (gst_stream_info_get_property):
9601         * gst/playback/gststreaminfo.h:
9602           Make caps explicitely available. Makes testing for unsupported
9603           types possible. Improves error reporting.
9604
9605 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9606
9607         * gst/audioconvert/gstaudioconvert.c:
9608         (gst_audio_convert_buffer_to_default_format):
9609           Really don't touch read-only buffers (#156563).
9610
9611 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9612
9613         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9614
9615         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9616           Fix memleak (#155223).
9617
9618 2004-10-29  Wim Taymans  <wim@fluendo.com>
9619
9620         * gst/tcp/.cvsignore:
9621         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9622         (gst_multifdsink_class_init), (gst_multifdsink_init),
9623         (gst_multifdsink_add), (gst_multifdsink_remove),
9624         (gst_multifdsink_remove_client_link), (is_sync_frame),
9625         (gst_multifdsink_new_client),
9626         (gst_multifdsink_handle_client_write),
9627         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9628         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9629         (gst_multifdsink_get_property):
9630         * gst/tcp/gstmultifdsink.h:
9631         Added burst on connect sync_method, deprecated sync_clients,
9632         streamlined the sync code some more.
9633
9634 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9635
9636         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9637         (gst_play_base_bin_change_state):
9638           Improve error reporting.
9639
9640 2004-10-28  Wim Taymans  <wim@fluendo.com>
9641
9642         * gst/tcp/Makefile.am:
9643         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9644         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9645         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9646         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9647         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9648         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9649         (gst_fdset_wait):
9650         Added more locks around fdset structures. Fixed/reworked
9651         the poll array resizing code.
9652         Added stress test for fdset.
9653
9654 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9655
9656         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9657         fix build
9658
9659 2004-10-28  Benjamin Otte  <otte@gnome.org>
9660
9661         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9662           fix link function to always query channels and query width for
9663           floats
9664         * configure.ac:
9665           add equalizer dir
9666         * gst/equalizer/Makefile.am:
9667         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9668         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9669         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9670         (arg_to_scale), (setup_filter),
9671         (gst_iir_equalizer_compute_frequencies),
9672         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9673         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9674         (plugin_init):
9675           add an equalizer
9676
9677 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9678
9679         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9680
9681         * po/LINGUAS:
9682         * po/nb.po:
9683           Added Norwegian Bokmaal translation
9684
9685 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9686
9687         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9688           Don't break on options (fixes #156488).
9689
9690 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9691
9692         * configure.ac:
9693         * ext/cdaudio/Makefile.am:
9694         * sys/Makefile.am:
9695           fix build on older automake
9696
9697 2004-10-26  Wim Taymans  <wim@fluendo.com>
9698
9699         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9700         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9701         Allow a little margin when negotiating the framerate.
9702
9703 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9704
9705         * gst/level/gstlevel.c:
9706           synchonised naming of pads and pad-templates
9707
9708 2004-10-26  Wim Taymans  <wim@fluendo.com>
9709
9710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9711         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9712         (_find_streams_check), (gst_ogg_demux_push):
9713         Fix EOS again. Needs to be done in a better way. We should not
9714         remove the pad if there is no new chained stream.
9715
9716 2004-10-26 Iain <iaingnome@gmail.com>
9717
9718         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9719         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9720         of the caps.
9721         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9722         pad.
9723         (interleave_release_pad): Remove the pad.
9724         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9725         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9726         the set device.
9727         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9728         attrs
9729         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9730         (gst_xvimagesink_finalize): Free the par.
9731
9732 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9733
9734         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9735         (gst_avimux_stop_file):
9736           First calculate the rate, and only then use it. Hdr.rate is a
9737           multiple and not a derivative of hdr.scale. Scale is not the
9738           same as blockalign but is solely related to rate.
9739
9740 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9741
9742         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9743         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9744           Implement seeking.
9745
9746 2004-10-25  James Henstridge  <james@jamesh.id.au>
9747
9748         Reviewed by:  David Schleef  <ds@schleef.org>
9749
9750         * examples/gstplay/player.c: (got_stream_length), (main):
9751         * examples/seeking/cdplayer.c: (update_scale):
9752         * examples/seeking/seek.c: (format_value), (update_scale):
9753         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9754         (stop_seek):
9755         Build fixes on AMD64.
9756
9757 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9758
9759         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9760
9761         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9762         Fix for some v4l cards which hang in v4lsrc
9763
9764 2004-10-25  Wim Taymans  <wim@fluendo.com>
9765
9766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9767         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9768         Make sure to remove the pad when a new chain is
9769         encountered. Set some vars to NULL so we don't try
9770         to reference freed memory.
9771
9772 2004-10-25  Wim Taymans  <wim@fluendo.com>
9773
9774         * examples/seeking/Makefile.am:
9775         * examples/seeking/cdplayer.c: (update_scale):
9776         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9777         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9778         (format_value), (update_scale), (iterate), (start_seek),
9779         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9780         (print_usage), (main):
9781         Added some more examples, update others.
9782
9783 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9786         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9787         * ext/theora/theoradec.c: (theora_dec_chain):
9788         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9789           Add codec-name metadata.
9790
9791 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9792
9793         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9794
9795         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9796         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9797         * ext/alsa/gstalsamixertrack.h:
9798         * po/POTFILES.in:
9799           ALSA mixer track label internationalization (#154054).
9800
9801 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9802
9803         * ext/theora/theoradec.c: (theora_dec_chain):
9804           Export bitrate as metadata.
9805
9806 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9807
9808         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9809         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9810         * ext/alsa/gstalsamixertrack.h:
9811           Fix names, fix loop.
9812
9813 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9814
9815         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9816         (speex_dec_convert):
9817           sinkconvert function so oggdemux can get the file length (totem).
9818
9819 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9820
9821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9822
9823         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9824           Don't push incomplete packets.
9825         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9826           Fix MPEG-4 audio typefinding.
9827
9828 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9829
9830         * sys/v4l/Makefile.am:
9831         * sys/v4l/gstv4l.c: (plugin_init):
9832         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9833         (gst_v4lelement_init), (gst_v4lelement_dispose),
9834         (gst_v4lelement_change_state):
9835         * sys/v4l/gstv4lelement.h:
9836         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9837         (gst_v4l_xoverlay_close), (idle_refresh),
9838         (gst_v4l_xoverlay_set_xwindow_id):
9839         * sys/v4l/gstv4lxoverlay.h:
9840         * sys/v4l/v4l-overlay_calls.c:
9841         * sys/v4l/v4l_calls.h:
9842         * sys/v4l2/Makefile.am:
9843         * sys/v4l2/gstv4l2.c: (plugin_init):
9844         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9845         (gst_v4l2element_init), (gst_v4l2element_dispose),
9846         (gst_v4l2element_change_state):
9847         * sys/v4l2/gstv4l2element.h:
9848         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9849         (gst_v4l2_xoverlay_close), (idle_refresh),
9850         (gst_v4l2_xoverlay_set_xwindow_id):
9851         * sys/v4l2/gstv4l2xoverlay.h:
9852         * sys/v4l2/v4l2-overlay_calls.c:
9853         * sys/v4l2/v4l2_calls.h:
9854           Remove client-side overlay handling, use the X-server v4l plugin
9855           for that. Nicer overlay, less code. Also make the plugin
9856           compileable without X (but then without overlay, obviously).
9857           Makes xwindowlistener obsolete, should we remove that?
9858
9859 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9860
9861         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9862         (gst_osssrc_src_query):
9863         * sys/oss/gstosssrc.h:
9864           OK, so people want offset in DEFAULT. This time, actually fix all
9865           cases.
9866         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9867           Add FPS properly.
9868
9869 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9870
9871         * gst/asfdemux/gstasfmux.c:
9872         * gst/avi/gstavimux.c:
9873           Framerate.
9874
9875 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9876
9877         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9878           Fix properties (channel, norm, frequency).
9879
9880 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9881
9882         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9883           Flag typo.
9884         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9885           No warnings.
9886
9887 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9888
9889         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9890           Fix hang.
9891
9892 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9893
9894         * sys/v4l2/gstv4l2element.h:
9895           Yet Another Hack (tm) for kernel header borkedness.
9896         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9897         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9898         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9899         (gst_v4l2src_change_state):
9900         * sys/v4l2/gstv4l2src.h:
9901         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9902         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9903           Fix caps, keep track of state, work.
9904
9905 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9906
9907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9908           Quiet.
9909
9910 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9911
9912         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9913           Don't mix bytes and samples.
9914
9915 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9916
9917         * ext/ogg/gstoggmux.c:
9918           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9919           and theora. Any is incorrect.
9920         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9921           Fix caps.
9922         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9923         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9924         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9925         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9926         * sys/v4l/gstv4lmjpegsrc.h:
9927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9928         (gst_v4lsrc_change_state):
9929         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9930         (gst_v4lmjpegsrc_capture_stop):
9931           Fix caps. Keep track of internal state. Work.
9932
9933 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9934
9935         * ext/Makefile.am:
9936           Fix the build fixes.
9937
9938 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9939
9940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9941         (gst_ogg_demux_src_event), (_find_chain_seek),
9942         (gst_ogg_pad_push):
9943           Check for pad availability before using it.
9944         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9945           Fix parsing of chained ogg. Needs more work on the decoder side.
9946
9947 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9948
9949         * gst/spectrum/Makefile.am:
9950         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9951         (idle_func):
9952           Fix demo and reenable it. Yes, I'm currently playing with audio
9953           analysis tools
9954
9955 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9956
9957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9958           We love it if files that start at zero work too...
9959
9960 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9961
9962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9963           Handle files with missing EOS headers.
9964
9965 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9966
9967         * gst/tcp/gsttcpserversink.c:
9968         (gst_tcpserversink_handle_server_read),
9969         (gst_tcpserversink_init_send):
9970         Zero some variables first (need for accept not to return EINVAL)
9971
9972 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9973
9974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9975         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9976         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9977         (theora_dec_chain):
9978         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9979         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9980           Seeking and querying finetune.
9981
9982 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9983
9984         * configure.ac:
9985         * ext/Makefile.am:
9986         * ext/raw1394/Makefile.am:
9987           fix the build
9988
9989 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9990
9991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9992           Wrong return.
9993         * gst/playback/Makefile.am:
9994         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9995         * gst/playback/gstplay-marshal.list:
9996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9997           Fix marshallers.
9998
9999 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10000
10001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10002           Silence.
10003
10004 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10005
10006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10007         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10008         (gst_ogg_pad_push):
10009           Yay for non-lineair granulepos in theora.
10010
10011 2004-10-18  Wim Taymans  <wim@fluendo.com>
10012
10013         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10014         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10015         * ext/dv/gstdvdec.h:
10016         Make sure we renegotiate aspect ratio when the camera switches.
10017
10018 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10019
10020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10021         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10022           Start at zero.
10023         * ext/theora/theoradec.c: (theora_dec_chain):
10024           Skip headers. Bad idea for chained ogg, but fixes seeking.
10025
10026 2004-10-18  Wim Taymans  <wim@fluendo.com>
10027
10028         * configure.ac:
10029         I swear, this is the last time I touch this.
10030
10031 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10032
10033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10034         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10035         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10036           Faster seeking.
10037         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10038           Time-to-default conversion.
10039         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10040           Don't error on unknown packets, just skip. We should probably
10041           read them if we want to support chained ogg.
10042
10043 2004-10-18  Wim Taymans  <wim@fluendo.com>
10044
10045         * configure.ac:
10046         Added cdaudio to wrong list.
10047
10048 2004-10-18  Wim Taymans  <wim@fluendo.com>
10049
10050         * configure.ac:
10051         Revive cdaudio.
10052
10053 2004-10-18  Wim Taymans  <wim@fluendo.com>
10054
10055         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10056         (gst_dvdec_video_link), (gst_dvdec_push):
10057         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10058         (gst_smokeenc_resync), (gst_smokeenc_chain):
10059         Fix mimetype on smoke encoder.
10060         Add aspect ratio to dvdec. Not sure if these
10061         values are correct though....
10062
10063 2004-10-18  Wim Taymans  <wim@fluendo.com>
10064
10065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10066         Fix vorbis property descriptions and ranges.
10067
10068 2004-10-18  Wim Taymans  <wim@fluendo.com>
10069
10070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10071         Really do nothing when no data is available.
10072         Go to the playing state when the stream is not seekable
10073         instead of failing.
10074
10075 2004-10-18  Wim Taymans  <wim@fluendo.com>
10076
10077         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10078         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10079         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10080         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10081         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10082         Added uri handler for cd://
10083         Port to new API.
10084
10085 2004-10-18  Wim Taymans  <wim@fluendo.com>
10086
10087         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10088         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10089         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10090         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10091         (remove_prerolls), (unknown_type), (add_element_stream),
10092         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10093         (gst_play_base_bin_remove_element),
10094         (gst_play_base_bin_link_stream):
10095         * gst/playback/gstplaybin.c: (gen_video_element),
10096         (gen_vis_element), (remove_sinks), (setup_sinks):
10097         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10098         (gst_stream_info_get_type), (gst_stream_info_class_init),
10099         (gst_stream_info_init), (gst_stream_info_new),
10100         (gst_stream_info_dispose), (stream_info_mute_pad),
10101         (gst_stream_info_set_property), (gst_stream_info_get_property):
10102         * gst/playback/gststreaminfo.h:
10103         Add sink padtemplate to decodebin.
10104         Added some more comments.
10105         Make queue size configurable in playbasebin.
10106         Added possibility to use elements as sinks (ex cdaudio).
10107
10108 2004-10-15  Wim Taymans  <wim@fluendo.com>
10109
10110         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10111         (gst_speexenc_chain):
10112         Fix speex timestamps so that it gets muxed properly.
10113
10114 2004-10-15  Wim Taymans  <wim@fluendo.com>
10115
10116         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10117         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10118         (gst_dv1394src_init), (gst_dv1394src_dispose),
10119         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10120         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10121         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10122         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10123         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10124         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10125         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10126         * ext/raw1394/gstdv1394src.h:
10127         Added conversion/query functions.
10128         Update buffer timestamps,
10129         Added signals.
10130         Added uri dv:// so it might play from the firewire in playbin.
10131         Fix a possible leak.
10132         Added debugging.
10133
10134 2004-10-15  Wim Taymans  <wim@fluendo.com>
10135
10136         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10137         (gst_dv1394src_init), (gst_dv1394src_set_property),
10138         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10139         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10140         * ext/raw1394/gstdv1394src.h:
10141         Added AV/C VTR control support needed for some cameras.
10142         Added automatic port detection.
10143         Added properties for selecting the channel.
10144         The configure.ac script is not yet updated to reflect the
10145         new libavc1394 and librom1394 dependencies.
10146
10147 2004-10-15  Wim Taymans  <wim@fluendo.com>
10148
10149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10150         (qtdemux_parse), (gst_qtdemux_handle_esds):
10151         An esds box is not a container.
10152         Fix parsing of mp4v boxes.
10153         Do not try to renegotiate fps for each frame. Need to
10154         find a better method. This should fix mp4 playback.
10155
10156 2004-10-14  David Schleef  <ds@schleef.org>
10157
10158         * configure.ac: update for swfdec-0.3 and liboil-0.2
10159         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10160         * ext/swfdec/gstswfdec.h: same
10161         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10162         * gst/videotestsrc/videotestsrc.c: same
10163
10164 2004-10-14  Wim Taymans  <wim@fluendo.com>
10165
10166         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10167         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10168         (is_sync_frame), (gst_multifdsink_new_client),
10169         (gst_multifdsink_handle_client_write),
10170         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10171         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10172         Turn warnings into info.
10173         Don't allow a state change in the streaming thread.
10174
10175 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10176
10177         * ext/vorbis/oggvorbisenc.c:
10178         * ext/vorbis/vorbisdec.c:
10179           fix template sample rate
10180
10181 2004-10-13  Wim Taymans  <wim@fluendo.com>
10182
10183         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10184         Decoding the header first fixes some problems in resyncing
10185         in more mp3s.
10186
10187 2004-10-12  Wim Taymans  <wim@fluendo.com>
10188
10189         * gst/playback/gstplaybin.c: (gen_video_element),
10190         (gen_vis_element), (remove_sinks), (setup_sinks):
10191         Added vis plugin support, need to configure the vis
10192         element to activate it.
10193
10194 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10195
10196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10197         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10198           Some debug.
10199         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10200         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10201         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10202         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10203         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10204         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10205         * gst/avi/gstavidemux.h:
10206           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10207           recovery (where, if part of the index is broken, we will still read
10208           the rest of the index and recover the broken part by stream
10209           scanning). More broken media support. EOS workarounds. General AVI
10210           braindamage headache recovery. Aspirin included.
10211
10212 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10213
10214         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10215         (cdparanoia_event), (cdparanoia_query):
10216           Get rid of hideous lead-in.
10217
10218 2004-10-11  Wim Taymans  <wim@fluendo.com>
10219
10220         * gst/playback/gstplaybasebin.c: (setup_source):
10221         Wrong var used to get g_list_next.
10222
10223 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10224
10225         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10226         (cdparanoia_get), (cdparanoia_open):
10227           Report discid as metadata, add duration.
10228
10229 2004-10-11  Wim Taymans  <wim@fluendo.com>
10230
10231         * gst/playback/gstplaybasebin.c: (setup_source):
10232         Cleanup the previous pipeline a little earlier for the
10233         case that a source element provides raw data.
10234
10235 2004-10-11  Benjamin Otte  <otte@gnome.org>
10236
10237         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10238           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10239           consuming the last 128 bytes, even though it was valid mp3 data.
10240
10241 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10242
10243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10244         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10245         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10246         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10247
10248 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10249
10250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10251         Fix for webcams that support only specific width or height
10252
10253 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10254
10255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10256
10257         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10258           Fix wrong discont event setup (fixes #154967).
10259
10260 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10261
10262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10263
10264         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10265           Error out on invalid data (fixes #154807).
10266
10267 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10268
10269         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10270
10271         * ext/dvdread/dvdreadsrc.c: (_read):
10272           Make titles > 0 work again (fixes #154834).
10273
10274 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10275
10276         * gst-libs/gst/riff/riff-media.c:
10277         (gst_riff_create_video_template_caps):
10278           WMV3 missing in template caps.
10279
10280 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10281
10282         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10283           OK, so the original code was too strict. It makes random AVI files
10284           hang for seconds upon opening, which is unacceptable and is far
10285           beyond the original goal of getting multiple chunks for one-chunk
10286           sounc stream files. So now do just that.
10287
10288 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10289
10290         * gst/playback/gstplaybasebin.c: (setup_source),
10291         (gst_play_base_bin_change_state):
10292           Actually clean up streaminfo if output fails. This would trigger
10293           if, for example, there was no CD in the drive. No preroll, so
10294           a streaminfo structure is created, but the subsequent state change
10295           of the thread fails.
10296         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10297           Don't change state if parent failed.
10298
10299 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10300
10301         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10302         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10303         (gen_video_element), (remove_sinks):
10304           Add small bits of code for screenshot handling.
10305
10306 2004-10-08  Wim Taymans  <wim@fluendo.com>
10307
10308         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10309         (gen_video_element), (gen_audio_element), (setup_sinks):
10310         Don't assume the user provided sinks are named "sink"...
10311
10312 2004-10-08  Wim Taymans  <wim@fluendo.com>
10313
10314         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10315         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10316         (gst_play_base_bin_link_stream):
10317         Do not try to autoplug sources that generate raw streams like
10318         cdparanoia.
10319         disconnect the preroll overrun signal when we don't need it anymore.
10320
10321 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10322
10323         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10324         Added reworked patch from #154903 from milosz derezynski (deadchip).
10325
10326 2004-10-08  Wim Taymans  <wim@fluendo.com>
10327
10328         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10329         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10330         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10331         (cdparanoia_convert), (cdparanoia_uri_get_type),
10332         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10333         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10334         * ext/cdparanoia/gstcdparanoia.h:
10335         This adds the cdda://<tracknum> uri.
10336
10337 2004-10-08  Wim Taymans  <wim@fluendo.com>
10338
10339         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10340         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10341         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10343         (unknown_type), (gst_play_base_bin_remove_element),
10344         (gst_play_base_bin_link_stream):
10345         * gst/playback/gstplaybasebin.h:
10346         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10347         (gst_play_bin_set_property), (gen_video_element),
10348         (gen_audio_element), (setup_sinks):
10349         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10350         (gst_stream_info_get_type), (gst_stream_info_class_init),
10351         (gst_stream_info_init), (gst_stream_info_new),
10352         (gst_stream_info_dispose), (stream_info_mute_pad),
10353         (gst_stream_info_set_property), (gst_stream_info_get_property):
10354         * gst/playback/gststreaminfo.h:
10355         Reuse the audio and video bins.
10356         Some internal cleanups in the stream selection code.
10357
10358 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10359
10360         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10361         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10362         * sys/ximage/ximagesink.h:
10363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10364         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10365         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10366         not coming from those elements. Moreover these elements should not keep
10367         the xid they have been given when in NULL state.
10368
10369 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10370
10371         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10372         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10373         * sys/ximage/ximagesink.h:
10374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10375         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10376         * sys/xvimage/xvimagesink.h:
10377           Actually only create a new toplevel window if we're not gonna
10378           embed it right after.
10379
10380 2004-10-07  Wim Taymans  <wim@fluendo.com>
10381
10382         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10383         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10384         * gst/playback/gstplaybin.c: (setup_sinks):
10385         Implement muting/unmuting of streams, mute streams that are not
10386         used.
10387
10388 2004-10-07  Wim Taymans  <wim@fluendo.com>
10389
10390         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10391         (plugin_init):
10392         Added lame audio/x-ac3 typefind function.
10393
10394 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10395
10396         * configure.ac:
10397           bump nano to cvs
10398
10399 === release 0.8.5 ===
10400
10401 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10402
10403         * NEWS:
10404         * RELEASE:
10405         * configure.ac:
10406           releasing 0.8.5, "Take You On"
10407
10408 2004-10-06  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10411         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10412         (no_more_pads), (close_link), (type_found):
10413         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10414         * gst/playback/gstplaybin.c: (gen_video_element):
10415         Do not signal the no_more_pads after the first pad when
10416         we are plugging a non dynamic element with multiple
10417         output pads (like swfdec, dvdec, ...).
10418
10419 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10420
10421         * configure.ac:
10422           bump for prerelease
10423
10424 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10425
10426         * gst/wavparse/gstwavparse.c:
10427           add ATRAC3 to STATIC CAPS to fix a warning
10428
10429         * gst/matroska/ebml-read.c:
10430         * gst-libs/gst/riff/riff-read.c:
10431           fix typos
10432
10433 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10434
10435         * gst-libs/gst/riff/riff-media.c:
10436           generate caps for ATRAC3 audio streams
10437
10438         * gst/realmedia/rmdemux.c:
10439           generate caps for ATRAC3 audio streams
10440
10441 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10442
10443         * gst/wavparse/Makefile.am
10444         * gst/wavparse/riff.h
10445         * gst/wavparse/wavparse.vcproj
10446           riff.h removal (unused and duplication with riff-ids.h)
10447
10448 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10449
10450         * gst/wavparse/gstwavparse.h
10451           remove duplicated defines for audio codec codes
10452
10453         * gst-libs/gst/riff/riff-ids.h
10454         * gst/wavenc/riff.h:
10455           add "4CC" code for ATRAC3 audio streams
10456           add "4CC" code for ITU_G721_ADPCM (unused for now)
10457
10458 2004-10-06  Wim Taymans  <wim@fluendo.com>
10459
10460         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10461         Actually _do_ negotiation. Pass gdouble as arg instead
10462         of guint64 for the framerate.
10463
10464 2004-10-06  Wim Taymans  <wim@fluendo.com>
10465
10466         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10467         (find_compatibles), (close_pad_link), (try_to_link_1),
10468         (no_more_pads), (close_link), (type_found):
10469         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10470         * gst/playback/gstplaybin.c: (gen_video_element),
10471         (gen_audio_element):
10472         Set state on newly added element to READY so that negotiation
10473         can happen ASAP.
10474         Addes some more debug info.
10475         Do not try to plug pads with multiple caps structures or ANY
10476         because it is too dangerous since we do not do dynamic
10477         replugging.
10478
10479 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10480
10481         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10482
10483         * po/LINGUAS:
10484         * po/or.po:
10485           add Oriya translation
10486
10487 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10488
10489         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10490           Prevent overwrite of size member. Makes audio sound crappy.
10491
10492 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10493
10494         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10495         Add rmvb to the list of known RealMedia extensions
10496
10497 2004-10-05  Wim Taymans  <wim@fluendo.com>
10498
10499         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10500         (mngdec_openstream), (mngdec_closestream),
10501         (mngdec_handle_sink_event), (mngdec_readdata),
10502         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10503         (mngdec_getcanvasline), (mngdec_refresh),
10504         (gst_mngdec_change_state):
10505         Set the framerate correctly.
10506
10507 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10508
10509         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10510           There was something wrong with the index massaging.
10511
10512 2004-10-04  Wim Taymans  <wim@fluendo.com>
10513
10514         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10515         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10516         (gst_smokedec_chain):
10517         * ext/jpeg/gstsmokedec.h:
10518         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10519         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10520         * ext/jpeg/gstsmokeenc.h:
10521         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10522         (smokecodec_decode_new), (smokecodec_info_free),
10523         (smokecodec_set_quality), (smokecodec_get_quality),
10524         (smokecodec_set_threshold), (smokecodec_get_threshold),
10525         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10526         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10527         (smokecodec_encode), (smokecodec_parse_id),
10528         (smokecodec_parse_header), (smokecodec_decode):
10529         * ext/jpeg/smokecodec.h:
10530         * ext/jpeg/smokeformat.h:
10531         Updated smoke, new bitstream, allows embedding in ogg.
10532
10533 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10534
10535         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10536           Fix seeking in some files. All this code is no longer needed (and
10537           actually breaks stuff) because we now synchronize the full index
10538           right when reading the header.
10539
10540 2004-10-04  Wim Taymans  <wim@fluendo.com>
10541
10542         * configure.ac:
10543         configure update for libmng.
10544
10545 2004-10-04  Wim Taymans  <wim@fluendo.com>
10546
10547         * ext/libmng/Makefile.am:
10548         * ext/libmng/gstmng.c: (plugin_init):
10549         * ext/libmng/gstmng.h:
10550         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10551         (gst_mngdec_base_init), (gst_mngdec_class_init),
10552         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10553         (gst_mngdec_loop), (gst_mngdec_get_property),
10554         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10555         (mngdec_closestream), (mngdec_handle_sink_event),
10556         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10557         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10558         (gst_mngdec_change_state):
10559         * ext/libmng/gstmngdec.h:
10560         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10561         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10562         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10563         (gst_mngenc_chain), (gst_mngenc_get_property),
10564         (gst_mngenc_set_property):
10565         * ext/libmng/gstmngenc.h:
10566         Added basic MNG decoder. Needs more work. The encoder does
10567         not work yet.
10568
10569 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10570
10571         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10572         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10573         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10574           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10575           no-more-pads.
10576
10577 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10578
10579         * configure.ac:
10580           you need at least 1.0.4 of speex
10581
10582 2004-10-04 Iain <iaingnome@gmail.com>
10583
10584         * ext/speex/gstspeexdec.h: Revert the includes changes.
10585
10586         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10587
10588 2004-09-30 Iain <iaingnome@gmail.com>
10589
10590         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10591         found during init or set as a property instead of hardcoding /dev/audio
10592
10593 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10596         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10597         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10598         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10599         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10600         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10601         (gst_rmdemux_dump_data):
10602           Use debug category, fix EOS handling. filesrc ! rmdemux now
10603           works.
10604
10605 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10606
10607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10608         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10609         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10610           Improve allocation, cutting and sorting of the index. How takes a
10611           few seconds instead of minutes.
10612
10613 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10614
10615         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10616           fixed compilation
10617
10618 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10619
10620         * gst-libs/gst/riff/riff-media.c:
10621         (gst_riff_create_video_caps_with_data),
10622         (gst_riff_create_video_template_caps):
10623           Add wing commander format mimetype/fourccs.
10624         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10625           Don't crash if some value is 0.
10626
10627 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10628
10629         * gst-libs/gst/riff/riff-media.c:
10630         (gst_riff_create_video_caps_with_data),
10631         (gst_riff_create_video_template_caps):
10632           Add DIB fourcc (raw, palettized 8-bit RGB).
10633         * gst-libs/gst/riff/riff-read.c:
10634         (gst_riff_read_strf_vids_with_data):
10635           Oops, fix strf_data reading bug.
10636         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10637           Use a non-NULL tag.
10638         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10639           Time for hacks. Sorry Dave. At least one quicktime movie (a
10640           trailer) that I've encountered contains multiple video tracks.
10641           One of those is the actual video track, the other are one-frame
10642           tracks (images). Unfortunately, the number of frames according
10643           to the trak header is 1 for each, so that doesn't help. So
10644           instead, I look at the duration and discard tracks with a
10645           duration shorter than 20% of the length of the stream. Better
10646           than nothing.
10647
10648 2004-10-01  Christian Schaller <christian@fluendo.com>
10649
10650         * ext/ivorbis/vorbis.c:
10651           Patch from Phil Blundell (Bug 152341)
10652
10653 2004-10-01  Wim Taymans  <wim@fluendo.com>
10654
10655         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10656         (speex_dec_get_formats), (speex_dec_convert),
10657         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10658         (speex_dec_chain), (gst_speexdec_get_property),
10659         (gst_speexdec_set_property):
10660         Small cleanups.
10661
10662 2004-10-01  Wim Taymans  <wim@fluendo.com>
10663
10664         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10665         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10666         (gst_wavparse_other), (gst_wavparse_loop),
10667         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10668         (gst_wavparse_srcpad_event):
10669         * gst/wavparse/gstwavparse.h:
10670         Added some more debugging info.
10671         Fix the case where the length of the file is 0.
10672         Make sure we seek to sample borders.
10673
10674 2004-10-01  Wim Taymans  <wim@fluendo.com>
10675
10676         * gst/playback/README:
10677         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10678         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10679         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10680         Add some debug info to decodebin, update README
10681
10682 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10683
10684         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10685           Don't use g_print(); use GST_DEBUG().
10686
10687 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10688
10689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10690         (gst_ogg_mux_queue_pads):
10691           Handle EOS properly.
10692
10693 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10694
10695         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10696
10697         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10698         (gst_faad_chain), (gst_faad_change_state):
10699         * ext/faad/gstfaad.h:
10700           Allow playback of raw (unframed) MPEG AAC files (#148993).
10701
10702 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10703
10704         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10705
10706         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10707           Throw error if we didn't recognize the stream. Fixes #152289.
10708
10709 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10712           Fix negotiation.
10713
10714 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10715
10716         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10717
10718         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10719           Fix memleak.
10720
10721 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10722
10723         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10724
10725         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10726           Solve #152805.
10727         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10728           Solve 152806.
10729
10730 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10731
10732         * gst-libs/gst/riff/riff-media.c:
10733         (gst_riff_create_video_caps_with_data),
10734         (gst_riff_create_audio_caps_with_data):
10735           Add codec_data handling (like asfdemux used to do).
10736         * gst/asfdemux/gstasf.c: (plugin_init):
10737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10738         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10739           Use riff-media for caps creation instead of our own (mostly
10740           broken) copy of its functions.
10741
10742 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10745           Don't actually error out if we get another return value than
10746           -EINVAL. Opposite to what I first thought, drivers have random
10747           return values for this, although -EINVAL is the expected return
10748           value. Since this is not fatal, we shouldn't use
10749           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10750
10751 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10752
10753         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10754         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10755         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10756         (dvdreadsrc_get), (dvdreadsrc_open_file),
10757         (dvdreadsrc_change_state):
10758           Fix. Don't do one big huge loop around the whole DVD, that will
10759           cache all data and thus eat sizeof(dvd) (several GB) before we
10760           see something.
10761         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10762           Actually NULL'ify event after using it.
10763         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10764         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10765         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10766         (gst_ebml_read_seek), (gst_ebml_read_skip):
10767           Handle events.
10768         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10769         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10770         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10771           Fix timing (this will probably break if I seek using menus, but
10772           I didn't get there yet). VOBs and normal DVDs should now work.
10773           Add a mpeg2-only pad with high rank so this get autoplugged for
10774           MPEG-2 movies.
10775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10776         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10777         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10778         (gst_mpeg_demux_get_audio_stream),
10779         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10780         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10781           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10782           MPEG-1 but use dvddemux for MPEG-2.
10783         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10784         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10785         (gst_mpeg_parse_parse_packhead):
10786           Timing. Only add pad template if it exists. Add sink template from
10787           class and not from ourselves. This means we will always use the
10788           correct sink template even if it is not the one defined in this
10789           file.
10790
10791 2004-09-29  Wim Taymans  <wim@fluendo.com>
10792
10793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10794         (gst_mpeg_demux_parse_pes):
10795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10796         Fix playback of mpeg again, timestamps where screwed up by
10797         patch 1.61.
10798
10799 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10800
10801         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10802           Only return true if we actually filled something in. Prevents
10803           player applications from showing a random length for flac files.
10804         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10805         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10806         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10807         (gst_riff_read_strf_vids_with_data),
10808         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10809           OK, ok, so I implemented event handling. Apparently it's normal
10810           that we receive random events at random points without asking
10811           for it.
10812         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10813         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10814         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10815         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10816         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10817         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10818         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10819         * gst/avi/gstavidemux.h:
10820           Implement non-lineair chunk handling and subchunk processing.
10821           The first solves playback of AVI files where the audio and video
10822           data of individual buffers that we read are not synchronized.
10823           This should not happen according to the wonderful AVI specs, but
10824           of course it does happen in reality. It is also a prerequisite for
10825           the second. Subchunk processing allows us to cut chunks in small
10826           pieces and process each of these pieces separately. This is
10827           required because I've seen several AVI files with incredibly large
10828           audio chunks, even some files with only one audio chunk for the
10829           whole file. This allows for proper playback including seeking.
10830           This patch is supposed to fix all AVI A/V sync issues.
10831         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10832         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10833           Work.
10834         * gst/modplug/gstmodplug.cc:
10835           Proper return value setting for the query() function.
10836         * gst/playback/gstplaybasebin.c: (setup_source):
10837           Being in non-playing state (after, e.g., EOS) is not necessarily
10838           a bad thing. Allow for that. This fixes playback of short files.
10839           They don't actually playback fully now, because the clock already
10840           runs. This means that small files (<500kB) with a small length
10841           (<2sec) will still not or barely play. Other files, such as mod
10842           or flx, will work correctly, however.
10843
10844 2004-09-28  Wim Taymans  <wim@fluendo.com>
10845
10846         * ext/speex/gstspeex.c: (plugin_init):
10847         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10848         (gst_speex_dec_class_init), (speex_dec_get_formats),
10849         (speex_get_event_masks), (speex_get_query_types),
10850         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10851         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10852         (gst_speexdec_get_property), (gst_speexdec_set_property),
10853         (speex_dec_change_state):
10854         * ext/speex/gstspeexdec.h:
10855         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10856         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10857         (gst_speexenc_base_init), (gst_speexenc_class_init),
10858         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10859         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10860         (gst_speexenc_src_query), (gst_speexenc_init),
10861         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10862         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10863         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10864         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10865         (gst_speexenc_chain), (gst_speexenc_get_property),
10866         (gst_speexenc_set_property), (gst_speexenc_change_state):
10867         * ext/speex/gstspeexenc.h:
10868         Rewrote speex encoder, make sure it can be embedded in ogg.
10869         Implemented speex decoder.
10870
10871 2004-09-28  Christian Schaller <christian@fluendo.com>
10872
10873         * configure.ac:
10874         Remove kioslave plugin. Markey is brewing a new working one
10875         * ext/Makefile.am: Remove kioslave plugin
10876         * ext/kio: remove
10877         * gst-plugins.spec.in: remove kio plugin from spec
10878
10879 2004-09-27  Wim Taymans  <wim@fluendo.com>
10880
10881         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10882         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10883         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10884         (gst_multifdsink_new_client),
10885         (gst_multifdsink_handle_client_write),
10886         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10887         (gst_multifdsink_handle_clients):
10888         * gst/tcp/gstmultifdsink.h:
10889         Make syncing to keyframes actually work for new clients and lagging
10890         clients.
10891
10892 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10893
10894         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10895         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10896         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10897         * gst/debug/gstnavigationtest.h:
10898           make navigationtest display button-press and button-release events
10899
10900 2004-09-26 Iain <iaingnome@gmail.com>
10901
10902         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10903         the channels have received a new media event.
10904         (interleave_buffered_loop): Compresses a new media event on all
10905         channels into one.
10906
10907 2004-09-26 Iain <iaingnome@gmail.com>
10908
10909         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10910         call the sinkpad's default event handler and not the srcpads. He also
10911         says this is confusing :)
10912         (gst_wavenc_stop_file): Company says that seek events only go upstream
10913         we should send a discontinuous downstream instead.
10914
10915 2004-09-25  Christian Schaller <christian@fluendo.com>
10916
10917         * Update SPEC file to be usable in conjunction with Fedora Core,
10918           Fedora.us and freshrpms packages
10919         * Fix typo in multifilesrc test Makefile
10920
10921 2004-09-24  Wim Taymans  <wim@fluendo.com>
10922
10923         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10924         Only signal the no_more_pads signal when we have
10925         added the stream to our list.
10926
10927 2004-09-24  Wim Taymans  <wim@fluendo.com>
10928
10929         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10930         (new_decoded_pad):
10931         * gst/playback/gstplaybasebin.h:
10932         * gst/playback/gstplaybin.c: (setup_sinks):
10933         Don't try to preroll or decode more than one audio/video
10934         track.
10935
10936 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10937
10938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10939           Throw error if we failed to find a suitable output. This should
10940           throw an error if we successfully set up a pipeline (e.g. because
10941           we recognized a media file) but found no decodable streams in it
10942           (e.g. because it contains only media stream types for which we
10943           have no decoders, or because it's not a media type).
10944
10945 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10946
10947         * ext/dirac/Makefile.am:
10948         * ext/dirac/gstdirac.cc:
10949         * ext/dirac/gstdiracdec.cc:
10950         * ext/dirac/gstdiracdec.h:
10951           Do something. Don't actually know if this works because I don't
10952           have a demuxer yet.
10953         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10954           Add channels=1 to caps returned from _getcaps().
10955         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10956         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10957         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10958         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10959         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10960         (gst_ogm_parse_change_state):
10961           Separate between audio/video so ogmaudioparse actually uses the
10962           audio pad templates. Both audio and video work now, including
10963           autoplugging. Also use sometimes-srcpad hack.
10964         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10965           Handle events better. Don't hang on infinite loops.
10966         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10967         (gst_avi_demux_init), (gst_avi_demux_reset),
10968         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10969         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10970         (gst_avi_demux_change_state):
10971         * gst/avi/gstavidemux.h:
10972           Improve A/V sync. Still not perfect.
10973         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10974         (gst_ebml_read_skip):
10975           Handle events better.
10976         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10977         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10978         (qtdemux_audio_caps):
10979           Add IMA4. Improve event handling. Save offset after a seek when
10980           the headers are at the end of the file so that we don't end up in
10981           an infinite loop.
10982         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10983           Add low-priority typefind support for files with no length.
10984
10985 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10986
10987         * testsuite/multifilesink/Makefile.am:
10988         fix typo
10989
10990 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10991
10992         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10994         mistakes from thaytan's patches.
10995
10996 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10997
10998         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10999           For completeness, XSync in the destroy function as xvimage does.
11000
11001 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11002
11003         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11004            Correct caps negotiation
11005         * gst/volume/gstvolume.c: (volume_chain_float),
11006         (volume_chain_int16):
11007            Modify debug output to be little more informative
11008         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11010         (gst_xvimagesink_xvimage_destroy):
11011           Add XSync calls after detaching from the shared memory segment to
11012           avoid a crash.
11013
11014 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11015
11016         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11017         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11018         * ext/vorbis/vorbis.c: (plugin_init):
11019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11020         (gst_vorbisenc_chain):
11021         * ext/vorbis/vorbisenc.h:
11022         remove explicit newmedia support from oggmux and vorbisenc
11023         add debug category to vorbisenc
11024         * gst/multifilesink/gstmultifilesink.c:
11025         (gst_multifilesink_class_init), (gst_multifilesink_init),
11026         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11027         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11028         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11029         (plugin_init):
11030         * gst/multifilesink/gstmultifilesink.h:
11031         add support for streamheader in multifilesink
11032
11033 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11034
11035         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11036         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11037         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11038           Prevent infinite loops. More correct error reporting.
11039         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11040           Error out if negotiation fails.
11041         * gst/playback/gstplaybasebin.c: (setup_source),
11042         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11043         (gst_play_base_bin_found_tag):
11044           Error/tag forwarding. Pre-roll fixes for source errors on state
11045           changes (e.g. "file does not exist") to prevent hangs.
11046
11047 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11048
11049         * testsuite/multifilesink/Makefile.am:
11050         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11051         (gst_newmedia_class_init), (gst_newmedia_init),
11052         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11053         (newfile_signal), (test_signal), (main):
11054         * testsuite/multifilesink/multifilesrc_test.c: (main):
11055         * testsuite/multifilesink/oggtheora_test.c:
11056         (gst_newmedia_base_init), (gst_newmedia_class_init),
11057         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11058         (test_format), (newfile_signal), (test_signal), (main):
11059         * testsuite/multifilesink/oggvorbis_test.c:
11060         (gst_newmedia_base_init), (gst_newmedia_class_init),
11061         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11062         (test_format), (newfile_signal), (test_signal), (main):
11063         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11064         (gst_newmedia_class_init), (gst_newmedia_init),
11065         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11066         (newfile_signal), (test_signal), (main):
11067         New media tests
11068
11069 2004-09-20  Christian Schaller <christian@fluendo.com>
11070
11071         * Fix mikmod license to LGPL as they have relicensed
11072         * Move Dirac and Effectv into LGPL section of README_license
11073
11074 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11075
11076         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11077         (gst_mad_change_state):
11078           Allow for mp3 rate/channels changes. However, only very
11079           conservatively. Reason that we *have* to enable this is smiply
11080           because the mad find_sync() function is not good enough, it will
11081           regularly sync on random data as valid frames and therefore make
11082           us provide random caps as *final* caps of the stream. The best fix
11083           I could think of is to simply require several of the same stream
11084           changes in a row before we change caps.
11085           The actual testcase that works now is #
11086         * ext/ogg/Makefile.am:
11087         * ext/ogg/gstogg.c: (plugin_init):
11088         * ext/ogg/gstogmparse.c:
11089           OGM support (video only for now; I need an audio sample file).
11090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11091         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11092         (gst_asf_demux_add_video_stream):
11093           WMV extradata.
11094         * gst/playback/gstplaybasebin.c: (unknown_type):
11095           Don't error out on single unknown-types after all. It's wrong.
11096           If we found type of video and audio but not of a subtitle stream,
11097           it will still error out (which is unwanted). Will find a better fix
11098           later on.
11099         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11100         (ogmaudio_type_find), (plugin_init):
11101           OGM support.
11102
11103 2004-09-20  Johan Dahlin  <johan@gnome.org>
11104
11105         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11106         after setting caps.
11107
11108 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11109
11110         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11111         * gst/wavenc/gstwavenc.h:
11112         Added newmedia support to wavenc
11113
11114 2004-09-17  Wim Taymans  <wim@fluendo.com>
11115
11116         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11117         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11118         (gst_fdset_fd_can_write), (gst_fdset_wait):
11119         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11120         (gst_multifdsink_init), (gst_multifdsink_add),
11121         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11122         (gst_multifdsink_remove_client_link),
11123         (gst_multifdsink_client_queue_buffer),
11124         (gst_multifdsink_handle_client_write),
11125         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11126         (gst_multifdsink_close), (gst_multifdsink_change_state):
11127         * gst/tcp/gstmultifdsink.h:
11128         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11129         (gst_tcpserversink_removed):
11130         Small cleanups in fdset.c
11131         Use a hastable to map fd to the client structure for faster
11132         lookup in _remove and get_stats.
11133         Added virtual function to close the fds.
11134         Handle clients even when the select/poll call was unblocked because
11135         of a command.
11136         Implement syncing to keyframe in the recovery procedure.
11137
11138 2004-09-16 Iain <iaingnome@gmail.com>
11139
11140         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11141         try caps.
11142
11143 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11144
11145         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11146           Caps are only set if the type of the stream is unknown, but this
11147           is initialized in ->init_stream(), so set to UNKNOWN after calling
11148           ->init_stream() so that capsnego starts.
11149
11150 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11151
11152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11153         (gst_avi_demux_stream_data):
11154           Just hardcode for raw audio then. AVI audio sucks.
11155
11156 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11157
11158         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11159         * gst/matroska/matroska-mux.c: (audiosink_templ),
11160         (gst_matroska_mux_audio_pad_link):
11161         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11162         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11163
11164 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11165
11166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11167         (gst_avi_demux_stream_data):
11168           Try to fix a/v sync issues.
11169
11170 2004-09-15  David Schleef  <ds@schleef.org>
11171
11172         * configure.ac: remove NASM check, since we don't use it.  Update
11173         dirac check to 0.4
11174         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11175         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11176         Initialized variables.
11177         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11178         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11179         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11180         SVQ3 format
11181
11182 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11183
11184         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11185         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11186         * gst/avi/gstavidemux.h:
11187           Fix for compressed audio (mp3) timestamp generation. How did this
11188           ever work?
11189
11190 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11191
11192         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11193           Volume is a double not a float.
11194
11195 2004-09-15  Wim Taymans  <wim@fluendo.com>
11196
11197         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11198         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11199         Don't close the fd in multifdsink as we didn't open it in the
11200         first place. Some cleanups.
11201
11202 2004-09-15  Wim Taymans  <wim@fluendo.com>
11203
11204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11206         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11207         Fix the case where the muxer would mark pages as delta
11208         frames when they are not (vorbis only ogg).
11209
11210 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11211
11212         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11213         (gst_play_base_bin_change_state):
11214           Handle the case where we failed to setup a clear pipeline. This
11215           will throw an error (or EOS, another nice case) and if you don't
11216           catch that, the app will wait for the signal forever (and thus
11217           hang).
11218
11219 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11220
11221         * ext/gnomevfs/gstgnomevfssink.c:
11222         (gst_gnomevfssink_uri_get_protocols):
11223         * ext/gnomevfs/gstgnomevfssrc.c:
11224         (gst_gnomevfssrc_uri_get_protocols):
11225         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11226         * ext/gnomevfs/gstgnomevfsuri.h:
11227           Use _uri_new() instead of _open(), so it doesn't take as long and
11228           Christophe's computer won't hang.
11229         * gst/playback/gstplaybasebin.c: (unknown_type):
11230           Throw error on unknown media type, so apps actually display it.
11231
11232 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11233
11234         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11235           this script to work on Solaris since bash shell handles echo
11236           differenly than bash.
11237
11238 2004-09-17  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11241         (setup_source), (gst_play_base_bin_set_property),
11242         (gst_play_base_bin_add_element):
11243         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11244         Some more work on making sure seeking pauses the pipeline and
11245         that changing the uri actually does something.
11246
11247 2004-09-17  Wim Taymans  <wim@fluendo.com>
11248
11249         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11250         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11251         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11252         (gst_tcpserversink_close):
11253         Be a bit more paranoid when freeing memory.
11254
11255 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11256
11257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11258         (qtdemux_parse_trak):
11259           Don't crash by dividing by zero (see sample movie in #126922).
11260
11261 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11262
11263         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11264           Don't touch non-existing data (fixes crash on file in #140147).
11265
11266 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11267
11268         * gst/playback/gstplaybasebin.c:
11269         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11270           Handle double disposals, and proper change of URIs.
11271
11272 2004-09-13  Martin Eikermann <meiker@upb.de>
11273
11274         * gst/mpegstream/gstmpegparse.c:
11275           fix synchronistation for streams recorded from digital PCR
11276           fixes bug #119376
11277
11278 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11279
11280         * ext/gnomevfs/Makefile.am:
11281         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11282         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11283         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11284         (gst_gnomevfssink_uri_get_type),
11285         (gst_gnomevfssink_uri_get_protocols),
11286         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11287         (gst_gnomevfssink_uri_handler_init),
11288         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11289         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11291         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11292         (gst_gnomevfssrc_uri_get_type),
11293         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11294         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11295         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11296         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11297         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11298         * ext/gnomevfs/gstgnomevfsuri.h:
11299           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11300           of fake URIs to see which this version of Gnome-VFS likes, and
11301           uses that for the Gst-URI interface. Makes playbin support http://
11302           streams. Also fix up some stupid behaviour in gnomevfssrc.
11303
11304 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11305
11306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11307         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11308         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11309         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11310           Update mixer (to sync with other sessions) if we try to obtain
11311           a new value. This makes alsamixer work accross applications.
11312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11313           Only call sync functions if we're running, else alsalib asserts.
11314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11315           Sometimes fails to compile. Possibly a gcc bug.
11316         * gst/playback/gstplaybin.c: (gen_video_element),
11317         (gen_audio_element):
11318           Add a reference to an application-provided object, because we lose
11319           this same reference if we add it to the bin. If we don't do this,
11320           we can only use this object once and thus crash if we go from
11321           ready to playing, back to ready and back to playing again.
11322           Also add an audioscale element because several cheap soundcards -
11323           like mine - don't support all samplerates.
11324         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11325         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11326           Fix wrong order or PAR calls. Makes automatically obtained PAR
11327           from the X server atually being used.
11328
11329 2004-09-12  David Schleef  <ds@schleef.org>
11330
11331         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11332         #151887, #152102, #152247.
11333         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11334         * examples/seeking/cdparanoia.c: same
11335         * examples/seeking/cdplayer.c: same
11336         * examples/seeking/seek.c: same
11337         * examples/seeking/spider_seek.c: same
11338         * examples/seeking/vorbisfile.c: same
11339         * examples/stats/mp2ogg.c: same
11340         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11341         (gst_esdsink_dispose): Dispose of element properly.
11342         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11343         fixes.
11344         * ext/nas/nassink.c: (gst_nassink_class_init),
11345         (gst_nassink_dispose): Dispose of element correctly.
11346         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11347         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11348         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11349         Fix 64-bit warning.
11350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11351         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11352         Fix 64-bit warning.
11353
11354 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11355
11356         * configure.ac : change speex detection as 1.1.6 now uses
11357           .pc/pkg-config and they changed their headers location.
11358
11359 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11360
11361         * gst/matroska/matroska-mux.h:
11362         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11363         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11364         (gst_matroska_mux_write_data):
11365           Write multiple blocks/frames per cluster.
11366                 Write meta-seek information (seek heads).
11367
11368 2004-09-09  Scott Wheeler <wheeler@kde.org>
11369
11370         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11371         (gst_play_bin_set_property), (gst_play_bin_get_property),
11372         (gen_audio_element), (gen_audio_element):
11373           Add a volume element / property to the pipeline.
11374
11375 2004-09-07  Wim Taymans  <wim@fluendo.com>
11376
11377         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11378         Copy timestamps from the master pad to the output buffers.
11379
11380 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11381
11382         * ext/raw1394/gstdv1394src.c:
11383           throw errors when applicable
11384
11385 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11386
11387         * gst/matroska/ebml-ids.h:
11388         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11389         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11390         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11391           automatically convert unix time <-> ebml time when reading/writing
11392           a date, use gst_ebml_write_uint to write CUETIME,
11393           not gst_ebml_write_date.
11394         * gst/matroska/matroska-ids.h:
11395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11396         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11397         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11398         (gst_matroska_mux_write_data):
11399           Write track and segment UIDs, write muxing date, write
11400           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11401           Create cues for audio only files.
11402
11403 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11404
11405         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11406         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11407           Re-commit ALSA switches.
11408         * gst/adder/gstadder.c: (gst_adder_loop):
11409           64-bit fix (#151416).
11410         * gst/debug/progressreport.c: (gst_progressreport_report):
11411           64-bit fix (#151419).
11412         * gst/matroska/matroska-demux.c:
11413         (gst_matroska_demux_parse_contents):
11414           64-bit fix (#151420).
11415         * gst/playback/test3.c: (update_scale):
11416           64-bit fix (#151421).
11417
11418 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11419
11420         * configure.ac:
11421           bump nano to cvs
11422
11423 === release 0.8.4 ===
11424
11425 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11426
11427         * configure.ac: releasing 0.8.4, "Alias"
11428
11429 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11430
11431         * ext/theora/Makefile.am:
11432           fix makefile.  Fixes #151462.
11433
11434 2004-08-30  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11437         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11438         (gst_multifdsink_remove_client_link),
11439         (gst_multifdsink_client_queue_buffer),
11440         (gst_multifdsink_handle_client_write):
11441         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11442         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11443         Fix some memory leaks.
11444
11445 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11446
11447         Patch by: David Schleef
11448
11449         * configure.ac:
11450         * sys/Makefile.am:
11451           rename our detection macro for V4L2.  Fixes #151236.
11452
11453 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11454
11455         Patch by: David Schleef
11456
11457         * configure.ac:
11458           check to define LAMEPRESET.  Fixes #151232.
11459
11460 2004-08-27  David Schleef  <ds@schleef.org>
11461
11462         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11463         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11464         (gst_glimagesink_fixate):  Move local variable declarations to
11465         make gcc-2.95 happy.
11466
11467 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11468
11469         * configure.ac:
11470           bump nano for prerelease
11471
11472 2004-08-27  David Schleef  <ds@schleef.org>
11473
11474         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11475         * sys/sunaudio/gstsunaudiosrc.c:
11476         * sys/sunaudio/gstsunaudiosrc.h:
11477
11478 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11479
11480         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11481         handle EOS correctly
11482         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11483         * gst/matroska/matroska-mux.h:
11484         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11485         VFW compatibility mode
11486
11487 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11488
11489         patch by: Zaheer Abbas Merali
11490
11491         * ext/ogg/gstoggmux.c:
11492         * ext/vorbis/vorbisenc.c:
11493         * ext/vorbis/vorbisenc.h:
11494           handle NEWMEDIA
11495
11496 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11497
11498         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11499         fix byte order reversion on little endian machines.
11500         * gst/matroska/matroska-mux.c: (audiosink_templ),
11501         (gst_matroska_mux_audio_pad_link):
11502         add TTA codec to the list of supported codecs.
11503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11504         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11505         (gst_matroska_mux_write_data):
11506         * gst/matroska/matroska-mux.h:
11507         write segment duration correctly, write muxing app string, fixes bugs
11508         #140897 and #140898.
11509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11510         wait for all pads to be negotiated before starting to mux.
11511
11512 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11513
11514         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11515         * ext/lame/gstlame.h:
11516         Added new media support to lame
11517
11518 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11519
11520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11521         send vorbis headers at the beginning of a stream, fixes bug #141554.
11522         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11523         bug #148950.
11524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11525         (gst_matroska_demux_plugin_init):
11526         * gst/matroska/matroska-ids.h:
11527         enable demuxing of TTA audio streams, fixes bug #148951.
11528         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11529         enable typefinding for TTA audio files, fixes bug #148711.
11530         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11531         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11532         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11533
11534 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11535
11536         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11537         (gst_riff_read_element_data), (gst_riff_read_seek),
11538         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11539         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11540         <teuf@gnome.org>
11541
11542 2004-08-23 Iain <iaingnome@gmail.com>
11543
11544         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11545         tags. They appear to be handled differently to normal.
11546         (tag_list_to_id3_tag_foreach): Ditto.
11547
11548 2004-08-22  Wim Taymans  <wim@fluendo.com>
11549
11550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11551         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11552         Make sure we never send -1 granulepos.
11553
11554 2004-08-20  Wim Taymans  <wim@fluendo.com>
11555
11556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11557         (gst_ogg_mux_loop):
11558         I will accept bitchslappings with non sharp objects.
11559
11560 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11561
11562         * configure.ac:
11563         Clean up the test for lame presets
11564
11565 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11566
11567         * configure.ac:
11568         * ext/lame/Makefile.am:
11569         * ext/lame/gstlame.c: (gst_lame_class_init),
11570         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11571         Only enable lame presets if version of lame has presets in API
11572
11573 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11574         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11575         * gst/udp/gstudpsrc.h:
11576           Don't call gst_pad_push in a get function. Fixes #150449
11577
11578 2004-08-18  Wim Taymans  <wim@fluendo.com>
11579
11580         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11581         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11582         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11583         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11584         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11585         (gst_fdset_wait):
11586         * gst/tcp/gstfdset.h:
11587         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11588         (gst_multifdsink_client_queue_buffer),
11589         (gst_multifdsink_handle_client_write):
11590         * gst/tcp/gstmultifdsink.h:
11591         Some extra checks in gstfdset.
11592         Only use send() when the fd is a socket. Don't try to
11593         read from write only fds.
11594
11595 2004-08-18  Wim Taymans  <wim@fluendo.com>
11596
11597         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11598         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11599         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11600         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11601         (gst_fdset_wait):
11602         Add more locking and bounds checking.
11603
11604 2004-08-18  Wim Taymans  <wim@fluendo.com>
11605
11606         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11607         Realloc test fdset in the lock and right before starting
11608         the poll call. Bump the limit to 4096.
11609
11610 2004-08-17  David Schleef  <ds@schleef.org>
11611
11612         * sys/sunaudio/Makefile.am:
11613         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11614         of rates and channels.  Make debugging less obnoxious.
11615
11616         Patch from Balamurali Viswanathan implementing a mixer for
11617         Sun audio.  (bug #144091):
11618         * sys/sunaudio/gstsunelement.c:
11619         * sys/sunaudio/gstsunelement.h:
11620         * sys/sunaudio/gstsunmixer.c:
11621         * sys/sunaudio/gstsunmixer.h:
11622
11623 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11624
11625         * gst/audioscale/gstaudioscale.c:
11626         * gst/audioscale/gstaudioscale.h:
11627         made audioscale resample from any sample rate to any sample rate
11628
11629 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11630
11631         * ext/libpng/gstpngdec.c:
11632           error out on unsupported types
11633
11634 2004-08-17  Iain <iaingnome@gmail.com>
11635
11636         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11637         mid_side and loose_mid_side properties if its a stereo stream.
11638
11639 2004-08-17  Wim Taymans  <wim@fluendo.com>
11640
11641         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11642         (theora_get_formats), (theora_dec_src_convert),
11643         (theora_dec_sink_convert), (theora_dec_src_query),
11644         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11645         Add a debug line.
11646
11647 2004-08-17  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11650         (gst_ogg_pad_push):
11651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11652         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11653         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11654         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11655         Mark delta units in the muxer.
11656         Try to decode the packet after an out-of-sync error from
11657         libogg.
11658
11659 2004-08-17  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11662         (gst_multifdsink_init), (gst_multifdsink_add),
11663         (gst_multifdsink_client_queue_buffer),
11664         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11665         * gst/tcp/gstmultifdsink.h:
11666         Added option to send a keyframe to clients as the first buffer.
11667         Make timeout property writable.
11668
11669 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11670
11671         patch by: Wim Taymans
11672
11673         * gst/tcp/gstfdset.c:
11674         * gst/tcp/gstmultifdsink.c:
11675           fix index comparison, should include 0
11676
11677 2004-08-16  Wim Taymans  <wim@fluendo.com>
11678
11679         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11680         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11681         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11682         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11683         (gst_fdset_wait):
11684           copy when reallocing for poll so the select arguments don't get
11685           changed during the call
11686
11687 2004-08-16  Wim Taymans  <wim@fluendo.com>
11688
11689         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11690         (gst_theora_enc_class_init), (theora_enc_sink_link),
11691         (theora_buffer_from_packet), (theora_enc_chain):
11692         Fix bug where buffers were not marked as keyframes
11693         correctly.
11694
11695 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11696
11697         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11698         (gst_lame_preset_get_type), (gst_lame_class_init):
11699         describe the enum values for vbr mode and presets more verbosely
11700
11701 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11702
11703         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11704         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11705         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11706         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11707         * ext/lame/gstlame.h:
11708         add preset property to lame so it can use lame presets
11709
11710 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11711
11712         * ext/lame/gstlame.c: (gst_lame_get_property):
11713         whoops forgot break, thanks teuf
11714
11715 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11716
11717         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11718         (gst_lame_class_init), (gst_lame_src_getcaps),
11719         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11720         (gst_lame_get_property), (gst_lame_setup):
11721         * ext/lame/gstlame.h:
11722         fix lame's broken vbr stuff, allow it to resample if need be, and also
11723         make xing header optional
11724
11725 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11726
11727         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11728         added getcaps function so samplerate doesnt get fixated to silly values
11729
11730 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11731
11732         * ext/lame/gstlame.c: (gst_lame_src_link):
11733         revert previous fix
11734
11735 2004-08-12  Johan Dahlin  <johan@gnome.org>
11736
11737         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11738         checks. Doesn't matter what state we are in. Interfaces are a
11739         compile time thing, not runtime. It also broke the python bindings.
11740
11741 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11742
11743         * ext/lame/gstlame.c: (gst_lame_src_link):
11744         made source pad link function check if sinkpad is ok..fixes the problem
11745         where core fixates the output rate of lame stupidly
11746
11747 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11748
11749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11750         * sys/v4l/v4l_calls.c:
11751         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11752           fix fixate function to handle nonsimple caps.
11753           remove bogus check in _link
11754           cleanups
11755
11756 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11757
11758         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11759         set default compression ratio parameter to 0.0 so bitrate parameter
11760         works :)
11761
11762 2004-08-11  David Schleef  <ds@schleef.org>
11763
11764         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11765
11766 2004-08-11  David Schleef  <ds@schleef.org>
11767
11768         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11769         before.
11770
11771 2004-08-11  David Schleef  <ds@schleef.org>
11772
11773         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11774
11775 2004-08-11  David Schleef  <ds@schleef.org>
11776
11777         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11778           license field
11779         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11780         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11781           LGPL.
11782         * gst/auparse/gstauparse.c: Fix plugin license field.
11783         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11784         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11785         * gst/rtp/gstrtp.c: Fix plugin license field.
11786
11787 2004-08-11  Wim Taymans  <wim@fluendo.com>
11788
11789         * gst/tcp/Makefile.am:
11790         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11791         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11792         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11793         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11794         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11795         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11796         (gst_fdset_fd_can_write), (gst_fdset_wait):
11797         * gst/tcp/gstfdset.h:
11798         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11799         (gst_multifdsink_class_init), (gst_multifdsink_init),
11800         (gst_multifdsink_add), (gst_multifdsink_remove),
11801         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11802         (gst_multifdsink_remove_client_link),
11803         (gst_multifdsink_handle_client_read),
11804         (gst_multifdsink_client_queue_data),
11805         (gst_multifdsink_client_queue_caps),
11806         (gst_multifdsink_client_queue_buffer),
11807         (gst_multifdsink_handle_client_write),
11808         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11809         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11810         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11811         (gst_multifdsink_close):
11812         * gst/tcp/gstmultifdsink.h:
11813         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11814         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11815         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11816         (gst_tcpserversink_close):
11817         * gst/tcp/gsttcpserversink.h:
11818         Abstracted away the select call, implemented poll (yes we ran into
11819         the 1024 limit in production).
11820
11821 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11822
11823         * gst/tcp/gsttcp.c:
11824         * gst/tcp/gsttcpplugin.c:
11825           improve debuggging, remove assert
11826
11827 2004-08-10  Wim Taymans  <wim@fluendo.com>
11828
11829         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11830         (gst_client_status_get_type), (gst_multifdsink_class_init),
11831         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11832         (gst_multifdsink_handle_client_read),
11833         (gst_multifdsink_handle_client_write),
11834         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11835         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11836         (gst_multifdsink_get_property):
11837         * gst/tcp/gstmultifdsink.h:
11838         * gst/tcp/gsttcp-marshal.list:
11839         Starting to prepare for specifying buffer time in other units
11840         than buffers. Expose remove reason in signal.
11841
11842 2004-08-10  Wim Taymans  <wim@fluendo.com>
11843
11844         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11845         (gst_multifdsink_remove), (gst_multifdsink_clear),
11846         (gst_multifdsink_remove_client_link),
11847         (gst_multifdsink_handle_client_read),
11848         (gst_multifdsink_client_queue_data),
11849         (gst_multifdsink_client_queue_buffer),
11850         (gst_multifdsink_handle_client_write),
11851         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11852         (gst_multifdsink_chain), (gst_multifdsink_close):
11853         * gst/tcp/gstmultifdsink.h:
11854         Added more debugging info. Changed the way clients are
11855         removed from the lists. Fixed a bug where a bad file descriptor
11856         could cause many clients to be removed.
11857
11858 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11859
11860         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11861           allow all pixel-aspect-ratios, not just 1:1
11862
11863 2004-08-09  David Schleef  <ds@schleef.org>
11864
11865         * sys/glsink/ARB_multitexture.h:  Remove old files.
11866         * sys/glsink/EXT_paletted_texture.h:
11867         * sys/glsink/NV_register_combiners.h:
11868         * sys/glsink/gstgl_nvimage.c:
11869         * sys/glsink/gstgl_pdrimage.c:
11870         * sys/glsink/gstgl_rgbimage.c:
11871         * sys/glsink/gstglsink.c:
11872         * sys/glsink/gstglsink.h:
11873         * sys/glsink/gstglxwindow.c:
11874         * sys/glsink/regcomb_yuvrgb.c:
11875
11876 2004-08-09  David Schleef  <ds@schleef.org>
11877
11878         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11879         GL sink plugin.  (Bug #147302)
11880
11881         * configure.ac: Test for OpenGL
11882         * sys/Makefile.am: Use test for OpenGL
11883         * sys/glsink/Makefile.am:
11884         * sys/glsink/glimagesink.c: rewrite
11885         * sys/glsink/glimagesink.h: rewrite
11886
11887 2004-08-09  David Schleef  <ds@schleef.org>
11888
11889         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11890         sane framerates.
11891         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11893         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11894
11895 2004-08-09  Wim Taymans  <wim@fluendo.com>
11896
11897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11898         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11899         (gst_multifdsink_client_remove),
11900         (gst_multifdsink_handle_client_read),
11901         (gst_multifdsink_handle_client_write),
11902         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11903         Do a bit more logging, make the client_read code more robust.
11904
11905 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11906
11907         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11908         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11909         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11910         (gst_jpegdec_init), (gst_jpegdec_chain):
11911         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11912         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11913           cleanups, debugging fixes and memleak plugging
11914
11915 2004-08-09  Wim Taymans  <wim@fluendo.com>
11916
11917         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11918         (theora_get_formats), (theora_dec_src_convert),
11919         (theora_dec_sink_convert), (theora_dec_src_query),
11920         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11921         (theora_dec_change_state):
11922         Don't crash on missing header packets.
11923
11924 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11925
11926         * po/LINGUAS:
11927         * po/sq.po:
11928           Added Albanian translation (Laurent Dhima)
11929         * po/cs.po:
11930           updated
11931
11932 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11933
11934         * ext/lame/gstlame.c:
11935           fix/add debugging
11936
11937 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11938
11939         * sys/ximage/ximagesink.c:
11940         * sys/xvimage/xvimagesink.c:
11941           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11942
11943 2004-08-06  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         Make sure we don't try to read more from a client that what
11952         ioctl says us or we deadlock.
11953
11954 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11955
11956         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11957         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11958         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11959           decouple running_time and n_frames so it can handle changing
11960           framerate while running
11961
11962 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11963
11964         * po/nl.po:
11965         * po/sv.po:
11966           updated translations
11967
11968 2004-08-04  Benjamin Otte  <otte@gnome.org>
11969
11970         * gst/videotestsrc/gstvideotestsrc.c:
11971         (gst_videotestsrc_get_capslist), (generate_capslist),
11972         (plugin_init):
11973           generate the list of supported caps at startup and reuse it instead
11974           of always generating it
11975
11976 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11977
11978         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11979           whoops, last checkin broke normal build
11980
11981 2004-08-03  Benjamin Otte  <otte@gnome.org>
11982
11983         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11984         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11985         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11986         (gst_alsa_mixer_get_option):
11987         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11988         (dvdnavsrc_print_event):
11989         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11991         (gst_ogg_mux_pad_unlink):
11992         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11993         (gst_multipart_mux_pad_unlink):
11994         * gst/videofilter/gstvideobalance.c:
11995         (gst_videobalance_colorbalance_set_value):
11996         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11997         (gst_videomixer_pad_unlink):
11998         * po/uk.po:
11999         * sys/oss/gstossmixer.c:
12000         * sys/v4l/gstv4lcolorbalance.c:
12001         * sys/v4l/gstv4ltuner.c:
12002         * sys/v4l/v4lsrc_calls.c:
12003         * sys/v4l2/gstv4l2colorbalance.c:
12004         * sys/v4l2/gstv4l2tuner.c:
12005           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12006
12007 2004-08-03  Benjamin Otte  <otte@gnome.org>
12008
12009         * examples/dynparams/filter.c: (ui_control_create):
12010         * examples/gstplay/player.c: (print_tag):
12011         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12012         * ext/gdk_pixbuf/gstgdkanimation.c:
12013         (gst_gdk_animation_iter_may_advance):
12014         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12015         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12016         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12017         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12019         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12020         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12021         * gst/sine/demo-dparams.c: (main):
12022         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12023         * testsuite/alsa/formats.c: (create_pipeline):
12024         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12025           fixes for G_DISABLE_ASSERT and friends
12026         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12027         (mp3_type_frame_length_from_header), (mp3_type_find),
12028         (plugin_init):
12029           require mp3 typefinding to have at least MIN_HEADERS valid headers
12030           add typefinding for AAC adts files
12031
12032 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12033
12034         * sys/ximage/ximagesink.c:
12035         (gst_ximagesink_calculate_pixel_aspect_ratio):
12036         * sys/xvimage/xvimagesink.c:
12037         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12038         Make sure we calculate pixel-aspect-ratio using floating point maths
12039
12040 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12041
12042         * po/uk.po:
12043           updated translation
12044
12045 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12046
12047         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12049           add debugging for display PAR calculation
12050
12051 2004-08-02  David Schleef  <ds@schleef.org>
12052
12053         * configure.ac: Fix mikmod CFLAGS.
12054
12055 2004-07-27  Benjamin Otte  <otte@gnome.org>
12056
12057         * gst/audioscale/gstaudioscale.c:
12058         - fix templates to only support S16, it's the only format that works
12059         - make caps nego code use try_set_caps_nonfixed and fixation instead
12060         of try_set_caps twice, which is not nice for autopluggers
12061         - change rank to secondary, so autopluggers can pick it up after
12062         audioconvert
12063
12064 2004-08-02  Iain <iain@prettypeople.org>
12065
12066         * gst/interleave/interleave.c (interleave_init),
12067         (interleave_request_new_pad),
12068         (interleave_pad_removed),
12069         (interleave_buffered_loop): Use the real pad count, not the artificial
12070         one.
12071
12072 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12073
12074         * configure.ac: bump nano back to development
12075
12076 === release 0.8.3 ===
12077
12078 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12079
12080         * configure.ac: releasing 0.8.3, "Water"
12081
12082 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12083
12084         * sys/xvimage/xvimagesink.c:
12085         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12086         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12087         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12088         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12089         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12090         * sys/xvimage/xvimagesink.h:
12091           apply similar PAR fixes as to ximagesink
12092
12093 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12094
12095         patch from: Benjamin Otte
12096
12097         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12098           add link function to lame.  Fixes #148986.
12099
12100 2004-08-02  Johan Dahlin  <johan@gnome.org>
12101
12102         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12103         fix debugging log
12104
12105 2004-07-30  David Schleef  <ds@schleef.org>
12106
12107         * gst/videomixer/Makefile.am: Fix things that should have been
12108         fixed in the last checkin.
12109
12110 2004-07-30  David Schleef  <ds@schleef.org>
12111
12112         * gst/multipart/Makefile.am: Fix things that should have been
12113         fixed in the last checkin.
12114
12115 2004-07-30  David Schleef  <ds@schleef.org>
12116
12117         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12118
12119 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12120
12121         * configure.ac:
12122           bump nano for prerelease
12123         * po/af.po:
12124         * po/az.po:
12125         * po/cs.po:
12126         * po/en_GB.po:
12127         * po/hu.po:
12128         * po/nl.po:
12129         * po/sr.po:
12130         * po/sv.po:
12131         * po/uk.po:
12132           updates
12133
12134 2004-07-30  Wim Taymans  <wim@fluendo.com>
12135
12136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12137         (gst_multifdsink_add), (gst_multifdsink_remove),
12138         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12139         (gst_multifdsink_client_remove),
12140         (gst_multifdsink_handle_client_write),
12141         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12142         * gst/tcp/gstmultifdsink.h:
12143         Recover from a select with a bad file descriptor by removing
12144         the client.
12145
12146 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12147
12148         * configure.ac:
12149           fix requirement of core
12150         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12151         (gst_play_pipeline_setup):
12152           don't use colorspace element.  do use hermescolorspace element.
12153           make macro to get a colorspace element.
12154           mark strings for translation.
12155         * po/POTFILES.in:
12156           add play.c
12157         * po/af.po:
12158         * po/az.po:
12159         * po/cs.po:
12160         * po/en_GB.po:
12161         * po/hu.po:
12162         * po/nl.po:
12163         * po/sr.po:
12164         * po/sv.po:
12165         * po/uk.po:
12166           update translations
12167
12168 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12169
12170         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12171         fix default for newmedia flag
12172
12173 2004-07-30  Wim Taymans  <wim@fluendo.com>
12174
12175         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12176         (gst_theora_dec_init), (theora_get_formats),
12177         (theora_dec_src_convert), (theora_dec_sink_convert),
12178         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12179         (theora_dec_chain), (theora_dec_set_property),
12180         (theora_dec_get_property):
12181         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12182         (gst_theora_enc_class_init), (gst_theora_enc_init),
12183         (theora_enc_sink_link), (theora_enc_chain),
12184         (theora_enc_set_property), (theora_enc_get_property):
12185         Added cropping option to theora decoder.
12186         Added border option to theora encoder.
12187
12188 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12189
12190         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12191         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12192         (gst_pngenc_set_property):
12193         * ext/libpng/gstpngenc.h:
12194         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
12195
12196 2004-07-30  Wim Taymans  <wim@fluendo.com>
12197
12198         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12199         (theora_enc_sink_link), (theora_enc_chain),
12200         (theora_enc_set_property), (theora_enc_get_property):
12201         Fix encoding of non-multiple-of-16 video.
12202
12203 2004-07-29  David Schleef  <ds@schleef.org>
12204
12205         * configure.ac: make test for audiofile more strict
12206
12207 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12208
12209         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12210           give different names to typefind functions
12211
12212 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12213
12214         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12215         (gst_ximagesink_calculate_pixel_aspect_ratio),
12216         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12217         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12218         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12219         (gst_ximagesink_get_property), (gst_ximagesink_init):
12220         * sys/ximage/ximagesink.h:
12221           allocate PAR's dynamically.
12222           use autodetected PAR if no object-set PAR is given.
12223           add workaround for directfb's X not setting physical size.
12224           fix to xvimagesink will follow tomorrow.
12225
12226 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12227
12228         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12229         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12230         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12231         (gst_shout2send_class_init), (gst_shout2send_init),
12232         (set_shout_metadata), (gst_shout2send_set_metadata),
12233         (gst_shout2send_chain), (gst_shout2send_set_property),
12234         (gst_shout2send_get_property), (gst_shout2send_connect),
12235         (gst_shout2send_change_state):
12236         * ext/shout2/gstshout2.h:
12237         - fix for sending mp3 audio to icecast2 server, if pad link function not
12238         called before PAUSED state
12239         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12240         - added tagging support for mp3 audio broadcasted
12241         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12242         debug info
12243
12244 2004-07-28  Wim Taymans  <wim@fluendo.com>
12245
12246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12247         (gst_ogg_demux_push):
12248         Return query failure when we don't know the length of
12249         an ogg stream insteda of returning TRUE with a bogus value.
12250
12251 2004-07-28  Wim Taymans  <wim@fluendo.com>
12252
12253         * ext/theora/theoradec.c: (theora_get_formats),
12254         (theora_dec_src_convert), (theora_dec_sink_convert),
12255         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12256         (theora_dec_chain):
12257         Don't screw up the 1 Chroma for 1 luma sample situation when we
12258         have an odd offset/width by adding a black border in those cases.
12259
12260 2004-07-28  Wim Taymans  <wim@fluendo.com>
12261
12262         * ext/theora/theoradec.c: (theora_get_formats),
12263         (theora_dec_src_convert), (theora_dec_sink_convert),
12264         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12265         (theora_dec_chain):
12266         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12267         Added first attempt at cropping of the image as required by the
12268         theora spec. We need more properties in the caps (offset_x,
12269         offset_y,stride) to implement this correctly.
12270
12271 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12272
12273         * ext/dvdnav/README:
12274           Update the README to use dvddemux
12275         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12276           Ensure getcaps returns a subset of the template caps
12277         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12278         (gst_mpeg2subt_init):
12279           Ensure getcaps returns a subset of the template caps
12280         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12281         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12282         (gst_dvd_demux_get_subpicture_stream),
12283         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12284         * gst/mpegstream/gstdvddemux.h:
12285           Set the explicit caps on the current_video pad before pushing
12286           anything
12287         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12288         (gst_mpeg_demux_get_audio_stream):
12289           Free caps used to gst_pad_set_explicit_caps, which takes a const
12290           GstCaps *
12291
12292 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12293
12294         * configure.ac: update GStreamer requirement to 0.8.4 because of
12295           GstFraction.
12296
12297 2004-07-28  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12300         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12301         Add the pad to the element after setting up the caps. This
12302         makes it a lot easier to autoplug.
12303
12304 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12305
12306         * gst/median/gstmedian.c:
12307         * gst/mpeg2subt/gstmpeg2subt.c:
12308         * gst/mpegaudioparse/gstmpegaudioparse.c:
12309         * gst/mpegstream/gstdvddemux.c:
12310         * gst/mpegstream/gstmpegdemux.c:
12311         * gst/mpegstream/gstmpegpacketize.c:
12312         * gst/rtjpeg/gstrtjpeg.c:
12313         * gst/rtjpeg/gstrtjpegdec.c:
12314         * gst/rtjpeg/gstrtjpegenc.c:
12315         * gst/sine/gstsinesrc.c:
12316         * gst/smooth/gstsmooth.c:
12317         * gst/smpte/gstsmpte.c:
12318         * gst/smpte/gstsmpte.h:
12319         * gst/stereo/gststereo.c:
12320         * gst/videofilter/gstgamma.c:
12321         * gst/videofilter/gstvideobalance.c:
12322         * gst/videofilter/gstvideofilter.c:
12323         * gst/videofilter/gstvideoflip.c:
12324         * gst/videoscale/gstvideoscale.c:
12325         * gst/videoscale/videoscale.c:
12326         * gst/videotestsrc/gstvideotestsrc.c:
12327         * gst/videotestsrc/videotestsrc.c:
12328         * gst/wavenc/gstwavenc.c:
12329         * gst/wavparse/gstwavparse.c:
12330           fix local includes and 64 bits constants
12331
12332 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12333
12334         * win32/gst.sln:
12335         * gst-libs/gst/*/*.vcproj:
12336         * gst/*/*.vcproj:
12337           more working plugins
12338
12339 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12340
12341         * testsuite/alsa/Makefile.am:
12342         * testsuite/alsa/srcstate.c:
12343         add test for alsasrc changing state
12344
12345 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12346
12347         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12348         (gst_silence_get):
12349         * gst/silence/gstsilence.h:
12350         fix silence generation for 16bit raw audio
12351
12352 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12353
12354         * gst/matroska/matroska-demux.c:
12355         (gst_matroska_demux_parse_metadata),
12356         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12357         * gst/mpegaudio/common.c:
12358         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12359         (gst_videoscale_getcaps), (gst_videoscale_link),
12360         (gst_videoscale_src_fixate), (gst_videoscale_init),
12361         (gst_videoscale_finalize):
12362         * gst/videoscale/gstvideoscale.h:
12363         * gst/videotestsrc/gstvideotestsrc.c:
12364         (gst_videotestsrc_get_capslist):
12365         * gst/wavenc/gstwavenc.c:
12366         * sys/oss/gstossmixer.c: (fill_labels):
12367         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12368         (gst_ximagesink_handle_xevents),
12369         (gst_ximagesink_calculate_pixel_aspect_ratio),
12370         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12371         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12372         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12373         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12374         (gst_ximagesink_init), (gst_ximagesink_class_init):
12375         * sys/ximage/ximagesink.h:
12376         * sys/xvimage/xvimagesink.c:
12377         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12378         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12379         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12380         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12381         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12382         * sys/xvimage/xvimagesink.h:
12383           first batch of pixel aspect ratio commits.
12384
12385 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12386
12387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12388         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12389         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12390           handle stride, needs work if we want to move stride handling
12391           upstream, but works correctly for our purposes.
12392
12393 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12394
12395         * gst/videoscale/README:
12396           add testing examples
12397         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12398         (gst_videoscale_chain):
12399         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12400         (gst_videoscale_get_size):
12401           add get_size function that handles stride like videotestsrc.
12402           fixes conversion for YUV formats for as much as I can test them.
12403
12404 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12405
12406         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12407         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12409         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12410         (gst_xvimagesink_xvimage_put):
12411           further cleanups, logging, error handling and synchronizing
12412
12413 2004-07-27  Wim Taymans  <wim@fluendo.com>
12414
12415         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12416         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12417         (gst_videomixer_pad_set_property),
12418         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12419         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12420         (gst_videomixer_class_init), (gst_videomixer_init),
12421         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12422         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12423         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12424         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12425         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12426         (gst_videomixer_loop), (plugin_init):
12427         Be a nicer negotiation citizen and provide a getcaps function on
12428         the srcpad. This also fixes a crash when resizing.
12429
12430 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12431
12432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12433         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12434
12435 2004-07-27  Wim Taymans  <wim@fluendo.com>
12436
12437         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12438         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12439         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12440         (gst_pngenc_set_property):
12441         * ext/libpng/gstpngenc.h:
12442         Added snapshot property to pngenc.
12443         removed g_print from pngdec
12444
12445 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12446
12447         * gst/ac3parse/ac3parse.vcproj
12448         * gst/adder/adder.vcproj
12449         * gst/alpha/alpha.vcproj
12450         * gst/alpha/alphacolor.vcproj
12451         * gst/asfdemux/asf.vcproj
12452         * gst/audioconvert/audioconvert.vcproj
12453         * gst/audiorate/audiorate.vcproj
12454         * gst/audioscale/audioscale.vcproj
12455         * gst/auparse/auparse.vcproj
12456         * gst/avi/avi.vcproj
12457         * gst/cdxaparse/cdxaparse.vcproj
12458         * gst/chart/chart.vcproj
12459         * gst/colorspace/colorspace.vcproj
12460         * gst/cutter/cutter.vcproj
12461         * gst/debug/debug.vcproj
12462         * gst/debug/efence.vcproj
12463         * gst/debug/navigationtest.vcproj
12464         * gst/deinterlace/deinterlace.vcproj
12465         * gst/effectv/effectv.vcproj
12466         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12467         * gst/filter/filter.vcproj
12468         * gst/flx/flxdec.vcproj
12469         * gst/goom/goom.vcproj
12470         * gst/interleave/interleave.vcproj
12471         * gst/law/alaw.vcproj
12472         * gst/law/mulaw.vcproj
12473         * gst/matroska/matroska.vcproj
12474         * gst/median/median.vcproj
12475         * gst/mixmatrix/mixmatrix.vcproj
12476         * gst/mpeg1sys/mpeg1systemencode.vcproj
12477         * gst/mpeg1videoparse/mp1videoparse.vcproj
12478         * gst/mpeg2sub/mpeg2subt.vcproj
12479         * gst/mpegaudio/mpegaudio.vcproj
12480         * gst/mpegaudioparse/mpegaudioparse.vcproj
12481         * gst/mpegstream/mpegstream.vcproj
12482         * gst/multifilesink/multifilesink.vcproj
12483         * gst/multipart/multipart.vcproj
12484         * gst/oneton/oneton.vcproj
12485         * gst/overlay/overlay.vcproj
12486         * gst/passthrough/passthrough.vcproj
12487         * gst/qtdemux/qtdemux.vcproj
12488         * gst/realmedia/rmdemux.vcproj
12489         * gst/rtjpeg/rtjpeg.vcproj
12490         * gst/rtp/rtp.vcproj
12491         * gst/silence/silence.vcproj
12492         * gst/sine/sinesrc.vcproj
12493         * gst/smooth/smooth.vcproj
12494         * gst/smpte/smpte.vcproj
12495         * gst/spectrum/spectrum.vcproj
12496         * gst/speed/speed.vcproj
12497         * gst/stereo/stereo.vcproj
12498         * gst/switch/switch.vcproj
12499         * gst/tags/tagedit.vcproj
12500         * gst/tcp/tcp.vcproj
12501         * gst/typefind/typefindfunctions.vcproj
12502         * gst/udp/udp.vcproj
12503         * gst/videobox/videobox.vcproj
12504         * gst/videocrop/videocrop.vcproj
12505         * gst/videodrop/videodrop.vcproj
12506         * gst/videofilter/gamma.vcproj
12507         * gst/videofilter/videobalance.vcproj
12508         * gst/videofilter/videofilter.vcproj
12509         * gst/videofilter/videoflip.vcproj
12510         * gst/videoflip/videoflip.vcproj
12511         * gst/videomixer/videomixer.vcproj
12512         * gst/videorate/videorate.vcproj
12513         * gst/videoscale/videoscale.vcproj
12514         * gst/videotestsrc/videotestsrc.vcproj
12515         * gst/virtualdub/virtualdub.vcproj
12516         * gst/volenv/volenv.vcproj
12517         * gst/volume/volume.vcproj
12518         * gst/wavenc/wavenc.vcproj
12519         * gst/wavparse/wavparse.vcproj
12520         * gst/y4m/y4menc.vcproj
12521         * gst-libs/gst/audio/audio.vcproj
12522         * gst-libs/gst/audio/audiofilter.vcproj
12523         * gst-libs/gst/colorbalance/colorbalance.vcproj
12524         * gst-libs/gst/idct/idtc.vcproj
12525         * gst-libs/gst/media-info/media-info.vcproj
12526         * gst-libs/gst/mixer/mixer.vcproj
12527         * gst-libs/gst/navigation/navigation.vcproj
12528         * gst-libs/gst/play/play.vcproj
12529         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12530         * gst-libs/gst/resample/resample.vcproj
12531         * gst-libs/gst/riff/riff.vcproj
12532         * gst-libs/gst/tuner/tuner.vcproj
12533         * gst-libs/gst/video/video.vcproj
12534         * gst-libs/gst/xoverlay/xoverlay.vcproj
12535           avoid problems with math.h, fix release dependancy
12536           rename GStreamer-0.8.lib to libgstreamer.lib
12537
12538 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12539
12540         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12542         the atom is not available we have to unlock the mutex. Fixes #148023
12543
12544 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12545
12546         * gst-libs/gst/media-info/media-info.h:
12547           issue for a vararg macro with MSVC
12548
12549 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12550
12551         * gst/effectv/effectv.vcproj
12552         * gst-libs/gst/idct/idct.vcproj:
12553         * gst-libs/gst/media-info/media-info.vcproj:
12554         * gst-libs/gst/navigation/navigation.vcproj:
12555         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12556         * gst-libs/gst/video/video.vcproj:
12557         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12558           fixes for build problems
12559
12560 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12561
12562         * gst-libs/gst/audio/audio.def:
12563         * gst-libs/gst/audio/riff.def:
12564           add some definitions needed by plugins
12565
12566 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12567
12568         * gst/asfdemux/gstasfmux.c
12569           Fix some 64 bits constants to be glib friendly
12570
12571 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12572
12573         * gst/ac3parse/gstac3parse.c
12574         * gst/audioscale/gstaudioscale.c
12575         * gst/auparse/gstauparse.c
12576         * gst/colorspace/gstcolorspace.c
12577         * gst/colorspace/yuv2rgb.h
12578           local include fixes
12579
12580 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12581
12582         * win32/gst.sln
12583           add more plugins to the build
12584
12585 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12586
12587         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12588         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12589
12590 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12591
12592         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12593         (gst_level_set_property), (gst_level_get_property),
12594         (gst_level_base_init), (gst_level_class_init):
12595           add debugging categories.  cleanups.
12596
12597 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12598
12599         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12600         (gst_videoscale_planar411), (gst_videoscale_planar400),
12601         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12602         (gst_videoscale_scale_nearest_str1),
12603         (gst_videoscale_scale_nearest_str2),
12604         (gst_videoscale_scale_nearest_str4),
12605         (gst_videoscale_scale_nearest_16bit),
12606         (gst_videoscale_scale_nearest_24bit):
12607           fixed stride issues
12608           tested with 320x240 -> 321, 322, 324 x240
12609           tested with YV12, I420, YUY2, UYVY
12610           fixed packed422rev (don't think it could have worked before)
12611           by testing with UYVY
12612
12613 2004-07-26  Benjamin Otte  <otte@gnome.org>
12614
12615         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12616         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12617         (plugin_init):
12618           add debugging category, add error checks like checking return values
12619           of setup calls, make sure it still works after
12620           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12621
12622 2004-07-26  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12625         (gst_mpeg_demux_get_audio_stream),
12626         (gst_mpeg_demux_process_private):
12627         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12628         Check for error codes from the negotiation functions. Make sure
12629         we really set the pad caps when a new pad is created.
12630
12631 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12632
12633         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12634         (gst_ffmpeg_caps_to_pix_fmt):
12635         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12637         (gst_ffmpegcolorspace_pad_link):
12638           don't make function do two things at the same time without reason.
12639
12640 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12641
12642         * gst/ac3parse/ac3parse.vcproj
12643         * gst/adder/adder.vcproj
12644         * gst/alpha/alpha.vcproj
12645         * gst/alpha/alphacolor.vcproj
12646         * gst/asfdemux/asf.vcproj
12647         * gst/audioconvert/audioconvert.vcproj
12648         * gst/audiorate/audiorate.vcproj
12649         * gst/audioscale/audioscale.vcproj
12650         * gst/auparse/auparse.vcproj
12651         * gst/avi/avi.vcproj
12652         * gst/cdxaparse/cdxaparse.vcproj
12653         * gst/chart/chart.vcproj
12654         * gst/colorspace/colorspace.vcproj
12655         * gst/cutter/cutter.vcproj
12656         * gst/debug/debug.vcproj
12657         * gst/debug/efence.vcproj
12658         * gst/debug/navigationtest.vcproj
12659         * gst/deinterlace/deinterlace.vcproj
12660         * gst/effectv/effectv.vcproj
12661         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12662         * gst/filter/filter.vcproj
12663         * gst/flx/flxdec.vcproj
12664         * gst/goom/goom.vcproj
12665         * gst/interleave/interleave.vcproj
12666         * gst/law/alaw.vcproj
12667         * gst/law/mulaw.vcproj
12668         * gst/matroska/matroska.vcproj
12669         * gst/median/median.vcproj
12670         * gst/mixmatrix/mixmatrix.vcproj
12671         * gst/mpeg1sys/mpeg1systemencode.vcproj
12672         * gst/mpeg1videoparse/mp1videoparse.vcproj
12673         * gst/mpeg2sub/mpeg2subt.vcproj
12674         * gst/mpegaudio/mpegaudio.vcproj
12675         * gst/mpegaudioparse/mpegaudioparse.vcproj
12676         * gst/mpegstream/mpegstream.vcproj
12677         * gst/multifilesink/multifilesink.vcproj
12678         * gst/multipart/multipart.vcproj
12679         * gst/oneton/oneton.vcproj
12680         * gst/overlay/overlay.vcproj
12681         * gst/passthrough/passthrough.vcproj
12682         * gst/qtdemux/qtdemux.vcproj
12683         * gst/realmedia/rmdemux.vcproj
12684         * gst/rtjpeg/rtjpeg.vcproj
12685         * gst/rtp/rtp.vcproj
12686         * gst/silence/silence.vcproj
12687         * gst/sine/sinesrc.vcproj
12688         * gst/smooth/smooth.vcproj
12689         * gst/smpte/smpte.vcproj
12690         * gst/spectrum/spectrum.vcproj
12691         * gst/speed/speed.vcproj
12692         * gst/stereo/stereo.vcproj
12693         * gst/switch/switch.vcproj
12694         * gst/tags/tagedit.vcproj
12695         * gst/tcp/tcp.vcproj
12696         * gst/typefind/typefindfunctions.vcproj
12697         * gst/udp/udp.vcproj
12698         * gst/videobox/videobox.vcproj
12699         * gst/videocrop/videocrop.vcproj
12700         * gst/videodrop/videodrop.vcproj
12701         * gst/videofilter/gamma.vcproj
12702         * gst/videofilter/videobalance.vcproj
12703         * gst/videofilter/videofilter.vcproj
12704         * gst/videofilter/videoflip.vcproj
12705         * gst/videoflip/videoflip.vcproj
12706         * gst/videomixer/videomixer.vcproj
12707         * gst/videorate/videorate.vcproj
12708         * gst/videoscale/videoscale.vcproj
12709         * gst/videotestsrc/videotestsrc.vcproj
12710         * gst/virtualdub/virtualdub.vcproj
12711         * gst/volenv/volenv.vcproj
12712         * gst/volume/volume.vcproj
12713         * gst/wavenc/wavenc.vcproj
12714         * gst/wavparse/wavparse.vcproj
12715         * gst/y4m/y4menc.vcproj
12716           more plugins supported under windows
12717
12718 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12719
12720         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12721         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12722         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12724         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12725           Add debugging statements.  Use the sizes as returned by the
12726           *CreateImage calls.
12727
12728 2004-07-26  Johan Dahlin  <johan@gnome.org>
12729
12730         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12731         the pad is negotiated.
12732
12733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12734
12735 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12736
12737         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12738         * gst-libs/gst/idct/idct.vcproj:
12739         * gst-libs/gst/media-info/media-info.vcproj:
12740         * gst-libs/gst/mixer/mixer.vcproj:
12741         * gst-libs/gst/navigation/navigation.vcproj:
12742         * gst-libs/gst/play/play.vcproj:
12743         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12744         * gst-libs/gst/resample/resample.vcproj:
12745         * gst-libs/gst/tuner/tuner.vcproj:
12746         * gst-libs/gst/video/video.vcproj:
12747         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12748           more plugins supported under windows
12749
12750 2004-07-25 Iain <iain@prettypeople.org>
12751
12752         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12753         pad now rather than when the pad is created because state changes wipe
12754         explicit caps (fixes #148043).
12755
12756 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12757
12758         reviewed by Benjamin Otte  <otte@gnome.org>
12759
12760         * ext/mad/gstmad.c:
12761           fix mad plugin crashing on Sun (fixes #148289)
12762
12763 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12764
12765         * gst/avi/avi.def:
12766         * gst/avi/avi.vcproj:
12767         * gst/matroska/matroska.def:
12768         * gst/matroska/matroska.vcproj:
12769           remove unused .def files
12770
12771 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12772
12773         * gst-libs/gst/audio/gstaudiofilter.c:
12774           Clean the local include
12775
12776 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12777
12778         * win32/gst.sln:
12779         * gst-libs/gst/audio/audio.def:
12780         * gst-libs/gst/audio/audio.vcproj:
12781         * gst-libs/gst/audio/audiofilter.vcproj:
12782         * gst-libs/gst/audio/riff.def:
12783         * gst-libs/gst/audio/riff.vcproj:
12784         * gst-libs/gst/gst-libs.def:
12785         * gst-libs/gst/gst-libs.vcproj:
12786         * gst/avi/avi.vcproj:
12787         * gst/avi/avi.vcproj:
12788           Copy the files where needed after building, cleaner projects
12789
12790 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12791
12792         * gst/matroska/ebml-write.c:
12793           Fix some 64 bits constants to be glib friendly
12794
12795 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12796
12797         * win32/gst.sln:
12798         * gst-libs/gst/gst-libs.def:
12799         * gst-libs/gst/gst-libs.vcproj:
12800         * gst/matroska/matroska.def:
12801         * gst/matroska/matroska.vcproj:
12802           Add the preliminary canvas to build plugins on Win32
12803
12804 2004-07-23  Benjamin Otte  <otte@gnome.org>
12805
12806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12807           don't enfore negotiation from source side, it breaks
12808           sinesrc ! audioconvert ! osssink
12809
12810 2004-07-22  David Schleef  <ds@schleef.org>
12811
12812         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12813         for ELF files, since they can easily be recognized as audio/mpeg.
12814         (bug #147441)
12815
12816 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12817
12818         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12819         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12820         (gst_videoscale_scale_nearest_24bit),
12821         (gst_videoscale_scale_nearest_16bit):
12822           fix 16bit and 24bit for stride (24bit might need testing)
12823           don't pretend we do more than one algorithm
12824
12825 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12826
12827         * configure.ac:
12828         * gst/Makefile.am:
12829         * gst/multifilesink/Makefile.am:
12830         * gst/multifilesink/gstmultifilesink.c:
12831         (gst_multifilesink_get_formats),
12832         (gst_multifilesink_get_query_types), (_do_init),
12833         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12834         (gst_multifilesink_init), (gst_multifilesink_dispose),
12835         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12836         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12837         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12838         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12839         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12840         (gst_multifilesink_uri_get_type),
12841         (gst_multifilesink_uri_get_protocols),
12842         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12843         (gst_multifilesink_uri_handler_init), (plugin_init):
12844         * gst/multifilesink/gstmultifilesink.h:
12845         * testsuite/Makefile.am:
12846         * testsuite/multifilesink/Makefile.am:
12847         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12848         (gst_newmedia_class_init), (gst_newmedia_init),
12849         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12850         (newfile_signal), (test_signal), (main):
12851         multifilesink plugin for creating new files every time a new media
12852         discontinuity event occurs
12853
12854 2004-07-22  Wim Taymans  <wim@fluendo.com>
12855
12856         * gst/alpha/Makefile.am:
12857         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12858         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12859         (gst_alpha_color_init), (gst_alpha_color_set_property),
12860         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12861         (transform), (gst_alpha_color_chain),
12862         (gst_alpha_color_change_state), (plugin_init):
12863         Stupid plugin to to RGBA to AYUV conversion because none of
12864         the colorspace plugins can handle that yet.
12865
12866 2004-07-22  Wim Taymans  <wim@fluendo.com>
12867
12868         * examples/seeking/seek.c: (update_scale), (main):
12869         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12870         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12871         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12872         (gst_decode_bin_init), (gst_decode_bin_dispose),
12873         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12874         (no_more_pads), (close_link), (type_found),
12875         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12876         (plugin_init):
12877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12878         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12879         (gst_play_base_bin_dispose), (queue_overrun),
12880         (gen_preroll_element), (remove_prerolls), (unknown_type),
12881         (no_more_pads), (new_stream), (setup_source),
12882         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12883         (play_base_eos), (gst_play_base_bin_change_state),
12884         (gst_play_base_bin_add_element),
12885         (gst_play_base_bin_remove_element),
12886         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12887         (gst_play_base_bin_unlink_stream),
12888         (gst_play_base_bin_get_streaminfo):
12889         * gst/playback/gstplaybin.c: (gen_video_element),
12890         (gen_audio_element):
12891         * gst/playback/gststreaminfo.h:
12892         More playback updates, attempt to fix things after the state change
12893         breakage.
12894
12895 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12896
12897         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12898         (gst_videoscale_scale_nearest_16bit):
12899           comment algorithm
12900
12901 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12902
12903         * gst/videotestsrc/gstvideotestsrc.c:
12904         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12905         (gst_videotestsrc_init), (gst_videotestsrc_get),
12906         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12907         (gst_videotestsrc_get_property):
12908         * gst/videotestsrc/gstvideotestsrc.h:
12909         * gst/videotestsrc/videotestsrc.c:
12910         * gst/videotestsrc/videotestsrc.h:
12911           cleanup and commenting
12912
12913 2004-07-21  Wim Taymans  <wim@fluendo.com>
12914
12915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12916         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12917         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12918         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12919         (_find_chain_get_unknown_part), (_find_streams_check),
12920         (gst_ogg_demux_push), (gst_ogg_pad_push):
12921         * ext/theora/theoradec.c: (theora_get_formats),
12922         (theora_dec_src_convert), (theora_dec_sink_convert),
12923         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12924         (theora_dec_chain):
12925         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12926         (vorbis_dec_convert), (vorbis_dec_src_query),
12927         (vorbis_dec_src_event), (vorbis_dec_event):
12928         More seeking fixes, oggdemux now supports seeking to time and
12929         uses the downstream element to convert granulepos to time.
12930         Seeking in theora-only ogg files now works.
12931
12932 2004-07-21  Wim Taymans  <wim@fluendo.com>
12933
12934         * ext/theora/theoradec.c: (gst_theora_dec_init),
12935         (theora_get_formats), (theora_get_event_masks),
12936         (theora_get_query_types), (theora_dec_src_convert),
12937         (theora_dec_sink_convert), (theora_dec_src_query),
12938         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12939         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12940         (vorbis_get_event_masks), (vorbis_get_query_types),
12941         (gst_vorbis_dec_init), (vorbis_dec_convert),
12942         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12943         Added query/convert/formats functions to vorbis and theora decoders
12944         so that the outside world can use them too. Fixed seeking on an
12945         ogg/theora/vorbis file by disabling the seeking seeking on the
12946         theora srcpad.
12947
12948 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12949
12950         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12951         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12952         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12953         images creation for both elements. We don't create the image on caps
12954         nego or renego, we just destroy the internal one if present if it does
12955         not match the needs. The chain function takes care of creating a new
12956         image when needed.
12957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12958         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12959         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12960         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12961         the image format information. The buffer pool checks for the context
12962         image format and discard images with different formats.
12963         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12964
12965 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12966
12967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12968         (gst_ffmpegcolorspace_chain):
12969           no point in doing any chaining if the pad we want to push from
12970           isn't usable.
12971
12972 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12973
12974         * gst-libs/gst/riff/riff-media.c:
12975         (gst_riff_create_audio_caps_with_data):
12976           Fix double end-to-native symbol conversion (#148021).
12977
12978 2004-07-20  David Schleef  <ds@schleef.org>
12979
12980         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12981         Don't use an Atom that doesn't exist.
12982
12983 2004-07-20  Wim Taymans  <wim@fluendo.com>
12984
12985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12986         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12987         (gst_multifdsink_client_remove),
12988         (gst_multifdsink_handle_client_write),
12989         (gst_multifdsink_queue_buffer):
12990         * gst/tcp/gstmultifdsink.h:
12991         More multifdsink stats. Avoid deadlock by releasing locks
12992         before sending out a signal.
12993
12994 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12995
12996         * po/LINGUAS:
12997         * po/hu.po:
12998           added Hungarian translation (Laszlo Dvornik)
12999
13000 2004-07-20  Wim Taymans  <wim@fluendo.com>
13001
13002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13003         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13004         (gst_multifdsink_handle_client_write),
13005         (gst_multifdsink_queue_buffer):
13006         * gst/tcp/gsttcp-marshal.list:
13007         Fixed the stupid marshal definition.
13008
13009 2004-07-20  Wim Taymans  <wim@fluendo.com>
13010
13011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13012         (gst_multifdsink_init), (gst_multifdsink_add),
13013         (gst_multifdsink_client_remove),
13014         (gst_multifdsink_handle_client_write),
13015         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13016         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13017         (gst_multifdsink_init_send):
13018         * gst/tcp/gstmultifdsink.h:
13019         Added more stats, added timeout for a client, fixed some typos
13020         and added some comments.
13021
13022 2004-07-20  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13025         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13026         (gst_multifdsink_client_remove),
13027         (gst_multifdsink_handle_client_write):
13028         * gst/tcp/gstmultifdsink.h:
13029         * gst/tcp/gsttcp-marshal.list:
13030         Added get_stats method that returns a GValueArray of
13031         stats values.
13032
13033 2004-07-19  Benjamin Otte  <otte@gnome.org>
13034
13035         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13036           make sure longname, description and author are valid UTF-8
13037
13038 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13039
13040         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13041         (gst_ximagesink_set_property):
13042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13043         (gst_xvimagesink_set_property):
13044           make sure SYNCHRONOUS is respected after getting the X context
13045
13046 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13047
13048         * gst/matroska/matroska-demux.c:
13049         (gst_matroska_demux_handle_src_event),
13050         (gst_matroska_demux_parse_blockgroup):
13051         * gst/matroska/matroska-ids.h:
13052           add BlockReference tag and ignore it to clear out log.
13053           ignore NAVIGATION events to clear out log.
13054
13055 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13056
13057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13058         (gst_matroska_demux_add_stream):
13059         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13060           add debug categories
13061
13062 2004-07-16  Wim Taymans  <wim@fluendo.com>
13063
13064         * ext/libpng/Makefile.am:
13065         * ext/libpng/gstpng.c: (plugin_init):
13066         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13067         (gst_pngdec_get_type), (gst_pngdec_base_init),
13068         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13069         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13070         * ext/libpng/gstpngdec.h:
13071         Added png decoder.
13072
13073 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13074
13075         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13076         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13077         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13078         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13079         (gst_ximagesink_buffer_alloc):
13080         * sys/ximage/ximagesink.h:
13081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13082         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13083         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13084         (gst_xvimagesink_buffer_alloc):
13085         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13086         again. Using internal data pointer of the x(v)image to store image's
13087         data to be coherent with the buffer alloc mechanism. Investigated the
13088         image destruction code to be sure that everything gets freed correctly.
13089
13090 2004-07-16  Wim Taymans  <wim@fluendo.com>
13091
13092         * gst-libs/gst/riff/riff-read.c:
13093         (gst_riff_read_strf_vids_with_data),
13094         (gst_riff_read_strf_auds_with_data):
13095         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13096         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13097         Make sure we don't create 0 sized subbuffers in riff-read.
13098         Signal the no more pads signal after reading the avi header.
13099
13100 2004-07-16  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13103         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13104         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13105         (gst_decode_bin_init), (gst_decode_bin_dispose),
13106         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13107         (no_more_pads), (close_link), (type_found),
13108         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13109         (gst_decode_bin_change_state), (plugin_init):
13110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13111         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13112         (gst_play_base_bin_dispose), (queue_overrun),
13113         (gen_preroll_element), (remove_prerolls), (unknown_type),
13114         (no_more_pads), (new_stream), (setup_source),
13115         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13116         (play_base_eos), (gst_play_base_bin_change_state),
13117         (gst_play_base_bin_add_element),
13118         (gst_play_base_bin_remove_element),
13119         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13120         (gst_play_base_bin_unlink_stream),
13121         (gst_play_base_bin_get_streaminfo):
13122         * gst/playback/gstplaybasebin.h:
13123         Better error recovery. Added configurable preroll queue size. Faster
13124         detection of no-more-pads.
13125
13126 2004-07-16  Wim Taymans  <wim@fluendo.com>
13127
13128         * gst-libs/gst/video/video.h:
13129         Added 32 bits RGBA. Not sure if we should use another mime-type
13130         for alpha rgb. Currently the presence of the alpha_mask property
13131         signals an alpha channel.
13132
13133 2004-07-16  Wim Taymans  <wim@fluendo.com>
13134
13135         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13137         FPS seems to be 0.0 to MAX everywhere else.
13138
13139 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13140
13141         * gst-libs/gst/riff/riff-media.c:
13142         (gst_riff_create_video_caps_with_data):
13143           mp42/mp43 (no caps) exist too.
13144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13145           Set pixel_width/height; we've got them in-caps.
13146         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13147         * gst/wavparse/gstwavparse.c: (plugin_init):
13148           Both are valid primary.
13149         * sys/oss/gstossmixer.c:
13150           Remove i18n hack and enable translations.
13151
13152 2004-07-15  Benjamin Otte  <otte@gnome.org>
13153
13154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13155         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13156           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13157
13158 2004-07-15  Benjamin Otte  <otte@gnome.org>
13159
13160         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13161         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13162         (gst_alsa_close_audio):
13163           disable some of the debugging code for now. Writing debugging to a
13164           buffer is broken in current alsalib releases.
13165
13166 2004-07-12  Benjamin Otte  <otte@gnome.org>
13167
13168         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13169           use bufferpools
13170
13171 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13172
13173         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13174         (theora_dec_src_query), (theora_dec_event):
13175         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13176           add debugging categories.  Remove \n's.
13177
13178 2004-07-13  Johan Dahlin  <johan@gnome.org>
13179
13180         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13181         (gst_play_bin_get_property): Impl.
13182
13183 2004-07-13  Wim Taymans  <wim@fluendo.com>
13184
13185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13186         When trying to find the stream length, seek back N pages
13187         instead of just one, where N is the number of streams in
13188         the current chain.
13189
13190 2004-07-13  Wim Taymans  <wim@fluendo.com>
13191
13192         * gst-libs/gst/riff/riff-media.c:
13193         (gst_riff_create_audio_caps_with_data),
13194         (gst_riff_create_audio_caps),
13195         (gst_riff_create_audio_template_caps):
13196         * gst-libs/gst/riff/riff-media.h:
13197         * gst-libs/gst/riff/riff-read.c:
13198         (gst_riff_read_strf_vids_with_data),
13199         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13200         * gst-libs/gst/riff/riff-read.h:
13201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13202         (gst_avi_demux_add_stream):
13203         Set codec_data on caps for avidemuxer.
13204
13205 2004-07-12  David Schleef  <ds@schleef.org>
13206
13207         * configure.ac: Fix test for Objective C
13208
13209 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13210         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13211         (gst_gdk_pixbuf_chain):
13212           Add svg and pcx to template caps, and ensure that getcaps returns a
13213           subset of the template caps.
13214           Copy each row manually for output, as gdkpixbuf may pad the
13215           rowstride to a 32-bit word boundary.
13216
13217 2004-07-12  Wim Taymans  <wim@fluendo.com>
13218
13219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13220         (gst_riff_create_video_template_caps):
13221         Fix the template caps to include some more media types.
13222
13223 2004-07-12  Wim Taymans  <wim@fluendo.com>
13224
13225         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13226         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13227         (compare_ranks), (print_feature), (gst_decode_bin_init),
13228         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13229         (try_to_link_1), (new_pad), (close_link), (type_found),
13230         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13231         (gst_decode_bin_change_state), (plugin_init):
13232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13233         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13234         (gst_play_base_bin_dispose), (queue_overrun),
13235         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13236         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13237         (gst_play_base_bin_get_property), (play_base_eos),
13238         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13239         (gst_play_base_bin_remove_element),
13240         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13241         (gst_play_base_bin_unlink_stream),
13242         (gst_play_base_bin_get_streaminfo):
13243         * gst/playback/gstplaybasebin.h:
13244         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13245         (gst_play_bin_class_init), (gst_play_bin_init),
13246         (gst_play_bin_dispose), (gst_play_bin_set_property),
13247         (gst_play_bin_get_property), (gen_video_element),
13248         (gen_audio_element), (remove_sinks), (setup_sinks),
13249         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13250         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13251         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13252         (gst_play_bin_query), (plugin_init):
13253         * gst/playback/test4.c: (main):
13254         More fixes on reusing of the element.
13255
13256 2004-07-11  Benjamin Otte  <otte@gnome.org>
13257
13258         * ext/mad/gstmad.c: (normal_seek):
13259           allow seeking for other methods than just SET
13260
13261 2004-07-11  Andy Wingo  <wingo@pobox.com>
13262
13263         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13264         float, "any" caps -> buffer_frames=[0,MAX].
13265
13266         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13267         doesn't intersect our caps with the template any more. Do it
13268         ourselves.
13269         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13270
13271 2004-07-09  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         Work on object reuse and seeking.
13303
13304 2004-07-09  Wim Taymans  <wim@fluendo.com>
13305
13306         * examples/seeking/seek.c: (iterate):
13307         Don't consume all CPU in the idle loop.
13308
13309 2004-07-09  Wim Taymans  <wim@fluendo.com>
13310
13311         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13312         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13313         Add pad to element *after* setting the pad functions so that
13314         the scheduler can use the correct ones.
13315
13316 2004-07-09  Wim Taymans  <wim@fluendo.com>
13317
13318         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13319         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13320         Sync to keyframe after seek
13321
13322 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13323
13324         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13326         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13327         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13328         * ext/libvisual/visual.c: (gst_visual_change_state):
13329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13330         * ext/theora/theoradec.c: (theora_dec_change_state):
13331         * ext/theora/theoraenc.c: (theora_enc_change_state):
13332         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13333         * gst-libs/gst/navigation/navigation.c:
13334         * gst/adder/gstadder.c: (gst_adder_change_state):
13335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13336         (gst_audio_convert_get_buffer):
13337         * gst/multipart/multipartdemux.c:
13338         (gst_multipart_demux_change_state):
13339         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13341         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13342         * gst/videoscale/gstvideoscale.c:
13343         (gst_videoscale_handle_src_event):
13344         * gst/volume/gstvolume.c: (volume_chain_int16):
13345           don't assert in state change, this should be done by the base
13346           GstElement class.
13347           various debugging fixes.
13348
13349 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13350
13351         * configure.ac:
13352         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13353         (gst_play_dispose), (gst_play_set_location),
13354         (gst_play_set_data_src), (gst_play_set_video_sink),
13355         (gst_play_set_audio_sink), (gst_play_set_visualization),
13356         (gst_play_connect_visualization), (gst_play_get_sink_element),
13357         (gst_play_get_all_by_interface):
13358         * gst-libs/gst/play/play.h:
13359           add new method to get elements implementing an interface.
13360           add various error logging
13361
13362 2004-07-08  Wim Taymans  <wim@fluendo.com>
13363
13364         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13365         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13366         (make_playerbin_pipeline), (query_durations_elems),
13367         (query_durations_pads), (query_positions_elems),
13368         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13369         (main):
13370         Added playbin seeking example.
13371
13372 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13373
13374         * gst-libs/gst/play/play.c: (gst_play_set_location),
13375         (gst_play_set_data_src), (gst_play_set_video_sink),
13376         (gst_play_set_audio_sink), (gst_play_set_visualization),
13377         (gst_play_connect_visualization), (gst_play_get_framerate):
13378           use a macro to look up elements from hash table
13379
13380 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13381
13382         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13383         (gst_play_get_length_callback), (gst_play_set_location),
13384         (gst_play_seek_to_time), (gst_play_set_data_src),
13385         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13386         (gst_play_set_visualization), (gst_play_connect_visualization),
13387         (gst_play_get_sink_element):
13388         - add debugging info
13389         - fix looking up sink elements by iterating over complete caps
13390         - put everything except for source and autoplugger in a complete bin
13391
13392 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13393
13394         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13396         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13397         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13398         * ext/alsa/gstalsasink.h:
13399         - add debugging info
13400         - clean up schizophrenia of data/buffer/event
13401         - fix double event unref error
13402
13403 2004-07-08  Wim Taymans  <wim@fluendo.com>
13404
13405         * gst/playback/Makefile.am:
13406         Add headers to noinst
13407
13408 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13409
13410         * tools/gst-launch-ext-m.m:
13411         * tools/gst-launch-ext.1.in:
13412           convert to the third millenium
13413
13414 2004-07-07  David Schleef  <ds@schleef.org>
13415
13416         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13417
13418 2004-07-07  Wim Taymans  <wim@fluendo.com>
13419
13420         * gst/playback/Makefile.am:
13421         * gst/playback/README:
13422         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13423         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13424         (compare_ranks), (print_feature), (gst_decode_bin_init),
13425         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13426         (try_to_link_1), (new_pad), (close_link), (type_found),
13427         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13428         (plugin_init):
13429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13430         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13431         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13432         (gen_preroll_element), (no_more_pads), (new_stream),
13433         (setup_source), (gst_play_base_bin_set_property),
13434         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13435         (gst_play_base_bin_add_element),
13436         (gst_play_base_bin_remove_element),
13437         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13438         (gst_play_base_bin_unlink_stream),
13439         (gst_play_base_bin_get_streaminfo):
13440         * gst/playback/gstplaybasebin.h:
13441         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13442         (gst_play_bin_class_init), (gst_play_bin_init),
13443         (gst_play_bin_dispose), (gst_play_bin_set_property),
13444         (gst_play_bin_get_property), (gen_video_element),
13445         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13446         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13447         (gst_play_bin_get_formats), (gst_play_bin_convert),
13448         (gst_play_bin_get_query_types), (gst_play_bin_query),
13449         (plugin_init):
13450         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13451         (gst_stream_info_get_type), (gst_stream_info_class_init),
13452         (gst_stream_info_init), (gst_stream_info_new),
13453         (gst_stream_info_dispose), (gst_stream_info_set_property),
13454         (gst_stream_info_get_property):
13455         * gst/playback/gststreaminfo.h:
13456         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13457         (main):
13458         * gst/playback/test2.c: (main):
13459         * gst/playback/test3.c: (update_scale), (main):
13460         More playbin fixes. Added README. Do better element filtering.
13461         Added base class to preroll media. Added test apps.
13462
13463 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13464
13465         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13466         * ext/mpeg2dec/gstmpeg2dec.h:
13467           various debugging improvements.  Reset stream to next picture
13468           instead of sequence header, otherwise seeks cannot work.
13469
13470 2004-07-07  Wim Taymans  <wim@fluendo.com>
13471
13472         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13473         (gst_video_box_class_init), (gst_video_box_set_property),
13474         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13475         Use pad_alloc where possible.
13476
13477 2004-07-07  Wim Taymans  <wim@fluendo.com>
13478
13479         * sys/oss/gstosselement.c: (gst_osselement_reset),
13480         (gst_osselement_parse_caps):
13481         * sys/oss/gstosselement.h:
13482         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13483         Fix offset on osssrc.
13484
13485 2004-07-07  Wim Taymans  <wim@fluendo.com>
13486
13487         * ext/theora/theora.c: (plugin_init):
13488         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13489         (theora_dec_src_query), (theora_dec_chain):
13490         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13491         (theora_enc_sink_link), (theora_buffer_from_packet),
13492         (theora_push_packet), (theora_enc_chain):
13493         Fix theora granulepos calculation.
13494         Fix overflow in duration/position calculation.
13495         Bump rank to PRIMARY for theoradec.
13496         Use granulepos of last packet to calculate position.
13497         Set keyframe flag on buffers when needed.
13498
13499 2004-07-06  David Schleef  <ds@schleef.org>
13500
13501         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13502         serious?  (Fixed, obviously.)
13503
13504 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13505
13506         * po/LINGUAS:
13507         * po/cs.po:
13508           added Czech translation (Miloslav Trmac)
13509
13510 2004-07-05  Wim Taymans  <wim@fluendo.com>
13511
13512         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13513         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13514         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13515         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13516         (close_link), (type_found), (gst_decode_bin_set_property),
13517         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13518         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13519         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13520         (gst_decode_bin_query), (plugin_init):
13521         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13522         (gst_play_bin_class_init), (gst_play_bin_init),
13523         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13524         (get_video_element), (new_pad), (setup_source),
13525         (gst_play_bin_set_property), (gst_play_bin_get_property),
13526         (gst_play_bin_change_state), (gst_play_bin_add_element),
13527         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13528         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13529         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13530         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13531         * gst/playback/test.c: (main):
13532         More fixes, cleaned up playbin, make it use decodebin. Added
13533         threaded property to playbin.
13534
13535 2004-07-05  Wim Taymans  <wim@fluendo.com>
13536
13537         * configure.ac:
13538         * gst/playback/Makefile.am:
13539         * gst/playback/decodetest.c: (main):
13540         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13541         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13542         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13543         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13544         (close_link), (type_found), (gst_decode_bin_set_property),
13545         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13546         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13547         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13548         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13549         (plugin_init):
13550         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13551         (gst_play_bin_class_init), (gst_play_bin_init),
13552         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13553         (collect_sink_pads), (find_compatibles), (close_pad_link),
13554         (try_to_link_1), (new_pad), (close_link), (type_found),
13555         (setup_source), (gst_play_bin_set_property),
13556         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13557         (compare_ranks), (gst_play_bin_collect_factories),
13558         (gst_play_bin_change_state), (gst_play_bin_add_element),
13559         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13560         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13561         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13562         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13563         * gst/playback/test.c: (main):
13564         Added some playback helper elements and some test apps, very alpha
13565         still.
13566
13567 2004-07-04  Benjamin Otte  <otte@gnome.org>
13568
13569         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13570           only restart audio when we indeed have an xrun to fix repeated
13571           xruns. Fix suggested by Giuliano Pochini.
13572
13573 2004-07-03  David Schleef  <ds@schleef.org>
13574
13575         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13576         call to gst_debug_log() if debugging is disabled (bug #145118)
13577
13578 2004-07-03  Benjamin Otte  <otte@gnome.org>
13579
13580         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13581           use our own functions for restarting the alsa device.
13582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13583           I should apply patches myself - use MIN for the third argument, not
13584           the second, this fixes seeking
13585
13586 2004-07-02  David Schleef  <ds@schleef.org>
13587
13588         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13589         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13590         do with the logic.
13591
13592 2004-07-02  David Schleef  <ds@schleef.org>
13593
13594         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13595         output buffers.  Fix logic mistake.  (bug #144866)
13596
13597 2004-07-02  David Schleef  <ds@schleef.org>
13598
13599         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13600         on X.  (bug #144753)
13601
13602 2004-07-02  David Schleef  <ds@schleef.org>
13603
13604         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13605         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13606         (bug #144624)
13607         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13608         (gst_osselement_rate_probe_check): Add another workaround for
13609         buggy drivers (bug #145336)
13610
13611 2004-07-02  David Schleef  <ds@schleef.org>
13612
13613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13614         Most systems don't have MSG_NOSIGNAL.
13615
13616 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13617
13618         * Makefile.am:
13619         * gst-libs/gst/colorbalance/Makefile.am:
13620         * gst-libs/gst/mixer/Makefile.am:
13621         * gst-libs/gst/play/Makefile.am:
13622         * gst-libs/gst/tuner/Makefile.am:
13623           (hopefully) fix both install and dist and make error message useful.
13624           needs testing across automakes.
13625
13626 2004-07-02  Benjamin Otte  <otte@gnome.org>
13627
13628         * ext/ogg/gstogg.c: (plugin_init):
13629           we require bytestream now
13630         * ext/ogg/gstoggdemux.c:
13631           huge diff to implement chain setup in a fast and generic way. This
13632           improves tag reading and startup of huge files (read: Theora videos)
13633           quite a bit. It probably contains bugs, too, so please test.
13634           Seeking is not improved to the fast method.
13635
13636 2004-06-29  Wim Taymans  <wim@fluendo.com>
13637
13638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13639         * ext/ogg/gstoggmux.c:
13640         Fix memleak in oggdemux when running unconnected pads.
13641         doc update in mux, start working on keyframe mode.
13642
13643 2004-06-29  Benjamin Otte  <otte@gnome.org>
13644
13645         * sys/oss/gstosssink.c:
13646         * sys/oss/gstosssrc.c:
13647           advertise correct template caps - we indeed do non-native endianness
13648           and 8bit audio has no endianness
13649         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13651           avoid (wrong) duplications in getcaps function and return
13652           template caps
13653
13654 2004-06-29  Wim Taymans  <wim@fluendo.com>
13655
13656         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13657         (gst_multifdsink_class_init), (gst_multifdsink_add),
13658         (gst_multifdsink_remove), (gst_multifdsink_clear),
13659         (gst_multifdsink_client_remove),
13660         (gst_multifdsink_handle_client_read),
13661         (gst_multifdsink_client_queue_data),
13662         (gst_multifdsink_client_queue_caps),
13663         (gst_multifdsink_client_queue_buffer),
13664         (gst_multifdsink_handle_client_write),
13665         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13666         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13667         (gst_multifdsink_init_send), (gst_multifdsink_close):
13668         Fix wrong GList iteration that could crash the server when
13669         more then 2 clients disconnect at the same time. Read all the
13670         pending commands in one batch to recover from command storms under
13671         very heavy load.
13672
13673 2004-06-28  Wim Taymans  <wim@fluendo.com>
13674
13675         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13676         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13677         (gst_videomixer_pad_set_property),
13678         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13679         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13680         (gst_videomixer_class_init), (gst_videomixer_init),
13681         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13682         (pad_zorder_compare), (gst_videomixer_sort_pads),
13683         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13684         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13685         (gst_videomixer_update_queues), (gst_videomixer_loop),
13686         (plugin_init):
13687         Avoid divide by zero, choose masterpad as the pad with the highest
13688         framerate.
13689
13690 2004-06-27  Julien Moutte  <julien@moutte.net>
13691
13692         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13693         (gst_ximagesink_xwindow_new):
13694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13695         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13696         function directly. We might want to call it from somewhere else one day.
13697
13698 2004-06-27  Julien Moutte  <julien@moutte.net>
13699
13700         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13701         (gst_ximagesink_xwindow_new):
13702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13703         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13704         window decorations.
13705
13706 2004-06-27  Wim Taymans  <wim@fluendo.com>
13707
13708         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13709         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13710         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13711         (gst_dvdec_set_property), (gst_dvdec_get_property):
13712         * ext/dv/gstdvdec.h:
13713         Implement drop_factor property to lower the framerate with
13714         a factor.
13715
13716 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13717
13718         * gst-libs/gst/colorbalance/Makefile.am:
13719         * gst-libs/gst/mixer/Makefile.am:
13720         * gst-libs/gst/play/Makefile.am:
13721         * gst-libs/gst/tuner/Makefile.am:
13722           unbreak Company's fix that didn't install the -enum.h files
13723
13724 2004-06-27  Wim Taymans  <wim@fluendo.com>
13725
13726         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13727         (gst_dvdec_change_state):
13728         * ext/dv/gstdvdec.h:
13729         Fix timestamp, duration and offset of the buffers.
13730
13731 2004-06-27  Wim Taymans  <wim@fluendo.com>
13732
13733         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13734         (gst_multifdsink_class_init), (gst_multifdsink_add),
13735         (gst_multifdsink_remove), (gst_multifdsink_clear),
13736         (gst_multifdsink_client_remove),
13737         (gst_multifdsink_handle_client_read),
13738         (gst_multifdsink_client_queue_data),
13739         (gst_multifdsink_client_queue_caps),
13740         (gst_multifdsink_client_queue_buffer),
13741         (gst_multifdsink_handle_client_write),
13742         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13743         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13744         (gst_multifdsink_init_send), (gst_multifdsink_close):
13745         * gst/tcp/gstmultifdsink.h:
13746         * gst/tcp/gsttcpserversink.c:
13747         (gst_tcpserversink_handle_server_read),
13748         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13749         More multifdsink fixes, more recovery policy fixes.
13750         Removed stupid g_print
13751
13752 2004-06-26  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst/tcp/Makefile.am:
13755         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13756         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13757         (gst_multifdsink_class_init), (gst_multifdsink_init),
13758         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13759         (gst_multifdsink_handle_client_read),
13760         (gst_multifdsink_client_queue_data),
13761         (gst_multifdsink_client_queue_caps),
13762         (gst_multifdsink_client_queue_buffer),
13763         (gst_multifdsink_handle_client_write),
13764         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13765         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13766         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13767         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13768         (gst_multifdsink_close), (gst_multifdsink_change_state):
13769         * gst/tcp/gstmultifdsink.h:
13770         * gst/tcp/gsttcpplugin.c: (plugin_init):
13771         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13772         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13773         (gst_tcpserversink_handle_server_read),
13774         (gst_tcpserversink_handle_select),
13775         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13776         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13777         * gst/tcp/gsttcpserversink.h:
13778         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13779         one of the locks, added recovery policy to multifdsink.
13780
13781 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13782
13783         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13784           fix decision for when getting frames with same timestamp
13785         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13786         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13787         (gst_v4lsrc_get_property):
13788         * sys/v4l/gstv4lsrc.h:
13789           add latency offset property
13790
13791 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13792
13793         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13794         (plugin_init):
13795           fix debugging. add category.
13796
13797 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13798
13799         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13800           fix wrong offsets
13801
13802 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13803
13804         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13805         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13806         (gst_alsa_src_change_state):
13807           return a time that is in sync with the element's processing
13808
13809 2004-06-25  Wim Taymans  <wim@fluendo.com>
13810
13811         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13812         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13813         (gst_tcpserversink_client_remove),
13814         (gst_tcpserversink_handle_client_read),
13815         (gst_tcpserversink_client_queue_data),
13816         (gst_tcpserversink_client_queue_caps),
13817         (gst_tcpserversink_client_queue_buffer),
13818         (gst_tcpserversink_handle_client_write),
13819         (gst_tcpserversink_queue_buffer),
13820         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13821         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13822         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13823         (gst_tcpserversink_close):
13824         * gst/tcp/gsttcpserversink.h:
13825         Serversink rewrite. Really do non blocking writes to clients and
13826         maintain an internal queue to handle slower clients while not
13827         disturbing fast clients.
13828
13829 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13832           better debug, don't override OFFSET and OFFSET_END
13833
13834 2004-06-25  Iain <iain@prettypeople.org>
13835
13836         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13837         name=source for the wavparse pipeline.
13838
13839 2004-06-24  Johan Dahlin  <johan@gnome.org>
13840
13841         * ext/theora/theoraenc.c (theora_enc_chain): Call
13842         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13843         streamheader caps are set correctly.
13844
13845 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13846
13847         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13848         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13849           respect minimum bitrate; same could be done for max bitrate
13850
13851 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13852
13853         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13854         (gst_vorbisenc_setup):
13855           fix sample rate range
13856
13857 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13858
13859         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13860         (gst_oggvorbisenc_setup):
13861         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13862         (gst_vorbisenc_setup):
13863           resolve ambiguities in code and description
13864
13865 2004-06-24  Wim Taymans  <wim@fluendo.com>
13866
13867         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13868         * ext/alsa/gstalsa.h:
13869         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13870         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13871         Use alsa trigger_tstamp to get the timestamp of the first
13872         sample in the buffer for more precise sync. Some cleanups.
13873
13874 2004-06-24  Wim Taymans  <wim@fluendo.com>
13875
13876         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13877         (gst_audiorate_init), (gst_audiorate_chain),
13878         (gst_audiorate_set_property), (gst_audiorate_get_property):
13879         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13880         (gst_videorate_chain):
13881         Added some logging, fixed an overflow bug in videorate.
13882
13883 2004-06-24  Benjamin Otte  <otte@gnome.org>
13884
13885         * ext/kio/Makefile.am:
13886           fix for builddir != srcdir and distcheck
13887
13888 2004-06-24  Benjamin Otte  <otte@gnome.org>
13889
13890         * gst-libs/gst/colorbalance/Makefile.am:
13891         * gst-libs/gst/mixer/Makefile.am:
13892         * gst-libs/gst/play/Makefile.am:
13893         * gst-libs/gst/tuner/Makefile.am:
13894         * gst/tcp/Makefile.am:
13895         * sys/dxr3/Makefile.am:
13896           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13897           tarball.
13898           Also add all *.list files that were missing.
13899         * Makefile.am:
13900           add a distcheck hook to ensure the above doesn't happen again.
13901
13902 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13903
13904         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13905
13906 2004-06-23  Colin Walters  <walters@redhat.com>
13907
13908         * m4/Makefile.am: Distribute gst-fionread.m4.
13909
13910 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13911
13912         * configure.ac: back to dev
13913
13914 2004-06-23  Wim Taymans  <wim@fluendo.com>
13915
13916         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13917         (gst_alsa_xrun_recovery):
13918         * ext/alsa/gstalsa.h:
13919         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13920         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13922         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13923         (gst_alsa_src_loop):
13924         Add clock to alsasrc. Take new capture timestamp when
13925         restarting after an overrun. Split up some functions between
13926         alsasrc and alsasink.
13927
13928 === release 0.8.2 ===
13929
13930 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13931
13932         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13933         (gst_alsa_change_state), (gst_alsa_update_avail),
13934         (gst_alsa_xrun_recovery):
13935         * ext/alsa/gstalsa.h:
13936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13937           merge back changes from release
13938
13939 2004-06-23  Wim Taymans  <wim@fluendo.com>
13940
13941         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13942         (gst_audiorate_init), (gst_audiorate_chain),
13943         (gst_audiorate_set_property), (gst_audiorate_get_property):
13944         Implement sample dropping and notify
13945
13946 2004-06-22  Wim Taymans  <wim@fluendo.com>
13947
13948         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13949         (theora_enc_sink_link), (theora_buffer_from_packet),
13950         (theora_push_packet), (theora_enc_chain):
13951         Some cleanups, make sure the timestamps are correct.
13952
13953 2004-06-22  Wim Taymans  <wim@fluendo.com>
13954
13955         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13956         (gst_alsa_change_state), (gst_alsa_update_avail),
13957         (gst_alsa_xrun_recovery):
13958         * ext/alsa/gstalsa.h:
13959         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13960         Cleanups, take queued samples into account when reporting
13961         the time.
13962
13963 2004-06-22  Wim Taymans  <wim@fluendo.com>
13964
13965         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13966         (gst_videorate_init):
13967         Initialize the property as well.
13968
13969 2004-06-22  Wim Taymans  <wim@fluendo.com>
13970
13971         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13972         (gst_videorate_init), (gst_videorate_chain),
13973         (gst_videorate_set_property), (gst_videorate_get_property):
13974         Add property to make videorate silent.
13975         Add property to prefer new frames over old ones.
13976
13977 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13978
13979         * sys/osxvideo/Makefile.am:
13980         Workaround so that the osxvideo .so file gets linked with the
13981         Cocoa, OpenGL and QuickTime frameworks
13982
13983 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13984
13985         * sys/osxaudio/Makefile.am:
13986         Workaround so that the osxaudio .so file gets linked with the
13987         CoreAudio framework
13988
13989 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13990
13991         * configure.ac:
13992         Whoops, my fault...fixed build issues
13993
13994 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13995
13996         * configure.ac:
13997         Add objective-c support if running in Darwin/Mac OS X
13998         * sys/Makefile.am:
13999         * sys/osxvideo:
14000         * sys/osxvideo/Makefile.am:
14001         * sys/osxvideo/osxvideosink.h:
14002         * sys/osxvideo/osxvideosink.m:
14003         * sys/osxvideo/cocoawindow.h:
14004         * sys/osxvideo/cocoawindow.m:
14005         Add osxvideosink, a cocoa-based osx video sink
14006
14007
14008 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14009         * ext/dvdnav/gst-dvd:
14010         Grab the gconf key from the right spot
14011         * gst/debug/gstnavseek.c: (gst_navseek_init),
14012         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14013         (gst_navseek_chain):
14014         * gst/debug/gstnavseek.h:
14015           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14016           and loop parameters of a segment seek.
14017         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14018         (gst_videotestsrc_get_event_masks),
14019         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14020         * gst/videotestsrc/gstvideotestsrc.h:
14021           Add seeking support to videotestsrc
14022           Initialise the timestamp_offset variable.
14023
14024 2004-06-18  Wim Taymans  <wim@fluendo.com>
14025
14026         * ext/sidplay/gstsiddec.cc:
14027         Fix negotiation and set correct end offset.
14028
14029 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14030
14031         * configure.ac: branch and prerelease
14032
14033 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14036         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14037         (gst_tcpclientsrc_init_receive):
14038         * gst/tcp/gsttcpclientsrc.h:
14039           read caps when connecting to server for GDP so we set them correctly
14040
14041 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14042
14043         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14044           notify drops and duplicates
14045         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14046           no good reason to limit ourselves to 100x100
14047
14048 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14049
14050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14051         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14052         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14053         (gst_v4lsrc_get_property):
14054         * sys/v4l/gstv4lsrc.h:
14055         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14056         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14057         (gst_v4l_set_audio):
14058         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14059         (gst_v4lsrc_try_capture):
14060         * sys/v4l/v4lsrc_calls.h:
14061           change try_palette to more general try_capture
14062           add autoprobe option so we can turn off autoprobing
14063           various fixes
14064
14065 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14066
14067         * configure.ac:
14068           add videorate
14069         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14070         (gst_ximagesink_class_init):
14071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14072         (gst_xvimagesink_class_init):
14073           run them as finalize, not dispose, since dispose can be invoked
14074           multiple times
14075
14076 2004-06-17  Wim Taymans  <wim@fluendo.com>
14077
14078         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14079         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14080         * ext/alsa/gstalsa.h:
14081         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14082         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14083         (gst_alsa_src_change_state):
14084         * ext/alsa/gstalsasrc.h:
14085         Make the xrun code timestamp and offset the buffers correctly.
14086         moved the clock to the base class, use alsa methods to get time.
14087         Do correct timestamping on outgoing buffers.
14088
14089 2004-06-17  Wim Taymans  <wim@fluendo.com>
14090
14091         * gst/audiorate/Makefile.am:
14092         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14093         (gst_audiorate_base_init), (gst_audiorate_class_init),
14094         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14095         (gst_audiorate_set_property), (gst_audiorate_get_property),
14096         (gst_audiorate_change_state), (plugin_init):
14097         Added an audiorate converter that fills in gaps.
14098
14099 2004-06-17  Johan Dahlin  <johan@gnome.org>
14100
14101         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14102
14103 2004-06-16  Wim Taymans  <wim@fluendo.com>
14104
14105         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14106         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14107         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14108         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14109         (gst_v4lsrc_get_property):
14110         * sys/v4l/gstv4lsrc.h:
14111         Added a copy mode to v4lsrc where it will output a copied version
14112         of its internal hardware buffer.
14113         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14114         can't | them.
14115
14116 2004-06-16  Wim Taymans  <wim@fluendo.com>
14117
14118         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14119         Timestamp fixes.
14120
14121 2004-06-16  Wim Taymans  <wim@fluendo.com>
14122
14123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14124         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14125         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14126         (gst_v4lsrc_get_property):
14127         * sys/v4l/gstv4lsrc.h:
14128         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14129         Added a sync mode enum property to control v4lsrc timestamp method
14130         Removed the use-fixed-fps property and moved functionality in
14131         the enum.
14132         Don't error on an error value from v4l-conf, it might not always
14133         be a real error.
14134
14135 2004-06-16  Wim Taymans  <wim@fluendo.com>
14136
14137         * gst/videorate/Makefile.am:
14138         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14139         (gst_videorate_base_init), (gst_videorate_class_init),
14140         (gst_videorate_getcaps), (gst_videorate_link),
14141         (gst_videorate_init), (gst_videorate_chain),
14142         (gst_videorate_set_property), (gst_videorate_get_property),
14143         (gst_videorate_change_state), (plugin_init):
14144         Added a video timestamp corrector.
14145
14146 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14147
14148         fixed a potential leak with previous commit
14149
14150         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14151
14152 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14153
14154         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14155         Added missing refcount, fixes bug #144425
14156         Cheers Tim for finding the bug
14157
14158 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14159
14160         * sys/v4l/gstv4l.c: (plugin_init):
14161         * sys/v4l/gstv4lcolorbalance.c:
14162         * sys/v4l/gstv4lcolorbalance.h:
14163         * sys/v4l/gstv4lelement.c:
14164         * sys/v4l/gstv4lelement.h:
14165         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14166         * sys/v4l/gstv4lmjpegsink.h:
14167         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14168         * sys/v4l/gstv4lmjpegsrc.h:
14169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14170         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14171         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14172         * sys/v4l/gstv4lsrc.h:
14173         * sys/v4l/gstv4ltuner.c:
14174         * sys/v4l/gstv4ltuner.h:
14175         * sys/v4l/gstv4lxoverlay.c:
14176         * sys/v4l/gstv4lxoverlay.h:
14177         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14178         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14179         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14180         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14181         (gst_v4l_set_audio):
14182         * sys/v4l/v4l_calls.h:
14183         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14184         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14185         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14186         (gst_v4lmjpegsink_playback_init),
14187         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14188         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14189         (gst_v4lmjpegsink_playback_stop),
14190         (gst_v4lmjpegsink_playback_deinit):
14191         * sys/v4l/v4lmjpegsink_calls.h:
14192         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14193         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14194         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14195         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14196         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14197         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14198         * sys/v4l/v4lmjpegsrc_calls.h:
14199         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14200         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14201         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14202         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14203         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14204         (gst_v4lsrc_try_palette):
14205         * sys/v4l/v4lsrc_calls.h:
14206           bunch of paranoia cleanups
14207
14208 2004-06-14  David Schleef  <ds@schleef.org>
14209
14210         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14211         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14212         Send discont events and change timestamps appropriately when
14213         we get a seek event.  (bug #144240)
14214         * ext/cdparanoia/gstcdparanoia.h:
14215
14216 2004-06-14  Benjamin Otte  <otte@gnome.org>
14217
14218         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14219           snd_pcm_hw_params_set_rate  since the latter fails for no good
14220           reason on some setups.
14221
14222 2004-06-14  David Schleef  <ds@schleef.org>
14223
14224         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14225         standard.  Thank you for playing.
14226
14227 2004-06-14  Wim Taymans  <wim@fluendo.com>
14228
14229         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14230         Patch 1.3 broke the ordering of the colorspace info and
14231         made the plugin basically work by coincidence, reordered
14232         the info.
14233
14234 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * ext/lame/gstlame.c:
14237         * ext/mad/gstmad.c:
14238           sync caps.  Make sure mad can only output a list of rates, not
14239           a full range.  In the future, have three caps lists for each of the
14240           mpeg versions.  Change mpegversion to a double as well.
14241
14242 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14243
14244         * gst/volume/.cvsignore:
14245         * gst/volume/Makefile.am:
14246         * gst/volume/demo.c: (value_changed_callback), (idler),
14247         (setup_gui), (main):
14248           added small demo app
14249
14250 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14251         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14252         * ext/esd/esdsink.h:
14253         Close the esd connection on pause, because esd will just wait -
14254         blocking all other esd clients indefinitely.
14255
14256 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14257
14258         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14259           previous commit with GST_DEBUG
14260
14261 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14262
14263         * configure.ac:
14264           add a header check for a dvdread header in dvdnav.  Fixes #133002
14265
14266 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14267
14268         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14269         * gst/tcp/gsttcpclientsink.h:
14270         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14271         * gst/tcp/gsttcpclientsrc.h:
14272         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14273         (gst_tcpserversink_handle_server_read),
14274         (gst_tcpserversink_init_send):
14275         * gst/tcp/gsttcpserversink.h:
14276         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14277         * gst/tcp/gsttcpserversrc.h:
14278         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14279         version of IP)
14280
14281 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14282
14283         * configure.ac:
14284         Added ogg library so that OSX detects libtheora properly
14285
14286 2004-06-11  Wim Taymans  <wim@fluendo.com>
14287
14288         * ext/theora/theoradec.c: (theora_dec_chain),
14289         (theora_dec_change_state):
14290         Don't try to decode frames before we received a keyframe.
14291
14292 2004-06-11  Wim Taymans  <wim@fluendo.com>
14293
14294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14295         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14296         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14297         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14298         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14299         Added property to set the maximum delay of a page.
14300
14301 2004-06-10  Wim Taymans  <wim@fluendo.com>
14302
14303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14304         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14305         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14306         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14307         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14308         Added max-delay property to control the maximum amount
14309         of data to put in one page.
14310
14311 2004-06-10  Wim Taymans  <wim@fluendo.com>
14312
14313         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14314         (gst_theora_enc_init), (theora_enc_sink_link),
14315         (theora_buffer_from_packet), (theora_enc_set_property),
14316         (theora_enc_get_property):
14317         Set duration on encoded buffer, added some more properties
14318
14319 2004-06-10  Wim Taymans  <wim@fluendo.com>
14320
14321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14322         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14323         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14324         * ext/theora/theoraenc.c: (theora_enc_chain):
14325         Fix refcounting bugs
14326
14327 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14328
14329         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14330         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14331         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14332         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14333         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14334         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14335         (gst_asf_demux_change_state):
14336         * gst/asfdemux/gstasfdemux.h:
14337           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14338           feels like. I think we should set a new requirement for demuxers
14339           from now on to implement sane loop functions, data loops, query
14340           and seek functions before first commit into CVS. And this commit
14341           fixes all of the above.
14342
14343 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14344
14345         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14346           vorbis comments are properly encoded in UTF-8 before adding them
14347           to a GstTagList
14348
14349 2004-06-09  Benjamin Otte  <otte@gnome.org>
14350
14351         * ext/alsa/gstalsa.c: (add_channels):
14352           handle min <= max correctly
14353         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14354         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14355           add fixation functions so we fixate correctly. No preferring of alaw
14356           anymore because it's the first structure.
14357         * ext/alsa/gstalsa.h:
14358         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14359         (gst_alsa_hw_params_dump):
14360           add functions to ease debugging in alsalib
14361         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14362         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14363         (gst_alsa_start_audio):
14364           only specify hw params if we really setup a format (fixes #134007 -
14365           or at least works around it)
14366
14367 2004-06-09  Wim Taymans  <wim@fluendo.com>
14368
14369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14370         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14371         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14372         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14373         (gst_ogg_mux_loop):
14374         Use stream caps to setup the initial pages in the ogg stream.
14375         Correctly set the streamheader caps on the srcpad.
14376
14377 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14378
14379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14380         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14381         (gst_v4lsrc_getcaps):
14382         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14383         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14384           add querying of fps lists for webcams.  Negotiating to a framerate
14385           now works.
14386
14387 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14388
14389         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14390         (theora_push_buffer), (theora_push_packet),
14391         (theora_set_header_on_caps), (theora_enc_chain):
14392           mark buffers and put on streamheader, raw theora streaming
14393           now works too, whee
14394
14395 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14396
14397         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14398         (gst_tcp_gdp_read_caps):
14399           do a looping read for caps and GDP headers too
14400
14401 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14402
14403         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14404         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14405           return EOS instead of NULL in _get
14406
14407 2004-06-08  Wim Taymans  <wim@fluendo.com>
14408
14409         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14410         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14411         (gst_tcp_gdp_write_caps):
14412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14413         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14414         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14415         Memory leak fixes
14416
14417 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14418
14419         * ext/vorbis/Makefile.am:
14420         * ext/vorbis/vorbis.c: (plugin_init):
14421         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14422         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14423         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14424         (vorbis_parse_change_state):
14425         * ext/vorbis/vorbisparse.h:
14426           adding a vorbisparse element that marks the buffers, streaming
14427           raw vorbis using GDP now works, whee
14428
14429 2004-06-08  Wim Taymans  <wim@fluendo.com>
14430
14431         * ext/jpeg/Makefile.am:
14432         * ext/jpeg/README:
14433         * ext/jpeg/gstjpeg.c: (plugin_init):
14434         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14435         (gst_smokedec_base_init), (gst_smokedec_class_init),
14436         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14437         * ext/jpeg/gstsmokedec.h:
14438         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14439         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14440         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14441         (gst_smokeenc_resync), (gst_smokeenc_chain),
14442         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14443         * ext/jpeg/gstsmokeenc.h:
14444         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14445         (smokecodec_flush_destination), (smokecodec_term_destination),
14446         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14447         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14448         (smokecodec_term_source), (smokecodec_encode_new),
14449         (smokecodec_decode_new), (smokecodec_info_free),
14450         (smokecodec_set_quality), (smokecodec_get_quality),
14451         (smokecodec_set_threshold), (smokecodec_get_threshold),
14452         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14453         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14454         (smokecodec_parse_header), (smokecodec_decode):
14455         * ext/jpeg/smokecodec.h:
14456         Added a new simple jpeg based codec
14457
14458 2004-06-08  Wim Taymans  <wim@fluendo.com>
14459
14460         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14461         (gst_multipart_mux_loop):
14462         Fix memory leak
14463
14464 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14465
14466         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14467         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14468         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14469         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14470         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14471         * gst/tcp/gsttcpserversink.h:
14472           take streamheader into account
14473
14474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * gst/level/Makefile.am:
14477         * gst/level/gstlevel.c: (gst_level_class_init):
14478           clean up marshal generation
14479
14480 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14481
14482         * gst/tcp/Makefile.am:
14483         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14484         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14485         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14486         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14487         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14488         (gst_tcpclientsrc_get_property):
14489         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14490         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14491         (gst_tcpserversink_handle_client_read),
14492         (gst_tcpserversink_handle_client_write),
14493         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14494         * gst/tcp/gsttcpserversink.h:
14495           add signals client-added and client-removed
14496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14497         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14498         (gst_tcpserversrc_get_property):
14499         uniformized, change default protocol to NONE
14500         * gst/tcp/gsttcp-marshal.list: added
14501 2004-06-07  Benjamin Otte  <otte@gnome.org>
14502
14503         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14504           handle discont events if they happen before caps nego
14505
14506 2004-06-07  Wim Taymans  <wim@fluendo.com>
14507
14508         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14509         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14510         (gst_multipart_demux_plugin_init):
14511         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14512         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14513         (gst_multipart_mux_change_state):
14514         Small updates, fix a memleak
14515
14516 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14517
14518         * configure.ac: OSS portability
14519         * ext/arts/gst_arts.c: idem
14520         * sys/oss/gstosselement.c: idem
14521         * sys/oss/gstossmixer.c: idem
14522         * sys/oss/gstosssink.c: idem
14523         * sys/oss/gstosssrc.c: idem
14524         * sys/oss/oss_probe.c: idem
14525           - check for soundcard.h in different places for some BSD
14526
14527 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14528
14529         * AUTHORS:
14530         Add me to the authors file
14531         * configure.ac:
14532         Increase the libdv requirement to >= version 0.100
14533         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14534         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14535         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14536         * ext/dv/gstdvdec.h:
14537         Add support for the new_media flag when sending DISCONT events
14538         Make the querying work when video pad is not linked
14539
14540 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14541
14542         reviewed by Benjamin Otte  <otte@gnome.org>
14543
14544         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14545           create a NULL-initialized array of pads, so we don't think they
14546           exist already. (fixes #143130)
14547
14548 2004-06-07  Benjamin Otte  <otte@gnome.org>
14549
14550         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14551         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14552         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14553           don't use // coments
14554
14555 2004-06-07  Benjamin Otte  <otte@gnome.org>
14556
14557         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14558           cast to GstClockTime to get higher granularity
14559         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14560           use gst_element_set_time_delay to get the exact time
14561         * ext/mad/gstmad.c: (gst_mad_chain):
14562           use the negotiated rate instead of the current frame's rate which
14563           might be wrong because of bit errors. This avoids emitting totally
14564           bogus timestamps and screwing sync.
14565         (fixes #143454)
14566
14567 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14568
14569         reviewed by Benjamin Otte  <otte@gnome.org>
14570
14571         * gst/adder/gstadder.c: (gst_adder_loop):
14572           properly error out when no negotiation has happened yet. (fixes
14573           #143032)
14574
14575 2004-06-06  Benjamin Otte  <otte@gnome.org>
14576
14577         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14578           forward correctly transformed offset in discont events. Based on
14579           patch by Arwed v. Merkatz. (fixes #142851)
14580
14581 2004-06-06  David Schleef  <ds@schleef.org>
14582
14583         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14584         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14585         problems on several systems.
14586
14587 2004-06-06  Benjamin Otte  <otte@gnome.org>
14588
14589         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14590           use explicit caps on the srcpad
14591         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14592           properly error out if caps couldn't be set (fixes #142764)
14593
14594 2004-06-06  Benjamin Otte  <otte@gnome.org>
14595
14596         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14597         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14598         (gst_alsa_start_audio):
14599           - don't call set_periods_integer anymore, it breaks the
14600           configuration randomly
14601           - call snd_pcm_hw_params_set_access directly instead of using masks
14602           - don't fail if the sw_params can't be set, just use the default
14603           params and hope it works. Alsalib has weird issues when you touch
14604           sw_params and does no proper error reporting about what failed.
14605         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14606         (gst_alsa_close_audio):
14607           make our alsa debugging go via gst debugging and not conditionally
14608           defined
14609         * ext/alsa/gstalsa.h:
14610           add ALSA_DEBUG_FLUSH macro
14611         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14612         (plugin_init):
14613           wrap alsa errors to be printed via the gst debugging system and not
14614           spammed to stderr
14615
14616 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14617
14618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14619         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14620         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14621         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14622         (qtdemux_parse_trak):
14623         * gst/qtdemux/qtdemux.h:
14624           Bitch. Also known as seeking, querying & co.
14625         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14626         (gst_osssink_change_state):
14627         * sys/oss/gstosssink.h:
14628           Resyncing is for weenies, this hack is no longer needed and was
14629           broken anyway (since it - unintendedly - always leaves resync to
14630           TRUE).
14631
14632 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14633
14634         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14635         * gst/tcp/gsttcpclientsrc.h: idem
14636           - define MSG_NOSIGNAL if not done
14637           - include unistd.h for off_t
14638           (fixes #143749)
14639
14640 2004-06-05  Benjamin Otte  <otte@gnome.org>
14641
14642         * configure.ac:
14643         * ext/kio/Makefile.am:
14644           check for qt's moc preprocessor explicitly and use it
14645
14646 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14647
14648         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14649           don't get a signal for EPIPE on socket writes
14650           (somebody check if this works on other platforms)
14651
14652 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14653
14654         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14655         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14656           check error condition on available samples correctly
14657
14658 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14659
14660         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14661           avoid a segfault
14662         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14663         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14664         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14665         (gst_tcpserversrc_gdp_read_header):
14666          use ssize_t over size_t since the former is signed and thus the
14667          check for error codes can work
14668
14669 2004-06-02  Wim Taymans  <wim@fluendo.com>
14670
14671         reviewed by: Johan
14672
14673         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14674         (gst_multipart_mux_loop):
14675         Oops
14676
14677 2004-06-02  Wim Taymans  <wim@fluendo.com>
14678
14679         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14680         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14681         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14682         (gst_multipart_mux_change_state):
14683         Added configurable boundary specifier, added the value as a
14684         caps field as well.
14685
14686 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14687
14688         * gst/tcp/gsttcp.c:
14689         * gst/tcp/gsttcpclientsrc.c:
14690         * gst/tcp/gsttcpclientsrc.h:
14691         * gst/tcp/gsttcpserversrc.c:
14692           - portability fix, to compile on OSX
14693             (fixes #143146)
14694
14695         * sys/osxaudio/gstosxaudioelement.c:
14696         * sys/osxaudio/gstosxaudiosink.c:
14697         * sys/osxaudio/gstosxaudiosrc.c:
14698           - compilation warnings on OSX
14699             (fixes #143153)
14700
14701 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14702
14703         * ext/vorbis/vorbisdec.c : sign warning fixes
14704
14705         * gst-libs/gst/mixer/mixertrack.c :
14706           do no use defines which are glib 2.4 specific
14707
14708 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14709
14710         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14711           buffer since libflac doesn't expect it (reports a sync error when
14712           it encounters that)
14713
14714
14715 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14716
14717         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14718         * gst-libs/gst/mixer/mixertrack.c:
14719         (gst_mixer_track_get_property), (get_mixer_track_init),
14720         (get_mixer_track_get_property): Added property accessors
14721         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14722         * gst-libs/gst/mixer/mixeroptions.c:
14723         (gst_mixer_options_get_values): Added
14724         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14725         * gst-libs/gst/mixer/mixer.c: Fixed comment
14726
14727
14728 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14729
14730         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14731           improve error messages on open
14732
14733
14734 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14737           check if v4l-conf is in path
14738
14739 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14740
14741         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14742           change assert to a more readable error message
14743
14744 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14745
14746         * gst-libs/gst/tuner/tunerchannel.h:
14747           - add a freq_multiplicator field to make the conversion
14748             between internal frequency unit and Hz
14749         * sys/v4l/gstv4lelement.c:
14750         * sys/v4l2/gstv4l2element.c:
14751           - change default video device to /dev/video0
14752         * sys/v4l/v4l_calls.c:
14753         * sys/v4l2/v4l2_calls.c:
14754           - we only expose frequency to the user in Hz instead of
14755             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14756
14757 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14758         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14759           Initialise b_o_s and e_o_s variables
14760         * gst-libs/gst/riff/riff-media.c:
14761         (gst_riff_create_video_caps_with_data):
14762           Add some unusual fourcc's from mplayer avi's
14763         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14764           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14765           autoplugging.
14766
14767 2004-05-28  Wim Taymans  <wim@fluendo.com>
14768
14769         * configure.ac:
14770         * gst/alpha/Makefile.am:
14771         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14772         (gst_alpha_get_type), (gst_alpha_base_init),
14773         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14774         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14775         (gst_alpha_chroma_key), (gst_alpha_chain),
14776         (gst_alpha_change_state), (plugin_init):
14777         A plugin to add an alpha channel to I420 video. Can optionally do
14778         chroma keying.
14779         * gst/multipart/Makefile.am:
14780         * gst/multipart/multipart.c: (plugin_init):
14781         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14782         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14783         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14784         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14785         (gst_multipart_demux_change_state),
14786         (gst_multipart_demux_plugin_init):
14787         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14788         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14789         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14790         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14791         (gst_multipart_mux_pad_unlink),
14792         (gst_multipart_mux_request_new_pad),
14793         (gst_multipart_mux_handle_src_event),
14794         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14795         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14796         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14797         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14798         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14799         send multipart jpeg images to a browser.
14800         * gst/videobox/Makefile.am:
14801         * gst/videobox/README:
14802         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14803         (gst_video_box_get_type), (gst_video_box_base_init),
14804         (gst_video_box_class_init), (gst_video_box_init),
14805         (gst_video_box_set_property), (gst_video_box_get_property),
14806         (gst_video_box_sink_link), (gst_video_box_i420),
14807         (gst_video_box_ayuv), (gst_video_box_chain),
14808         (gst_video_box_change_state), (plugin_init):
14809         Crops or adds borders around an image. can do alpha channel
14810         borders as well.
14811         * gst/videomixer/Makefile.am:
14812         * gst/videomixer/README:
14813         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14814         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14815         (gst_videomixer_pad_get_sink_event_masks),
14816         (gst_videomixer_pad_get_property),
14817         (gst_videomixer_pad_set_property),
14818         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14819         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14820         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14821         (gst_videomixer_base_init), (gst_videomixer_class_init),
14822         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14823         (gst_videomixer_handle_src_event),
14824         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14825         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14826         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14827         (gst_videomixer_loop), (gst_videomixer_get_property),
14828         (gst_videomixer_set_property), (gst_videomixer_change_state),
14829         (plugin_init):
14830         Generic video mixer plugin, can handle multiple inputs all with
14831         different framerates and video sizes. Is fully alpha channel
14832         aware.
14833
14834 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14835
14836         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14837           Select first track as master track. Not sure how else to handle
14838           that...
14839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14840           Discard discont events. Should fix #142962.
14841
14842 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14843
14844         * ext/alsa/Makefile.am:
14845         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14846         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14847         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14848         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14849         (gst_alsa_mixer_get_option):
14850         * ext/alsa/gstalsamixer.h:
14851         * ext/alsa/gstalsamixeroptions.c:
14852         (gst_alsa_mixer_options_get_type),
14853         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14854         (gst_alsa_mixer_options_new):
14855         * ext/alsa/gstalsamixeroptions.h:
14856         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14857         * ext/alsa/gstalsamixertrack.h:
14858           Add enumerations (as GstMixerOptions). Make correct distinction
14859           between input/output tracks. Add capture/playback private flag.
14860           Use flag to decide on whether to set capture or playback volumes
14861           or switches. Use playback and record switches.
14862         * gst-libs/gst/mixer/Makefile.am:
14863         * gst-libs/gst/mixer/mixer-marshal.list:
14864         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14865         (gst_mixer_set_option), (gst_mixer_get_option),
14866         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14867         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14868         * gst-libs/gst/mixer/mixer.h:
14869         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14870         (gst_mixer_options_class_init), (gst_mixer_options_init),
14871         (gst_mixer_options_dispose):
14872         * gst-libs/gst/mixer/mixeroptions.h:
14873           Add GstMixerOptions.
14874         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14875           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14876           broken device detection on computers with multiple OSS sound
14877           cards.
14878
14879 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14880
14881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14882           fixate nicely even when the peer is not negotiating
14883
14884 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14885
14886         * gst/audioconvert/gstaudioconvert.c:
14887         (gst_audio_convert_parse_caps):
14888           make sure we don't allow depth > width
14889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14890           fixate endianness to G_BYTE_ORDER as default
14891         * gst/audioscale/gstaudioscale.c:
14892           we don't handle another endianness as host-endianness
14893
14894 2004-05-25  David Schleef  <ds@schleef.org>
14895
14896         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14897
14898 2004-05-24  Benjamin Otte  <otte@gnome.org>
14899
14900         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14901         (gst_oggvorbisenc_setup):
14902           properly fail when we can't setup the vorbis encoder due to
14903           unsupported settings
14904         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14905         (gst_vorbisenc_setup):
14906           same
14907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14908           fix case where warnings occured when one pad was unlinked while the
14909           other's link function was called
14910
14911 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14912
14913         * gst/tcp/Makefile.am:
14914           use GST_ENABLE_NEW
14915
14916 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14917
14918         * gst-libs/gst/resample/private.h:
14919           don't use optimizations that are #if 0'ed
14920
14921 2004-05-24  Wim Taymans  <wim@fluendo.com>
14922
14923         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14924         Fix potential division by zero error and hopefully get
14925         the position query right to get correct timestamps on avi
14926         audio.
14927
14928 2004-05-24  Wim Taymans  <wim@fluendo.com>
14929
14930         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14931         (gst_videoscale_scale_nearest_str2),
14932         (gst_videoscale_scale_nearest_str4),
14933         (gst_videoscale_scale_nearest_32bit),
14934         (gst_videoscale_scale_nearest_24bit),
14935         (gst_videoscale_scale_nearest_16bit):
14936         Fix the scaling algorithm and avoid a buffer overflow.
14937         removed the while loop in the scaling function as it
14938         was used for point sampling only.
14939
14940 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14941
14942         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14943         (gst_id3_tag_class_init), (gst_id3_tag_init),
14944         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14945         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14946         (gst_id3_tag_send_tag_event):
14947           lots of fixes to make id3mux work and id3demux work correctly
14948
14949 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14950
14951         * ext/Makefile.am:
14952           add rules to build shout2send (was removed by accident
14953           when this module was no more marked experimental/broken)
14954
14955 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14956
14957         * ext/shout2/gstshout2.c:
14958         * ext/shout2/gstshout2.h:
14959           adding a "connection problem" signal to shout2send
14960           (fixes #142954)
14961
14962 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14963
14964         * ext/kio/kioreceiver.cpp:
14965         * ext/kio/kioreceiver.h:
14966           fix sign comparison issues
14967
14968 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14969
14970         * gst/cdxaparse/gstcdxaparse.c:
14971         * gst/cdxaparse/gstcdxaparse.h:
14972           some renaming
14973           add some checks/sanity
14974           prepare for seek addition
14975
14976         * sys/sunaudio/gstsunaudio.c:
14977           remove exported dupe init function
14978
14979 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14980
14981         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14982         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14983           Fix format conversion and position querying.
14984         * gst/debug/progressreport.c: (gst_progressreport_report):
14985           Don't output a bogus total value that we didn't query.
14986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14987           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14988           only a blank window after xine has been used.
14989
14990 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14991
14992         * m4/as-arts.m4:
14993           sync with upstream version to fix test on FC2
14994           readd with -ko to preserve Id header
14995
14996 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14997
14998         * configure.ac:
14999           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15000         * gst/tcp/gsttcpclientsrc.c: idem
15001         * gst/tcp/gsttcpserversink.c: idem
15002         * gst/tcp/gsttcpserversrc.c: idem
15003         * m4/gst-fionread.m4: idem
15004
15005         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15006
15007         * configure.ac: enable speex plugin for speex 1.1.5+
15008         * ext/speex/gstspeexenc.c: fix cast warning
15009
15010         * ext/esd/README: fix typo
15011
15012 2004-05-20  David Schleef  <ds@schleef.org>
15013
15014         * configure.ac: Minor cosmetic change to convince the buildbot to
15015         reautogen.
15016         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15017         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15018         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15019         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15020         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15021         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15022         More hacking.  Plays audio now.
15023
15024 2004-05-20  David Schleef  <ds@schleef.org>
15025
15026         * configure.ac:
15027         * sys/Makefile.am:
15028
15029 2004-05-20  David Schleef  <ds@schleef.org>
15030
15031         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15032         * sys/osxaudio/gstosxaudio.c:
15033         * sys/osxaudio/gstosxaudioelement.c:
15034         * sys/osxaudio/gstosxaudioelement.h:
15035         * sys/osxaudio/gstosxaudiosink.c:
15036         * sys/osxaudio/gstosxaudiosink.h:
15037         * sys/osxaudio/gstosxaudiosrc.c:
15038         * sys/osxaudio/gstosxaudiosrc.h:
15039
15040 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15041
15042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15043         (gst_vorbisenc_chain):
15044           put the codec headers on the caps as streamheader as well as
15045           pushing them out
15046
15047 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15048
15049         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15050         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15051         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15052         split up push_packet into two functions
15053
15054 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15055
15056         * gst/tcp/.cvsignore:
15057           ignore enums
15058         * gst/tcp/Makefile.am:
15059         * gst/tcp/README:
15060         * gst/tcp/gsttcp.c:
15061         * gst/tcp/gsttcp.h:
15062         * gst/tcp/gsttcpclientsink.c:
15063         * gst/tcp/gsttcpclientsink.h:
15064         * gst/tcp/gsttcpclientsrc.c:
15065         * gst/tcp/gsttcpclientsrc.h:
15066         * gst/tcp/gsttcpplugin.c:
15067         * gst/tcp/gsttcpserversink.c:
15068         * gst/tcp/gsttcpserversink.h:
15069         * gst/tcp/gsttcpserversrc.c:
15070         * gst/tcp/gsttcpserversrc.h:
15071           add new tcp elements
15072
15073 2004-05-19  Wim Taymans  <wim@fluendo.com>
15074
15075         * gst/law/mulaw-conversion.c: (mulaw_encode):
15076         Fix overflow bug in ulaw encoding.
15077
15078 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15079
15080         * ext/mad/gstmad.c: (gst_mad_handle_event):
15081           don't unref the event twice
15082
15083 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15084
15085         * configure.ac:
15086           remove -Wno-sign-compare
15087
15088 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15089
15090         * configure.ac:
15091           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15092           if you want to work against glib 2.2 and 2.4
15093
15094 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15095
15096         * gst/tcp/Makefile.am:
15097         * gst/tcp/gsttcp.c:
15098         * gst/tcp/gsttcp.h:
15099         * gst/tcp/gsttcpsink.h:
15100         * gst/tcp/gsttcpsrc.h:
15101           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15102
15103 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15104
15105         * gst/debug/tests.c: (md5_get_value):
15106           fix segfault on gst-inspect
15107
15108 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15109
15110         * gst/debug/testplugin.c:
15111         * gst/debug/tests.c:
15112         * gst/debug/tests.h:
15113           add new extensible and configurable testing element. Current tests
15114           include buffer count, stream length, timestamp/duration matching and
15115           md5.
15116         * gst/debug/Makefile.am:
15117         * gst/debug/gstdebug.c: (plugin_init):
15118           add infrastructure for new element
15119
15120 2004-05-19  Johan Dahlin  <johan@gnome.org>
15121
15122         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15123         ending of the array. Fixes gst-inspect segfault on ppc.
15124
15125 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15126
15127         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15128
15129         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15130
15131 2004-05-18  David Schleef  <ds@schleef.org>
15132
15133         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15134         warnings (bugs, actually) noticed by gcc but not forte.
15135
15136 2004-05-18  David Schleef  <ds@schleef.org>
15137
15138         * sys/sunaudio/Makefile.am:
15139         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15140
15141 2004-05-18  David Schleef  <ds@schleef.org>
15142
15143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15144         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15145         to allow qtdemux to use non-seekable streams. (bug #142272)
15146
15147 2004-05-18  David Schleef  <ds@schleef.org>
15148
15149         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15150         (gst_resample_sinc_ft_float): Remove use of static temporary
15151         buffer.  This code was obviously not supposed to last long, but
15152         it's stuck in our ABI, so it required a little hack to make it
15153         ABI-compatible.  Fixes #142585.
15154         * gst-libs/gst/resample/resample.h: same.
15155
15156 2004-05-18  David Schleef  <ds@schleef.org>
15157
15158         * configure.ac: Add sunaudio
15159         * examples/Makefile.am: make gstplay depend on gconf
15160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15161         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15162         (convert_table_lookup), (img_convert): remove c99-isms
15163         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15164           unsigned, to fix a warning on Solaris
15165         * gst/mpeg1sys/systems.c: bcopy->memcpy
15166         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15167         * sys/Makefile.am: Add sunaudio
15168
15169 2004-05-18  Wim Taymans  <wim@fluendo.com>
15170
15171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15172         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15173         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15174         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15175         (gst_ogg_mux_loop):
15176         Fix an ugly memleak where the muxer didn't flush enough ogg
15177         pages. This also resulted in badly muxed ogg files.
15178
15179 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15180
15181         * gst/asfdemux/asfheaders.c :
15182         * gst/asfdemux/asfheaders.h :
15183         * gst/asfdemux/gstasfdemux.c :
15184           - fix ASF_OBJ_PADDING guid
15185           - add 3 new object guids (language list, metadata,
15186             extended stream properties)
15187           - add a function to parse extended header objects
15188
15189 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15190
15191         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15192           remove leftover debugging g_print
15193
15194 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15195
15196         * ext/mad/gstmad.c: (gst_mad_handle_event):
15197           Fix for when the first format in a discont event is not a
15198           byte-based one. Should fix #137710.
15199
15200 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15201
15202         * m4/a52.m4 : fix compilation with -Wall -Werror
15203         * m4/libfame.m4 : idem
15204         * m4/libmikmod.m4 : idem
15205
15206 2004-05-17  Benjamin Otte  <otte@gnome.org>
15207
15208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15209           signal the new tags before giving up the reference
15210
15211 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15212
15213         * ext/shout2/gstshout2.c:
15214           use application/ogg instead of application/x-ogg (patch by Patrick
15215           Guimond, fixes #142432)
15216         * sys/oss/gstosselement.c: (gst_osselement_reset),
15217         (gst_osselement_sync_parms):
15218           don't set fragment size unless specified (fixes #142493)
15219
15220 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15221
15222         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15223           fixes #142664
15224
15225 2004-05-17  Benjamin Otte  <otte@gnome.org>
15226
15227         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15228           compute offsets correctly for internal buffers so timestamps are set
15229           correctly when we can't seek. Also handle cases where there are no
15230           offsets. (based on a patch by David Moore, fixes #142507)
15231
15232 2004-05-17  Benjamin Otte  <otte@gnome.org>
15233
15234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15235           use correct variable when determining amount of data to skip so we
15236           don't skip into the void and segfault
15237
15238 2004-05-16  Benjamin Otte  <otte@gnome.org>
15239
15240         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15241           Hi, I'm a memleak
15242
15243 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15244
15245         * gst/asfdemux/gstasfdemux.c:
15246           - fix a mem leak and always propagate tags
15247           - add WMV3 to known video codecs (but no decoder yet)
15248           - replace "surplus data" at end of audio header for what
15249             it is : codec specific data
15250           - fix a typo
15251
15252 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15253
15254         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15255
15256         * gst-libs/gst/audio/audioclock.c:
15257           Fix wrong return type (#142205).
15258
15259 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15260
15261         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15262           Ignore CRCs by default (fixes #142566).
15263
15264 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15265
15266         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15267         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15268         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15269         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15270         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15271         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15272           Fix for cases where we fail to attach to a mixer.
15273
15274 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15275
15276         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15277           Don't touch events after not owning them anymore.
15278         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15279         (gst_wavparse_fmt), (gst_wavparse_other),
15280         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15281         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15282         (gst_wavparse_srcpad_event):
15283         * gst/wavparse/gstwavparse.h:
15284           Add seeking, fix querying.
15285
15286 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15287
15288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15289           - process comments even if they don't end with \0\0
15290             g_convert would ignore them if present and works well without them
15291
15292 2004-05-16  Benjamin Otte  <otte@gnome.org>
15293
15294         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15295           simplify caps
15296
15297 2004-05-16  Benjamin Otte  <otte@gnome.org>
15298
15299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15300           don't write to memory we might not write to - g_convert does that
15301           for us anyway (fixes #142613)
15302         (gst_asf_demux_audio_caps):
15303           comment out gst_util_dump_mem
15304
15305 2004-05-16  Benjamin Otte  <otte@gnome.org>
15306
15307         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15308           compute correct expected timestamps after seek (broken since
15309           last commit)
15310         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15311           rename element and debugging category to gdkpixbufscale
15312
15313 2004-05-16  Benjamin Otte  <otte@gnome.org>
15314
15315         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15316           add error checking to snd_pcm_delay and remove duplicate call to
15317           snd_pcm_delay that caused issues (see inline code comments)
15318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15319           make more readable and fix return value when snd_pcm_delay fails
15320         (fixes #142586)
15321
15322 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15323         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15324         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15325         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15326         (gst_pixbufscale_link), (gst_pixbufscale_init),
15327         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15328         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15329         (gst_pixbufscale_get_property), (pixbufscale_init):
15330         * ext/gdk_pixbuf/pixbufscale.h:
15331         Add these files I forgot earlier
15332
15333 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15334         * ext/gdk_pixbuf/Makefile.am:
15335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15336         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15337         Add new pixbufscale element to scale RGB video
15338         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15339         and HYPER interpolation correctly.
15340         * ext/theora/theoraenc.c: (theora_enc_chain),
15341         Discard buffer and return if explicit caps could not be set
15342         (theora_enc_get_property):
15343         Make _get return kbps for the bitrate consistent with
15344         the _set function.
15345
15346
15347 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15348
15349         * ext/libvisual/visual.c: (gst_visual_chain):
15350           add missing visual_audio_analyze
15351
15352 2004-05-14  David Schleef  <ds@schleef.org>
15353
15354         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15355         is killed while we're playing.
15356         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15357         gst_element_no_more_pads().
15358
15359 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15360
15361         * gst-libs/gst/riff/riff-read.c :
15362           - fix INFO tag extraction in RIFF/AVI files
15363             because gst_event_unref (event) also freed taglist
15364           - avoid a mem leak
15365
15366 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15367
15368         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15369         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15370
15371         * gst/auparse/gstauparse.c :
15372           - add code (commented for now) to support audio/x-adpcm on src pad
15373             (we have no decoder for those layout yet)
15374
15375         * gst/cdxaparse/gstcdxaparse.c :
15376         * gst/cdxaparse/gstcdxaparse.h :
15377           - partial rewrite using RiffRead (ripped iain's wavparse code)
15378
15379         * gst/rtp/gstrtpL16enc.c : typo
15380         * gst/rtp/gstrtpgsmenc.c : typo
15381
15382 2004-05-13  Benjamin Otte  <otte@gnome.org>
15383
15384         * configure.ac:
15385           check for exact version of libvisual, it's not supposed to be
15386           API/ABI stable yet
15387
15388 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15389
15390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15391           signal no-more-pads
15392
15393 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15394
15395         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15396         Report which format was used for GST_FORMAT_DEFAULT
15397         * gst/debug/Makefile.am:
15398         * gst/debug/gstdebug.c: (plugin_init):
15399         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15400         (gst_progressreport_class_init), (gst_progressreport_init),
15401         (gst_progressreport_report), (gst_progressreport_set_property),
15402         (gst_progressreport_get_property), (gst_progressreport_chain),
15403         (gst_progressreport_plugin_init):
15404         Add progressreport element for testing.
15405
15406 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15407
15408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15409         * sys/v4l/gstv4lsrc.h:
15410         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15411         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15412         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15413         (gst_v4lsrc_grab_frame):
15414           add more debugging
15415           send a discont at start
15416
15417 2004-05-12  Colin Walters  <walters@redhat.com>
15418
15419         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15420         inflooping if we can't find a chunk.  Or in other words, don't blow
15421         chunks if we don't have a chunk to blow.
15422
15423 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15424         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15425         Remove old debug output
15426         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15427         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15428         (gst_dvdec_set_property), (gst_dvdec_get_property):
15429         Change the quality setting to an enum, so it works from gst-launch
15430         Don't renegotiate a non-linked pad. Allows audio only decoding.
15431         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15432         (gst_deinterlace_link), (gst_deinterlace_init):
15433         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15434         (gst_videodrop_link):
15435         Some caps negotiation fixes
15436
15437 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15438
15439         * ext/tarkin/gsttarkin.c :
15440           - Change RANK from NONE to PRIMARY
15441         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15442           - Change RANK from NONE to MARGINAL
15443         * ext/divx/gstdivxenc.c :
15444           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15445
15446 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15447
15448         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15449         (gst_vorbisenc_push_packet):
15450           copy a function that was added between 1.0 and 1.0.1 until we
15451           depend on worthwhile features of post-1.0
15452
15453 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15454
15455         * configure.ac:
15456           enable shout2 by default
15457         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15458         (gst_shout2send_base_init), (gst_shout2send_init),
15459         (gst_shout2send_connect), (gst_shout2send_change_state):
15460         * ext/shout2/gstshout2.h:
15461           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15462           #142262)
15463         * ext/theora/theora.c: (plugin_init):
15464           don't set rank on encoders
15465
15466 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15467
15468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15469           Use codec_data property instead of flag1 and flag2 for wma
15470
15471 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15472
15473         * gst/cdxaparse/gstcdxaparse.c :
15474           - Add mpegversion to CAPS to make it link
15475           - Rank is as GST_RANK_SECONDARY instead of NONE
15476         * gst/auparse/gstauparse.c :
15477           - Document all audio encoding we can encounter from Solaris 9
15478             headers and libsndfile information.
15479           - Increase max. rate from 48000 to 192000 (to match other elements)
15480           - Don't try to play junk data between header and samples
15481
15482 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15483
15484         * ext/libvisual/visual.c: (gst_visual_getcaps):
15485           use the right caps depending on endianness (I hope)
15486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15487           use GST_RANK_NONE for all non-decoding elements or spider gets
15488           mighty confused
15489
15490 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15491
15492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15493           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15494
15495 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15496
15497         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15498         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15499         (gst_switch_loop), (gst_switch_get_type):
15500           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15501           HEADERS. Had to be said.
15502
15503 2004-05-10  David Schleef  <ds@schleef.org>
15504
15505         * configure.ac: Add prototype Dirac support.
15506         * ext/Makefile.am:
15507         * ext/dirac/Makefile.am:
15508         * ext/dirac/gstdirac.cc:
15509         * ext/dirac/gstdiracdec.cc:
15510
15511 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15512
15513         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15514         (gst_auparse_init), (gst_auparse_chain),
15515         (gst_auparse_change_state):
15516           Hack around spider. Remove me some day please.
15517
15518 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15519
15520         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15521           Fix for some uninitialized variables in previous patch, also
15522           makes it work. Fixes #142286 while we're at it.
15523
15524 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15525
15526         * gst/auparse/gstauparse.c:
15527                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15528                 only unsupported formats are ADPCM/CCITT G.72x
15529                 reviewed by Ronald
15530         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15531
15532 2004-05-10  Wim Taymans  <wim@fluendo.com>
15533
15534         * ext/vorbis/Makefile.am:
15535         * ext/vorbis/README:
15536         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15537         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15538         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15539         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15540         (gst_oggvorbisenc_convert_sink),
15541         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15542         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15543         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15544         (get_constraints_string), (update_start_message),
15545         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15546         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15547         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15548         * ext/vorbis/oggvorbisenc.h:
15549         * ext/vorbis/vorbis.c: (plugin_init):
15550         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15551         (raw_caps_factory), (gst_vorbisenc_class_init),
15552         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15553         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15554         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15555         * ext/vorbis/vorbisenc.h:
15556         Added a raw vorbis encoder to be used with the oggmuxer.
15557         We still need the old encoder for some gnome applications,
15558         read the README to find out how that works.
15559         The raw encoder is called "rawvorbisenc" until 0.9.
15560
15561 2004-05-10  Wim Taymans  <wim@fluendo.com>
15562
15563         * ext/ogg/gstogg.c: (plugin_init):
15564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15565         (gst_ogg_print):
15566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15567         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15568         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15569         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15570         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15571         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15572         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15573         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15574         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15575         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15576         Added an ogg muxer.
15577         Small typo fixes in the demuxer.
15578
15579 2004-05-10  Wim Taymans  <wim@fluendo.com>
15580
15581         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15582         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15583         (theora_enc_change_state), (theora_enc_set_property),
15584         (theora_enc_get_property):
15585         Mark the last packet with an EOS flag which is not really needed
15586         in gstreamer.
15587         Do some better video framerate initialisation.
15588         Update the buffer timestamp.
15589
15590 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15591
15592         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15593         Return the result of the parent state change call
15594
15595 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15596
15597         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15598         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15599         * gst/law/alaw-encode.c : (idem)
15600         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15601         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15602         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15603
15604 2004-05-09  Benjamin Otte  <otte@gnome.org>
15605
15606         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15607           don't use a fixed buffer size when writing variable length data to
15608           it. Fixes memory corruption and makes alsasrc work
15609
15610 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15611
15612         * ext/gnomevfs/gstgnomevfssink.c:
15613         (_gst_boolean_allow_overwrite_accumulator),
15614         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15615           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15616           RUN_LAST, and don't use that to set the accumulator value because
15617           then it's always FALSE.
15618
15619 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15620
15621         * gst-libs/gst/riff/riff-media.c:
15622         (gst_riff_create_video_caps_with_data),
15623         (gst_riff_create_audio_caps),
15624         (gst_riff_create_audio_template_caps):
15625         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15626           Fix for unaligned RIFF files (i.e. where all the chunks together
15627           in a LIST chunk are not of the same size as the size given in
15628           the LIST chunk header). Fixes several odd WAVE files. Also fix
15629           ADPCM (block_align property) in audio, so that wavparse based
15630           on this works now as it used to stand-alone.
15631
15632 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15633
15634         reviewed by Benjamin Otte  <otte@gnome.org>
15635
15636         * ext/a52dec/gsta52dec.c:
15637         * ext/divx/gstdivxdec.c:
15638         * ext/divx/gstdivxenc.c:
15639         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15640         * ext/faac/gstfaac.c: (gst_faac_base_init):
15641         * ext/faad/gstfaad.c: (gst_faad_base_init):
15642         * ext/ivorbis/vorbisfile.c:
15643         * ext/lame/gstlame.c:
15644         * ext/libfame/gstlibfame.c:
15645         * ext/mpeg2enc/gstmpeg2enc.cc:
15646         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15647         * ext/sidplay/gstsiddec.cc:
15648         * ext/speex/gstspeexdec.c:
15649         * ext/speex/gstspeexenc.c:
15650         * ext/xvid/gstxviddec.c:
15651         * ext/xvid/gstxvidenc.c:
15652           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15653           (fixes #142193)
15654
15655 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15656
15657         * ext/alsa/gstalsa.c: (device_list),
15658         (gst_alsa_class_probe_devices):
15659         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15660           Fix alsa oddness in mixer after the combination of using mixer
15661           in source/sink elements and using hw:x,y instead of just hw:x.
15662
15663 2004-05-09  Benjamin Otte  <otte@gnome.org>
15664
15665         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15666         (gst_wavparse_create_sourcepad):
15667           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15668           sourcepads
15669
15670 2004-05-09  Benjamin Otte  <otte@gnome.org>
15671
15672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15673           allow discont events before caps nego
15674
15675 2004-05-08  Benjamin Otte  <otte@gnome.org>
15676
15677         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15678           don't leak events
15679
15680 2004-05-08  Benjamin Otte  <otte@gnome.org>
15681
15682         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15683         (gst_level_change_state), (gst_level_init):
15684         * gst/level/gstlevel.h:
15685           figure out if we're initialized directly instead of keeping a
15686           variable that's wrong in 90% of cases
15687           don't initialize pads and then leak them and use a new unitialized
15688           pad. (fixes #142084)
15689           these were bugs so n00bish I didn't find them for an hour :/
15690
15691 2004-05-08 Iain <iain@prettypeople.org>
15692
15693         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15694         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15695         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15696         return the length that was read.
15697         (gst_riff_read_strf_auds): Allow fmt tags as well.
15698
15699 2004-05-07  David Schleef  <ds@schleef.org>
15700
15701         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15702         signed char assumption in faad.h.
15703
15704 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15705
15706         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15707           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15708
15709 2004-05-07  Colin Walters  <walters@redhat.com>
15710
15711         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15712         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15713         function.
15714         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15715         Add dispose function.
15716
15717 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15718         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15719           Fix caps nego and pad templates. RGB mode caps should
15720           work now.
15721         * ext/dvdnav/gst-dvd:
15722           Move mpeg2dec inside the thread because otherwise the
15723           queue rejects cap changes mid-stream
15724         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15725         (gst_mpeg2dec_flush_decoder):
15726           For mpeg2dec > 0.4.0, call the flush function instead of
15727           manually extracting all in-flight frames.
15728         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15729         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15730           Change mime type video/dv go video/x-dv to match the
15731           rest of gst-plugins
15732
15733 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15734
15735         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15737         (gst_alsa_sink_class_init):
15738         * ext/alsa/gstalsasink.h:
15739         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15740         (gst_alsa_src_class_init):
15741         * ext/alsa/gstalsasrc.h:
15742           Make alsasink/src a subclass of alsamixer so that mixer stuff
15743           shows up in gst-rec. Needs some finetuning.
15744
15745 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15746
15747         * ext/lame/gstlame.c: (gst_lame_chain):
15748           simplify
15749         * ext/mad/gstmad.c: (gst_mad_handle_event):
15750           fix event leak
15751         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15752           be able to detect mp3 files < 4096 bytes
15753
15754 2004-05-06  Wim Taymans  <wim@fluendo.com>
15755
15756         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15757         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15758         (theora_enc_set_property), (theora_enc_get_property):
15759         Also encode the first frame, cleanup some code.
15760
15761 2004-05-06  Wim Taymans  <wim@fluendo.com>
15762
15763         * ext/mpeg2enc/gstmpeg2enc.cc:
15764         Forward events first before deciding that negotiation was
15765         not performed.
15766
15767 2004-05-06  Wim Taymans  <wim@fluendo.com>
15768
15769         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15770         First process the events before deciding that negotiation
15771         was not performed.
15772
15773 2004-05-06  Wim Taymans  <wim@fluendo.com>
15774
15775         * ext/theora/Makefile.am:
15776         * ext/theora/theora.c: (plugin_init):
15777         * ext/theora/theoradec.c: (theora_dec_change_state):
15778         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15779         (gst_theora_enc_class_init), (gst_theora_enc_init),
15780         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15781         (theora_enc_chain), (theora_enc_change_state),
15782         (theora_enc_set_property), (theora_enc_get_property):
15783         Added a theora encoder, grouped the encoder and decoder into the
15784         same plugin.
15785
15786 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15789         (gst_jpegenc_chain):
15790         fix DURATION on outgoing buffers
15791         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15792         debug using time formats
15793         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15795         (gst_xvimagesink_sink_link):
15796         windows with width/height 0 generate X errors, so don't allow them
15797
15798 2004-05-05  Wim Taymans  <wim@fluendo.com>
15799
15800         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15801         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15802         (gst_mpeg2dec_negotiate_format):
15803         * ext/mpeg2dec/gstmpeg2dec.h:
15804           removed the static pad template so that we can add the
15805           more accurate framerate value to the caps.
15806
15807
15808 2004-05-04  Benjamin Otte  <otte@gnome.org>
15809
15810         * configure.ac:
15811           check for kdemacros.h, too (should fix #141821)
15812         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15813           don't crash if no header was sent, but nicely error out (fixes part
15814           of #141554)
15815
15816 2004-05-04  Wim Taymans  <wim@fluendo.com>
15817
15818         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15819         parent dispose function to avoid segfault on destroy.
15820
15821 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15822
15823         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15824         (plugin_init):
15825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15826         (gst_xvimagesink_sink_link):
15827         clean up debugging caps
15828         also recreate xvimage when format has changed
15829
15830 2004-05-04  Benjamin Otte  <otte@gnome.org>
15831
15832         * ext/libvisual/Makefile.am:
15833         * ext/libvisual/visual.c: (gst_visual_class_init),
15834         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15835         (gst_visual_srclink), (gst_visual_chain),
15836         (gst_visual_change_state), (plugin_init):
15837           use a GstAdapter to correctly adapt buffer sizes - allows using a
15838           framerate
15839
15840 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15841
15842         * sys/v4l/gstv4lelement.h:
15843         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15845         (gst_v4lsrc_buffer_free):
15846         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15847         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15848         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15849         (gst_v4lsrc_requeue_frame):
15850         move some debugging categories around
15851         query for fps index and set accordingly if found
15852
15853 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15854
15855         * ext/lame/gstlame.c:
15856         correct defaults that lame_init puts out of range
15857
15858 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15859
15860         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15861         (gst_divxenc_class_init):
15862         fix range since -1 is the default
15863         * gst/mpeg1sys/gstmpeg1systemencode.c:
15864         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15865         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15866         (gst_rtjpegdec_chain):
15867         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15868         (gst_rtjpegenc_chain):
15869         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15870         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15871         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15872         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15873         * sys/v4l/gstv4lsrc.c:
15874         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15875         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15876         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15877         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15878         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15879           remove gst_info calls
15880
15881 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * Makefile.am:
15884         * po/af.po:
15885         * po/az.po:
15886         * po/en_GB.po:
15887         * po/nl.po:
15888         * po/sr.po:
15889         * po/sv.po:
15890           Updated translations
15891
15892 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15893
15894         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15895           refactor/comment code
15896
15897 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15898
15899         * gst/asfdemux/Makefile.am:
15900         * gst/asfdemux/asfheaders.c:
15901         * gst/asfdemux/asfheaders.h:
15902         * gst/asfdemux/gstasf.c: (plugin_init):
15903         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15904         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15905         (gst_asf_demux_setup_pad):
15906         * gst/asfdemux/gstasfdemux.h:
15907         * gst/asfdemux/gstasfmux.c:
15908         * gst/asfdemux/gstasfmux.h:
15909           Add tagging support to demuxer, split out registration in its own
15910           file instead of in demux (hacky), and prevent having some tables
15911           in our memory multiple times (in asfheaders.h).
15912
15913 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15914
15915         * gst/matroska/matroska-demux.c:
15916         (gst_matroska_demux_parse_metadata):
15917         * gst/matroska/matroska-ids.h:
15918           Basic tag reading support.
15919
15920 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15921
15922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15923           Really detect ac-3 audio.
15924         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15925           really detect matroska files (off-by-1).
15926
15927 2004-04-30  David Schleef  <ds@schleef.org>
15928
15929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15930         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15931         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15932         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15933         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15934         hackage -- parse a lot more atoms, extract a few tags.  One might even
15935         mistake this for tag support.  Maybe it is.
15936         * gst/qtdemux/qtdemux.h:
15937
15938 2004-04-30  Colin Walters  <walters@verbum.org>
15939
15940         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15941
15942 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15943
15944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15945         (gst_ffmpegcolorspace_getcaps):
15946           remove broken nego fix
15947
15948 2004-04-30  Benjamin Otte  <otte@gnome.org>
15949
15950         * configure.ac:
15951         * ext/Makefile.am:
15952         * ext/libvisual/Makefile.am:
15953         * ext/libvisual/visual.c:
15954           add initial support for libvisual (http://libvisual.sourceforge.net)
15955           libvisual is still quite alpha, so expect crashes in there :)
15956
15957 2004-04-29  David Schleef  <ds@schleef.org>
15958
15959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15960         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15961         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15962         code; you will no longer respect me.
15963
15964 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15965
15966         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15967         * ext/alsa/gstalsa.h :
15968         change alsa pcm device discovery to find more than 1 device
15969         per card. code review by Ronald.
15970
15971 2004-04-29  David Schleef  <ds@schleef.org>
15972
15973         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15974         Add a check for a driver bug on FreeBSD.  (bug #140565)
15975
15976 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15977
15978         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15979         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15980         (gst_jpegenc_getcaps):
15981           move format setting to inner loop
15982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15983         (gst_ffmpegcolorspace_getcaps):
15984           use GST_PAD_CAPS if available so that we use already negotiated
15985           caps
15986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15987         (qtdemux_parse_moov), (qtdemux_parse):
15988           extra debugging
15989         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15990         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15991           move hardcoded path to DEFINE
15992
15993 2004-04-28  David Schleef  <ds@schleef.org>
15994
15995         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15996         (bug #140064)
15997
15998 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15999
16000         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16001           Don't probe for playback device if we're a source element. Fixes
16002           #139658.
16003
16004 2004-04-29  Benjamin Otte  <otte@gnome.org>
16005
16006         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16007         (gst_id3_tag_chain):
16008           rewrite buffer offset
16009
16010 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16011
16012         * configure.ac:
16013         * ext/Makefile.am:
16014         * ext/dts/Makefile.am:
16015         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16016         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16017         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16018         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16019         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16020         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16021         (plugin_init):
16022         * ext/dts/gstdtsdec.h:
16023           New DTS decoder.
16024         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16025         (gst_faad_srcconnect):
16026           Add ESDS atom handling (.m4a).
16027
16028 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16029
16030         * ext/divx/gstdivxdec.c: (plugin_init):
16031           Remove comment that makes no sense.
16032         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16033           Fix for obvious typo that resulted in warnings during gst-register.
16034         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16035         (gst_xviddec_sink_link):
16036           Fix caps negotiation a bit better.
16037         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16038           We call this 'codec_data', not 'esds'.
16039
16040 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16041
16042         * gst/monoscope/gstmonoscope.c:
16043           make sure we only provide 256x128
16044         * gst/monoscope/monoscope.c: (monoscope_init):
16045           assert size of 256x128
16046
16047 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16048
16049         * Makefile.am:
16050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16051         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16052           fixate to max width and height of device
16053
16054 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16055
16056         * Makefile.am:
16057         * sys/v4l/gstv4l.c:
16058         * sys/v4l/gstv4lsrc.c:
16059         * sys/v4l/v4l_calls.c:
16060         * sys/v4l/v4lsrc_calls.c:
16061           fix for qc-usb driver which fakes having more than one buffer
16062           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16063           buffer_free override
16064           add debugging
16065
16066 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16067
16068         * Makefile.am:
16069         * gst/videotestsrc/gstvideotestsrc.c:
16070         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16071         (gst_videotestsrc_init), (gst_videotestsrc_get),
16072         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16073         * gst/videotestsrc/gstvideotestsrc.h:
16074           add num-buffers property
16075
16076         2004-04-26  Benjamin Otte  <otte@gnome.org>
16077
16078         * ext/mad/gstid3tag.c: (plugin_init):
16079           set id3mux rank to NONE so it doesn't confuse spider
16080           require audio/mpeg,mpegversion=1 in id3mux
16081
16082 2004-04-26  Benjamin Otte  <otte@gnome.org>
16083
16084         * configure.ac:
16085           detect faad correctly as non-working if it's indeed non-working
16086
16087 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16088
16089         * Makefile.am:
16090         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16091         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16092         fix _getcaps so it only negotiates to its supported format
16093
16094 2004-04-25  Benjamin Otte  <otte@gnome.org>
16095
16096         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16097           fix memleak
16098
16099 2004-04-23  Benjamin Otte  <otte@gnome.org>
16100
16101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16102           audio/x-raw-int with height rules! not. Now it's depth.
16103
16104 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16105
16106         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16107         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16108         (gst_wavparse_loop):
16109           Missing variable initialization. Add handling of DVI ADPCM. Fix
16110           mis-parsing of LIST chunks. This works around a bug where we mis-
16111           parse non-aligning LIST chunks (so LIST chunks where the contents
16112           don't align with the actual LIST size). The correct fix is to use
16113           rifflib, I'm not going to fix wavparse - too much work. All this
16114           fixes #104878.
16115
16116 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16117
16118         reviewed by Benjamin Otte  <otte@gnome.org>
16119
16120         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16121           fix shoutcast not working (fixes #140844)
16122
16123 2004-04-22  Benjamin Otte  <otte@gnome.org>
16124
16125         * ext/hermes/gsthermescolorspace.c:
16126         (gst_hermes_colorspace_caps_remove_format_info):
16127         * gst/colorspace/gstcolorspace.c:
16128         (gst_colorspace_caps_remove_format_info):
16129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16130         (gst_ffmpegcolorspace_caps_remove_format_info):
16131           s/gst_caps_simplify/gst_caps_do_simplify/
16132
16133 2004-04-22  Benjamin Otte  <otte@gnome.org>
16134
16135         * gst-libs/gst/riff/riff-media.c:
16136         (gst_riff_create_video_caps_with_data):
16137           mpegversion is an int
16138         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16139           don't try to create pad templates with NULL caps, use any caps
16140           instead.
16141
16142 2004-04-20  David Schleef  <ds@schleef.org>
16143
16144         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16145         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16146         (bug #140384)
16147
16148 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16149
16150         reviewed by David Schleef
16151
16152         * ext/mad/gstid3tag.c: Add stdlib.h
16153         * gst/rtp/gstrtpgsmenc.c: same
16154         * gst/tags/gstid3tag.c: same
16155         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16156         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16157         GST_DISABLE_LOADSAVE use.
16158         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16159         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16160         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16161         atol(3)).
16162         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16163         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16164         strtoul(3)).
16165         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16166         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16167         $(ID3_CFLAGS).
16168         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16169         $(LIBFAME_CFLAGS).
16170
16171 2004-04-20  David Schleef  <ds@schleef.org>
16172
16173         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16174         last checkin.  Same idea.
16175
16176 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16177
16178         reviewed by David Schleef
16179
16180         * configure.ac: bump required gstreamer version to 0.8.1.1
16181         because of following changes [--ds]
16182
16183         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16184         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16185         (gst_riff_read_header):  Use GST_READ_UINT*
16186         macros to access possibly unaligned memory.
16187
16188         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16189         (mp3_type_find):  Use GST_READ_UINT*
16190         macros to access possibly unaligned memory.
16191         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16192         (speex_type_find): Likewise
16193
16194         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16195
16196         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16197         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16198         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16199         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16200         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16201         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16202         macros to access possibly unaligned memory.
16203
16204         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16205         Likewise.
16206
16207         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16208         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16209
16210         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16211         Likewise.
16212
16213         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16214         (gst_mpeg2subt_chain_subtitle): Likewise.
16215
16216         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16217         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16218         Likewise.
16219
16220         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16221         Likewise.
16222
16223         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16224         Likewise.
16225
16226         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16227         Likewise.
16228
16229 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16230
16231         * configure.ac:
16232           update required version of GStreamer because of GST_TIME_FORMAT
16233
16234 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16235
16236         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16237           remove leftover g_print
16238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16239           don't try setting only a subset of the caps. We don't want to kill
16240           autoplugging on purpose
16241
16242 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16243
16244         * sys/ximage/ximagesink.c: (plugin_init):
16245         * sys/xvimage/xvimagesink.c: (plugin_init):
16246           add debugging categories
16247
16248 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16249
16250         * po/en_GB.po:
16251         * po/LINGUAS:
16252           Adding en_GB translation (Gareth Owen)
16253
16254 2004-04-20  David Schleef  <ds@schleef.org>
16255
16256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16257         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16258         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16259         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16260         A number of new features and hacks to extract the esds atom and
16261         put it into the caps.  (bug #137724)
16262
16263 2004-04-19  David Schleef  <ds@schleef.org>
16264
16265         * gconf/Makefile.am: Fix for non-GNU make
16266         * gst-libs/gst/Makefile.am: Change directory order to handle
16267         GstPlay linking with gstinterfaces
16268         * gst-libs/gst/audio/make_filter: make use of tr portable
16269         * gst-libs/gst/play/Makefile.am: Add intended \
16270         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16271         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16272         function prototype instead of void *.
16273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16274         macro.
16275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16276         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16277         * gst/videofilter/make_filter: make use of tr portable
16278         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16279
16280 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16281
16282         * po/LINGUAS:
16283         * po/uk.po:
16284           Added Ukrainian translation (Maxim V. Dziumanenko)
16285
16286 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16287
16288         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16289         (gst_gsmdec_link), (gst_gsmdec_chain):
16290           Fix capsnego, simplify chain function slightly.
16291         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16292           Add GSM.
16293
16294 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16295
16296         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16297         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16298         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16299           Hack to make wavparse work with spider (always -> sometimes pad).
16300           Fixes #135862 && #140411.
16301
16302 2004-04-18  Benjamin Otte  <otte@gnome.org>
16303
16304         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16305         (gst_osselement_rate_probe_check),
16306         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16307           get rid of \n in debug output
16308
16309 2004-04-17  Iain <iain@prettypeople.org>
16310
16311         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16312         not just EOS.
16313
16314 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16315
16316         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16317         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16318         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16319         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16320         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16321         (gst_id3_tag_change_state), (plugin_init):
16322           deprecate id3tag element and replace with id3demux/id3mux.
16323           great side effect: this ugly file is now even uglier, yay!
16324         * ext/mad/gstmad.h:
16325           remove non-available function
16326           update for new get_type
16327
16328 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16329
16330         * configure.ac:
16331           require mpeg2dec >= 0.4.0
16332
16333 2004-04-17  Benjamin Otte  <otte@gnome.org>
16334
16335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16336         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16337         (gst_xvimagesink_set_xwindow_id):
16338           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16339           assorted cleanup fixes.
16340
16341 2004-04-16  David Schleef  <ds@schleef.org>
16342
16343         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16344         * sys/xvimage/xvimagesink.h: same
16345
16346 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16347
16348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16349           Fix GST_ELEMENT_ERROR with (NULL)
16350
16351 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16352
16353         * gst-libs/gst/riff/riff-media.c:
16354         (gst_riff_create_video_caps_with_data):
16355           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16356
16357 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16358
16359         * gst-libs/gst/riff/riff-media.c:
16360         (gst_riff_create_video_caps_with_data),
16361         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16362         (gst_riff_create_video_template_caps),
16363         (gst_riff_create_audio_template_caps):
16364         * gst-libs/gst/riff/riff-media.h:
16365         * gst-libs/gst/riff/riff-read.c:
16366         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16367         * gst-libs/gst/riff/riff-read.h:
16368         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16369           Add MS RLE support. I added some functions to read out strf chunks
16370           into strf chunks and the data behind it. This is usually color
16371           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16372           caps creation. Lastly, add ADPCM (similar to wavparse - which
16373           should eventually be rifflib based).
16374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16375         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16376         * gst/matroska/matroska-demux.h:
16377           Remove placeholders for some prehistoric tagging system. Didn't add
16378           support for any tag system really anyway.
16379         * gst/qtdemux/qtdemux.c:
16380           Add support for audio/x-m4a (MPEG-4) through spider.
16381         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16382         (gst_wavparse_loop):
16383           ADPCM support (#135862). Increase max. buffer size because we
16384           cannot split buffers for ADPCM (screws references) and I've seen
16385           files with 2048 byte chunks. 4096 seems safe for now.
16386
16387 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16388
16389         * configure.ac: bump nano to 1
16390
16391 === release 0.8.1 ===
16392
16393 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16394
16395         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16396
16397 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16398
16399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16400           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16401           Fixes #140058
16402
16403 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16406           lower rank of dvddemux so that it's not used for mpeg playback.
16407
16408 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16409
16410         * configure.ac:
16411           save libs correctly when checking mad
16412
16413 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16414
16415         * ext/mad/gstid3tag.c: (plugin_init):
16416           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16417
16418 2004-04-13  David Schleef  <ds@schleef.org>
16419
16420         * common/m4/gst-feature.m4: Call -config scripts with
16421         --plugin-libs if it is supported.
16422         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16423         JPEG images are image/jpeg.
16424         * gst/debug/Makefile.am:
16425         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16426         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16427         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16428         (gst_negotiation_plugin_init): Add a property that acts like
16429         filter caps.
16430         * testsuite/gst-lint:  Move license checking to be a standard
16431         test.
16432
16433 2004-04-13  David Schleef  <ds@schleef.org>
16434
16435         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16436         patch from Sebastien Cote (bug #139958)
16437
16438 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16439
16440         * examples/gstplay/Makefile.am:
16441         * examples/gstplay/player.c: (main):
16442           make the commandline player example use gconf settings
16443
16444 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16445
16446         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16447         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16448         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16449           init/end library during state transition, not object
16450           creation/disposal.  get rid of custom dispose handler.
16451
16452
16453 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16454
16455         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16456         be a symlink
16457
16458 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16459
16460         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16461           Handle JUNK chunks inside data section. Prevents warnings.
16462
16463 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16464
16465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16466         (gst_riff_create_video_template_caps):
16467           Add MS video v1.
16468         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16469         (gst_avi_demux_stream_data):
16470           Add support for "rec-list" chunks.
16471
16472 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16473
16474         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16475           Fix another codecname mismatch.
16476
16477 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16478
16479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16480           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16481           so that MJPEG plays back.
16482
16483 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16486         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16487         * gst/mpeg1videoparse/gstmp1videoparse.h:
16488           Fix for some slight mis-cuts in buffer parsing, and for some
16489           potential overflows or faults-causers. Adds disconts. Also fixes
16490           #139105 while we're at it.
16491
16492 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16493
16494         * configure.ac:
16495         * sys/v4l2/gstv4l2element.h:
16496           Workaround for missing struct v4l2_buffer declaration in Suse 9
16497           and Mandrake 10 linux/videodev2.h header file (#135919).
16498
16499 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16502           Bail out if no filename was given.
16503
16504 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16505
16506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16507         (gst_v4l2_fourcc_from_structure):
16508           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16509           Y41B somewhere).
16510
16511 2004-04-09  Benjamin Otte  <otte@gnome.org>
16512
16513         * ext/gnomevfs/gstgnomevfssink.c:
16514         (_gst_boolean_allow_overwrite_accumulator),
16515         (gst_gnomevfssink_class_init):
16516           fix erase signal - if any handler returns false the file will not be
16517           overwritten. If no handler is connected, the file will not be
16518           overwritten either.
16519           renamed signal to "allow-overwrite"
16520         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16521           free string when adding it to ID3 failed
16522         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16523           unref event when done
16524         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16525           free caps
16526         * gst/typefind/gsttypefindfunctions.c:
16527         (mpeg_video_stream_type_find):
16528           fix invalid read
16529
16530 2004-04-08  David Schleef  <ds@schleef.org>
16531
16532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16533         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16534
16535 2004-04-08  David Schleef  <ds@schleef.org>
16536
16537         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16538         we don't support (bug #139532)
16539
16540 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16541
16542         * ext/mad/gstmad.c: (gst_mad_handle_event),
16543         (gst_mad_check_caps_reset), (gst_mad_chain),
16544         (gst_mad_change_state):
16545           only set explicit caps if they haven't been set before for
16546           this stream.  MPEG-audio sample rate/channels aren't allowed
16547           to change in-stream.
16548           Fixes #139382
16549
16550 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16551
16552         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16553         (_gst_boolean_did_something_accumulator),
16554         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16555         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16556         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16557         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16558         (gst_gnomevfssink_change_state):
16559           Fix erase signal. Don't erase by default. Remove handoff signal.
16560           Remove erase property. Don't segfault. General cleanup.
16561
16562 2004-04-07  Benjamin Otte  <otte@gnome.org>
16563
16564         * gst-libs/gst/gconf/test-gconf.c: (main):
16565           add missing gst_init
16566
16567 2004-04-07  Benjamin Otte  <otte@gnome.org>
16568
16569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16570           free the mutexes, too
16571
16572 2004-04-07  Benjamin Otte  <otte@gnome.org>
16573
16574         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16575           actually free the URI string
16576         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16577           compute offset correctly when passing discont events
16578         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16579           don't leak discont events
16580         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16581           add some missing breaks so caps aren't copied randomly
16582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16583           if we realloc memory, we better use it
16584
16585 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16586
16587         * ext/mad/gstmad.c: (normal_seek):
16588           fix GST_FORMAT_TIME usage
16589
16590 2004-04-05  David Schleef  <ds@schleef.org>
16591
16592         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16593         a deprecated function (hack!)
16594
16595 2004-04-05  Benjamin Otte  <otte@gnome.org>
16596
16597         * ext/esd/esdmon.c: (gst_esdmon_get):
16598           fix nonterminated vararg and memleak
16599
16600 2004-04-05  Benjamin Otte  <otte@gnome.org>
16601
16602         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16603         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16604         (gst_ladspa_set_property), (gst_ladspa_get_property),
16605         (gst_ladspa_instantiate), (gst_ladspa_activate),
16606         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16607           clean up debugging
16608
16609 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16610
16611         reviewed by Benjamin Otte  <otte@gnome.org>
16612
16613         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16614           check for broken LADSPA parameters (fixes #138635)
16615
16616 2004-04-05  Benjamin Otte  <otte@gnome.org>
16617
16618         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16619           advertise buffer-frames correctly on sinkpads
16620
16621 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16622
16623         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16624         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16625         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16626         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16627         (gst_mad_check_caps_reset), (gst_mad_chain):
16628         add more debugging, only reset caps when we're not in error state
16629
16630 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16631
16632         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16633
16634 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16635
16636         reviewed by Benjamin Otte  <otte@gnome.org>
16637
16638         * configure.ac:
16639           fix == in test(1) operator
16640
16641 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16642
16643         reviewed by Benjamin Otte  <otte@gnome.org>
16644
16645         * configure.ac:
16646           fix --export-symblos-regex to a working regex.
16647
16648 2004-04-04  Benjamin Otte  <otte@gnome.org>
16649
16650         * sys/oss/.cvsignore:
16651           add for oss_probe
16652
16653 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16654
16655         reviewed by Benjamin Otte  <otte@gnome.org>
16656
16657         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16658           add missing 'new_media' argument (fixes #138168)
16659         * gst/matroska/matroska-demux.c:
16660         (gst_matroska_demux_handle_seek_event):
16661           add vararg terminator (fixes #138169)
16662
16663 2004-04-02  David Schleef  <ds@schleef.org>
16664
16665         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16666         disted (bug #138914)
16667
16668 2004-04-01  Benjamin Otte  <otte@gnome.org>
16669
16670         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16671         (gst_alsa_close_audio):
16672           handle case better where a soundcard can't pause
16673         * ext/ogg/gstoggdemux.c:
16674           don't crash when we get events but don't have pads yet
16675
16676 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16677
16678         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16679           throw an error if we couldn't probe any caps.
16680
16681 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16682
16683         * ext/dvdnav/gst-dvd:
16684         Add a really simple sample DVD player
16685
16686 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16687
16688         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16689         (gst_a52dec_push), (gst_a52dec_handle_event),
16690         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16691         (gst_a52dec_change_state):
16692         * ext/a52dec/gsta52dec.h:
16693           Use a debug category, Output timestamps correctly
16694           Emit tag info, Handle events, tell liba52dec about cpu
16695           capabilities so it can use MMX etc.
16696         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16697           Fix a crasher accessing invalid memory
16698         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16699         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16700         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16701         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16702         (dvdnavsrc_query):
16703           Some support for byte-format seeking.
16704           Small fixes for still frames and menu button overlays
16705         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16706         (gst_mpeg2dec_alloc_buffer):
16707           Use a debug category. Adjust the report level of several items to
16708           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16709           so it doesn't lose the GstBuffer pointer
16710         * gst/debug/Makefile.am:
16711         * gst/debug/gstdebug.c: (plugin_init):
16712         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16713         (gst_navseek_base_init), (gst_navseek_class_init),
16714         (gst_navseek_init), (gst_navseek_seek),
16715         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16716         (gst_navseek_get_property), (gst_navseek_chain),
16717         (gst_navseek_plugin_init):
16718         * gst/debug/gstnavseek.h:
16719           Add the navseek debug element for seeking back and forth in a
16720           video stream using arrow keys.
16721         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16722         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16723         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16724         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16725         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16726         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16727         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16728         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16729         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16730         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16731         * gst/mpeg2sub/gstmpeg2subt.h:
16732           Pretty much a complete rewrite. Now a loopbased element. May still
16733           require work to properly synchronise subtitle buffers.
16734         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16735         (gst_dvd_demux_send_subbuffer):
16736         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16737           Don't attempt to create subbuffers of size 0
16738           Reduce a couple of error outputs to warnings.
16739         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16740         (gst_y4mencode_chain):
16741         Output the y4m frame header correctly.
16742
16743 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16744
16745         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16746           throw errors instead of allowing SIGFPE
16747
16748 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16749
16750         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16751         (gst_gconf_render_bin_from_key):
16752           leak plugging and style fixing
16753
16754 2004-03-31  David Schleef  <ds@schleef.org>
16755
16756         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16757         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16758         (bug #138225)
16759         * gst/debug/Makefile.am:
16760         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16761         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16762         plugin.
16763         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16764         (gst_negotiation_base_init), (gst_negotiation_class_init),
16765         (gst_negotiation_init), (gst_negotiation_getcaps),
16766         (gst_negotiation_pad_link), (gst_negotiation_chain),
16767         (gst_negotiation_set_property), (gst_negotiation_get_property),
16768         (gst_negotiation_plugin_init):  New element to talk about random
16769         negotiation things happening in a pipeline.
16770
16771 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16772
16773         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16774           fix integer addition with help of Stefan Kost
16775
16776 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16777
16778         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16779
16780 2004-03-30  David Schleef  <ds@schleef.org>
16781
16782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16783         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16784         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16785         (bug #137504)
16786         * ext/mpeg2dec/gstmpeg2dec.h:
16787
16788 2004-03-30  David Schleef  <ds@schleef.org>
16789
16790         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16791
16792 2004-03-30  David Schleef  <ds@schleef.org>
16793
16794         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16795         Michael Petullo) to handle .mov
16796
16797 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16798
16799         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16800         (gst_osselement_rate_check_rate):
16801           probe caps correctly for sound cards that only support one format
16802
16803 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16804
16805         * ext/kio/kiosrc.cpp: (process_events):
16806           update handling event processing if inside KDE - untested
16807
16808 2004-03-29  David Schleef  <ds@schleef.org>
16809
16810         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16811         by 2 to not interfere with other colorspaces.
16812         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16813         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16814         one to not interfere with ffmpeg_colorspace.
16815
16816 2004-03-29  David Schleef  <ds@schleef.org>
16817
16818         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16819         aren't in the caps.
16820         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16821         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16822
16823 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16824
16825         * gst-libs/gst/riff/riff-media.c:
16826           fail on error, don't try to set stuff on NULL caps
16827
16828 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16829
16830         * configure.ac:
16831         * ext/Makefile.am:
16832         * ext/kio/Makefile.am:
16833         * ext/kio/kioreceiver.cpp:
16834         * ext/kio/kioreceiver.h:
16835         * ext/kio/kiosrc.cpp:
16836         * ext/kio/kiosrc.h:
16837           add experimental kiosrc plugin
16838         * ext/alsa/gstalsaplugin.c: (plugin_init):
16839           initialize debugging category only when we're sure registering the
16840           plugins worked.
16841
16842 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16843
16844         * examples/gstplay/player.c: (main):
16845         * gst-libs/gst/play/play.c: (gst_play_class_init),
16846         (gst_play_set_location), (gst_play_set_data_src),
16847         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16848         (gst_play_set_visualization), (gst_play_connect_visualization):
16849           check return values of element_set_state and return FALSE where
16850           failed
16851
16852 2004-03-29  Benjamin Otte  <otte@gnome.org>
16853
16854         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16855           try harder to check if an event is really a discont
16856
16857 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16858
16859         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16860         * po/az.po:
16861
16862 2004-03-28  Benjamin Otte  <otte@gnome.org>
16863
16864         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16865         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16866         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16867           get rid of non-standard "..." ranges in case statements.
16868
16869 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16870
16871         * gst/mpegstream/gstmpegdemux.c:
16872         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16873         specific functionality split to the new dvddemux element.
16874         * gst/mpegstream/gstdvddemux.c:
16875         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16876         streams, derived from mpegdemux.
16877         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16878         up. SCR based timestamp rewriting can be turned off (will probably
16879         completely disappear soon).
16880         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16881         hacking. General cleanup. All printf statements replaced by
16882         debugging messages. Almost complete libdvdnav support.
16883         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16884         by events. New properties for audio and subpicture languages.
16885         (dvdnavsrc_update_highlight): Now uses events.
16886         (dvdnavsrc_user_op): Cleaned up.
16887         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16888         based). Lots of cleanup, and propper support for most libdvdnav
16889         events.
16890         (dvdnavsrc_make_dvd_event): New function.
16891         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16892         (dvdnavsrc_make_clut_change_event): New function.
16893
16894 2004-03-26  Benjamin Otte  <otte@gnome.org>
16895
16896         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16897           fix bug where typefinding would claim it's theora whenever less then
16898           7 bytes of data were available
16899
16900 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16901
16902         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16903         (gst_alawdec_base_init), (gst_alawdec_class_init),
16904         (gst_alawdec_init), (gst_alawdec_chain):
16905         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16906         (gst_alawenc_base_init), (gst_alawenc_class_init),
16907         (gst_alawenc_init), (gst_alawenc_chain):
16908         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16909         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16910         (gst_mulawdec_init), (gst_mulawdec_chain):
16911         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16912         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16913         (gst_mulawenc_init), (gst_mulawenc_chain):
16914           Fix capsnego in all four, remove the unused property functions and
16915           simplify the chain functions slightly. I guess we could use macros
16916           or something similar for those, since the code is so similar, but
16917           I'm currently too lazy...
16918
16919 2004-03-24  David Schleef  <ds@schleef.org>
16920
16921         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16922         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16923         (gst_osselement_get_format_structure),
16924         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16925         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16926         (gst_osselement_rate_int_compare): Add code to handle rate probing
16927         (bug #120883)
16928         * sys/oss/gstosselement.h: same
16929         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16930         Use rate probing provided by osselement.
16931         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16932
16933 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16936         (gst_xvidenc_get_property):
16937           ulong/int mess-up.
16938
16939 2004-03-24  David Schleef  <ds@schleef.org>
16940
16941         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16942         (gst_speexdec_init):
16943         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16944         (gst_speexenc_init):  Create the pad template correctly (from
16945         the static pad template, not a NULL pointer.)
16946
16947 2004-03-25  Benjamin Otte  <otte@gnome.org>
16948
16949         * gst/debug/Makefile.am:
16950         * gst/debug/breakmydata.c:
16951           add element that quasi-randomly changes bytes in the stream.
16952           Intended use is robustness checking of demuxers and decoders in
16953           media tests.
16954
16955 2004-03-24  Benjamin Otte  <otte@gnome.org>
16956
16957         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16958         (gst_alsa_probe_hw_params):
16959         * ext/alsa/gstalsa.h:
16960           debugging output fixes
16961
16962 2004-03-24  Benjamin Otte  <otte@gnome.org>
16963
16964         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16965           don't g_return_if_fail if element is PLAYING, fail silently as every
16966           other element.
16967         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16968           only fix needed for cast lvalue issues in gst-plugins
16969         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16970           add proxy_getcaps
16971
16972 2004-03-24  Benjamin Otte  <otte@gnome.org>
16973
16974         * gst/level/gstlevel.c: (gst_level_init):
16975           add proxying getcaps function, so level doesn't advertise impossible
16976           caps
16977
16978 2004-03-24  David Schleef  <ds@schleef.org>
16979
16980         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16981         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16982         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16983         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16984         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16985         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16986         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16987         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16988         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16989         messages.  Divide the chunk size by the compression ratio
16990         (needed for MACE audio)
16991
16992 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16993
16994         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16995           Fix buffer overflow read error.
16996
16997 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16998
16999         * ext/alsa/gstalsa.h:
17000           Remove unused entry.
17001         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17002           Add cinepak.
17003         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17004         (gst_videodrop_link), (gst_videodrop_chain):
17005           Fix, sort of. Was horribly broken with new capsnego. Bah...
17006
17007 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17008
17009         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17010         (plugin_init):
17011         Add a monkeysaudio typefind function
17012
17013 2004-03-23  Johan Dahlin  <johan@gnome.org>
17014
17015         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17016         (gst_play_video_fixate): Check so the structure has the field
17017         before trying to fixate them, this makes it possible to have
17018         fakesinks for video and audio output without printing errors on
17019         the output console.
17020
17021 2004-03-22  David Schleef  <ds@schleef.org>
17022
17023         * sys/oss/Makefile.am:
17024         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17025         (check_rate), (add_rate):  Rate probing test app.
17026
17027 2004-03-21  Benjamin Otte  <otte@gnome.org>
17028
17029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17030         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17031           add a fixation function that pretty much does the right thing (fixes
17032           #137556)
17033
17034 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17035
17036         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17037
17038 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17039
17040         reviewed by: Benjamin Otte  <otte@gnome.org>
17041
17042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17043           terminate gst_event_new_discontinuous correctly (fixes parts of
17044           #137711)
17045
17046 2004-03-19  David Schleef  <ds@schleef.org>
17047
17048         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17049         since it doesn't depend on X, and it's part of our ABI.
17050
17051 2004-03-19  Iain <iain@prettypeople.org>
17052
17053         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17054         is_int in the structure, not the local variable.
17055
17056 2004-03-19  David Schleef  <ds@schleef.org>
17057
17058         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17059         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17060         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17061         Improvements in caps negotiation.
17062
17063 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17064
17065         * po/LINGUAS:
17066         * po/af.po:
17067           adding Afrikaans (Petri Jooste)
17068
17069 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17070
17071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17072         (gst_ffmpegcolorspace_chain):
17073         throw error instead of g_critical (#137588)
17074
17075 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * Makefile.am:
17078         * configure.ac:
17079           dist common and m4 correctly
17080         * po/sv.po:
17081
17082 2004-03-17  David Schleef  <ds@schleef.org>
17083
17084         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17085         (bug #137348)
17086
17087 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17088
17089         * po/LINGUAS:
17090         * po/sv.po:
17091           adding Swedish translation (Christian Rose)
17092
17093 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17094
17095         * Makefile.am: use release.mak
17096
17097 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17098
17099         * common/ChangeLog:
17100         * common/gst-autogen.sh:
17101           add some explanation about the version detection
17102         * configure.ac:
17103           fix X check
17104
17105 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17106
17107         * configure.ac: bump nano to 1
17108
17109 === release 0.8.0 ===
17110
17111 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17112
17113         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17114
17115 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17116
17117         * configure.ac:
17118           update libtool version
17119         * gst-libs/gst/media-info/Makefile.am:
17120           actually use libtool version
17121
17122 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17123
17124         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17125
17126 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17127
17128         * configure.ac:
17129         * gst-plugins.spec.in:
17130         * pkgconfig/Makefile.am:
17131         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17132         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17133         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17134         * pkgconfig/gstreamer-libs.pc.in:
17135         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17136         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17137         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17138         * pkgconfig/gstreamer-plugins.pc.in:
17139           remove @VERSION@ from some of the pc files since core and plugins
17140           are decoupled.
17141           created gstreamer-plugins.pc as it's a better name, but keeping
17142           -libs around for now to get fixes upstream done first.
17143
17144 2004-03-15  Julien MOUTTE <julien@moutte.net>
17145
17146         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17147         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17148         * gst-libs/gst/play/play.h:
17149
17150 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17151
17152         * *.c, *.cc: don't mix tabs and spaces
17153
17154 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17155
17156         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17157           use the new ffmpegcolorspace
17158         * gst-plugins.spec.in:
17159           package new colorspace and media-info
17160         * configure.ac:
17161         * pkgconfig/Makefile.am:
17162           fix some more disting issues
17163         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17164         * pkgconfig/gstreamer-media-info.pc.in:
17165           generate media-info pc files
17166
17167 2004-03-15  Johan Dahlin  <johan@gnome.org>
17168
17169         * *.h: Revert indenting
17170
17171 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17172
17173         * configure.ac:
17174           adding ffmpegcolorspace element
17175         * gst/ffmpegcolorspace/Makefile.am:
17176         * gst/ffmpegcolorspace/avcodec.h:
17177         * gst/ffmpegcolorspace/common.h:
17178         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17179         * gst/ffmpegcolorspace/dsputil.h:
17180         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17182         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17183         (gst_ffmpeg_caps_to_pix_fmt):
17184         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17186         (gst_ffmpegcolorspace_caps_remove_format_info),
17187         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17188         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17189         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17190         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17191         (gst_ffmpegcolorspace_set_property),
17192         (gst_ffmpegcolorspace_get_property),
17193         (gst_ffmpegcolorspace_register):
17194         * gst/ffmpegcolorspace/imgconvert.c:
17195         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17196         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17197         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17198         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17199         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17200         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17201         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17202         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17203         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17204         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17205         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17206         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17207         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17208         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17209         (img_get_alpha_info), (deinterlace_line),
17210         (deinterlace_line_inplace), (deinterlace_bottom_field),
17211         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17212         * gst/ffmpegcolorspace/imgconvert_template.h:
17213         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17214         * gst/ffmpegcolorspace/mmx.h:
17215         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17216           adding ffmpegcolorspace element supplied by Ronald after cleaning
17217           up and pulling in the right bits of upstream source.
17218           I'm sure a better C/compiler wizard could do some cleaning up (for
17219           example use GLIB's malloc stuff), but as a first pass this
17220           works very well
17221
17222 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17223
17224         * ext/alsa/gstalsa.h:
17225           I assume Ronald forgot to commit the change to have cardname
17226           as a struct member.  Expect some public spanking at the next
17227           opportunity.
17228
17229 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17232         (gst_alsa_open_audio), (gst_alsa_close_audio):
17233         * ext/alsa/gstalsa.c:
17234           Don't open the device if we're a mixer (= padless).
17235         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17236         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17237         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17238           Open mixer during state change rather than during object
17239           initialization. Also, get a device name. Currently in a somewhat
17240           hackish fashion, but I didn't really find something better.
17241
17242 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17243
17244         * *.c, *.h: run gst-indent
17245
17246 2004-03-14  Benjamin Otte  <otte@gnome.org>
17247
17248         * gst/modplug/gstmodplug.cc:
17249         * gst/modplug/gstmodplug.h:
17250           set correct timestamps on outgoing buffers
17251
17252 2004-03-14  Benjamin Otte  <otte@gnome.org>
17253
17254         * gst/modplug/gstmodplug.cc:
17255           handle events - don't do crap when a discont arrives that's not
17256           necessary
17257           This allows correct loading and playback of mods in Rhythmbox
17258
17259 2004-03-14  Benjamin Otte  <otte@gnome.org>
17260
17261         * configure.ac:
17262         * gst-libs/gst/gconf/Makefile.am:
17263         * pkgconfig/Makefile.am:
17264           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17265           they get rebuilt properly
17266         * configure.ac:
17267           when checking for vorbis, try pkgconfig first.
17268         * gst/modplug/gstmodplug.cc:
17269           add fixate function
17270
17271 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17272
17273         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17274           Fix for obvious mistake, where we first shift the offset and then
17275           read a samplesize element assuming the old offset. Note that this
17276           part still has something weird, i.e. my movies containing those
17277           don't actually play well, but at least there's something that looks
17278           like sound now.
17279
17280 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17281         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17282         (plugin_init):
17283         Add a typefind function for speex format
17284
17285 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17286
17287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17288         (gst_asf_demux_setup_pad):
17289           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17290           instead of 0. Reason is simple: some elements have a fps range
17291           of 1-max instead of 0-max. So now ASF video actually works.
17292
17293 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17294
17295         * po/LINGUAS:
17296         * po/sr.po:
17297           adding serbian as a language
17298
17299 2004-03-13  Benjamin Otte  <otte@gnome.org>
17300
17301         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17302           return taglist correctly from _get function, don't gst_pad_push it.
17303           (fixes #137042)
17304
17305 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17306         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17307
17308 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17309
17310         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17311         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17312         (gst_alsa_mixer_track_new):
17313         * ext/alsa/gstalsamixertrack.h:
17314           Fix ancient leftovers... MixerTrack is a GObject.
17315
17316 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17317
17318         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17319         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17320           Don't block during probing...
17321
17322 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17323
17324         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17325         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17326         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17327         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17328         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17329         (gst_alsa_open_audio), (gst_alsa_close_audio):
17330         * ext/alsa/gstalsa.h:
17331           Add propertyprobe interface implementation, add some device-name
17332           property, all this so that it looks good in gnome-volume-control.
17333
17334 2004-03-12  David Schleef  <ds@schleef.org>
17335
17336         * configure.ac: the Hermes library controls hermescolorspace, not
17337         colorspace.
17338         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17339         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17340         not /* */
17341         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17342         * ext/sdl/sdlvideosink.h: ditto.
17343         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17344
17345 2004-03-12  Benjamin Otte  <otte@gnome.org>
17346
17347         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17348         (gst_x_overlay_got_xwindow_id):
17349         * gst-libs/gst/xoverlay/xoverlay.h:
17350           replace XID with unsigned long to get rid of the xlibs dependency in
17351           XOverlay (fixes #137004)
17352
17353 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17354         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17355         (gst_agingtv_setup):
17356         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17357         (gst_dicetv_base_init), (gst_dicetv_class_init),
17358         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17359         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17360         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17361         (gst_edgetv_setup), (gst_edgetv_rgb32):
17362         * gst/effectv/gsteffectv.c:
17363         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17364         (gst_quarktv_set_property):
17365         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17366         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17367         (gst_revtv_setup), (gst_revtv_rgb32):
17368         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17369         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17370         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17371         (gst_shagadelictv_rgb32):
17372         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17373         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17374         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17375         * gst/effectv/gstwarp.c:
17376         Port everything that can be ported to videofilter and fix up the caps.
17377         Can someone with a big-endian machine please check these?
17378
17379 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17382         (gst_osssink_chain), (gst_osssink_change_state):
17383           Latest fixes for A/V sync, audio playback and such. This is about
17384           all... MPEG playback issues are mostly related to the async build-
17385           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17386
17387 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17388
17389         patch from: Stephane Loeuillet
17390
17391         * configure.ac:
17392           use pkg-config for some libraries, falling back to the old .m4 way
17393           (fixes #131270)
17394         * m4/libdv.m4:
17395           removed
17396
17397 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17398
17399         * configure.ac:
17400         * tools/Makefile.am:
17401         * tools/Makefile.in:
17402         * tools/gst-launch-ext-m.m:
17403         * tools/gst-launch-ext.1.in:
17404         * tools/gst-visualise-m.m:
17405         * tools/gst-visualise.1:
17406         * tools/gst-visualise.1.in:
17407           reorganizing generation of script tools
17408
17409 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17410
17411         * ext/divx/gstdivxdec.c:
17412           Downgrade priority. We prefer ffdec_mpeg4.
17413         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17414         (gst_faad_chain), (gst_faad_change_state):
17415           Fix capsnego. Doesn't work for some sounds because we don't have
17416           a 5:1 to stereo element.
17417         * ext/xvid/gstxvid.c: (plugin_init):
17418           Add priority.
17419         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17420         (gst_osssink_change_state):
17421           Add discont handling.
17422
17423 2004-03-09  Colin Walters  <walters@verbum.org>
17424
17425         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17426         conversion.
17427
17428 2004-03-09  Benjamin Otte  <otte@gnome.org>
17429
17430         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17431           the signals take 2 arguments
17432
17433 2004-03-09  David Schleef  <ds@schleef.org>
17434
17435         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17436         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17437         * ext/alsa/gstalsa.h:
17438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17439
17440 2004-03-09  Benjamin Otte  <otte@gnome.org>
17441
17442         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17443         (gst_mikmod_change_state):
17444         * ext/mikmod/gstmikmod.h:
17445           make mikmod's loop function not loop infinitely and call
17446           gst_element_yield anymore
17447         * gst/modplug/gstmodplug.cc:
17448           fix pad negotiation (fixes #136590)
17449
17450 2004-03-09  David Schleef  <ds@schleef.org>
17451
17452         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17453         doesn't conflict with the internal colorspace plugin.
17454         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17455         satisfy the crappy-ass shell shipped by a certain vendor.
17456         * gst/videofilter/make_filter: same (bug #135299)
17457
17458 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17459
17460         * configure.ac: bump nano to 1
17461
17462 === release 0.7.6 ===
17463
17464 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17465
17466         * configure.in: releasing 0.7.6, "There"
17467
17468 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17469
17470         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17471         * pkgconfig/gstreamer-play.pc.in:
17472           synchronize the two
17473
17474 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17475
17476         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17477         (cdparanoia_open), (cdparanoia_event):
17478           fix/add error handling
17479         * po/POTFILES.in:
17480           add cdparanoia source
17481         * tools/Makefile.am:
17482           make scripts executable
17483
17484 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * configure.ac:
17487         * ext/vorbis/Makefile.am:
17488         * sys/Makefile.am:
17489           remove id3types, vorbisfile and xvideosink from the build (#133783)
17490
17491 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17492
17493         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17494           Fix metadata read crash (#136537).
17495
17496 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17497
17498         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17499         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17500           adding mime types, fixing the one-stop function
17501
17502 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17503
17504         * ext/nas/nassink.c and /ext/nas/nassink.h:
17505         More NAS love from Arwed von Merkatz
17506         So lets all sing 'Can you feel the NAS tonight'
17507
17508 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17509
17510         * tools/gst-launch-ext.in:
17511         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17512
17513 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17514
17515         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17516         (gst_mpeg2dec_init):
17517         remove the user_data pad for now, because it is being used in
17518         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17519         If someone knows how to fix this properly, please do.
17520
17521 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17522
17523         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17524         (gst_osssink_get_time):
17525         add a warning, IMO this won't get triggered anymore, remove later
17526
17527 2004-03-07  David Schleef  <ds@schleef.org>
17528
17529         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17530         format (bug #136470)
17531
17532 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17533
17534         * gst-libs/Makefile.am:
17535         * gst-libs/gst/media-info/Makefile.am:
17536         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17537         (error_callback), (gst_media_info_error_create),
17538         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17539         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17540         * gst-libs/gst/media-info/media-info-priv.h:
17541         * gst-libs/gst/media-info/media-info-test.c: (main):
17542         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17543         (gst_media_info_class_init), (gst_media_info_instance_init),
17544         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17545         (gst_media_info_read_idler), (gst_media_info_read):
17546         * gst-libs/gst/media-info/media-info.h:
17547         fixed, should work now
17548
17549 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17550
17551         * ext/nas/nassink.c:
17552         A bunch of NAS fixes from Arwed von Merkatz
17553
17554 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17555
17556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17557         (qtdemux_parse_trak):
17558           Fix crash (j might be greater than n_samples, in which case we're
17559           writing outside the allocated space for the array) and memleak.
17560
17561 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17562
17563         * sys/oss/gstosssink.c: (gst_osssink_chain):
17564           And another caller that couldn't handle delay < 0 (unsigned
17565           integer overflow). Video now continues playing on an audio
17566           buffer underrun, and the clock continues working. Audio still
17567           stalls.
17568
17569 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17570
17571         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17572         (gst_osssink_get_time):
17573           get_delay() may return values lower than 0. In those cases, we
17574           should not actually cast to *unsigned* int64, that will break
17575           stuff horribly. In my case, it screwed up A/V sync in movies
17576           in totem rather badly.
17577
17578 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17579
17580         * ext/faac/gstfaac.c: (gst_faac_chain):
17581         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17582         * ext/libpng/gstpngenc.c: (user_write_data):
17583         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17584         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17585         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17586         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17587         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17588         of any buffer), should fix some leaks. I hope I didn't unref buffers
17589         that shouldn't be...
17590
17591 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17592
17593         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17594         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17595         (error_callback), (gmi_reset), (gmi_seek_to_track),
17596         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17597         (gmip_find_type_post), (gmip_find_stream_post),
17598         (gmip_find_track_streaminfo_post):
17599         * gst-libs/gst/media-info/media-info-priv.h:
17600         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17601         (info_print), (main):
17602         * gst-libs/gst/media-info/media-info.c:
17603         (gst_media_info_error_create), (gst_media_info_error_element),
17604         (gst_media_info_instance_init), (gst_media_info_get_property),
17605         (gst_media_info_new), (gst_media_info_set_source),
17606         (gst_media_info_read_idler), (gst_media_info_read):
17607         * gst-libs/gst/media-info/media-info.h:
17608           first pass at making this work again.  This seems to work on
17609           tagged ogg/vorbis and mp3 files.
17610
17611 2004-03-06  Benjamin Otte  <otte@gnome.org>
17612
17613         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17614           fix huge leak: gst_buffer_merge doesn't unref the first argument
17615           itself.
17616
17617 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17618
17619         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17620           report layer/mode/emphasis
17621
17622 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17623
17624         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17625
17626 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17627
17628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17629           signal serial
17630
17631 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * ext/vorbis/vorbis.c: (plugin_init):
17634         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17635         (gst_vorbis_dec_init), (vorbis_dec_event):
17636         add debug category
17637         make vorbisdec handle _BYTE and _TIME queries
17638
17639 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17640
17641         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17642           from the xing header
17643
17644 2004-03-06  Benjamin Otte  <otte@gnome.org>
17645
17646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17647         (gst_audio_convert_link), (gst_audio_convert_change_state),
17648         (gst_audio_convert_buffer_from_default_format):
17649           do conversions from/to float correctly, fix some caps nego errors,
17650           export correct supported caps in template and getcaps, use correct
17651           caps in try_set_caps functions
17652
17653 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17654
17655         For some reason, I only committed a ChangeLog entry yesterday and
17656         not the corresponding code...
17657         * ext/mad/gstmad.c: Fix detection of Xing headers
17658         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17659
17660 2004-03-06  Benjamin Otte  <otte@gnome.org>
17661
17662         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17663         (gst_ogg_demux_src_query):
17664           make sure to handle the case where there's no current chain
17665           gracefully.
17666
17667 2004-03-05  David Schleef  <ds@schleef.org>
17668
17669         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17670         Add fixate function. (bug #131128)
17671         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17672         (gst_sdlvideosink_fixate):  Add fixate function.
17673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17674         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17675         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17676         Fix missing break that was causing ulaw to be interpreted as
17677         raw int.
17678
17679 2004-03-05  David Schleef  <ds@schleef.org>
17680
17681         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17682         Fix code that ignores return value of gst_buffer_merge().
17683         (bug #114560)
17684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17685         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17686         * testsuite/gst-lint:  Check for above.
17687
17688 2004-03-05  David Schleef  <ds@schleef.org>
17689
17690         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17691         caps and throw an element error.  (bug #136334)
17692
17693 2004-03-05  David Schleef  <ds@schleef.org>
17694
17695         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17696         (gst_faad_chain): Fix negotiation.
17697         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17698         key and button events.
17699         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17700         dung heap of code.
17701         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17702         depends on gconf
17703         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17704         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17705         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17706         function to encourage better negotiation, particularly between
17707         audioconvert and osssink.
17708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17709         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17710         more important.
17711         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17712         typefinding.
17713         * gst/vbidec/vbiscreen.c:  Add glib header
17714         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17715
17716 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17717
17718         * ext/mad/gstmad.c: Fix detection of Xing headers
17719         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17720
17721 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17722
17723         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17724         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17725           debug updates
17726
17727 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17728
17729         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17730         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17731         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17732         files, and report the parsed length as a GST_TAG_DURATION tag.
17733         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17734
17735 2004-03-05  Benjamin Otte  <otte@gnome.org>
17736
17737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17738           convert channels correctly. convert correctly to unsigned.
17739
17740 2004-03-05  Julien MOUTTE <julien@moutte.net>
17741
17742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17743         we have a window before clearing it.
17744
17745 2004-03-05  Julien MOUTTE <julien@moutte.net>
17746
17747         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17748         have a window before clearing it.
17749
17750 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17751
17752         * gconf/gstreamer.schemas.in:
17753         * gst-libs/gst/gconf/Makefile.am:
17754           version installation path the same way as for 0.6
17755         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17756         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17757         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17758           remove comment that was fixed
17759
17760 2004-03-05  David Schleef  <ds@schleef.org>
17761
17762         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17763         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17764         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17765         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17766         Add prototype code for handling seeking and querying.
17767
17768 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17769
17770         * examples/gstplay/player.c: (main):
17771           Initialize variables to NULL. Prevents a segfault because the
17772           (uninitialized) variable is not NULL, resulting in a crash on
17773           trying to reach error->message.
17774
17775 2004-03-05  Benjamin Otte  <otte@gnome.org>
17776
17777         * gst/audioconvert/gstaudioconvert.c:
17778         (gst_audio_convert_buffer_to_default_format):
17779         make float=>int conversion work correctly even in cornercases.
17780
17781 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17782
17783         * debian/README.Debian:
17784         * debian/build-deps:
17785         * debian/changelog:
17786         * debian/control:
17787         * debian/control.in:
17788         * debian/copyright:
17789         * debian/gstreamer-a52dec.files:
17790         * debian/gstreamer-aa.files:
17791         * debian/gstreamer-alsa.files:
17792         * debian/gstreamer-alsa.manpages:
17793         * debian/gstreamer-arts.files:
17794         * debian/gstreamer-artsd.files:
17795         * debian/gstreamer-audiofile.files:
17796         * debian/gstreamer-avifile.files:
17797         * debian/gstreamer-cdparanoia.files:
17798         * debian/gstreamer-colorspace.files:
17799         * debian/gstreamer-doc.files:
17800         * debian/gstreamer-dv.files:
17801         * debian/gstreamer-dvd.files:
17802         * debian/gstreamer-esd.files:
17803         * debian/gstreamer-festival.files:
17804         * debian/gstreamer-flac.files:
17805         * debian/gstreamer-gconf.conffiles:
17806         * debian/gstreamer-gconf.files:
17807         * debian/gstreamer-gconf.postinst:
17808         * debian/gstreamer-gnomevfs.files:
17809         * debian/gstreamer-gsm.files:
17810         * debian/gstreamer-http.files:
17811         * debian/gstreamer-jack.files:
17812         * debian/gstreamer-jpeg.files:
17813         * debian/gstreamer-mad.files:
17814         * debian/gstreamer-mikmod.files:
17815         * debian/gstreamer-misc.files:
17816         * debian/gstreamer-mpeg2dec.files:
17817         * debian/gstreamer-oss.files:
17818         * debian/gstreamer-plugin-apps.files:
17819         * debian/gstreamer-plugin-apps.manpages:
17820         * debian/gstreamer-plugin-libs-dev.files:
17821         * debian/gstreamer-plugin-libs.files:
17822         * debian/gstreamer-plugin-template.postinst:
17823         * debian/gstreamer-plugin-template.postrm:
17824         * debian/gstreamer-sdl.files:
17825         * debian/gstreamer-sid.files:
17826         * debian/gstreamer-vorbis.files:
17827         * debian/gstreamer-x.files:
17828         * debian/mk.control:
17829         * debian/rules:
17830         Debian package info not maintained here.
17831
17832 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17833
17834         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17835         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17836         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17837         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17838         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17839         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17840         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17841         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17842         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17843         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17844         * gst-libs/gst/colorbalance/colorbalance.c:
17845         (gst_color_balance_class_init):
17846         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17847         (gst_color_balance_channel_class_init):
17848         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17849         * gst-libs/gst/play/play.c: (gst_play_class_init):
17850         * gst-libs/gst/propertyprobe/propertyprobe.c:
17851         (gst_property_probe_iface_init):
17852         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17853         * gst-libs/gst/tuner/tunerchannel.c:
17854         (gst_tuner_channel_class_init):
17855         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17856         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17857         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17858         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17859         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17860         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17862         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17863         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17864           fix signals to use - instead of _
17865         * ext/libcaca/gstcacasink.h:
17866         * ext/sdl/sdlvideosink.h:
17867           fix header rename
17868
17869 2004-03-04  David Schleef  <ds@schleef.org>
17870
17871         * testsuite/gst-lint:  Add a check for bad signal names.
17872
17873 2004-03-04  <kost@imn.htwk-leipzig.de>
17874
17875         reviewed by David Schleef
17876
17877         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17878         modified the alpha channel and caused a warning. (bug #136192)
17879
17880 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17881
17882         * gst-plugins.spec.in:
17883         Change names of plugins to actually be correct. Try to keep things
17884         alphabetical to avoid getting beat up by Thomas
17885
17886 2004-03-03  Julien MOUTTE <julien@moutte.net>
17887
17888         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17889         Using ximagesink as a default if no gconf key found. We should
17890         probably consider using alsasink instead of osssink for the audio
17891         part.
17892
17893 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * configure.ac:
17896           fix --with-plugins, don't think it ever worked before
17897         * gst-plugins.spec.in:
17898           even more updates
17899
17900 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17901
17902         * ext/sdl/sdlvideosink.h:
17903         * sys/ximage/ximagesink.h:
17904         * sys/xvideo/xvideosink.h:
17905         * sys/xvimage/xvimagesink.h:
17906           Fix for move of gstvideosink.h -> videosink.h.
17907
17908 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17909
17910         * gst-libs/gst/xwindowlistener/Makefile.am:
17911           this is a plugin library, not a library
17912
17913 2004-03-01  David Schleef  <ds@schleef.org>
17914
17915         * AUTHORS:  Added some names.  Add yourself if you're still
17916         missing.
17917
17918 2004-03-01  David Schleef  <ds@schleef.org>
17919
17920         * MAINTAINERS: Add
17921
17922 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17923
17924         * gst-plugins.spec.in: clean up spec file
17925
17926 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17927
17928         * gst-libs/gst/video/Makefile.am:
17929         * gst-libs/gst/video/gstvideosink.c:
17930         * gst-libs/gst/video/gstvideosink.h:
17931           rename gstvideosink.h to videosink.h to match other headers
17932         * gst/mixmatrix/Makefile.am:
17933           fix plugin filename
17934         * gst/tags/Makefile.am: fix plugin filename
17935
17936 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17937
17938         * gst/tags/Makefile.am: fix plugin filename
17939
17940 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17941
17942         * examples/gstplay/player.c: (got_time_tick), (main):
17943           add error handler
17944           display time_tick more readably
17945         * gst/mixmatrix/Makefile.am:
17946           fix plugin file name
17947
17948 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17949
17950         * sys/oss/gstosselement.c: (gst_osselement_probe),
17951         (device_combination_append), (gst_osselement_class_probe_devices):
17952         * sys/oss/gstosselement.h:
17953           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17954           on my system using alsa oss emulation, fixes bug #135597
17955
17956 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17957
17958         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17959         (gst_videodrop_chain), (gst_videodrop_change_state):
17960         * gst/videodrop/gstvideodrop.h:
17961           Work based on timestamp of input data, not based on the expected
17962           framerate from the input. The consequence is that this element now
17963           not only scales framerates, but also functions as a framerate
17964           corrector or framerate stabilizer/constantizer.
17965
17966 2004-02-27  David Schleef  <ds@schleef.org>
17967
17968         patches from jmmv@menta.net (Julio M. Merino Vidal)
17969
17970         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17971         GST_ELEMENT_ERROR call (bug #135634)
17972         * gst/interleave/interleave.c: (interleave_buffered_loop),
17973         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17974         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17975         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17976         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17977         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17978         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17979         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17980         Fix GST_ELEMENT_ERROR call.
17981         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17982         GST_ELEMENT_ERROR call.
17983
17984 2004-02-27  Benjamin Otte  <otte@gnome.org>
17985
17986         * gst-libs/gst/audio/audio.h:
17987           add macro to make sure header isn't included twice
17988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17989           don't use gst_buffer_free
17990         * gst/playondemand/filter.func:
17991           don't use gst_data_free. Free data only once.
17992
17993 2004-02-26  David Schleef  <ds@schleef.org>
17994
17995         * gst-libs/gst/colorbalance/Makefile.am:
17996         * gst-libs/gst/mixer/Makefile.am:
17997         * gst-libs/gst/tuner/Makefile.am:
17998         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17999         should not be disted, -marshal.h files should not be installed,
18000         and -enum.h files _should_ be installed.  Fix to make this the
18001         case.
18002
18003 === release 0.7.5 ===
18004
18005 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18006
18007         * configure.ac: release 0.7.5, "Under The Sea"
18008
18009 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18010
18011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18012         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18013         * gst/videoscale/gstvideoscale.c:
18014         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18015           assorted debug/warning fixes
18016
18017 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18018
18019         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18020         (gst_videoscale_init), (gst_videoscale_chain),
18021         (gst_videoscale_set_property), (plugin_init):
18022         * gst/videoscale/gstvideoscale.h:
18023         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18024         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18025         (gst_videoscale_planar400), (gst_videoscale_packed422),
18026         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18027         (gst_videoscale_24bit), (gst_videoscale_16bit),
18028         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18029         (gst_videoscale_scale_plane_slow),
18030         (gst_videoscale_scale_point_sample),
18031         (gst_videoscale_scale_nearest),
18032         (gst_videoscale_scale_nearest_str2),
18033         (gst_videoscale_scale_nearest_str4),
18034         (gst_videoscale_scale_nearest_32bit),
18035         (gst_videoscale_scale_nearest_24bit),
18036         (gst_videoscale_scale_nearest_16bit):
18037         add debugging category and use it properly
18038         fix use of GST_PTR_FORMAT
18039
18040 2004-02-25  Andy Wingo  <wingo@pobox.com>
18041
18042         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18043         push only when channel->buffer is NULL. Prevents segfaults doing
18044         the state change after a nonlocal exit, like a scheme exception.
18045
18046         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18047         Handle the case where the intersected caps is empty.
18048
18049 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18050
18051         * gst/law/mulaw-decode.c: (mulawdec_link):
18052         * gst/law/mulaw.c: (plugin_init):
18053           fix mulawdec so it actually works again
18054
18055 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18056
18057         reviewed by: David Schleef  <ds@schleef.org>
18058
18059         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18060         (gst_gamma_init), (gst_gamma_set_property),
18061         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18062         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18063         for RGB, with separate r g and b correction factors. (#131167)
18064
18065 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18066
18067         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18068           only signal tags for bitrate if they're > 0 (#134894)
18069
18070 2004-02-24  David Schleef  <ds@schleef.org>
18071
18072         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18073         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18074         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18075         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18076         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18077         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18078         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18079         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18080         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18081         category.  Attempt to fix timestamp calculation.
18082
18083 2004-02-24  Johan Dahlin  <johan@gnome.org>
18084
18085         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18086
18087 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * configure.ac:
18090         * gconf/Makefile.am:
18091         * gconf/gstreamer.schemas:
18092         * gst-libs/gst/gconf/Makefile.am:
18093         * gst-libs/gst/gconf/gconf.c:
18094           version gconf schemas and install locations
18095
18096 2004-02-23  Benjamin Otte  <otte@gnome.org>
18097
18098         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18099         (gst_xine_input_subclass_init):
18100           call parent dispose.
18101           change pad template for CD reader correctly
18102         * ext/xine/Makefile.am:
18103         * ext/xine/gstxine.h:
18104         * ext/xine/xine.c: (plugin_init):
18105         * ext/xine/xineaudiosink.c:
18106           wrap audio sinks, too
18107         * gst-libs/gst/resample/private.h:
18108         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18109         (gst_resample_reinit), (gst_resample_scale),
18110         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18111         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18112         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18113         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18114         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18115         * gst-libs/gst/resample/resample.h:
18116         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18117         (gst_audioscale_class_init), (gst_audioscale_link),
18118         (gst_audioscale_get_buffer), (gst_audioscale_init),
18119         (gst_audioscale_chain), (gst_audioscale_set_property),
18120         (gst_audioscale_get_property):
18121         * gst/audioscale/gstaudioscale.h:
18122           s/resample_*/gst_resample_*/i to not clobber namespaces
18123
18124 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18125
18126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18127         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18128         (gst_riff_create_video_template_caps),
18129         (gst_riff_create_audio_template_caps),
18130         (gst_riff_create_iavs_template_caps):
18131         * gst-libs/gst/riff/riff-media.h:
18132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18133         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18134         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18135         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18137         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18138         (gst_matroska_demux_plugin_init): First batch implementing audio and
18139         video codec tags in demuxers.
18140
18141 2004-02-22  Benjamin Otte  <otte@gnome.org>
18142
18143         * ext/xine/Makefile.am:
18144         * ext/xine/gstxine.h:
18145         * ext/xine/xine.c: (plugin_init):
18146         * ext/xine/xineinput.c:
18147           add input plugin wrapper. Playback from files, http, mms and cdda
18148           works.
18149         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18150           remove leftover G_GNUC_UNUSED
18151         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18152         (gst_asf_demux_identify_guid):
18153           improve debugging output
18154
18155 2004-02-22  Benjamin Otte  <otte@gnome.org>
18156
18157         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18158
18159         * autogen.sh:
18160           replace test -e with test -x for mkinstalldirs to be more portable.
18161           (fixes #134816)
18162
18163 2004-02-22  Benjamin Otte  <otte@gnome.org>
18164
18165         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18166
18167         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18168           set rank to PRIMARY
18169         * gst/volume/gstvolume.c: (plugin_init):
18170           set rank to NONE
18171         fixes #134960
18172
18173 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18174
18175         reviewed by Benjamin Otte  <otte@gnome.org>
18176
18177         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18178           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18179
18180 2004-02-22  Benjamin Otte  <otte@gnome.org>
18181
18182         * configure.ac:
18183           export [_]*{gst,Gst,GST}.* symbols from plugins
18184
18185 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18186
18187         reviewed by: Benjamin Otte  <otte@gnome.org>
18188
18189         * ext/lame/gstlame.c: (add_one_tag):
18190         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18192         (gst_vorbisenc_metadata_set1):
18193         * gst/tags/gstid3tag.c:
18194         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18195           apply fixes from bugs #135042 (lame can't write tags) and #133817
18196           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18197
18198 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18199
18200         * configure.ac: Export only gst_plugin_desc from plugins.
18201          Note that this change only makes any effect with Linux using libtool
18202          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18203          fine. And don't try to have several versions of libtool in different
18204          directories.
18205
18206 2004-02-20  Andy Wingo  <wingo@pobox.com>
18207
18208         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18209         interleave respectively.
18210
18211         * gst/interleave/deinterleave.c: New plugin: deinterleave
18212         (replaces on oneton).
18213         * gst/interleave/interleave.c: New plugin: interleave.
18214         * gst/interleave/plugin.h: Support file.
18215         * gst/interleave/plugin.c: Support file.
18216
18217         * configure.ac: Remove intfloat and oneton, add interleave.
18218
18219         * ext/sndfile/gstsf.c: Handle events better.
18220
18221         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18222         and float2int operation. int2float has scheduling problems as
18223         noted in in2float_chain.
18224
18225 2004-02-20  Benjamin Otte  <otte@gnome.org>
18226
18227         * ext/xine/Makefile.am:
18228         * ext/xine/gstxine.h:
18229         * ext/xine/xine.c:
18230         * ext/xine/xineaudiodec.c:
18231         * ext/xine/xinecaps.c:
18232           add first version of xine plugin wrapper. Currently only wraps the
18233           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18234         * configure.ac:
18235         * ext/Makefile.am:
18236           add xine plugin wrapper, disabled by default. Use --enable-xine to
18237           build. Note that it'll segfault on gst-register if you don't remove
18238           the goom and tvtime post plugins from xine.
18239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18240         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18241           add extradata parsing for QDM2.
18242           change around debugging prints.
18243
18244 2004-02-19  Benjamin Otte  <otte@gnome.org>
18245
18246         * ext/lame/gstlame.c: (gst_lame_chain):
18247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18248           use gst_tag_list_insert when you want to insert tags
18249
18250 2004-02-18  David Schleef  <ds@schleef.org>
18251
18252         * configure.ac:  Move massink to gst-rotten
18253         * ext/Makefile.am:
18254         * ext/mas/Makefile.am:
18255         * ext/mas/massink.c:
18256         * ext/mas/massink.h:
18257
18258 2004-02-18  David Schleef  <ds@schleef.org>
18259
18260         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18261         typefinding, since it seems to be worse than nothing.
18262         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18263         atom to recognize .mp4 and .m4a files as video/quicktime.
18264
18265 2004-02-18  David Schleef  <ds@schleef.org>
18266
18267         * gst/sine/demo-dparams.c: (quit_live),
18268         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18269         Use double dparams, not float.
18270         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18271         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18272         sync'd elements don't really work correctly.
18273         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18274         (volume_update_volume), (volume_get_property):  Change dparam
18275         to double.
18276
18277 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18278
18279         * sys/ximage/ximagesink.c:
18280         (gst_ximagesink_xwindow_update_geometry),
18281         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18282         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18283         (gst_ximagesink_init): Rework the way software video scaling works. So
18284         now we check on each chain call if the video frames are feeling the
18285         window. If not we try to renegotiate caps. On failure we memorize that
18286         and we won't try again for that PLAYING sessions.
18287         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18288         failure.
18289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18290         synchronous flag.
18291
18292 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18293
18294         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18295           break up _link so we can give a better debug message for errors
18296
18297 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18298
18299         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18300           set up debug category
18301
18302 2004-02-18  Julien MOUTTE <julien@moutte.net>
18303
18304         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18305         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18306         the way renegotiation work. The event handling function is not taking
18307         care of external windows and renegotiate method check for pad flags
18308         NEGOTIATING. Should fix : #133209
18309
18310 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18311
18312         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18313         pad is negotiating before trying renegotiation.
18314
18315 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18316
18317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18318           pass on all possible mime types as typefind hints
18319
18320 2004-02-17  Julien MOUTTE <julien@moutte.net>
18321
18322         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18324         possible SHM leak if we crash. All other apps using XShm are doing
18325         that.
18326
18327 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18328
18329         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18330         (gst_ximagesink_expose): Renegotiate size on expose.
18331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18332         size on expose.
18333
18334 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18335
18336         * testsuite/alsa/sinesrc.c:
18337           cosmetic fix to fix compile issue with gcc 2.95.4
18338
18339 2004-02-16  Julien MOUTTE <julien@moutte.net>
18340
18341         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18342         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18343         failed opening the audio device.
18344         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18345         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18346         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18347         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18348         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18349         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18350         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18351         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18352         Removing some useless g_return_if_fail like wingo suggested.
18353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18354         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18355         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18356         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18357         (gst_xvimagesink_update_colorbalance),
18358         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18359         (gst_xvimagesink_xcontext_clear),
18360         (gst_xvimagesink_get_fourcc_from_caps),
18361         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18362         (gst_xvimagesink_set_xwindow_id),
18363         (gst_xvimagesink_colorbalance_list_channels),
18364         (gst_xvimagesink_colorbalance_set_value),
18365         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18366         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18367
18368 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18369
18370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18371           throw error when not negotiated instead of asserting
18372
18373 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18374
18375         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18376         correct data refcounting.
18377
18378 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18379
18380         * gst/switch/gstswitch.c: (gst_switch_change_state),
18381         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18382         change, mostly the EOS flag.
18383
18384 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18385
18386         * examples/gstplay/player.c: (got_eos), (main): Adding some
18387         output for debugging.
18388         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18389         timeouts if we go to any state different from PLAYING.
18390         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18391         more EOS bugs in riff lib.
18392
18393 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18394
18395         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18396         visualization until i find a way to fix switch correctly.
18397         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18398         EOS arrives.
18399         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18400         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18401         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18402         Reworked switch to get a more correct behaviour with events and refing
18403         of data stored in sinkpads.
18404         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18405         we don't pull from a pad in EOS.
18406
18407 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18408
18409         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18410           remove v1 tag even if we can't read it (makes sure we don't detect
18411           it again)
18412
18413 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18414
18415         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18416         (gst_alsa_xrun_recovery):
18417         * ext/alsa/gstalsa.h:
18418           try xrun recovery when wait failed. Make xrun recovery function
18419           return TRUE/FALSE to indicate success. (might fix #134354)
18420
18421 2004-02-13  David Schleef  <ds@schleef.org>
18422
18423         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18424         (dynparm_value_changed), (main): Convert from float to double.
18425         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18426
18427 2004-02-13  David Schleef  <ds@schleef.org>
18428
18429         * gst/silence/gstsilence.c: (gst_silence_class_init),
18430         (gst_silence_set_clock), (gst_silence_get),
18431         (gst_silence_set_property), (gst_silence_get_property):
18432         * gst/silence/gstsilence.h: Add sync property.
18433         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18434         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18435         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18436         * gst/sine/gstsinesrc.h: Add sync property.
18437
18438 2004-02-13  David Schleef  <ds@schleef.org>
18439
18440         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18441         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18442
18443 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * configure.ac:
18446         * ext/Makefile.am:
18447         * gst-libs/ext/Makefile.am:
18448           move ffmpeg plugin to gst-ffmpeg module
18449
18450 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18451
18452         * configure.ac: use GST_ARCH to detect architecture
18453
18454 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18455
18456         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18457
18458 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18459
18460         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18461           classify LADSPA plugins based on number of src/sink pads
18462           (#133663, Stefan Kost)
18463         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18464           fix dparams registration
18465           (#133528, Stefan Kost)
18466         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18467           fix use of isprint and use g_ascii_isprint instead
18468           (#133316, Stefan Kost)
18469
18470 2004-02-11  David Schleef  <ds@schleef.org>
18471
18472         Convert a few inner loops to use liboil.  This is currently
18473         optional, and is only enabled if liboil is present (duh!).
18474         * configure.ac: Check for liboil-0.1
18475         * gst/intfloat/Makefile.am:
18476         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18477         (gst_int2float_chain_gint16):
18478         * gst/videofilter/Makefile.am:
18479         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18480         (tablelookup_u8), (gst_videobalance_planar411):
18481         * gst/videotestsrc/Makefile.am:
18482         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18483         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18484         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18485         (paint_hline_RGB565), (paint_hline_xRGB1555):
18486
18487 2004-02-11  David Schleef  <ds@schleef.org>
18488
18489         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18490         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18491         (gst_colorspace_getcaps), (gst_colorspace_link),
18492         (gst_colorspace_base_init), (gst_colorspace_init),
18493         (gst_colorspace_chain), (gst_colorspace_change_state),
18494         (plugin_init): Merge Ronald's patch (bug #117897) and update
18495         for new caps and negotiation.  Seems to work, although it
18496         shows off bugs in lcs.
18497
18498 2004-02-11  David Schleef  <ds@schleef.org>
18499
18500         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18501         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18502
18503 2004-02-11  David Schleef  <ds@schleef.org>
18504
18505         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18506         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18507         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18508         Add server and port properties
18509
18510 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18511
18512         * m4/a52.m4:
18513         * m4/aalib.m4:
18514         * m4/as-ffmpeg.m4:
18515         * m4/as-liblame.m4:
18516         * m4/as-slurp-ffmpeg.m4:
18517         * m4/check-libheader.m4:
18518         * m4/esd.m4:
18519         * m4/freetype2.m4:
18520         * m4/gconf-2.m4:
18521         * m4/glib.m4:
18522         * m4/gst-alsa.m4:
18523         * m4/gst-artsc.m4:
18524         * m4/gst-ivorbis.m4:
18525         * m4/gst-matroska.m4:
18526         * m4/gst-sdl.m4:
18527         * m4/gst-shout2.m4:
18528         * m4/gst-sid.m4:
18529         * m4/gtk.m4:
18530         * m4/libdv.m4:
18531         * m4/libfame.m4:
18532         * m4/libmikmod.m4:
18533         * m4/ogg.m4:
18534         * m4/vorbis.m4:
18535           fix underquotedness of macros (#133800)
18536         * m4/as-avifile.m4:
18537         * m4/xmms.m4:
18538           removed because no longer used
18539
18540 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18541
18542         * configure.ac:
18543           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18544           by autopoint (fixes #132996)
18545
18546 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18547
18548         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18549         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18550         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18551         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18552           fix memleaks
18553
18554 2004-02-11  David Schleef  <ds@schleef.org>
18555
18556         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18557         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18558         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18559         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18561         (gst_jpegenc_class_init), (gst_jpegenc_init),
18562         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18563         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18564         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18565         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18566
18567 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18568
18569         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18570         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18571         * ext/mikmod/gstmikmod.h:
18572           fix caps negotiation in mikmod
18573         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18574           output debug information
18575
18576 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18577
18578         * gst-libs/gst/colorbalance/Makefile.am:
18579         * gst-libs/gst/navigation/Makefile.am:
18580         * gst-libs/gst/xoverlay/Makefile.am:
18581           remove unused GST_OPT_CFLAGS from Makefiles
18582           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18583
18584 2004-02-07  David Schleef  <ds@schleef.org>
18585
18586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18587         push events to pads that haven't been created (#133508)
18588
18589 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18590
18591         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18592         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18593         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18594         (gst_dvdec_loop), (gst_dvdec_change_state):
18595         Second attempt at committing a working dvdec element.
18596
18597 2004-02-06  David Schleef  <ds@schleef.org>
18598
18599         Build fixes for OS X: (see #129600)
18600         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18601         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18602         (gst_riff_read_strf_iavs):
18603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18604         (gst_avi_demux_stream_odml):
18605         * gst/playondemand/Makefile.am:
18606         * gst/rtp/rtp-packet.c:
18607
18608 2004-02-05  David Schleef  <ds@schleef.org>
18609
18610         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18611         last change, because it Just Doesn't Compile.
18612
18613 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18614
18615         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18616           skip undecodable id3v2 tag instead of keeping it
18617
18618 2004-02-05  David Schleef  <ds@schleef.org>
18619
18620         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18621         Unref leaked buffer.  (Noticed by Ronald)
18622
18623 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18624
18625         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18626         Sync requires with other checks.  >= vs =.
18627
18628 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18629
18630         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18631         (gst_dvdec_video_link), (gst_dvdec_loop):
18632         * ext/dv/gstdvdec.h:
18633           rework the caps negotiation so that dvdec works again instead
18634           of just segfaulting.
18635
18636 === release 0.7.4 ===
18637
18638 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18639
18640         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18641         * configure.ac: changed for release
18642
18643 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18644
18645         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18646         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18647         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18648         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18649           reworked patch by David Lehn to fix libdir and includedir for
18650           uninstalled libraries
18651           removed play and gconf from gstreamer-libs since they have their
18652           own pkgconfig files
18653
18654 2004-02-04  David Schleef  <ds@schleef.org>
18655
18656         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18657         memleak.
18658
18659 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18660
18661         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18662           use correct GST_TAG_ENCODER tag
18663
18664 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18665
18666         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18667           be sure to stop the clock when going to paused
18668         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18669           reset number of transmitted when going to ready.
18670         fixes #132935
18671
18672 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18673
18674         reviewed by Benjamin Otte
18675
18676         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18677           extract track count (fixes #133410)
18678
18679 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18680
18681         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18682           that should be !=, not == (fixes #132519)
18683
18684 2004-02-04  David Schleef  <ds@schleef.org>
18685
18686         Make sure set_explicit_caps() is called before adding pad.
18687         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18688         * gst/id3/gstid3types.c: (gst_id3types_loop):
18689         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18690         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18691
18692 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18693
18694         * configure.ac:
18695           bump nano to 2, first prerelease
18696           put back AM_PROG_LIBTOOL
18697
18698 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18699
18700         * testsuite/alsa/Makefile.am:
18701           these are user test apps, not automatic testsuite tests
18702
18703 2004-02-04  David Schleef  <ds@schleef.org>
18704
18705         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18706         * gst/mpeg1videoparse/gstmp1videoparse.c:
18707         (mp1videoparse_parse_seq):
18708         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18709         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18710         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18711         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18712         (gst_xvideosink_getcaps):
18713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18714         * testsuite/gst-lint: more tests
18715
18716 2004-02-04  David Schleef  <ds@schleef.org>
18717
18718         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18719         with the code that they would expand to.
18720         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18721         (gst_flacdec_get_src_query_types),
18722         (gst_flacdec_get_src_event_masks):
18723         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18724         (gst_gnomevfssrc_get_query_types),
18725         (gst_gnomevfssrc_get_event_mask):
18726
18727 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18728
18729         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18730         (gst_sinesrc_dispose):
18731           fix memleak by properly disposing sinesrc
18732
18733 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18734
18735         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18736         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18737         an overlay to redraw the image because it has been exposed.
18738         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18739         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18740         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18741         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18742         interface
18743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18744         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18745         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18746         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18747         interface
18748
18749 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18750
18751         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18752           more memleak fixage
18753
18754 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18755
18756         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18757         * gst/typefind/gsttypefindfunctions.c:
18758           fix memleaks shown by gst-typefind
18759
18760 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18761
18762         * common/glib-gen.mak:
18763           add hack rule to touch .Plo files
18764         * gst-libs/gst/colorbalance/Makefile.am:
18765         * gst-libs/gst/mixer/Makefile.am:
18766         * gst-libs/gst/play/Makefile.am:
18767         * gst-libs/gst/tuner/Makefile.am:
18768           remove glib_root variable
18769
18770 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18771
18772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18773           set explicit caps before adding the element, so the autopluggers can
18774           plug correctly.
18775         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18776         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18777         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18778         (dv_type_find):
18779           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18780           argument.
18781
18782 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18783
18784         * gst-libs/gst/colorbalance/Makefile.am:
18785         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18786         * gst-libs/gst/colorbalance/colorbalance.c:
18787         * gst-libs/gst/colorbalance/colorbalance.h:
18788         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18789         * gst-libs/gst/mixer/Makefile.am:
18790         * gst-libs/gst/mixer/mixer-marshal.list:
18791         * gst-libs/gst/mixer/mixer.c:
18792         * gst-libs/gst/mixer/mixer.h:
18793         * gst-libs/gst/mixer/mixermarshal.list:
18794         * gst-libs/gst/play/Makefile.am:
18795         * gst-libs/gst/play/play.h:
18796         * gst-libs/gst/tuner/Makefile.am:
18797         * gst-libs/gst/tuner/tuner-marshal.list:
18798         * gst-libs/gst/tuner/tuner.c:
18799         * gst-libs/gst/tuner/tuner.h:
18800         * gst-libs/gst/tuner/tunermarshal.list:
18801           use new glib-gen.mak snippet to clean up Makefile.am
18802           fix various bugs in Makefile.am's
18803
18804 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18805
18806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18807           handle chain parsing correctly in the multichain case
18808         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18809         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18810         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18811         (theora_dec_chain):
18812           handle events and queries correctly
18813
18814 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18815
18816         * .cvsignore:
18817         Ignore generated file _stdint.h.
18818
18819 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18820
18821         * gst-libs/gst/colorbalance/Makefile.am:
18822         * gst-libs/gst/colorbalance/colorbalance.h:
18823         * gst-libs/gst/mixer/Makefile.am:
18824         * gst-libs/gst/mixer/mixer.h:
18825         * gst-libs/gst/play/Makefile.am:
18826         * gst-libs/gst/play/play.h:
18827         * gst-libs/gst/tuner/Makefile.am:
18828         * gst-libs/gst/tuner/tuner.h:
18829         Generate enum type code with glib-mkenums.
18830         * gst-libs/gst/colorbalance/.cvsignore:
18831         * gst-libs/gst/mixer/.cvsignore:
18832         * gst-libs/gst/play/.cvsignore:
18833         * gst-libs/gst/tuner/.cvsignore:
18834         Ignore generated files.
18835
18836 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18837
18838         * gst-libs/gst/audio/.cvsignore:
18839         Ignore generated file.
18840         * gst-libs/gst/audio/Makefile.am:
18841         Do not install example filter.
18842
18843 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18844
18845         * examples/switch/.cvsignore:
18846         Ignore generated file.
18847
18848 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18849
18850         * common/m4/ax_create_stdint_h.m4:
18851         * configure.ac:
18852           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18853           _stdint.h.
18854         * Makefile.am:
18855           remove generated _stdint.h in DISTCLEANFILES
18856         * ext/a52dec/gsta52dec.c:
18857           include _stdint.h for a52dec. (should fix #133064)
18858
18859 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18860
18861         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18862         (gst_tag_to_vorbis_comments):
18863         Add replaygain support to vorbistag
18864
18865 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18866         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18867         (gst_ffmpeg_caps_to_extradata):
18868           Fix SVQ3 caps flag properties
18869           Use glib macro for bytes swap
18870
18871 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18872
18873         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18874         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18875         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18876         * ext/sndfile/gstsf.c: (plugin_init):
18877         * gst/avi/gstavi.c: (plugin_init):
18878         * sys/dxr3/dxr3init.c: (plugin_init):
18879         * sys/oss/gstossaudio.c: (plugin_init):
18880         * sys/v4l/gstv4l.c: (plugin_init):
18881         * sys/v4l2/gstv4l2.c: (plugin_init):
18882           remove textdomain calls
18883         * po/nl.po:
18884           update Dutch translation
18885
18886 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18887
18888         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18889         (gst_play_set_audio_sink): Moving volume in the audio thread for
18890         instantaneous volume change. Maybe i will add another volume in front
18891         of visualization later, not sure yet though.
18892
18893 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18894
18895         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18896         (gst_ximagesink_handle_xevents): Better X events handling, only take
18897         the latest events for configure and motion.
18898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18899
18900 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18901
18902         reviewed by: David Schleef  <ds@schleef.org>
18903
18904         Fix memory leaks:
18905         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18906         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18907
18908 2004-02-02  David Schleef  <ds@schleef.org>
18909
18910         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18911         of lines.
18912         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18913         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18914         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18915         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18916         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18917         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18918         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18919         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18920         (gst_float2_2_int_link):
18921         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18922         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18923         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18924         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18925         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18926         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18927         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18928         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18929         * testsuite/gst-lint: Add tests for bzero and ;;
18930
18931 2004-02-02  David Schleef  <ds@schleef.org>
18932
18933         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18934
18935 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18936
18937         * ext/aalib/gstaasink.c: (gst_aasink_open):
18938         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18940         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18941         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18942         (gst_afsink_close_file):
18943         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18944         (gst_afsrc_close_file):
18945         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18946         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18947         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18948         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18949         * ext/esd/esdmon.c: (gst_esdmon_get):
18950         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18951         * ext/faac/gstfaac.c: (gst_faac_chain):
18952         * ext/faad/gstfaad.c: (gst_faad_chain):
18953         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18954         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18955         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18956         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18957         (gst_flacdec_loop):
18958         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18959         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18960         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18962         (gst_gnomevfssink_close_file):
18963         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18964         (gst_gnomevfssrc_open_file):
18965         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18966         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18967         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18968         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18969         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18970         * ext/mad/gstmad.c: (gst_mad_chain):
18971         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18972         * ext/mpeg2dec/gstmpeg2dec.c:
18973         * ext/mpeg2enc/gstmpeg2enc.cc:
18974         * ext/mplex/gstmplex.cc:
18975         * ext/mplex/gstmplexibitstream.cc:
18976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18977         (gst_ogg_demux_push):
18978         * ext/raw1394/gstdv1394src.c:
18979         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18980         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18981         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18982         (gst_sf_loop):
18983         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18984         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18985         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18986         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18988         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18989         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18990         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18991         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18992         (gst_riff_read_element_data), (gst_riff_read_seek),
18993         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18994         * gst/adder/gstadder.c: (gst_adder_loop):
18995         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18996         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18997         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18998         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18999         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19000         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19001         * gst/goom/gstgoom.c: (gst_goom_chain):
19002         * gst/id3/gstid3types.c: (gst_id3types_loop):
19003         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19004         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19005         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19006         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19007         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19008         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19009         (gst_ebml_read_float), (gst_ebml_read_header):
19010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19011         (gst_matroska_demux_parse_blockgroup):
19012         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19013         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19014         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19015         * gst/silence/gstsilence.c: (gst_silence_get):
19016         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19017         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19018         * gst/speed/gstspeed.c: (speed_loop):
19019         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19020         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19021         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19022         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19023         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19024         (gst_wavparse_loop):
19025         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19026         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19027         (dxr3audiosink_close):
19028         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19029         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19030         (dxr3videosink_close), (dxr3videosink_write_data):
19031         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19032         * sys/oss/gstosssink.c: (gst_osssink_chain):
19033         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19034         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19035         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19037         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19038         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19039         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19040         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19041         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19042         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19043         (gst_v4l_set_audio):
19044         * sys/v4l/v4l_calls.h:
19045         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19046         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19047         (gst_v4lmjpegsink_playback_init),
19048         (gst_v4lmjpegsink_playback_start):
19049         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19050         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19051         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19052         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19053         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19054         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19055         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19056         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19057         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19058         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19059         (gst_v4l2_get_output), (gst_v4l2_set_output),
19060         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19061         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19062         (gst_v4l2_set_attribute):
19063         * sys/v4l2/v4l2_calls.h:
19064         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19065         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19066         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19067         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19068         (gst_v4l2src_capture_stop):
19069         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19070         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19071         (gst_ximagesink_chain):
19072         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19073         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19074         (gst_xvideosink_xwindow_new):
19075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19076         (gst_xvimagesink_chain):
19077
19078 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19079
19080         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19081         (gst_volume_get_volume), (volume_class_init), (volume_init),
19082         (volume_chain_int16), (volume_update_volume):
19083         * gst/volume/gstvolume.h:
19084           make code more readable by removing magic numbers
19085           make mixer interface export 0-100 range
19086           make it internally map to 0.0-1.0 range so users don't distort
19087           output by putting the sliders at full volume
19088
19089 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19090
19091         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19092         (gst_play_state_change), (gst_play_seek_to_time):
19093         block the tick callback for 0.5 secs after doing a seek
19094
19095 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19096
19097         * gst-libs/gst/play/play.c: (gst_play_new):
19098           check for GError
19099
19100 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19101
19102         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19103         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19104         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19105         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19107         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19108
19109 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19110
19111         * configure.ac:
19112         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19113           check for a function added in vorbis 1.1
19114
19115 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19116
19117         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19118         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19119           really start/stop clock only on PLAYING <=> PAUSED
19120         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19121           remove \n from debugging lines
19122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19123           make it work when seeking does not
19124         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19125           reset on DISCONT
19126
19127 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19128
19129         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19130           start clock on PAUSED=>PLAYING, not later
19131         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19132           extract correct time for different discont formats
19133         (gst_alsa_sink_get_time):
19134           don't segfault when no format is negotiated yet, just return 0
19135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19136         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19137         (gst_ogg_pad_push):
19138           handle flush and discont events correctly
19139         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19140           handle discont events correctly
19141
19142 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19143
19144         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19145         (gst_play_error_create), (gst_play_error_plugin),
19146         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19147         * gst-libs/gst/play/play.h:
19148           add error handling during creation
19149         * examples/gstplay/player.c: (main):
19150           use new gst_play_new
19151
19152
19153 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19154
19155         * ext/theora/theoradec.c: (theora_dec_chain):
19156           make comments work
19157         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19158         (vorbis_dec_src_event), (vorbis_dec_chain):
19159           add encoder tag, fix tag reading to be more error tolerant, change
19160           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19161           gst_pad_event_default.
19162         * gst/tags/gstvorbistag.c:
19163         (gst_tag_list_from_vorbiscomment_buffer):
19164           undefine function specific define at end of function
19165
19166 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19167
19168         * ext/flac/gstflac.c: (plugin_init):
19169         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19170         * ext/flac/gstflacdec.h:
19171         * ext/flac/gstflacenc.h:
19172           Fix typos
19173
19174 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19175
19176         * examples/gstplay/player.c: s/gstplay.h/play.h/
19177
19178 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19179
19180         * gst-libs/gst/play/Makefile.am:
19181         * gst-libs/gst/play/gstplay.c:
19182         * gst-libs/gst/play/gstplay.h:
19183         * gst-libs/gst/play/play.c:
19184           more surgery, operation complete
19185
19186 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19187
19188         * gst-libs/gst/play/play.old.c:
19189         * gst-libs/gst/play/play.old.h:
19190           after CVS surgery by moving, remove
19191         * gst-libs/gst/play/playpipelines.c:
19192           remove
19193
19194         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19195           add negotiation error
19196
19197 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19198
19199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19200         (gst_ogg_demux_push):
19201           add some seeking debug info
19202           send a flush when seeking
19203
19204 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19205
19206         * configure.ac:
19207           use AC_C_INLINE
19208         * configure.ac:
19209         * ext/Makefile.am:
19210         * ext/theora/Makefile.am:
19211         * ext/theora/theoradec.c:
19212           add theora video decoder. Does just do simple decoding for now and
19213           has been tested against Theora cvs only. It only works when theora
19214           is compiled with --enable-static.
19215         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19216           always reset packetno on DISCONT
19217
19218 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19219
19220         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19221           Fix audio.
19222
19223 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19224
19225         * gst/mpegaudioparse/gstmpegaudioparse.c:
19226         (mp3_type_frame_length_from_header):
19227           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19228
19229 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19230
19231         * ext/esd/esdsink.c: (gst_esdsink_init):
19232           Since we have static pad template caps, we don't need to negotiate;
19233           either the core errors out or we know the format.
19234
19235 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19236
19237         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19238         (gst_riff_read_seek):
19239         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19240         (gst_ebml_read_seek):
19241           Fix event handling.
19242
19243 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19244
19245         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19246           removee video/x-theora from vp3 decoder, it doesn't handle raw
19247           theora streams
19248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19249           fix bug with finalizing element that never went to PAUSED
19250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19251           length and position queries were swapped
19252         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19253         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19254         (vorbis_dec_src_event):
19255           implement querying time and bytes
19256
19257 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * just about every source file:
19260           gst_element_error -> GST_ELEMENT_ERROR
19261
19262 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19263
19264         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19265         emiting FLUSH and even before DISCONT.
19266         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19267         get the best instant seeking as possible yay!
19268
19269 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * gst/mpeg1videoparse/gstmp1videoparse.c:
19272         (gst_mp1videoparse_real_chain):
19273           Committed wrong version last week... Grr... Didn't notice until now.
19274
19275 2004-01-29  Julien MOUTTE <julien@moutte.net>
19276
19277         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19279         have_xwindow_id signal in xwindow_create.
19280
19281 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19282
19283         * ext/ogg/gstoggdemux.c:
19284           lots of changes - mainly support for chained bitstreams, seeking,
19285           querying and bugfixes of course
19286         * ext/vorbis/Makefile.am:
19287         * ext/vorbis/vorbisdec.c:
19288         * ext/vorbis/vorbisdec.h:
19289           add vorbisdec raw vorbis decoder
19290         * ext/vorbis/vorbis.c: (plugin_init):
19291           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19292         * gst/intfloat/Makefile.am:
19293         * gst/intfloat/float22int.c:
19294         * gst/intfloat/float22int.h:
19295         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19296           add float2intnew plugin. It converts multichannel interleaved float to
19297           multichannel interleaved int. The name should probably be changed.
19298         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19299         (plugin_init):
19300           add typefinding for raw theora video so oggdemux can detect it.
19301
19302 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19303
19304         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19305         sink element first.
19306         * gst/videoscale/gstvideoscale.c:
19307         (gst_videoscale_handle_src_event): Fixing src event handler.
19308
19309 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19312         (gst_v4lsrc_open), (gst_v4lsrc_close),
19313         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19314         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19315         * sys/v4l/gstv4lsrc.h:
19316         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19317         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19318           Implement resizing... Hack. But that's why v4l is b0rked...
19319
19320 2004-01-28  Julien MOUTTE <julien@moutte.net>
19321
19322         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19323         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19324         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19325         (gst_ximagesink_xwindow_destroy):
19326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19327         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19328         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19329         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19330         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19331         correctly cleaning the image created to check xshm calls on succes,
19332         added a lot of XSync calls in X11 functions, and fixed a segfault when
19333         no image format was defined before negotiation happened.
19334
19335 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19336
19337         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19338           use gst_element_get_time to get correct time
19339
19340 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19341
19342         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19343         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19344         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19346         (gst_xvimagesink_check_xshm_calls),
19347         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19348         X plugins are now able to detect that XShm calls will fail even if the
19349         server claims that it has XShm support (remote displays most of the
19350         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19351         so that we use non XShm functions. This feature is almost useless for
19352         xvimagesink as Xv is not supported on remote displays anyway, but
19353         it might happen than even on the local display XShm calls fail.
19354
19355 2004-01-27  David Schleef  <ds@schleef.org>
19356
19357         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19358         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19359         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19360         changed esdsink to only use 44100,16,2, since esd sucks at rate
19361         conversion and esdsink has had difficulty negotiating.
19362
19363 2004-01-27  Julien MOUTTE <julien@moutte.net>
19364
19365         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19366         (gst_play_seek_to_time): Fixing the way to get current position.
19367
19368 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19369
19370         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19371           use gst_element_get_time to get correct time
19372
19373 2004-01-27  Julien MOUTTE <julien@moutte.net>
19374
19375         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19376         fix ever... Inverting 2 lines of code make spider autoplug correctly
19377         tagged mp3 !
19378
19379 2004-01-27  David Schleef  <ds@schleef.org>
19380
19381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19382         Use gst_pad_try_set_caps_nonfixed().
19383
19384 2004-01-27  David Schleef  <ds@schleef.org>
19385
19386         * gst/ac3parse/gstac3parse.c: update to checklist 5
19387         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19388         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19389         * gst/audioscale/gstaudioscale.c: same
19390         * gst/auparse/gstauparse.c: same
19391         * gst/avi/gstavidemux.c: same
19392
19393 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19394
19395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19396           stop processing after EOS
19397
19398 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19399
19400         * gst/asfdemux/asfheaders.h:
19401         * gst/asfdemux/gstasfdemux.c:
19402         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19403         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19404         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19405           lot's of fixes to make data extraction simpler and get the code
19406           architecture and compiler independant. Add debugging category
19407         * gst/goom/gstgoom.c: (gst_goom_change_state):
19408           reset channel count on PAUSED=>READY, not READY=>PAUSED
19409
19410 2004-01-26  Colin Walters  <walters@verbum.org>
19411
19412         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19413         code to pull a bigger buffer in iradio mode.  This as a side effect
19414         makes typefinding work.
19415
19416 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19417
19418         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19419         Fix SVQ3 decoding on PPC
19420
19421 2004-01-26  Julien MOUTTE <julien@moutte.net>
19422
19423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19424         that one managed to stay there... Fixed.
19425
19426 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19427
19428         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19429         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19430         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19431         (qtdemux_video_caps):
19432         * gst/qtdemux/qtdemux.h:
19433         Add SVQ3 specific flags to qtdemux and ffmpeg
19434
19435 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19436
19437         * gst-libs/gst/audio/audio.h:
19438           remove buffer-frames from audio caps
19439         * gst/audioconvert/gstaudioconvert.c:
19440           fix plugin to really work.
19441
19442 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19443
19444         * gst-libs/gst/mixer/mixer.c:
19445         * gst-libs/gst/propertyprobe/propertyprobe.c:
19446         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19447         (gst_tuner_find_channel_by_name):
19448         * gst-libs/gst/tuner/tuner.h:
19449           Add gtk-doc style comments. Also fix a function name.
19450
19451 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19454         (gst_divxdec_negotiate):
19455           Fix for new capsnego - also fixes gst-player with divxdec.
19456
19457 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19458
19459         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19460         (gst_play_identity_handoff), (gst_play_set_location),
19461         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19462         try in visualization implementation. Still have an issue with switch
19463         blocking when pulling from video_queue and only audio comes out of
19464         spider.
19465         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19466         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19467         release method. And check if the pad is usable before pulling.
19468
19469 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19470
19471         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19472         (gst_videobalance_init),
19473         (gst_videobalance_colorbalance_list_channels),
19474         (gst_videobalance_colorbalance_set_value),
19475         (gst_videobalance_colorbalance_get_value),
19476         (gst_videobalance_update_properties),
19477         (gst_videobalance_update_tables_planar411),
19478         (gst_videobalance_planar411):
19479         * gst/videofilter/gstvideobalance.h:
19480           Implement lookup-tables. +/- 10x faster.
19481
19482 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19483
19484         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19485         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19486           The index reading was broken. The rest worked fine, but the whole
19487           goal of my rewrite was to make avidemux readable, and this was
19488           not at all readable. Please use typed variables.
19489
19490 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19491
19492         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19493           Additional pad usability check.
19494         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19495         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19496         (gst_mp1videoparse_real_chain):
19497           Fix MPEG video stream parsing. The original plugin had several
19498           issues, including not timestamping streams where the source was
19499           not timestamped (this happens with PTS values in mpeg system
19500           streams, but MPEG video is also a valid stream on its own so
19501           that needs timestamps too). We use the display time code for that
19502           for now. Also, if one incoming buffer contains multiple valid
19503           frames, we push them all on correctly now, including proper EOS
19504           handling. Lastly, several potential segfaults were fixed, and we
19505           properly sync on new sequence/gop headers to include them in next,
19506           not previous frames (since they're header for the next frame, not
19507           the previous). Also see #119206.
19508         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19509         (bpf_from_header):
19510           Move caps setting so we only do it after finding several valid
19511           MPEG-1 fraes sequentially, not right after the first one (which
19512           might be coincidental).
19513         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19514         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19515         (plugin_init):
19516           Add unsynced MPEG video stream typefinding, and change some
19517           probability values so we detect streams rightly. The idea is as
19518           follows: I can have an unsynced system stream which contains
19519           video. In the current code, I would randomly get a type for either
19520           system or video stream type found, because the probabilities are
19521           being calculated rather randomly. I now use fixed values, so we
19522           always prefer system stream if that was found (and that is how it
19523           should be). If no system stream was found, we can still identity                the stream as video-only.
19524
19525 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19526
19527         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19528         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19529           don't write to buffer. Extract data without the need of
19530           __attribute__ ((packed))
19531
19532 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19535         (mpeg1_sys_type_find):
19536           Fix MPEG-1 stream typefinding.
19537
19538 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19539
19540         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19541           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19542
19543 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19544
19545         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19546         * ext/esd/gstesd.c: (plugin_init):
19547           private debugging, better error reporting
19548
19549 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19550
19551         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19552         (gst_riff_read_init), (gst_riff_read_change_state):
19553         * gst-libs/gst/riff/riff-read.h:
19554           Remove stuff fromold metadata system.
19555
19556 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19557
19558         * ext/ogg/gstoggdemux.c:
19559           Fix wrong file comment.
19560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19561         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19562           Add metadata reading properly.
19563
19564 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * ext/Makefile.am:
19567           Fix nas DIST_SUBDIRS
19568           Uraeus:
19569           Fix bug where make distcheck doesn't get run on adding stuff to
19570           the build.
19571
19572 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19573
19574         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19575         * ext/divx/gstdivxdec.h:
19576           Fix divx3 ("msmpeg4") playback using divxdec.
19577
19578 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19579
19580         * gst/typefind/gsttypefindfunctions.c:
19581         (mp3_type_frame_length_from_header): fix bug in length computation
19582         (mp3_type_find): improve debugging output
19583
19584 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19585
19586         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19587         (gst_play_set_location), (gst_play_seek_to_time),
19588         (gst_play_set_audio_sink), (gst_play_set_visualization),
19589         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19590         the pipeline from scratch. Visualization is back and switch went out as
19591         i realized it was not possible to use the way i wanted.
19592         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19593         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19594         clearing in state change from READY to NULL. So that one can clean the
19595         X ressources keeping the element.
19596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19597         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19598         (gst_xvimagesink_colorbalance_set_value),
19599         (gst_xvimagesink_colorbalance_get_value),
19600         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19601         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19602         change from READY to NULL and fixed some stupid bugs in colorbalance
19603         get/set values. Also added the following feature : when nobody tries to
19604         set some values to the colorbalance levels before the xcontext is
19605         grabbed, then when creating channels list from Xv attributes we set the
19606         internal values to the Xv defaults. This way we handle buggy Xv drivers
19607         that set default hue values far from the middle of the range (Thanks
19608         to Jon Trowbridge for pointing that issue).
19609         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19610         colorbalance levels have been set before xcontext is grabbed.
19611
19612 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19615           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19616           it might block operations (which is bad for a mixer).
19617
19618 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19619
19620         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19621         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19622         (gmip_find_type_pre):
19623         * gst-libs/gst/media-info/media-info-priv.h:
19624         * gst-libs/gst/media-info/media-info.c:
19625         (gst_media_info_instance_init), (gst_media_info_read_idler):
19626         add fakesink to get caps on decoder src pad again
19627         fix callback prototype to match new have_type signal signature
19628
19629 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19630
19631         * gst/adder/gstadder.c: (gst_adder_link):
19632           fix non-compile and cut-n-paste code
19633
19634 2004-01-21  David Schleef  <ds@schleef.org>
19635
19636         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19637         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19638         (gst_swfdec_init), (gst_swfdec_change_state):
19639         * ext/swfdec/gstswfdec.h:
19640         Fix negotiation.
19641         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19642         (gst_adder_request_new_pad): Fix negotiation.
19643         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19644         Add a fixate function.
19645         * gst/intfloat/gstfloat2int.c:
19646         * gst/intfloat/gstfloat2int.h:
19647         * gst/intfloat/gstint2float.c:
19648         * gst/intfloat/gstint2float.h:
19649         Completely rewrite the negotiation.  Doesn't quite work yet,
19650         due to some buffer-frames problem.
19651
19652 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19653
19654         * ext/gnomevfs/gstgnomevfssrc.c:
19655         * sys/v4l2/v4l2_calls.h:
19656           fix includes for distcheck
19657
19658 2004-01-21  Christian Schaller <uraeus@gnome.org>
19659
19660         * ext/nas/
19661         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19662         based on earlier patch from Laurent Vivier
19663
19664 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19665
19666         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19667         Fix wma caps property
19668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19669         Fix typo (flags1 and flags2)
19670
19671 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19672
19673         * gst-libs/gst/media-info/media-info-priv.c:
19674         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19675         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19676         (gmip_find_stream), (gmip_find_track_metadata),
19677         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19678         (gmip_find_track_format):
19679         * gst-libs/gst/media-info/media-info-priv.h:
19680         * gst-libs/gst/media-info/media-info-test.c: (main):
19681         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19682         (gst_media_info_read_idler), (gst_media_info_read):
19683         * gst-libs/gst/media-info/media-info.h:
19684           register debugging category and use it for debugging
19685
19686 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19687
19688         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19689         (gst_vorbisfile_new_link):
19690           signal streaminfo through tags
19691
19692 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19693
19694         * ext/mplex/gstmplex.cc:
19695         * ext/mplex/gstmplexibitstream.cc:
19696           g++ doesn't like NULL in our i18n/error macros, should be
19697           either (NULL) or ("").
19698
19699 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19700
19701         * sys/dxr3/dxr3audiosink.c:
19702         * sys/dxr3/dxr3init.c:
19703         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19704         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19705           Fix more error error error errors (missing includes here).
19706
19707 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19708
19709         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19710           fix thomas' error errors.
19711
19712 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19713
19714         * ext/mpeg2enc/gstmpeg2enc.cc:
19715           fix error errors.
19716
19717 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19720         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19721           Fix for new error system.
19722
19723 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19724
19725         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19726           fix for new error reporting
19727
19728 2004-01-20  David Schleef  <ds@schleef.org>
19729
19730         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19731         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19732         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19733         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19734         and neither is 100+, most likely.
19735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19736         (gst_xvimagesink_getcaps): same
19737
19738 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19739
19740         * configure.ac:
19741           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19742           clashes with ffmpeg.
19743
19744 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19745
19746         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19747         (gst_switch_init): Fixed switch element : proxying link and setting
19748         caps from src to sink on request.
19749
19750 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19753         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19754         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19755         fix element_error
19756
19757 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19758
19759         * sys/v4l/v4l_calls.h:
19760         * sys/v4l2/v4l2_calls.h:
19761           element_error fixes
19762
19763 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19764
19765         * gst-libs/gst/gst-i18n-plugin.h:
19766           add locale.h
19767           remove config.h inclusion
19768
19769 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19770
19771         * autogen.sh:
19772           adding autopoint invocation
19773         * Makefile.am:
19774         * configure.ac:
19775         * gst-libs/gst/gettext.h:
19776           adding gettext bits
19777         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19778         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19779         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19780         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19781         (gst_gnomevfssink_close_file):
19782         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19783         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19784         * gst-libs/gst/gst-i18n-plugin.h:
19785         * gst/avi/gstavi.c: (plugin_init):
19786         * sys/dxr3/dxr3init.c: (plugin_init):
19787         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19788         * sys/oss/gstossaudio.c: (plugin_init):
19789         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19790         * sys/v4l/gstv4l.c: (plugin_init):
19791         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19792         * sys/v4l2/gstv4l2.c: (plugin_init):
19793         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19794         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19795         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19796         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19797         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19798         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19799           make sure locale and translation domain are set
19800           fix translated strings
19801         * po/.cvsignore:
19802         * po/LINGUAS:
19803         * po/Makevars:
19804         * po/POTFILES.in:
19805         * po/nl.po:
19806           put translation files into place
19807         * sys/xvideo/imagetest.c: (main):
19808         * ext/dv/demo-play.c: (main):
19809           fix unnecessary translations
19810
19811 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19812
19813         * ext/sndfile/gstsf.c:
19814         * gst/avi/gstavimux.c:
19815         * ext/audiofile/gstafsink.c:
19816         * ext/audiofile/gstafsrc.c:
19817         * ext/gnomevfs/gstgnomevfssink.c:
19818         * ext/gnomevfs/gstgnomevfssrc.c:
19819         * sys/oss/gstosselement.c:
19820         * sys/v4l/v4l_calls.h:
19821           fix i18n include
19822
19823 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19826         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19827         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19828         (gst_v4l2_get_output), (gst_v4l2_set_output),
19829         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19830         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19831         (gst_v4l2_set_attribute):
19832         update to new error handling
19833
19834 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19835
19836         * ext/sidplay/gstsiddec.cc:
19837         * gst/modplug/gstmodplug.cc:
19838           parenthese NULL because C++ seems angry about it
19839
19840 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * gst-libs/gst/gst-i18n-plugin.h:
19843           add skeleton i18n stuff, but needs to be further implemented
19844
19845 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * examples/gstplay/player.c: (main):
19848         * ext/aalib/gstaasink.c: (gst_aasink_open):
19849         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19850         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19851         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19852         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19853         (gst_afsink_close_file):
19854         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19855         (gst_afsrc_close_file):
19856         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19857         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19858         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19859         * ext/esd/esdmon.c: (gst_esdmon_get):
19860         * ext/esd/esdsink.c: (gst_esdsink_chain):
19861         * ext/faac/gstfaac.c: (gst_faac_chain):
19862         * ext/faad/gstfaad.c: (gst_faad_chain):
19863         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19864         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19865         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19866         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19867         (gst_flacdec_loop):
19868         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19869         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19870         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19871         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19872         (gst_gnomevfssink_close_file):
19873         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19874         (gst_gnomevfssrc_open_file):
19875         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19876         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19877         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19878         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19879         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19880         * ext/mad/gstmad.c: (gst_mad_chain):
19881         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19882         * ext/mpeg2dec/gstmpeg2dec.c:
19883         * ext/mpeg2enc/gstmpeg2enc.cc:
19884         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19885         * ext/mplex/gstmplex.cc:
19886         * ext/mplex/gstmplexibitstream.cc:
19887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19888         (gst_ogg_demux_push), (gst_ogg_pad_push):
19889         * ext/raw1394/gstdv1394src.c:
19890         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19891         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19892         * ext/sidplay/gstsiddec.cc:
19893         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19894         (gst_sf_loop):
19895         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19896         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19897         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19899         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19900         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19901         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19902         * gst-libs/gst/Makefile.am:
19903         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19904         (gst_riff_read_element_data), (gst_riff_read_seek),
19905         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19906         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19908         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19910         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19911         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19912         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19913         * gst/goom/gstgoom.c: (gst_goom_chain):
19914         * gst/id3/gstid3types.c: (gst_id3types_loop):
19915         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19916         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19917         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19918         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19919         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19920         (gst_ebml_read_float), (gst_ebml_read_header):
19921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19922         (gst_matroska_demux_parse_blockgroup):
19923         * gst/modplug/gstmodplug.cc:
19924         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19925         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19926         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19927         * gst/silence/gstsilence.c: (gst_silence_get):
19928         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19929         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19930         * gst/speed/gstspeed.c: (speed_loop):
19931         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19933         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19934         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19935         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19936         (gst_wavparse_loop):
19937         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19938         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19939         (dxr3audiosink_close):
19940         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19941         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19942         (dxr3videosink_close), (dxr3videosink_write_data):
19943         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19944         * sys/oss/gstosselement.h:
19945         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19946         (gst_osssink_chain):
19947         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19948         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19949         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19951         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19952         (gst_v4l_enable_overlay):
19953         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19954         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19955         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19956         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19957         (gst_v4l_set_audio):
19958         * sys/v4l/v4l_calls.h:
19959         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19960         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19961         (gst_v4lmjpegsink_playback_init),
19962         (gst_v4lmjpegsink_playback_start):
19963         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19964         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19965         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19966         (gst_v4lmjpegsrc_requeue_frame):
19967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19968         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19969         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19970         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19971         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19972         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19973         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19974         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19975         (gst_v4l2src_capture_stop):
19976         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19977         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19978         (gst_ximagesink_chain):
19979         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19980         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19981         (gst_xvideosink_xwindow_new):
19982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19983         (gst_xvimagesink_chain):
19984         use new error signal, function and categories
19985
19986 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19987
19988         * configure.ac:
19989         * ext/Makefile.am:
19990         * ext/musicbrainz/gsttrm.c:
19991         * ext/musicbrainz/gsttrm.h:
19992         * ext/musicbrainz/Makefile.am:
19993         Add a trm plugin
19994
19995 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19996
19997         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19998         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19999         synchronous property for debugging.
20000         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20002         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20003         smaller block, fixing indent.
20004
20005 2004-01-16  David Schleef  <ds@schleef.org>
20006
20007         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20008         property affects the video stream.
20009         * sys/xvimage/xvimagesink.c:
20010         * sys/xvimage/xvimagesink.h:
20011         Add synchronous property for debugging.  Should probably be
20012         disabled in non-CVS builds.  Make sure that the Xv attribute
20013         exists before we set it (crash!).  Fix a silly float bug that
20014         caused colorbalance to just not work.
20015
20016 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20017
20018         * tools/gst-launch-ext.in - update for new plugins
20019
20020 2004-01-16  David Schleef  <ds@schleef.org>
20021
20022         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20023         already-freed caps.
20024
20025 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20026
20027         * Update spec for new colorspace plugin and libcaca plugin
20028         * Fix compilation of libcaca plugin (clock -> id)
20029
20030 2004-01-16  Julien MOUTTE <julien@moutte.net>
20031
20032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20033         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20034         (gst_xvimagesink_set_xwindow_id),
20035         (gst_xvimagesink_colorbalance_set_value),
20036         (gst_xvimagesink_colorbalance_get_value),
20037         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20038         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20039         correct colorbalance properties. They can now be set when the element
20040         is still in NULL state. The values will be committed to the Xv Port
20041         when xcontext is initialized.
20042         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20043         brightness int values in the GstXvImagesink structure.
20044
20045 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20046
20047         * gst-libs/gst/Makefile.am:
20048           restructure so having local patches works easier.
20049
20050 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20051
20052         * ext/mpeg2enc/Makefile.am:
20053         * ext/mpeg2enc/gstmpeg2enc.cc:
20054         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20055           Bugfix with respect to EOS handling.
20056
20057 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20058
20059         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20060           Link with right caps (else, it segfaults).
20061         * ext/mplex/gstmplexjob.cc:
20062           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20063
20064 2004-01-15  David Schleef  <ds@schleef.org>
20065
20066         * gst-libs/gst/audio/Makefile.am:
20067         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20068         from the template.
20069         * gst-libs/gst/audio/gstaudiofilter.c:
20070         * gst-libs/gst/audio/gstaudiofilter.h:
20071         Add bytes_per_sample and size and n_samples calculation.
20072         * gst-libs/gst/audio/gstaudiofilterexample.c:
20073         Remove, now autogenerated.
20074         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20075         Moved from gstaudiofilterexample, object name changed, code added
20076         so that it actually works.
20077         * gst-libs/gst/audio/make_filter:
20078         Script to build an audiofilter subclass from the template.
20079         * gst/colorspace/Makefile.am:
20080         * gst/colorspace/yuv2yuv.c:
20081         Remove file, since it's GPL, and we don't use it.
20082
20083 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20084
20085         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20087         them use the buffer free function to test how the buffer was allocated.
20088
20089 2004-01-15  David Schleef  <ds@schleef.org>
20090
20091         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20092         that handles osssink fallback.
20093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20094         (gst_audio_convert_getcaps):
20095         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20096         Add audio/x-qdm2 for QDM2 audio.
20097         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20098         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20099         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20100         Decrease minimum size to 16x16.
20101         * gst/wavparse/gstwavparse.c:
20102         Convert disabled pad template caps to new caps.
20103         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20105         (gst_xvimagesink_chain): Throw element error when display cannot
20106         be opened.  Increase minimum framerate to 1.0.  Check the data
20107         free function on a buffer to make sure it is the type we expect
20108         before manipulating it.
20109
20110 2004-01-15  Julien MOUTTE <julien@moutte.net>
20111
20112         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20113         (gst_videobalance_colorbalance_set_value): Implement passthru if
20114         settings are in the middle.
20115         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20116
20117 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20118
20119         * gst/videofilter/Makefile.am:
20120         * gst/volume/Makefile.am:
20121           Since we use videofilter symbols, link to it.
20122
20123 2004-01-15  Julien MOUTTE <julien@moutte.net>
20124
20125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20126         mixer interface type to HARDWARE.
20127         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20128         type to SOFTWARE.
20129         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20130         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20131         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20132         (gst_volume_interface_init), (gst_volume_list_tracks),
20133         (gst_volume_set_volume), (gst_volume_get_volume),
20134         (gst_volume_set_mute), (gst_volume_mixer_init),
20135         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20136         (volume_init): Implementing mixer interface.
20137         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20138         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20139         (gst_osselement_change_state): Removing some trailing commas in
20140         structures.
20141         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20142         interface type to HARDWARE.
20143         * sys/v4l/gstv4lcolorbalance.c:
20144         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20145         type to HARDWARE.
20146         * sys/v4l2/gstv4l2colorbalance.c:
20147         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20148         interface type to HARDWARE.
20149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20150         same code than ximagesink for event handling.
20151
20152 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20153
20154         * ext/snapshot/Makefile.am:
20155         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20156         (gst_snapshot_chain):
20157         * ext/snapshot/gstsnapshot.h:
20158           This has to be a joke... Snapshot should be connected to a tee,
20159           colorspace element before it and EOS after that, where the other
20160           src of the tee receives normal data.
20161           The current way is *wrong*.
20162
20163 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20164
20165         * ext/hermes/gsthermescolorspace.c:
20166           Fix another compile error. Same as below.
20167
20168 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * gst/colorspace/gstcolorspace.c:
20171         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20172         (gst_colorspace_i420_to_yv12):
20173           Fix compiling... Didn't test if it actually works.
20174
20175 2004-01-15  David Schleef  <ds@schleef.org>
20176
20177         * configure.ac:
20178         * gst/colorspace/Makefile.am:
20179         * gst/colorspace/gstcolorspace.c:
20180         * gst/colorspace/gstcolorspace.h:
20181         * gst/colorspace/yuv2rgb.c:
20182         * gst/colorspace/yuv2rgb.h:
20183         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20184         code and GPL code.  Fix for new caps negotiation.  Rewrite
20185         much of the format handling code, and some of the conversion
20186         code.  Basically, rewrote almost everything.  This element
20187         handles I420, YV12 to RGB conversions.
20188         * ext/hermes/Makefile.am:
20189         * ext/hermes/gsthermescolorspace.c:
20190         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20191         Remove non-Hermes related code.  This element handles lots of
20192         RGB to RGB conversions, but no YUV.
20193         * ext/hermes/gstcolorspace.c:
20194         * ext/hermes/gstcolorspace.h:
20195         * ext/hermes/rgb2yuv.c:
20196         * ext/hermes/yuv2rgb.c:
20197         * ext/hermes/yuv2rgb.h:
20198         * ext/hermes/yuv2rgb_mmx16.s:
20199         * ext/hermes/yuv2yuv.c:
20200         * ext/hermes/yuv2yuv.h:
20201         Remove old code.
20202
20203 2004-01-14  Colin Walters  <walters@verbum.org>
20204
20205         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20206         they've already been.
20207
20208 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20209
20210         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20211           assume tag mode when pad is not connected
20212
20213 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20214
20215         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20216           Don't update the time of the clock
20217         (gst_alsa_sink_loop):
20218           sync to the clock given to alsasink, not the own clock
20219         * sys/oss/gstosssink.c: (gst_osssink_chain):
20220           sync to the clock
20221         (gst_osssink_change_state):
20222           activate the clock
20223         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20225           remove bogus code that made DISCONT events unhandled
20226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20227           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20228           #131502)
20229         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20230         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20231         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20232           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20233           2nd warning in bug #131502)
20234
20235 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20236
20237         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20238         (gst_videobalance_colorbalance_set_value),
20239         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20240         for colorbalance interface implementation.
20241         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20242         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20243         (gst_ximagesink_dispose), (gst_ximagesink_init),
20244         (gst_ximagesink_class_init): Adding DISPLAY property.
20245         * sys/ximage/ximagesink.h: Adding display_name to store display.
20246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20247         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20248         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20249         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20250         properties (they still need polishing though for gst-launch use : no
20251         xcontext yet, i ll do that tomorrow).
20252         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20253
20254 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20255
20256         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20257         (gst_play_set_location), (gst_play_set_visualization): Preparing
20258         switch integration, adding videobalance in the pipeline.
20259
20260 2004-01-14  Julien MOUTTE <julien@moutte.net>
20261
20262         * gst-libs/gst/colorbalance/colorbalance.c:
20263         (gst_color_balance_class_init): Adding a default type.
20264         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20265         the type.
20266         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20267         (gst_videobalance_dispose), (gst_videobalance_class_init),
20268         (gst_videobalance_init), (gst_videobalance_interface_supported),
20269         (gst_videobalance_interface_init),
20270         (gst_videobalance_colorbalance_list_channels),
20271         (gst_videobalance_colorbalance_set_value),
20272         (gst_videobalance_colorbalance_get_value),
20273         (gst_videobalance_colorbalance_init): Implementing colorbalance
20274         interface.
20275         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20276         list.
20277         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20278         bug which was triggering a BadAccess X error when setting an overlay
20279         before pad was really negotiated.
20280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20281         Using the colorbalance type macro.
20282
20283 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20284
20285         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20286         (gst_flacenc_chain):
20287           handle tags correctly
20288         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20289           extract ID3v1 tags correctly
20290
20291 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20294         (plugin_init):
20295           Improve matroska typefinding for odd-typed headers...
20296
20297 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20300           Fix for using incremental number on padnames.
20301
20302 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * ext/divx/gstdivxdec.c:
20305         * ext/divx/gstdivxenc.c:
20306           Set category to divx4linux instead of divx (too generic).
20307         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20308         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20309         (gst_wavparse_loop), (gst_wavparse_change_state):
20310         * gst/wavparse/gstwavparse.h:
20311           fix parsing of WAV files with non-standard fmt-tag size and fix
20312           skipping of unrecognized chunks... Someone please fix this thing
20313           to use rifflib so all this is automated.
20314         * sys/v4l/Makefile.am:
20315         * sys/v4l2/Makefile.am:
20316           Add X_CFLAGS because we depend on X (for overlay).
20317
20318 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20319
20320         * ext/mpeg2dec/gstmpeg2dec.c:
20321           Don't issue a timestamp unless we tagged the frame
20322           with a PTS.
20323
20324 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20325
20326         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20327           Query the audio element to get the time, not the clock. We're
20328           interested in the element's time here.
20329
20330 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20331
20332         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20334         * ext/esd/esdsink.c: (gst_esdsink_chain):
20335         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20336         * ext/mas/massink.c: (gst_massink_chain):
20337         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20339         (gst_matroska_demux_parse_metadata):
20340         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20341         (gst_mpeg_parse_release_locks):
20342         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20343         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20344         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20345         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20346         (gst_osssink_change_state):
20347         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20348         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20349         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20350         (gst_xvideosink_release_locks):
20351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20352           use element time.
20353         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20354         (gst_alsa_clock_stop):
20355         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20356         (gst_audio_clock_get_internal_time):
20357           simplify for use with new clocking code.
20358         * testsuite/alsa/Makefile.am:
20359         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20360           fix testsuite for new caps system
20361
20362 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20363
20364         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20365         * ext/flac/gstflacenc.c: (add_one_tag):
20366           length is already host endian, no need to convert. Fixes playback of
20367           tagged files on PPC. (bug #128384)
20368
20369 2004-01-13  Julien MOUTTE <julien@moutte.net>
20370
20371         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20372         colorbalance interface stating if it is hardware based or software
20373         based.
20374         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20375         Removing a trailing comma.
20376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20377         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20378         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20379         the documentation seems to be wrong on the -1000 to 1000 interval.
20380
20381 2004-01-12  David Schleef  <ds@schleef.org>
20382
20383         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20384         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20385         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20386         Fix negotiation.  Add a bufferalloc function for the sink pad,
20387         and generally clean up some of the code.
20388
20389 2004-01-12  Julien MOUTTE <julien@moutte.net>
20390
20391         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20392         (gst_color_balance_channel_dispose): Adding safety check in dispose
20393         method.
20394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20395         (gst_xvimagesink_xcontext_clear),
20396         (gst_xvimagesink_interface_supported),
20397         (gst_xvimagesink_colorbalance_list_channels),
20398         (gst_xvimagesink_colorbalance_set_value),
20399         (gst_xvimagesink_colorbalance_get_value),
20400         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20401         Adding colorbalance interface support to set XV parameters such as
20402         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20403         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20404         interface.
20405
20406 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20407
20408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20409         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20410         (gst_audio_convert_init), (gst_audio_convert_set_property),
20411         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20412         (gst_audio_convert_link),
20413         (gst_audio_convert_buffer_to_default_format),
20414         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20415           - implement _getcaps and use it
20416           - improve linking
20417           - remove float caps since no float conversion is actually done
20418           - remove properties and arguments that were to be used for rate
20419             conversion
20420
20421 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20422
20423         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20424         (gst_audio_structure_set_int):
20425         * gst-libs/gst/audio/audio.h:
20426           add helper functions for _getcaps matching the standard audio
20427           templates
20428
20429 2004-01-12  David Schleef  <ds@schleef.org>
20430
20431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20432         Test that pad is negotiated before getting its caps.
20433
20434 2004-01-12  Julien MOUTTE <julien@moutte.net>
20435
20436         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20437         analyzing the pads of an element the bin is mostly in READY state so
20438         no caps were negotiated. This helper function needs to work with
20439         _get_caps directly then. I was not freeing them though, added that to
20440         fix the mem leak.
20441
20442 2004-01-12  Julien MOUTTE <julien@moutte.net>
20443
20444         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20446         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20447         than the free_func.
20448
20449 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20450
20451         * sys/oss/gstossaudio.c: (plugin_init):
20452         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20453         * sys/oss/gstosselement.h:
20454           make an oss debugging category
20455           make failure more descriptive
20456
20457 2004-01-11  David Schleef  <ds@schleef.org>
20458
20459         * ext/ffmpeg/gstffmpeg.c:
20460         * ext/ffmpeg/gstffmpegcodecmap.c:
20461         * ext/ffmpeg/gstffmpegdec.c:
20462         * ext/ffmpeg/gstffmpegenc.c:
20463         * ext/ffmpeg/gstffmpegprotocol.c:
20464         * ext/gdk_pixbuf/gstgdkanimation.c:
20465         * ext/jpeg/gstjpeg.c:
20466         * ext/libpng/gstpng.c:
20467         * ext/mpeg2dec/perftest.c:
20468         * ext/speex/gstspeex.c:
20469         * gst-libs/gst/resample/dtos.c:
20470         * gst/intfloat/gstintfloatconvert.c:
20471         * gst/oneton/gstoneton.c:
20472         * gst/rtjpeg/RTjpeg.c:
20473         * gst/rtp/gstrtp.c:
20474         * sys/dxr3/dxr3init.c:
20475         * sys/glsink/gstgl_nvimage.c:
20476         * sys/glsink/gstgl_pdrimage.c:
20477         * sys/glsink/gstglsink.c:
20478         * testsuite/gst-lint:
20479         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20480
20481 2004-01-11  David Schleef  <ds@schleef.org>
20482
20483         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20484         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20485         * ext/gdk_pixbuf/gstgdkanimation.c:
20486         (gst_gdk_animation_iter_create_pixbuf):
20487         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20488         (gst_gdk_pixbuf_chain):
20489         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20490         * ext/jack/gstjack.c: (gst_jack_change_state):
20491         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20492         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20493         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20494         * gst/videofilter/gstvideofilter.c:
20495         (gst_videofilter_set_output_size):
20496         Remove all usage of gst_pad_get_caps(), and replace it with
20497         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20498
20499 2004-01-11  David Schleef  <ds@schleef.org>
20500
20501         * configure.ac:
20502         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20503         * ext/divx/gstdivxdec.c:
20504         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20505         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20506         handle images that span multiple buffers.  Now work with both
20507         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20508         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20509         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20510         video/video.h changes
20511         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20513         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20514         of GstData free function.
20515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20516         same.
20517
20518 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20519
20520         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20521         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20522         (gst_v4l2element_get_property):
20523         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20524           add norm, channel and frequency properties.
20525         * sys/v4l2/gstv4l2tuner.c:
20526           fixes for tuner interface changes
20527         * sys/v4l2/gstv4l2element.h:
20528         * sys/v4l2/gstv4l2src.c:
20529         * sys/v4l2/gstv4l2src.h:
20530         * sys/v4l2/v4l2src_calls.c:
20531         * sys/v4l2/v4l2src_calls.h:
20532           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20533
20534 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20535
20536         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20537         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20538         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20539         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20540         * gst-libs/gst/tuner/tuner.h:
20541           GObjects aren't const.
20542           Add find_by_name functions.
20543           Add checks to _changed functions.
20544         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20545         (gst_v4l_tuner_get_norm):
20546           Fixes for above.
20547
20548 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20549
20550         * gst-libs/gst/video/video.h:
20551           Fix caps template names to be understandable.
20552           Prefix everything with GST_VIDEO.
20553         * ext/aalib/gstaasink.c:
20554         * ext/divx/gstdivxdec.c:
20555         * ext/divx/gstdivxenc.c:
20556         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20557         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20558         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20559         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20560         * ext/libcaca/gstcacasink.c:
20561         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20562         * ext/snapshot/gstsnapshot.c:
20563         * ext/swfdec/gstswfdec.c:
20564         * ext/xvid/gstxviddec.c:
20565         * ext/xvid/gstxvidenc.c:
20566         * gst/chart/gstchart.c:
20567         * gst/deinterlace/gstdeinterlace.c:
20568         * gst/effectv/gsteffectv.c:
20569         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20570         * gst/goom/gstgoom.c:
20571         * gst/median/gstmedian.c:
20572         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20573         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20574         * gst/overlay/gstoverlay.c:
20575         * gst/smooth/gstsmooth.c:
20576         * gst/smpte/gstsmpte.c:
20577         * gst/synaesthesia/gstsynaesthesia.c:
20578         * gst/videocrop/gstvideocrop.c:
20579         * gst/videodrop/gstvideodrop.c:
20580         * gst/y4m/gsty4mencode.c:
20581         * sys/qcam/gstqcamsrc.c:
20582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20583           Make them work with new video.h file.
20584         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20585         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20587         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20588           Make it work with new buffer allocation system.
20589
20590 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20591
20592         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20593         pad_alloc_buffer implementation to use ->srcpad
20594         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20595         pad_alloc_buffer implementation to use ->srcpad
20596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20597         pad_alloc_buffer implementation to use ->srcpad
20598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20599         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20600         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20601         a reference to everything we need.
20602         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20604         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20605         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20606         a reference to everything we need.
20607         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20608
20609 2004-01-11  David Schleef  <ds@schleef.org>
20610
20611         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20612         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20613         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20614         structure members.
20615         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20616         value during a resize/renegotiation.
20617         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20618         gst_pad_alloc_buffer();
20619         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20620         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20621         structure members.
20622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20623         Fix for rename of buffer private structure members.
20624         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20625         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20626         Fix for rename of buffer private structure members.
20627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20628         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20629         Fix for rename of buffer private structure members.
20630
20631 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20632
20633         reviewed by: David Schleef <ds@schleef.org>
20634
20635         * gst/videofilter/Makefile.am:
20636         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20637         from the patch by ds to fit in with recent make_filter changes.
20638
20639 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20640
20641         * configure.ac: Adding examples/switch/Makefile
20642         * examples/Makefile.am: Adding examples/switch
20643         * examples/switch/Makefile.am: Adding switcher example.
20644         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20645         (switch_timer), (main): Adding an example demonstrating switch usage
20646         with 2 videotestsrc showing different patterns.
20647         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20648         (gst_switch_init): Fixing switch with the new caps system.
20649
20650 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20651
20652         * gst-libs/gst/video/video.h:
20653           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20654           They should probably be like
20655           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20656
20657 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20658
20659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20660         (qtdemux_parse_trak):
20661           fix audio chunk size/timestamp calculation
20662
20663 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20664
20665         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20666           fix SVQ3 caps
20667
20668 2004-01-11  Steve Baker  <steve@stevebaker.org>
20669
20670         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20671         (gst_agingtv_base_init), (gst_agingtv_class_init),
20672         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20673         (gst_agingtv_set_property), (gst_agingtv_get_property):
20674         Port agingTV to videofilter
20675
20676 2004-01-09  Julien MOUTTE <julien@moutte.net>
20677
20678         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20679         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20680
20681 2004-01-09  Julien MOUTTE <julien@moutte.net>
20682
20683         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20684         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20685         * gst-libs/gst/xoverlay/xoverlay.c:
20686         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20688         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20689         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20690         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20691         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20692         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20693         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20694         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20695         interface implementation to handle xid being 0 and fix some bugs
20696         triggered by Benjamin's testcase.
20697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20698         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20699         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20700         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20701         interface implementation to handle xid being 0 and fix some bugs
20702         triggered by Benjamin's testcase.
20703
20704 2004-01-09  David Schleef  <ds@schleef.org>
20705
20706         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20707         mouse pointer events.  It works.
20708
20709 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20710
20711         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20712           Use explicit caps - fix capsnego.
20713         * ext/xvid/gstxviddec.c:
20714         * ext/xvid/gstxvidenc.c:
20715           Remove macro-inside-macro which caused compile errors.
20716         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20717           Error out if it's not a RIFF file. Else we error out without
20718           gst_element_error() which is not good...
20719
20720 2004-01-08  David Schleef  <ds@schleef.org>
20721
20722         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20723         Fix pad_link function to handle formats that ffmpeg returns
20724         as multiple caps structures.
20725         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20726         Only complain if source buffer is _smaller_ than expected.
20727         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20728         (gst_videoscale_handle_src_event): Resize navigation events
20729         when passing them upstream.
20730         * gst/videotestsrc/gstvideotestsrc.c:
20731         * gst/videotestsrc/gstvideotestsrc.h:
20732         * gst/videotestsrc/videotestsrc.c:
20733         * gst/videotestsrc/videotestsrc.h:
20734         Rewrite many of the buffer painting functions to handle odd
20735         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20736         been verified to work with my video card.
20737         * testsuite/gst-lint:  Add check for elements calling
20738         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20739
20740 2004-01-08  David Schleef  <ds@schleef.org>
20741
20742         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20743         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20744
20745 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20746
20747         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20748         configure event is not emiting the desired size signal. That fixes
20749         aspect ratio issues with gst-player.
20750
20751 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20754           Fix capsnego.
20755
20756 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20757
20758         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20759         public method to fire size signal.
20760
20761 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20762
20763         * examples/gstplay/Makefile.am: Adding the interface library.
20764         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20765         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20766         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20767         GST_IS_X_OVERLAY before signal connect.
20768         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20769         Removing the have_video_size signal.
20770         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20771         and associated public method.
20772         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20773         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20774         signal.
20775         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20776         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20777         signal.
20778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20779         Using XOverlay public method to fire size signal.
20780
20781 2004-01-07  David Schleef  <ds@schleef.org>
20782
20783         * gst/videofilter/Makefile.am:
20784         * gst/videofilter/gstvideotemplate.c:
20785         * gst/videofilter/make_filter:
20786         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20787         Convert make_filter to /bin/sh script.
20788
20789 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20790
20791         * gst/modplug/gstmodplug.cc: fix element description
20792
20793 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20794
20795         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20796         (got_video_size): Adding some new lines in g_print calls.
20797         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20798         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20799         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20800         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20801         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20802         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20803         Complete code review, reverting some stuff i disagree with, adding
20804         some fixes : time synchronization on invalid timestamps, renegotiation
20805         of private window.
20806         * sys/ximage/ximagesink.h:
20807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20808         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20809         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20810         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20811         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20812         (gst_xvimagesink_buffer_new),
20813         (gst_xvimagesink_navigation_send_event),
20814         (gst_xvimagesink_set_xwindow_id),
20815         (gst_xvimagesink_get_desired_size),
20816         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20817         stuff i disagree with, adding some fixes : Renegotiation of private
20818         window, implementing get_desired_size.
20819
20820 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20823         (gst_afsink_handle_event):
20824         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20825         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20826         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20827         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20828         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20829           Fix for instantiate-test (see core). Also remove dead code from
20830           jpegenc (which still needs fixing, but that's lower on my TODO
20831           list...).
20832         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20833           Never return NULL as caps.
20834
20835 2004-01-07  David Schleef  <ds@schleef.org>
20836
20837         * configure.ac:
20838         * ext/Makefile.am:
20839         * ext/librfb/Makefile.am:
20840         * ext/librfb/gstrfbsrc.c:
20841         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20842         is the protocol used by VNC.
20843
20844 2004-01-07  David Schleef  <ds@schleef.org>
20845
20846         * gst/videofilter/gstvideotemplate.c:
20847         * gst/videofilter/gstvideotemplate.h:
20848         * gst/videofilter/make_filter:
20849         Merge videotemplate header into source file.
20850         * gst/effectv/Makefile.am:
20851         * gst/effectv/gsteffectv.c: (plugin_init):
20852         * gst/effectv/gstwarp.c:
20853         Make warpTV a subclass of videofilter.
20854
20855 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20856
20857         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20858           Add guard against invalid utf-8 conversions in mad. Just in case.
20859
20860 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20861
20862         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20863           Fix for bug shown by poisoning
20864
20865 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20866
20867         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20868         (gst_v4lmjpegsrc_buffer_free):
20869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20870         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20871         (gst_v4lsrc_buffer_free):
20872           Fix for removed bufferpools.
20873
20874 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20875
20876         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20877         Fix caps negotiation.
20878
20879         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20880         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20881         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20882         (dvdnavsrc_event):
20883         * ext/mpeg2dec/gstmpeg2dec.c:
20884         * gst-libs/gst/navigation/navigation.c:
20885         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20886         * gst-libs/gst/navigation/navigation.h:
20887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20888         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20890         Super-simple first version of mouse and keyboard events. Clicking
20891         on a DVD menu now works, although it may not take you where you
20892         expected.
20893
20894         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20895         * gst/videotestsrc/gstvideotestsrc.c:
20896         (gst_videotestsrc_src_fixate):
20897         These fixate functions were broken - they never actually
20898         fixated :)
20899
20900 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20901
20902         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20903         (gst_icecastsend_init):
20904           fix for new caps system.
20905         * gst-libs/gst/mixer/mixertrack.h:
20906         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20907           Add 'master track' flag (for tools like ACME that only want to
20908           change the main volume).
20909
20910 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20911
20912         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20913         (gst_xvid_csp_to_caps):
20914         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20915         * ext/xvid/gstxvidenc.c:
20916         ifdef out ARGB type when it isn't available
20917         in xvidcore 1.0.0beta2
20918
20919 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20920
20921         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20922           When we have received a new SCR right in the first buffer after
20923           a seek (so in the same cycle that handles the discont), we should
20924           handle the buffer instead of unreffing it, else we lose data.
20925
20926 2004-01-06  Iain <iain@prettypeople.org>
20927
20928         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20929           buffer-frames caps too.
20930
20931         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20932           caps that we need, don't destroy them all and rebuild them. And when
20933           creating src pads, use the src pad template rather than the sink...
20934
20935 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20936
20937         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20938           Add pad to element *after* setting functions such as event handler.
20939           Without this, the scheduler (opt) will link pads, set the event
20940           handler from the default event function (dispatcher in gstpad.c)
20941           and *after* that, we will set our own event function, which will
20942           thus never be used (and thus mpegdemux doesn't handle events).
20943
20944 2004-01-04  David Schleef  <ds@schleef.org>
20945
20946         Fix the fixate functions to handle new prototype:
20947         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20948         * gst/videotestsrc/gstvideotestsrc.c:
20949         (gst_videotestsrc_src_fixate):
20950         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20951         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20953
20954 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20955
20956         * sys/ximage/ximagesink.h:
20957         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20958         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20959         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20960         (gst_ximagesink_xoverlay_init):
20961           assorted fixes to make (re)embedding work
20962         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20963         (gst_ximagesink_get_desired_size):
20964           implement desired size additions to XOverlay
20965
20966 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20967
20968         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20969         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20970         (gst_x_overlay_got_desired_size):
20971         * gst-libs/gst/xoverlay/xoverlay.h:
20972           Add optional "desired size" signal and querying.
20973
20974 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20975
20976         * gst/matroska/matroska-demux.c:
20977         (gst_matroska_demux_parse_blockgroup):
20978           Fix EBML-laced block parsing. Diffs are relative to previous
20979           lace, not the first lace. Thanks to Mosu from the Matroska
20980           team for detecting this.
20981         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20982         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20983         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20984         (gst_wavparse_change_state):
20985         * gst/wavparse/gstwavparse.h:
20986           Quickfix for capsnego.
20987
20988 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20989
20990         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20991           Fix indenting, fix pad creation.
20992
20993 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20994
20995         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20996         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20997         (gst_xviddec_sink_link):
20998           Implement src_getcaps() so proper size caps is negotiated.
20999
21000 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21001
21002         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21003           Finish flac decoder on EOS. See #116178.
21004
21005 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21006
21007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21008         (gst_matroska_demux_add_stream):
21009         * gst/matroska/matroska-ids.h:
21010           Add getcaps() function to fix capsnego...
21011
21012 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21013
21014         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21015         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21016         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21017           Fix more integer overflows. Again, see #126967.
21018
21019 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * ext/mpeg2dec/gstmpeg2dec.c:
21022           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21023           #130416.
21024
21025 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21026
21027         * configure.ac:
21028         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21029         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21030         * ext/xvid/gstxvid.h:
21031         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21032         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21033         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21034         (gst_xviddec_change_state):
21035         * ext/xvid/gstxviddec.h:
21036         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21037         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21038         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21039         (gst_xvidenc_link), (gst_xvidenc_set_property),
21040         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21041         * ext/xvid/gstxvidenc.h:
21042           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21043
21044 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21045
21046         * gst/rtp/rtp-packet.c:
21047           Add sys/types.h include, since OS X doesn't define in_addr_t
21048           in netinet/in.h, like it does on Linux (see #129600).
21049
21050 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21051
21052         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21055           Correct logic of dispose function (see #129306).
21056
21057 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21060         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21061         (gst_mpeg_parse_init):
21062         * gst/mpegstream/gstmpegparse.h:
21063           Remove clock (which was never provided, i.e. dead code), and
21064           also fix integer overflows at high PTS values (see #126967).
21065
21066 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21067
21068         * ext/flac/gstflacdec.c:
21069         * ext/libpng/gstpngenc.h:
21070         * ext/mikmod/gstmikmod.h:
21071           OS X fixes (see #126628).
21072
21073 2004-01-02  David Schleef  <ds@schleef.org>
21074
21075         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21076         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21077         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21078         (gst_mpeg_parse_class_init): Move pad template registration
21079         to class_init, since the derived class (mpegdemux) doesn't
21080         want them.
21081
21082 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21083
21084         * sys/ximage/Makefile.am:
21085         * sys/xvideo/Makefile.am:
21086         * sys/xvimage/Makefile.am:
21087           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21088           after installation (see #127664).
21089
21090 2004-01-02  David Schleef  <ds@schleef.org>
21091
21092         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21093         (gst_ffmpegenc_connect):  Negotiation fixes.
21094         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21095         Remove inappropriate gst_caps_free().
21096         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21097         Reenable Ronald's internal resize code, since the core handles
21098         it correctly now.
21099
21100 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21101
21102         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21103         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21105           Fix pad template stuff.
21106
21107 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21108
21109         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21110         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21111           fix signed integer reading/writing.
21112
21113 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21114
21115         * ext/alsa/README:
21116           Remove outdated document
21117
21118 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21119
21120         * gst/cutter/gstcutter.c: (gst_cutter_init):
21121           src pad was being created twice - oops.
21122
21123 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21126           Comment out internal resize. It doesn't handle the resulting
21127           XEvent internally, does another try_set_caps() which leads to
21128           a really nice loop.
21129           Real fix will come when Julien and Dave are awake. ;).
21130
21131 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21132
21133         * ext/mpeg2enc/gstmpeg2enc.cc:
21134           fix const/nonconst compile issue.
21135
21136 2004-01-02  David Schleef  <ds@schleef.org>
21137
21138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21139         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21140         Add fixate function and a check for bad formats.
21141
21142 2004-01-01  David Schleef  <ds@schleef.org>
21143
21144         Negotiation fixes:
21145         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21146         (gst_audiofilter_init):
21147         * gst/debug/efence.c: (gst_efence_init):
21148         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21149         (gst_deinterlace_init):
21150         * gst/volume/gstvolume.c: (volume_connect):
21151
21152 2004-01-01  David Schleef  <ds@schleef.org>
21153
21154         Convert elements to use gst_pad_use_explicit_caps() where
21155         appropriate:
21156         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21157         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21158         (gst_afparse_open_file):
21159         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21160         (gst_afsrc_open_file):
21161         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21162         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21163         (gst_ffmpegdec_chain):
21164         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21165         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21166         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21167         (gst_gdk_pixbuf_chain):
21168         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21169         (gst_jpegdec_chain):
21170         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21171         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21172         (gst_mikmod_negotiate):
21173         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21174         (gst_mpeg2dec_negotiate_format):
21175         * ext/mpeg2enc/gstmpeg2enc.cc:
21176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21177         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21178         (gst_speexdec_sinkconnect):
21179         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21180         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21181         (gst_vorbisfile_new_link):
21182         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21183         (gst_ac3parse_chain):
21184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21185         (gst_asf_demux_setup_pad):
21186         * gst/auparse/gstauparse.c: (gst_auparse_init),
21187         (gst_auparse_chain):
21188         * gst/id3/gstid3types.c: (gst_id3types_loop):
21189         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21190         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21191         (mp1videoparse_parse_seq):
21192         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21193         (bpf_from_header):
21194         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21195         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21196         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21197         (gst_mpeg_parse_send_data):
21198         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21199         (gst_qtdemux_add_stream):
21200         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21201         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21202         (gst_wavparse_parse_fmt):
21203
21204 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21205
21206         * configure.ac:
21207           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21208           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21209           it therefore uses the wrong include paths. Too bad... Note
21210           that 1.6.1.93 is not release yet. ;).
21211           Also add a check for mplex, which is now using the lib'ified
21212           mplex from mjpegtools, too.
21213         * ext/ffmpeg/gstffmpegcodecmap.c:
21214           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21215           issues. I don't think ffmpeg handles 3ivx correctly, so this
21216           probably won't work. But it won't hurt either.
21217         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21218         (gst_ffmpegdec_chain):
21219         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21220         (gst_ffmpegenc_chain_audio):
21221           Fix memleak in audio encoding. Close codec if open fails, this
21222           calls the cleanup routines so we can re-use the context.
21223         * ext/mpeg2enc/gstmpeg2enc.cc:
21224           Fix pad template names/types, fix memory issue with getcaps().
21225         * ext/mpeg2enc/gstmpeg2encoder.cc:
21226         * ext/mpeg2enc/gstmpeg2encoder.hh:
21227           Fix compile issue with new caps system (const thingy).
21228         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21229         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21230           We read a first frame right on initing, so that we have a caps
21231           when we init the output. This caps is cached in padprivate and
21232           read as first frame.
21233         * ext/mplex/Makefile.am:
21234         * ext/mplex/gstmplex.cc:
21235         * ext/mplex/gstmplex.h:
21236         * ext/mplex/gstmplex.hh:
21237         * ext/mplex/gstmplexibitstream.cc:
21238         * ext/mplex/gstmplexibitstream.hh:
21239         * ext/mplex/gstmplexjob.cc:
21240         * ext/mplex/gstmplexjob.hh:
21241         * ext/mplex/gstmplexoutputstream.cc:
21242         * ext/mplex/gstmplexoutputstream.hh:
21243           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21244           had issues, didn't do capsnego, supported only a subset of the
21245           mplex features and required a mplex fork in our local CVS. Plus
21246           that it worked agaist a very old mplex version. Rewriting was
21247           faster than updating it.
21248         * gst-libs/ext/Makefile.am:
21249         * gst-libs/ext/mplex/INSTRUCT:
21250         * gst-libs/ext/mplex/Makefile.am:
21251         * gst-libs/ext/mplex/README:
21252         * gst-libs/ext/mplex/TODO:
21253         * gst-libs/ext/mplex/ac3strm_in.cc:
21254         * gst-libs/ext/mplex/audiostrm.hh:
21255         * gst-libs/ext/mplex/audiostrm_out.cc:
21256         * gst-libs/ext/mplex/aunit.hh:
21257         * gst-libs/ext/mplex/bits.cc:
21258         * gst-libs/ext/mplex/bits.hh:
21259         * gst-libs/ext/mplex/buffer.cc:
21260         * gst-libs/ext/mplex/buffer.hh:
21261         * gst-libs/ext/mplex/fastintfns.h:
21262         * gst-libs/ext/mplex/format_codes.h:
21263         * gst-libs/ext/mplex/inputstrm.cc:
21264         * gst-libs/ext/mplex/inputstrm.hh:
21265         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21266         * gst-libs/ext/mplex/mjpeg_logging.cc:
21267         * gst-libs/ext/mplex/mjpeg_logging.h:
21268         * gst-libs/ext/mplex/mjpeg_types.h:
21269         * gst-libs/ext/mplex/mpastrm_in.cc:
21270         * gst-libs/ext/mplex/mpegconsts.cc:
21271         * gst-libs/ext/mplex/mpegconsts.h:
21272         * gst-libs/ext/mplex/mplexconsts.hh:
21273         * gst-libs/ext/mplex/multplex.cc:
21274         * gst-libs/ext/mplex/outputstream.hh:
21275         * gst-libs/ext/mplex/padstrm.cc:
21276         * gst-libs/ext/mplex/padstrm.hh:
21277         * gst-libs/ext/mplex/stillsstream.cc:
21278         * gst-libs/ext/mplex/stillsstream.hh:
21279         * gst-libs/ext/mplex/systems.cc:
21280         * gst-libs/ext/mplex/systems.hh:
21281         * gst-libs/ext/mplex/vector.cc:
21282         * gst-libs/ext/mplex/vector.hh:
21283         * gst-libs/ext/mplex/videostrm.hh:
21284         * gst-libs/ext/mplex/videostrm_in.cc:
21285         * gst-libs/ext/mplex/videostrm_out.cc:
21286         * gst-libs/ext/mplex/yuv4mpeg.cc:
21287         * gst-libs/ext/mplex/yuv4mpeg.h:
21288         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21289         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21290           We don't fork mjpegtools' mplex in our CVS anymore.
21291         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21292         (gst_avi_demux_add_stream):
21293         * gst/avi/gstavidemux.h:
21294           Add getcaps() function for proper caps nego. This makes some
21295           parts of AVI playback/reading work.
21296         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21297           Resize window on new capsnego. This is probably wrong, but
21298           I'm still committing it because with current capsnego, the
21299           first successfull capsnego is auto-fixated, therefore rounded
21300           down to the lowest values in the caps. this results in a 16x16
21301           XWindow that is not reized when real capsnego finishes.
21302           Dave, I see more cases of this, do you know a proper solution?
21303         * tools/gst-launch-ext.in:
21304           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21305
21306 2003-12-31  David Schleef  <ds@schleef.org>
21307
21308         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21309         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21310           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21311
21312 2003-12-30  David Schleef  <ds@schleef.org>
21313
21314         * ext/ffmpeg/gstffmpegcolorspace.c:
21315         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21316         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21317         (gst_ffmpegcsp_chain): Negotiation fixes
21318         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21320         (gst_audio_convert_link), (gst_audio_convert_channels):
21321         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21322         (gst_audioscale_link), (gst_audioscale_get_buffer),
21323         (gst_audioscale_chain): Negotiation fixes
21324         * gst/audioscale/gstaudioscale.h:
21325         * gst/videofilter/gstvideofilter.c:
21326         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21327         (gst_videofilter_link), (gst_videofilter_init),
21328         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21329         (gst_videofilter_find_format_by_structure):
21330         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21331         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21332         (gst_videoscale_link):
21333         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21334         (videoscale_find_by_structure), (gst_videoscale_setup):
21335         * gst/videoscale/videoscale.h: Negotiation fixes
21336         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21337         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21338         function, restrict resizing to a multiple of 4 (hack until
21339         everyone supports odd sizes correctly).
21340
21341 2003-12-29  Colin Walters  <walters@verbum.org>
21342
21343         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21344         signed.
21345
21346 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21347
21348         * ext/sndfile/gstsf.c: (gst_sf_loop):
21349           Fix warning about discarding const qualifier
21350
21351 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21352
21353         * gst/cutter/gstcutter.c:
21354         * gst/videoscale/gstvideoscale.c:
21355         * gst/volenv/gstvolenv.c:
21356         * gst-libs/gst/audio/audio.c:
21357         * gst-libs/gst/video/video.c:
21358           Fix warnings
21359
21360 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21361
21362         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21363           Don't send ALSA debugging to stderr.
21364         * ext/alsa/gstalsa.h:
21365           Use GST_WARNING instead of g_warning when ALSA functions fail.
21366
21367 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21368
21369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21370           Free XVAdapterInfo correctly.
21371
21372 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21373
21374         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21375         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21376           Make id3tag use correct caps nego.
21377
21378 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21379
21380         * ext/ivorbis/vorbis.c:
21381         * ext/ivorbis/vorbisenc.h:
21382         * ext/ivorbis/vorbisfile.c:
21383           Modify so that it uses the new caps things
21384
21385 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21386
21387         * testsuite/spider/spider1.c: (main):
21388         * testsuite/spider/spider2.c: (main):
21389         * testsuite/spider/spider3.c: (main):
21390           Make tests compile again. They probably don't work.
21391
21392 2003-12-24  Colin Walters  <walters@verbum.org>
21393
21394         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21395         we can't fixate the caps anymore.
21396
21397 2003-12-23  David Schleef  <ds@schleef.org>
21398
21399         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21400         * sys/oss/gstosssink.c: (gst_osssink_init),
21401         (gst_osssink_sink_fixate): Add fixate function.
21402
21403 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21404
21405         * ext/ffmpeg/gstffmpegcodecmap.c:
21406         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21407         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21408         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21409         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21410         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21411         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21412         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21413           fix typo in RGB masks, and move back to "old" colorspace
21414           capsnego code until whoever wrote this new crap has actually
21415           tested it so that it works.
21416           And yes, this works, keep it that way please.
21417
21418 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21419
21420         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21421         (gst_divxdec_init), (gst_divxdec_negotiate):
21422         * ext/divx/gstdivxdec.h:
21423         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21424         (gst_divxenc_init):
21425         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21426         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21427         * ext/mpeg2enc/gstmpeg2enc.cc:
21428         * ext/mpeg2enc/gstmpeg2encoder.cc:
21429         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21430         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21431         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21432         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21433         (dxr3spusink_init):
21434         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21435         (dxr3videosink_init):
21436           Fix caps breakage after Dave's caps branch merge.
21437
21438 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21439
21440         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21441           Fix for 24bpp display.
21442
21443 2003-12-23  Colin Walters  <walters@verbum.org>
21444
21445         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21446         a GnomeVFSHandle directly.
21447
21448 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21449
21450         * gst/volume/Makefile.am:
21451         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21452         (volume_base_init), (volume_init):
21453           Reenable volume element and fix to work with new caps stuff.
21454           Rhythmbox needs this.
21455
21456 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21457
21458         * gst/qtdemux/qtdemux.c: (plugin_init):
21459           qtdemux requires bytestream
21460
21461 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21462
21463         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21464           Fix remaining caps handling errors due to CAPS merge.
21465
21466 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21467
21468         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21469         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21470         (gst_faad_srcconnect):
21471           Port to new caps system.
21472
21473 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21474
21475         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21476         (got_video_size), (main): using g_print instead of g_message.
21477         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21478         signal which was not emitted because of "switch" element added to the
21479         bin but not connected. (Removing from the bin temporarily)
21480
21481 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21482
21483         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21484         find X development files. I don't understand the previous tests and
21485         they fail on my debian/ppc unstable. This one works.
21486         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21487         exiting.
21488         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21489         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21490         (gst_play_set_visualization): Add some safety checks in set_ methods
21491         and state_change. This was throwing some ugly CRITICAL messages when
21492         pipeline was getting disposed and casts were failing.
21493
21494 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21495
21496         * configure.ac:
21497           Improve mpeg2enc detection. This is for distributions that do
21498           ship mjpegtools, but without mpeg2enc. Also does object check
21499           for might there ever be ABI incompatibility.
21500         * ext/mpeg2enc/gstmpeg2enc.cc:
21501           Add Andrew as second maintainer (he's helping me), and also add
21502           an error if no caps was set. This happens if I pull before capsnego
21503           and that's something I should solve sometime else.
21504         * gst/matroska/matroska-demux.c:
21505         (gst_matroska_demux_parse_blockgroup):
21506           Fix time parsing.
21507         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21508         (gst_matroska_mux_track_header):
21509           Add caps to templates.
21510         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21511           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21512         * gst/mpegstream/gstmpegdemux.c:
21513           Remove layer since it causes warnings about unfixed caps.
21514         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21515           Fix obvious typo (we error out if caps were set, we should of
21516           course error out if *no* caps were set).
21517         * sys/oss/gstosselement.c: (gst_osselement_convert):
21518           Fix format conversion, we confused bits/bytes.
21519         * sys/oss/gstosselement.h:
21520           Improve documentation for 'bps'.
21521         * sys/v4l/TODO:
21522           Remove stuff about plugins that need removing - this was done
21523           ages ago.
21524         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21525         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21527         (gst_v4lsrc_src_query):
21528         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21529         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21530           Add get_query_types(), get_formats() and query() functions.
21531
21532 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21533
21534         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21535         * moved CVS to freedesktop.org