gst-libs/gst/video/Makefile.am: compile in copied-over videofilter into the video...
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst-libs/gst/video/Makefile.am:
4           compile in copied-over videofilter into the video library
5         * gst-libs/gst/video/videosink.h:
6           rename the header to gstvideosink.h since it's a base GstObject class
7         * sys/ximage/ximagesink.h:
8         * sys/xvimage/xvimagesink.h:
9           use the new header
10
11 2005-11-28  Wim Taymans  <wim@fluendo.com>
12
13         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
14         * gst/playback/gstplaybasebin.h:
15         Prepare to handle errors betters.
16
17         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
18         Set sinks to PAUSED first before adding and linking them so that
19         we don't interrupt dataflow.
20
21 2005-11-28  Wim Taymans  <wim@fluendo.com>
22
23         * gst-libs/gst/audio/TODO:
24         Updated TODO
25
26         * gst-libs/gst/audio/gstaudiosink.c:
27         (gst_audioringbuffer_open_device),
28         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
29         (gst_audioringbuffer_release):
30         Small cleanups.
31
32         * gst-libs/gst/audio/gstbaseaudiosink.c:
33         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
34         (gst_base_audio_sink_change_state):
35         Slave to the master clock when going to PLAYING and unslave when
36         going to PAUSED.
37
38         * gst-libs/gst/audio/gstringbuffer.c:
39         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
40         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
41         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
42         (gst_ring_buffer_clear_all), (wait_segment),
43         (gst_ring_buffer_commit), (gst_ring_buffer_read),
44         (gst_ring_buffer_advance):
45         * gst-libs/gst/audio/gstringbuffer.h:
46         Add some docs and cleanups.
47
48 2005-11-28  Julien MOUTTE  <julien@moutte.net>
49
50         * sys/xvimage/xvimagesink.c:
51         (gst_xvimagesink_navigation_send_event): Fix navigation events
52         coordinates translation with pixel aspect ratios.
53
54 2005-11-28  Julien MOUTTE  <julien@moutte.net>
55
56         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
57         Use calculated video geometry from _setcaps instead of buffer
58         caps to respect pixel aspect ratio. (fixes #322388)
59
60 2005-11-28  Julien MOUTTE  <julien@moutte.net>
61
62         * docs/libs/tmpl/gstcolorbalance.sgml:
63         * docs/libs/tmpl/gstmixer.sgml:
64         * docs/libs/tmpl/gstxoverlay.sgml:
65         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
66         interface.
67
68 2005-11-28  Julien MOUTTE  <julien@moutte.net>
69
70         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
71         Refuse to create an XvImage if we can't find the format.
72
73 2005-11-28  Edward Hervey  <edward@fluendo.com>
74
75         * gst-libs/gst/riff/riff-media.c:
76         (gst_riff_create_audio_template_caps):
77         Add ATRAC3 to the list of riff-possible audio caps.
78         I know we still don't have a plugin for atrac3, but it's saner to output
79         that than a cryptic mimetype.
80
81 2005-11-27  Edward Hervey  <edward@fluendo.com>
82
83         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
84         Don't try to create a zero-sized subbuffer.
85
86 2005-11-27  Julien MOUTTE  <julien@moutte.net>
87
88         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
89         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
90         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
91         (gst_ximagesink_expose): Fixed a tricky race.
92         * sys/ximage/ximagesink.h:
93         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
94         (gst_xvimagesink_expose): Fixed a tricky race.
95         * sys/xvimage/xvimagesink.h:
96
97 2005-11-27  Edward Hervey  <edward@fluendo.com>
98
99         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
100         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
101         Remove unused properties, and add queues between demuxers and decoders
102         so that a lot more files can preroll properly.
103
104 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
105
106         * gst-libs/gst/net/Makefile.am:
107         * gst-libs/gst/rtp/Makefile.am:
108         * gst-libs/gst/tag/Makefile.am:
109           remove silly include
110         * gst/tags/Makefile.am:
111         * gst/tags/gsttagediting.c:
112         * gst/tags/gsttageditingprivate.h:
113         * gst/tags/tagedit.vcproj:
114           remove directory, is as good as empty
115
116 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
117
118         * configure.ac:
119           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
120         * gst-libs/Makefile.am:
121         * gst-libs/gst/audio/Makefile.am:
122         * gst-libs/gst/interfaces/Makefile.am:
123         * gst-libs/gst/net/Makefile.am:
124         * gst-libs/gst/riff/Makefile.am:
125         * gst-libs/gst/rtp/Makefile.am:
126         * gst-libs/gst/tag/Makefile.am:
127         * gst-libs/gst/video/Makefile.am:
128           and use them
129
130 2005-11-27  Julien MOUTTE  <julien@moutte.net>
131
132         * docs/libs/tmpl/gstcolorbalance.sgml:
133         * docs/libs/tmpl/gstmixer.sgml:
134         * docs/libs/tmpl/gstxoverlay.sgml:
135         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
136         * sys/ximage/ximagesink.h:
137         * sys/xvimage/xvimagesink.h: More and more documentation.
138
139 2005-11-26  Julien MOUTTE  <julien@moutte.net>
140
141         * docs/libs/gst-plugins-base-libs-docs.sgml:
142         * docs/libs/gst-plugins-base-libs-sections.txt:
143         * docs/libs/tmpl/gstcolorbalance.sgml:
144         * docs/libs/tmpl/gstmixer.sgml:
145         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
146         to documentation.
147
148 2005-11-26  Julien MOUTTE  <julien@moutte.net>
149
150         * docs/plugins/Makefile.am:
151         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
152         * docs/plugins/gst-plugins-base-plugins-sections.txt:
153         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
154
155 2005-11-26  Julien MOUTTE  <julien@moutte.net>
156
157         * docs/plugins/Makefile.am:
158         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
159         * docs/plugins/gst-plugins-base-plugins-sections.txt:
160         * docs/plugins/inspect/plugin-adder.xml:
161         * docs/plugins/inspect/plugin-alsa.xml:
162         * docs/plugins/inspect/plugin-audioconvert.xml:
163         * docs/plugins/inspect/plugin-audiorate.xml:
164         * docs/plugins/inspect/plugin-audioresample.xml:
165         * docs/plugins/inspect/plugin-audiotestsrc.xml:
166         * docs/plugins/inspect/plugin-decodebin.xml:
167         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
168         * docs/plugins/inspect/plugin-gnomevfs.xml:
169         * docs/plugins/inspect/plugin-ogg.xml:
170         * docs/plugins/inspect/plugin-playbin.xml:
171         * docs/plugins/inspect/plugin-subparse.xml:
172         * docs/plugins/inspect/plugin-tcp.xml:
173         * docs/plugins/inspect/plugin-theora.xml:
174         * docs/plugins/inspect/plugin-typefindfunctions.xml:
175         * docs/plugins/inspect/plugin-video4linux.xml:
176         * docs/plugins/inspect/plugin-videorate.xml:
177         * docs/plugins/inspect/plugin-videoscale.xml:
178         * docs/plugins/inspect/plugin-videotestsrc.xml:
179         * docs/plugins/inspect/plugin-volume.xml:
180         * docs/plugins/inspect/plugin-vorbis.xml:
181         * docs/plugins/inspect/plugin-ximagesink.xml:
182         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
183         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
184
185 2005-11-26  Edward Hervey  <edward@fluendo.com>
186
187         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
188         Properly return GstFlowReturn from gst_pad_push in chain functions.
189
190 2005-11-25  Michael Smith  <msmith@fluendo.com>
191
192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
193         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
194         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
195         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
196           Handle various conditions better when we don't understand a stream.
197           Removes a heap of CRITICALs on ogg streams containing unknown data.
198
199 2005-11-24  Andy Wingo  <wingo@pobox.com>
200
201         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
202         Be threadsafe.
203
204 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
205
206         * configure.ac: back to HEAD
207
208 === release 0.9.6 ===
209
210 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
211
212         * configure.ac:
213           releasing 0.9.6, "White Eight"
214
215 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
216
217         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
218         * docs/plugins/inspect/plugin-sine.xml:
219           remove sinesrc some more
220
221 2005-11-23  Wim Taymans  <wim@fluendo.com>
222
223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
224         If we are reading too slowly, jump forward in the ringbuffer
225         instead of blocking.
226
227 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
228
229         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
230         (gst_visual_chain):
231         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
232         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
233         (gst_videorate_chain):
234         * gst/videotestsrc/gstvideotestsrc.c:
235         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
236         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
237         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
238         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
239         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
240         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
241           Updates for API changes
242
243 2005-11-23  Wim Taymans  <wim@fluendo.com>
244
245         * gst-libs/gst/audio/gstbaseaudiosink.c:
246         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
247         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
248         Fix for calibration API change.
249
250 2005-11-23  Michael Smith <msmith@fluendo.com>
251
252         * gst-libs/gst/audio/multichannel.c:
253         (gst_audio_get_channel_positions),
254         (gst_audio_set_channel_positions),
255         (gst_audio_set_structure_channel_positions_list),
256         (gst_audio_fixate_channel_positions):
257           Use gst_value_array_*() functions on value arrays, not
258           gst_value_list_*().
259
260 2005-11-23  Edward Hervey  <edward@fluendo.com>
261
262         * autogen.sh:
263         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
264         Fixes autogen
265
266 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
267
268         * check/Makefile.am:
269         * check/elements/videotestsrc.c: (setup_videotestsrc),
270         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
271         (main):
272           add a test for videotestsrc
273
274 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
275
276         * gst/sine/.cvsignore:
277         * gst/sine/Makefile.am:
278         * gst/sine/gstsinesrc.c:
279         * gst/sine/gstsinesrc.h:
280         * gst/sine/sinesrc.vcproj:
281           and remove sinesrc from the repository.  Closes #321446
282
283 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
284
285         * configure.ac:
286         * gst-plugins-base.spec.in:
287           remove sinesrc from the build
288
289 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
290
291         * check/Makefile.am:
292         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
293         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
294         (main):
295           add a test for audiotestsrc, testing all waves.  Even seems
296           leak-free at first glance, nice job Stefan
297
298 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
299
300         * po/af.po:
301         * po/az.po:
302         * po/cs.po:
303         * po/en_GB.po:
304         * po/hu.po:
305         * po/it.po:
306         * po/nb.po:
307         * po/nl.po:
308         * po/or.po:
309         * po/sq.po:
310         * po/sr.po:
311         * po/sv.po:
312         * po/uk.po:
313         * po/vi.po:
314           Translation string updates
315
316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
317         (gst_v4lsrc_set_caps):
318         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
319         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
320         * sys/v4l/v4lsrc_calls.h:
321           Improve v4lsrc, by making it work again.
322
323 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
324
325         * ext/libvisual/visual.c: (gst_visual_chain):
326           Fix the fps calculations.
327
328         * gst/ffmpegcolorspace/avcodec.h:
329           Move structure element for clarity
330
331         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
332         * gst-libs/gst/interfaces/tunernorm.h:
333         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
334         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
335         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
336         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
337         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
338         (gst_v4lmjpegsrc_getcaps):
339         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
340         (gst_v4lsrc_set_caps):
341         * sys/v4l/gstv4lsrc.h:
342         * sys/v4l/v4l_calls.c: (gst_v4l_open):
343         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
344         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
345         * sys/v4l/v4lsrc_calls.h:
346           Fractional framerates...
347
348 2005-11-22  Wim Taymans  <wim@fluendo.com>
349
350         * gst-libs/gst/audio/gstbaseaudiosink.c:
351         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
352         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
353         And we provide a clock by default, of course...
354
355 2005-11-22  Wim Taymans  <wim@fluendo.com>
356
357         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
358         This clock can be slaved to a master clock now.
359
360         * gst-libs/gst/audio/gstbaseaudiosink.c:
361         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
362         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
363         (gst_base_audio_sink_set_clock),
364         (gst_base_audio_sink_set_property),
365         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
366         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
367         * gst-libs/gst/audio/gstbaseaudiosink.h:
368         Handle slaving the internal clock to the clock selected in the
369         pipeline.
370         Add property to make the basesink not provide a clock.
371
372         * gst-libs/gst/rtp/gstbasertpdepayload.c:
373         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
374         (gst_base_rtp_depayload_wait):
375         * gst-libs/gst/rtp/gstbasertpdepayload.h:
376         We can use the clock in GstElement, no need to store it ourselves.
377
378 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
379
380         * docs/libs/tmpl/gstaudio.sgml:
381           update
382         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
383         (gst_paranoia_endian_get_type):
384         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
385         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
386         * gst/audiotestsrc/gstaudiotestsrc.c:
387         (gst_audiostestsrc_wave_get_type):
388         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
389         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
390         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
391         (gst_sync_method_get_type), (gst_unit_type_get_type),
392         (gst_client_status_get_type), (gst_multifdsink_class_init),
393         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
394         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
395         (gst_multifdsink_get_property):
396         * gst/tcp/gstmultifdsink.h:
397         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
398         * gst/videotestsrc/gstvideotestsrc.c:
399         (gst_videotestsrc_pattern_get_type):
400           remove deprecated properties
401           fix up enums to correctly have short lowercase dashed nicks
402
403 2005-11-22  Michael Smith <msmith@fluendo.com>
404
405         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
406         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
407           Add underscore.
408
409 2005-11-22  Michael Smith <msmith@fluendo.com>
410
411         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
412         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
413           Use utility method for scaling clocktime for fractional framerates.
414
415 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
416
417         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
418         (gst_visual_chain):
419         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
420         * ext/theora/theoradec.c: (theora_handle_type_packet):
421         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
422         (theora_enc_chain):
423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
424         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
425         * gst-libs/gst/video/video.h:
426         * gst/ffmpegcolorspace/avcodec.h:
427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
428         (gst_ffmpeg_caps_to_pixfmt):
429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
430         (gst_ffmpegcsp_set_caps):
431         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
432         (gst_videorate_setcaps), (gst_videorate_blank_data),
433         (gst_videorate_chain):
434         * gst/videotestsrc/gstvideotestsrc.c:
435         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
436         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
437         (gst_videotestsrc_event), (gst_videotestsrc_create):
438         * gst/videotestsrc/gstvideotestsrc.h:
439         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
440         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
441         (gst_ximagesink_get_times), (gst_ximagesink_init):
442         * sys/ximage/ximagesink.h:
443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
444         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
445         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
446         * sys/xvimage/xvimagesink.h:
447           Convert elements to use fractions for their framerate.
448           V4L elements to come later tonight.
449
450 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
451
452         * gst-libs/gst/audio/audio.c:
453         * gst-libs/gst/audio/audio.h:
454           remove some deprecated functions
455
456 2005-11-22  Andy Wingo  <wingo@pobox.com>
457
458         * Update for gst_tag_setter API changes.
459
460 2005-11-22  Andy Wingo  <wingo@pobox.com>
461
462         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
463         (gst_ogg_demux_perform_seek):
464         * ext/theora/theoradec.c (theora_dec_sink_event):
465         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
466         update-funcnames.
467
468 2005-11-22  Wim Taymans  <wim@fluendo.com>
469
470         * examples/seeking/seek.c: (main):
471         Give higher priority to bus signals than the gtk events
472         to fix a race condition in the segment looping.
473
474 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
475
476         * ext/theora/Makefile.am:
477         * ext/vorbis/Makefile.am:
478         * gst-libs/gst/tag/Makefile.am:
479         * gst-plugins-base.spec.in:
480           Rename libgsttagedit to libgsttag (#322117).
481
482 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
483
484         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
486           Call gst_x_overlay_prepare_xwindow_id() to give applications
487           a final chance to set their own xwindow id before the video
488           sink creates its own window.
489
490 2005-11-22  Julien MOUTTE  <julien@moutte.net>
491
492         * sys/xvimage/xvimagesink.c:
493         (gst_xvimagesink_navigation_send_event): Handle navigation
494         events correcly with borders if applicable.
495
496 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
497
498         Patch by: Luca Ognibene
499
500         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
501         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
503         (gst_ffmpegcsp_caps_remove_format_info):
504         * gst/ffmpegcolorspace/imgconvert.c:
505         * gst/ffmpegcolorspace/imgconvert_template.h:
506           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
507           #318353); use gst_structure_has_name().
508
509 2005-11-22  Julien MOUTTE  <julien@moutte.net>
510
511         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
512         (gst_ximagesink_class_init): Add debug macros on functions.
513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
514         (gst_xvimagesink_xwindow_draw_borders),
515         (gst_xvimagesink_xvimage_put),
516         (gst_xvimagesink_xwindow_update_geometry),
517         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
518         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
519         (gst_xvimagesink_xcontext_clear),
520         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
521         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
522         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
523         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
524         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
525         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
526         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
527         expose while being PAUSED, out of data flow navigation events, etc..
528
529 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
530
531         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
532         * gst-libs/gst/audio/audio.h:
533           fix prototype - wondering why the test worked regardless
534
535 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
536
537         * check/Makefile.am:
538         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
539         * gst-libs/gst/audio/audio.h:
540           add a method that returns a proper GstClockTime
541
542 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
543
544         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
545         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
546         * gst-libs/gst/interfaces/xoverlay.h:
547           Remove everything having to do with the desired size; add 
548           gst_x_overlay_prepare_xwindow_id() function; remove the
549           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
550           post a message on the bus instead (#321816).
551
552         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
554         (gst_xvimagesink_xoverlay_init):
555           Remove desired size stuff (#321816).
556
557 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
558
559         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
560         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
561         (mpeg_video_type_find), (mpeg_video_stream_type_find):
562           Terminate vararg functions with NULL instead of 0 to 
563           make gcc4 happy.
564
565 2005-11-21  Andy Wingo  <wingo@pobox.com>
566
567         patch by: Sebastien Cote <sebas642@yahoo.ca>
568         
569         * gst-libs/gst/rtp/gstrtpbuffer.h: 
570         * gst-libs/gst/rtp/gstrtpbuffer.c
571         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
572
573 2005-11-21  Andy Wingo  <wingo@pobox.com>
574
575         * gst/playback/gstplaybin.c (gen_audio_element) 
576         (gen_video_element): Use the new MISSING_PLUGIN core error
577         category. Closes #320060.
578
579         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
580         * gst/videorate/gstvideorate.c (gst_videorate_event):
581         * ext/theora/theoradec.c (theora_dec_sink_event): 
582         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
583         stream lock.
584
585         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
586         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
587         stream lock changes.
588
589 2005-11-21  Wim Taymans  <wim@fluendo.com>
590
591         * gst-libs/gst/audio/gstbaseaudiosink.c:
592         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
593         (gst_base_audio_sink_provide_clock),
594         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
595         (gst_base_audio_sink_change_state):
596         * gst/audioresample/gstaudioresample.c:
597         Segment update fix.
598
599 2005-11-21  Andy Wingo  <wingo@pobox.com>
600
601         * *.h:
602         * *.c: Ran scripts/update-macros. Oh yes.
603
604 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
605
606         * sys/ximage/Makefile.am:
607         * sys/ximage/ximage.c:
608           Rename ximage plugin to ximagesink (#321426) (Don't forget to
609           remove your old libgstximage.* manually if necessary).
610
611 2005-11-21  Michael Smith <msmith@fluendo.com>
612
613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
614           Minimal fix for bug #320200: set the min/max bitrate in the correct
615           units. A better fix would be to upgrade to the RATEMANAGE2
616           interface, rather than using the deprecated interface used here, but
617           that would require an update in our libvorbis dependency (to 1.1),
618           which is probably undesirable.
619
620 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
621
622         * ext/libvisual/visual.c: (get_buffer):
623         * gst-libs/gst/audio/gstbaseaudiosrc.c:
624         (gst_base_audio_src_fixate):
625         * gst/audioconvert/gstaudioconvert.c:
626         (gst_audio_convert_fixate_caps):
627         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
628         * gst/audiotestsrc/gstaudiotestsrc.c:
629         (gst_audiotestsrc_src_fixate):
630         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
631         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
632         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
633         * gst/videotestsrc/gstvideotestsrc.c:
634         (gst_videotestsrc_src_fixate):
635         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
637           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
638           (#322027)
639
640
641 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
642
643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
644         (gst_riff_create_iavs_caps):
645         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
646         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
647         (gst_riff_parse_info):
648         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
651           Fixes for GST_FOURCC_FORMAT API change.
652
653 2005-11-21  Andy Wingo  <wingo@pobox.com>
654
655         patch by: Alessandro Dessina <alessandro nnva org>
656
657         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
658         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
659         (gst_ogg_parse_chain):
660         * ext/theora/theoraenc.c (theora_set_header_on_caps):
661         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
662         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
663         gst_value_list calls on arrays. Fixes #321962.
664
665 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
668         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
669         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
670         * gst/adder/gstadder.c: (gst_adder_init),
671         (gst_adder_request_new_pad), (gst_adder_collected),
672         (gst_adder_change_state):
673           Update for gst_collectpads_foo() to gst_collect_pads_foo()
674           API change.
675
676 2005-11-21  Michael Smith <msmith@fluendo.com>
677
678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
679         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
680           Properly handle pad_push return values.
681
682 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
683
684         * gst-libs/gst/tag/Makefile.am:
685         * gst-libs/gst/tag/gstvorbistag.c:
686         (gst_tag_list_to_vorbiscomment_buffer):
687           Remove obsolete vorbistag element and debug category.
688
689         * gst/playback/gstplaybasebin.c: (check_queue):
690           Don't divide by 0 when queue-threshold is 0.
691
692         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
693           Don't modify an existing pixel-aspect-ratio if we fail to read
694           a new one.
695
696 2005-11-20  Wim Taymans  <wim@fluendo.com>
697
698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
699         (gst_vorbisenc_push_packet):
700         GST_PAD_IS_USABLE is gone, use the return value of
701         the push or pad_alloc_buffer instead.
702
703 2005-11-18  Julien MOUTTE  <julien@moutte.net>
704
705         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
706         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
707         (gst_ximagesink_ximage_destroy),
708         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
709         (gst_ximagesink_xwindow_new),
710         (gst_ximagesink_xwindow_update_geometry),
711         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
712         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
713         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
714         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
715         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
716         (gst_ximagesink_navigation_send_event),
717         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
718         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
719         (gst_ximagesink_finalize), (gst_ximagesink_init),
720         (gst_ximagesink_class_init):
721         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
722         This new version brings correct software scaling, non flickering
723         window while resizing, pixel aspect ratio handling, usage of
724         hardware buffer pools, out of data flow event thread for 
725         navigation and handling of expose events even when being PAUSED,
726         a new property to keep video aspect ratio when resizing, etc...
727
728 2005-11-18  Julien MOUTTE  <julien@moutte.net>
729
730         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
731         (gst_videoscale_fixate_caps): Introduce back caps fixate with
732         handling of PAR.
733
734 2005-11-18    <bilboed@dvdsrc.fluendo.com>
735
736         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
737         Unsetting IS_SINK flag from the fakesink, so decodebin
738         never behaves as a sink.
739
740 2005-11-17  Wim Taymans  <wim@fluendo.com>
741
742         * gst-libs/gst/audio/gstbaseaudiosrc.c:
743         (gst_base_audio_src_change_state):
744         Fix the audiosrc base class again, we did not unflush.
745
746 2005-11-17  Julien MOUTTE  <julien@moutte.net>
747
748         * examples/seeking/seek.c: (make_dv_pipeline),
749         (make_vorbis_theora_pipeline), (make_avi_pipeline),
750         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
751         to ogg/vorbis/theora pipeline.
752
753 2005-11-17  Wim Taymans  <wim@fluendo.com>
754
755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
756         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
757         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
758         Fix EOS on multiple streams.
759         More debugging.
760
761 2005-11-16  Wim Taymans  <wim@fluendo.com>
762
763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
764         (gst_ogg_demux_perform_seek):
765         Segment done must include stream time.
766
767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
768         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
769         (gst_ogg_mux_change_state):
770         Fix ogg muxer again.
771
772 2005-11-16  Wim Taymans  <wim@fluendo.com>
773
774         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
775         Fix compile again.
776
777 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
778
779         * ext/libvisual/visual.c: (gst_visual_init):
780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
781         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
782         (gst_ogg_parse_chain):
783         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
784         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
785         * ext/theora/theoradec.c: (gst_theora_dec_init):
786         * ext/theora/theoraenc.c: (gst_theora_enc_init):
787         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
788         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
789         * gst/adder/gstadder.c: (gst_adder_class_init),
790         (gst_adder_dispose):
791         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
792         * gst/subparse/gstsubparse.c: (gst_subparse_init):
793         * gst/videorate/gstvideorate.c: (gst_videorate_init):
794           Fix a whole set of pad template leaks
795
796 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
797
798         * check/generic/states.c: (GST_START_TEST):
799           fix the test so that it only checks for elements that are part of
800           this source module
801
802 2005-11-16  Michael Smith <msmith@fluendo.com>
803
804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
805         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
806         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
807         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
808         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
809         (gst_ogg_mux_change_state):
810           Fix leaking collectpads.
811
812 2005-11-16  Edward Hervey  <edward@fluendo.com>
813
814         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
815         (gst_videorate_event), (gst_videorate_chain):
816         Handle segment seeks
817
818 2005-11-16  Wim Taymans  <wim@fluendo.com>
819
820         * gst-libs/gst/audio/gstbaseaudiosink.c:
821         (gst_base_audio_sink_provide_clock),
822         (gst_base_audio_sink_change_state):
823         Set ringbuffer to non-flushing when going to PAUSED, set to
824         flushing again when going to READY.
825
826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
827         (gst_ring_buffer_stop):
828         Start in flushing mode by default.
829         Don't set flushing in the _stop method, let the app call
830         this explicitly.
831
832 2005-11-16  Julien MOUTTE  <julien@moutte.net>
833
834         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
835         * gst-libs/gst/video/videosink.h: Add helper function needed
836         for video sinks.
837
838 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
839
840         * gst/videoscale/gstvideoscale.c:
841         (gst_videoscale_handle_src_event):
842           Don't leak reference to pad parent.
843
844 2005-11-16  Wim Taymans  <wim@fluendo.com>
845
846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
847         Set ringbuffer to flushing when stopping so that we don't
848         block on wait_segment anymore and livelock.
849
850 2005-11-16  Wim Taymans  <wim@fluendo.com>
851
852         * examples/seeking/seek.c: (send_event), (do_seek),
853         (loop_toggle_cb), (segment_done), (main):
854         Added looping checkbox.
855
856 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
857
858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
859         (gst_ogg_demux_init):
860         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
861         (gst_vorbis_dec_init):
862           revert unrefs, they don't pass make check
863
864 2005-11-15  Johan Dahlin  <johan@gnome.org>
865
866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
867         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
869         (gst_vorbis_dec_init):
870         Fix pad template leaks. 
871
872 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
875           Make state change function thread safe.
876
877 2005-11-15  Edward Hervey  <edward@fluendo.com>
878
879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
880         (gst_ogg_demux_class_init):
881         Implement GstElement::send_event, so we can send seek events
882         in GST_STATE_READY
883
884 2005-11-14  Julien MOUTTE  <julien@moutte.net>
885
886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
887         Discovered how to take away flickering while resizing the
888         window. Please don't put that in ximagesink, refactoring in
889         progress.
890
891 2005-11-14  Michael Smith <msmith@fluendo.com>
892
893         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
894         (gst_multifdsink_render):
895           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
896
897 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
898
899         * gst/playback/gstplaybin.c: (gen_audio_element):
900           Use autoaudiosink, it tends to be more widely available than
901           autoaudiiosink.
902           
903 2005-11-14  Andy Wingo  <wingo@pobox.com>
904
905         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
906         as well if it is available. Fixes #316442.
907
908 2005-11-14  Michael Smith <msmith@fluendo.com>
909
910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
911         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
912         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
913         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
914         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
915         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
917         (gst_vorbisenc_change_state):
918           Fix a small memory leak in vorbisenc.
919           Fix large memory leaks in oggmux, also fix lots of state change
920           bugs in oggmux.
921
922 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
923
924         * gst/videotestsrc/gstvideotestsrc.c:
925         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
926         (gst_videotestsrc_src_fixate):
927           move fixation to a fixate function
928           remove negotiate function, basesrc's is good enough
929           fixes a bug for check when using the element alone
930
931 2005-11-13  Edward Hervey  <edward@fluendo.com>
932
933         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
934         (key_toggle_cb), (main):
935         Added checkboxes for adding/removing the accurate and key_unit seek
936         flags.
937
938 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
939
940         * configure.ac: back to HEAD
941
942 === release 0.9.5 ===
943
944 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
945
946         * configure.ac:
947           releasing 0.9.5, "No No Kia"
948
949 2005-11-11  Edward Hervey  <edward@fluendo.com>
950
951         * examples/seeking/seek.c: (make_parselaunch_pipeline):
952         Added parse-launch syntax seeking mode for the seeking example.
953         This should help stress-test even more cases.
954         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
955
956 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
957
958         * sys/xvimage/xvimagesink.c:
959         (gst_xvimagesink_navigation_send_event):
960           Check whether peer pad exists before sending navigation events
961           to it.
962
963 2005-11-11  Michael Smith <msmith@fluendo.com>
964
965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
966         (gst_vorbisenc_buffer_from_packet):
967         * ext/vorbis/vorbisenc.h:
968           Set duration on encoded buffers. This allows oggmux's
969           max_page_delay parameter to actually work.
970
971 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
974         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
975         (gst_ffmpegcsp_avpicture_fill):
976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
977         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
978           Make palettes work again (see #132341). Use our own macros
979           for rounding up.
980
981 2005-11-10  Andy Wingo  <wingo@pobox.com>
982
983         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
984         string doober.
985
986 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
987
988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
989         (gst_ffmpegcsp_transform_caps):
990           Prefer passthrough in transform_caps
991
992 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
993
994         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
995           check for ALSA errors properly, instead of relying on ALSA's
996           error strings to serve to the user.
997
998 2005-11-10  Wim Taymans  <wim@fluendo.com>
999
1000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1001         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1002         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1003         Modernise the seek code.
1004
1005 2005-11-10  Michael Smith <msmith@fluendo.com>
1006         
1007         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1008         (setup_substreams), (set_active_source):
1009           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1010           trying to go to NULL if we failed to read a file.
1011
1012 2005-11-10  Wim Taymans  <wim@fluendo.com>
1013
1014         * gst/audiotestsrc/gstaudiotestsrc.c:
1015         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1016         (gst_audiotestsrc_create):
1017         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1018         (gst_sinesrc_get_times), (gst_sinesrc_create):
1019         * gst/videotestsrc/gstvideotestsrc.c:
1020         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1021         (gst_videotestsrc_create):
1022         The base class can now sync for us.
1023
1024 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1025
1026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1027           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1028           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1029           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1030           format=(fourcc)I420" ! xvimagesink
1031
1032 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1035         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1036         (gst_sinesrc_newsegment):
1037           Send newsegment event in TIME format, set duration if
1038           num-buffers is set, fix duration querying.
1039
1040 2005-11-10  Michael Smith <msmith@fluendo.com>
1041
1042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1043         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1044         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1045         (gst_ogg_mux_collected):
1046          Fix EOS handling, partially. Now forwarding an EOS event once we have
1047          EOS on all pads works correctly. However, we still don't properly set
1048          EOS on the actual ogg stream pages.
1049
1050 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1053           Set elements to NULL state before disposing of them.
1054
1055 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1056
1057         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1060         (gst_base_rtp_depayload_init),
1061         (gst_base_rtp_depayload_set_gst_timestamp):
1062         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1063           We need to send a newsegment event for each instance, not
1064           just for the first instance of this class (get rid of
1065           static variable in function). (#321011).
1066           
1067 2005-11-08  Michael Smith <msmith@fluendo.com>
1068
1069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1070         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1071         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1072         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1073           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1074           This makes us mux things correctly according to the ogg muxing
1075           rules. Still not handling EOS correctly right now, though.
1076
1077 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * gst/audioconvert/gstaudioconvert.c:
1080           Fix typo in docs. 
1081
1082 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1085         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1086           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1087           creating a new chain; should fix live streaming. Also
1088           add more debug output and fix a typo.
1089
1090 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1091
1092         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * gst/volume/gstvolume.c: (volume_set_caps):
1095           Fix compilation on Solaris with Forte. (#320923)
1096
1097 2005-11-08  Wim Taymans  <wim@fluendo.com>
1098
1099         * gst-libs/gst/audio/gstbaseaudiosink.c:
1100         (gst_base_audio_sink_render):
1101         No need to do a typecheck.
1102
1103 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * ext/alsa/gstalsa.h:
1106           We register a debug category, so let's use it.
1107
1108 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1109
1110         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1111         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1112         Fixed a small problem.
1113
1114 2005-11-04  Wim Taymans  <wim@fluendo.com>
1115
1116         * examples/seeking/Makefile.am:
1117         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1118         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1119         (make_playerbin_pipeline), (format_value), (update_scale),
1120         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1121         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1122         (print_usage), (main):
1123         Added app for playback speed testing.
1124
1125         * examples/seeking/seek.c: (dynamic_link),
1126         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1127         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1128         (message_received), (main):
1129         Updated seek example.
1130
1131 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1132
1133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1134         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1135         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1136         (gst_base_rtp_depayload_set_clock):
1137         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1138         Don't sleep on the bench (system clock) when you have a nice 
1139         comfortable bed (Gstreamer clock) to sleep on.
1140
1141 2005-11-03  Wim Taymans  <wim@fluendo.com>
1142
1143         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1144         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1145         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1146         Handle the case where a pad_block failed.
1147
1148 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1149
1150         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1151
1152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1153         (gst_base_rtp_depayload_add_to_queue),
1154         (gst_base_rtp_depayload_push),
1155         (gst_base_rtp_depayload_set_gst_timestamp),
1156         (gst_base_rtp_depayload_queue_release):
1157           Fixes some bugs in the depayloader's queuing/de-queueing code.
1158
1159 2005-10-31  Michael Smith <msmith@fluendo.com>
1160
1161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1162         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1163         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1164           Patch from Alessandro Decina <alessandro@nnva.org>.
1165           Make oggdemux only find the final time in a chain, not per-pad,
1166           since the per-pad information can be very expensive to locate, and
1167           it isn't used anywhere. This makes reading a file containing
1168           OggSkeleton reasonably fast.
1169           Also, make chain finding work when there are logical bitstreams that
1170           can't be decoded. Fixes #319110.
1171
1172 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1173
1174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1175         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1176         (gst_base_rtp_depayload_chain),
1177         (gst_base_rtp_depayload_add_to_queue),
1178         (gst_base_rtp_depayload_push),
1179         (gst_base_rtp_depayload_set_gst_timestamp),
1180         (gst_base_rtp_depayload_queue_release),
1181         (gst_base_rtp_depayload_start_thread),
1182         (gst_base_rtp_depayload_set_property),
1183         (gst_base_rtp_depayload_get_property):
1184         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1185         Some random fixes, to fullfill the desires of thomas.
1186
1187 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1188
1189         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1190         (gst_base_rtp_depayload_add_to_queue),
1191         (gst_base_rtp_depayload_push):
1192         Fixed the queueing algorithm.
1193
1194 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1195
1196         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1197         (gst_base_rtp_depayload_push):
1198         A small fix
1199
1200 2005-10-31  Wim Taymans  <wim@fluendo.com>
1201
1202         * gst-libs/gst/audio/gstringbuffer.h:
1203         Don't break ABI.
1204
1205         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1206         (gst_ffmpeg_caps_to_pixfmt):
1207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1208         (gst_ffmpegcsp_set_caps):
1209         Some more comments.
1210         Handle missing required caps fields better.
1211
1212 2005-10-31  Wim Taymans  <wim@fluendo.com>
1213
1214         * gst-libs/gst/audio/gstbaseaudiosink.c:
1215         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1216         (gst_base_audio_sink_render):
1217         * gst-libs/gst/audio/gstringbuffer.c:
1218         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1219         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1220         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1221         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1222         (gst_ring_buffer_read):
1223         * gst-libs/gst/audio/gstringbuffer.h:
1224         Add flushing mode to the ringbuffer so that it in all cases does
1225         not try to handle more audio. This makes sure it does not try to
1226         block anymore when flushing and fixes a livelock.
1227
1228 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1231         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1232         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1233           Explicitly check for -1 values before doing a conversion
1234           and always map them to -1. (#315545)
1235
1236 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1237
1238         * gst/playback/gstplaybin.c: (gen_video_element):
1239           first try autovideosink, then xvimagesink, then error out
1240         * po/POTFILES.in:
1241           add translatable file
1242         * po/af.po:
1243         * po/az.po:
1244         * po/cs.po:
1245         * po/en_GB.po:
1246         * po/hu.po:
1247         * po/it.po:
1248         * po/nb.po:
1249         * po/nl.po:
1250         * po/or.po:
1251         * po/sq.po:
1252         * po/sr.po:
1253         * po/sv.po:
1254         * po/uk.po:
1255         * po/vi.po:
1256           update translations
1257
1258 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1259
1260         * gst-libs/gst/rtp/gstbasedepayload.c:
1261         * gst-libs/gst/rtp/gstbasedepayload.h:
1262           Minor cleanups
1263
1264 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1265
1266         * gst/playback/.cvsignore:
1267         * gst/playback/decodetest.c:
1268         * gst/playback/test3.c:
1269           Port these two tests as well.
1270
1271 2005-10-27  Wim Taymans  <wim@fluendo.com>
1272
1273         * ext/theora/theoradec.c: (theora_dec_src_query),
1274         (theora_dec_sink_event):
1275         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1276         (theora_enc_change_state):
1277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1278         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1279         Take proper locks when handling events.
1280
1281 2005-10-27  Wim Taymans  <wim@fluendo.com>
1282
1283         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1284         (gst_adder_change_state):
1285         Fix timestamps and fix deadlock when stopping the collectpads.
1286
1287 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1288
1289         * gst-libs/gst/rtp/gstrtpbuffer.h:
1290         Declaring the payload types as strings too so that they can be used
1291         in the padtemplate inialization.
1292
1293 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1294
1295         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1296
1297         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1298         (gst_base_rtp_depayload_class_init):
1299         Fixes a small but nasty bug. The derived elements no longer segfaults
1300         on finalization.
1301
1302 2005-10-26  Michael Smith <msmith@fluendo.com>
1303
1304         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1305           When clearing an audioconvert context, set tmpbufsize to zero, so
1306           we'll allocate it again later if required.
1307           This fixes audioconvert re-negotiating formats, which previously
1308           segfaulted with a NULL destination buffer.
1309
1310 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1311
1312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1313         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1314         (gst_base_rtp_depayload_set_gst_timestamp),
1315         (gst_base_rtp_depayload_queue_release):
1316         Fixed a smalll memleak.
1317
1318 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1319         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1320         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1321         (gst_base_rtp_depayload_finalize),
1322         (gst_base_rtp_depayload_setcaps),
1323         (gst_base_rtp_depayload_add_to_queue),
1324         (gst_base_rtp_depayload_push),
1325         (gst_base_rtp_depayload_set_gst_timestamp),
1326         (gst_base_rtp_depayload_queue_release),
1327         (gst_base_rtp_depayload_thread),
1328         (gst_base_rtp_depayload_change_state):
1329         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1330         Changed the C++ comments to C comments
1331
1332 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1333
1334         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1335         * gst/tcp/gsttcpclientsrc.h:
1336         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1337         * gst/tcp/gsttcpserversrc.h:
1338           Remove unused 'curoffset' structure member.
1339
1340 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1341
1342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1343         (gst_base_rtp_depayload_base_init),
1344         (gst_base_rtp_depayload_finalize):
1345         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1346         * gst-libs/gst/rtp/gstbasertppayload.h:
1347           The pad-template on the sinkpad should be set by the derived classes.
1348           Also added some useful macros.
1349
1350 2005-10-24  Wim Taymans  <wim@fluendo.com>
1351
1352         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1353         Correctly flush decoder samples even if we could not
1354         copy them to an output buffer. Fixes #319618.
1355
1356 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1357
1358         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1360         the caps against our xcontext caps.
1361
1362 2005-10-24  Wim Taymans  <wim@fluendo.com>
1363
1364         * gst-libs/gst/audio/gstbaseaudiosink.c:
1365         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1366         Remove g_print
1367         Use sync property from baseclass to disable sync.
1368
1369 2005-10-24  Wim Taymans  <wim@fluendo.com>
1370
1371         * gst-libs/gst/audio/gstbaseaudiosink.c:
1372         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1373         Buffers with no timestamps get aligned with previous buffers or
1374         on underrun, played ASAP.
1375
1376 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1377
1378         * gst-libs/gst/video/video.h:
1379         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1380         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1382         here comes my change on caps for framerate and geometry range.
1383         We are now accepting 1 to MAXINT for width and height, and from
1384         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1385         to be blended correctly in videomixer.
1386
1387 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1388
1389         * configure.ac:
1390           back to HEAD
1391
1392 === release 0.9.4 ===
1393
1394 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1395
1396         * NEWS:
1397         * RELEASE:
1398         * configure.ac:
1399           releasing 0.9.4, "Velociraptor"
1400
1401 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1402
1403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1404         * po/POTFILES.in:
1405           STOPPED -> FAILED
1406
1407 2005-10-21  Wim Taymans  <wim@fluendo.com>
1408
1409         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1410         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1411         (pad_blocked), (close_pad_link), (new_pad):
1412         Don't try to remove elements twice.
1413
1414 2005-10-21  Wim Taymans  <wim@fluendo.com>
1415
1416         * ext/theora/theoradec.c: (theora_dec_src_query),
1417         (theora_dec_sink_event):
1418         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1419         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1420         (vorbis_handle_data_packet):
1421         * ext/vorbis/vorbisdec.h:
1422         Fix old naming.
1423
1424         * gst-libs/gst/audio/gstbaseaudiosink.c:
1425         (gst_base_audio_sink_render):
1426         Don't try to sync on buffers without a timestamp.
1427
1428 2005-10-21  Wim Taymans  <wim@fluendo.com>
1429
1430         * ext/theora/theoradec.c: (theora_dec_src_query),
1431         (theora_dec_sink_event):
1432         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1433         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1434         (vorbis_handle_data_packet):
1435         * ext/vorbis/vorbisdec.h:
1436         Fix old naming.
1437
1438 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1439
1440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1441         (gst_vorbisenc_src_query):
1442           Implement position and duration queries.
1443
1444         * gst/playback/test3.c: (update_scale), (main):
1445           Fix for async state changes and print nicer output.
1446
1447 2005-10-20  Wim Taymans  <wim@fluendo.com>
1448
1449         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1450         (dump_element_stats), (main):
1451         * gst/playback/test6.c: (main):
1452         Fix tests again
1453
1454 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1457         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1458           Don't use functions for position queries when handling
1459           duration queries.
1460
1461 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1462
1463         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1464         (vorbis_handle_data_packet), (vorbis_dec_chain),
1465         (vorbis_dec_change_state):
1466         * ext/vorbis/vorbisdec.h:
1467           Vorbis streams can be embedded in other container formats
1468           than ogg, container formats where the demuxer might set 
1469           timestamps on encoded vorbis buffers instead of those silly 
1470           granulepos thingies. In short: make vorbisdec handle 
1471           timestamps on incoming buffers as well.
1472
1473 2005-10-20  Wim Taymans  <wim@fluendo.com>
1474
1475         * gst/playback/gstplaybasebin.c: (group_destroy),
1476         (gst_play_base_bin_change_state):
1477         Fix leak.
1478         Handle case where playbasebin is now ASYNC because
1479         decodebin is.
1480
1481 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1482
1483         * gst/audioconvert/Makefile.am:
1484         * gst/audioconvert/bufferframesconvert.c:
1485         * gst/audioconvert/plugin.c: (plugin_init):
1486         * gst/audioconvert/plugin.h:
1487           And bye bye buffer-frames-convert
1488
1489 2005-10-19  Wim Taymans  <wim@fluendo.com>
1490
1491         * check/elements/audioconvert.c:
1492         * docs/libs/tmpl/gstaudio.sgml:
1493         * docs/libs/tmpl/gstcolorbalance.sgml:
1494         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1495         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1496         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1497         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1498         * gst-libs/gst/audio/audio.h:
1499         * gst/audioconvert/audioconvert.h:
1500         * gst/audioconvert/gstaudioconvert.c:
1501         (gst_audio_convert_parse_caps):
1502         * gst/volume/gstvolume.c:
1503         Bye bye buffer-frames.
1504
1505 2005-10-19  Wim Taymans  <wim@fluendo.com>
1506
1507         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1508         (query_positions_elems), (query_positions_pads), (update_scale),
1509         (do_seek), (set_update_scale), (message_received), (main):
1510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1511         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1512         (gst_ogg_demux_loop):
1513         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1514         * ext/theora/theoradec.c: (theora_dec_src_query),
1515         (theora_dec_sink_event):
1516         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1517         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1518         * gst/adder/gstadder.c: (gst_adder_query):
1519         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1520         * gst/playback/test3.c: (update_scale):
1521         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1522         (dump_element_stats), (main):
1523         * gst/playback/test6.c: (main):
1524         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1525         Query API update.
1526
1527 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1530         (xml_check_first_element), (xml_type_find), (smil_type_find),
1531         (plugin_init):
1532           Add typefinding for SMIL and for generic XML. Based on patch by
1533           Akos Maroy (#308663).
1534
1535 2005-10-18  Wim Taymans  <wim@fluendo.com>
1536
1537         * gst/playback/Makefile.am:
1538         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1539         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1540         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1541         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1542         (gst_decode_bin_change_state):
1543         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1544         (gst_play_bin_send_event_to_sink):
1545         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1546         (dump_element_stats), (main):
1547         * gst/playback/test6.c: (main):
1548         Make playbin async, it'll commit state to paused when all streams
1549         are detected.
1550         Remove ugly hack.
1551         Added test6.c to show async behaviour.
1552
1553 2005-10-18  Wim Taymans  <wim@fluendo.com>
1554
1555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1556         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1557         Fix for segment-start/stop API change.
1558
1559 2005-10-18  Wim Taymans  <wim@fluendo.com>
1560
1561         * check/Makefile.am:
1562         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1563         (main):
1564         Add future test for clock selection.
1565
1566 2005-10-18  Wim Taymans  <wim@fluendo.com>
1567
1568         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1569         (gst_alsasink_close):
1570         Set handle to NULL.
1571
1572         * gst-libs/gst/audio/gstringbuffer.c:
1573         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1574         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1575         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1576         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1577         (gst_ring_buffer_read):
1578         More debug info.
1579
1580 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1581
1582         * gst/audiotestsrc/Makefile.am:
1583         * gst/sine/Makefile.am:
1584         * gst/volume/Makefile.am:
1585           fix broken build of controllerized plugins
1586
1587 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1588
1589         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1592         (gst_riff_create_video_template_caps):
1593           Add support for Indeo-3 (IV32).
1594
1595 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1596
1597         * configure.ac:
1598           rewrite
1599
1600 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1601
1602         * gst-libs/gst/video/video.c: (gst_video_get_size):
1603         * gst/audiotestsrc/gstaudiotestsrc.c:
1604           doc updates
1605
1606 2005-10-17  Andy Wingo  <wingo@pobox.com>
1607
1608         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1609         with the collectpads change.
1610         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1611
1612         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1613
1614         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1615
1616         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1617         alloc_buffer flow return to callers.
1618         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1619         change. Fix some memleaks in theoraenc.
1620
1621         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1622         in strange circumstance.
1623
1624 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1625
1626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1627         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1628         from caps, let's use the caps...
1629
1630 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1631
1632         * configure.ac:
1633           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1634
1635 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1636
1637         * gst-libs/gst/interfaces/Makefile.am:
1638           fix silly typo
1639
1640 2005-10-16  Andy Wingo  <wingo@pobox.com>
1641
1642         * gst/playback/gstdecodebin.c
1643         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1644         function!
1645         (try_to_link_1): Increase kraziness level.
1646
1647 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1648
1649         * configure.ac:
1650           restructure like the core one
1651         * gst-libs/gst/audio/Makefile.am:
1652         * gst-libs/gst/interfaces/Makefile.am:
1653         * gst-libs/gst/net/Makefile.am:
1654         * gst-libs/gst/riff/Makefile.am:
1655         * gst-libs/gst/rtp/Makefile.am:
1656         * gst-libs/gst/tag/Makefile.am:
1657         * gst-libs/gst/video/Makefile.am:
1658           use correct linker flags, now the libs are properly versioned
1659         * check/elements/audioconvert.c: (verify_convert):
1660         * ext/alsa/gstalsaplugin.c:
1661         * ext/cdparanoia/gstcdparanoia.c:
1662         * ext/gnomevfs/gstgnomevfs.c:
1663         * ext/libvisual/visual.c:
1664         * ext/ogg/gstogg.c:
1665         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1666         * ext/theora/theora.c:
1667         * ext/vorbis/vorbis.c:
1668         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1669         * gst-libs/gst/tag/gsttagediting.c:
1670         * gst-libs/gst/video/video.c:
1671         * gst/adder/gstadder.c:
1672         * gst/audioconvert/plugin.c:
1673         * gst/audiorate/gstaudiorate.c:
1674         * gst/audioresample/gstaudioresample.c:
1675         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1676         * gst/audioscale/gstaudioscale.c:
1677         * gst/audioscale/resample.c:
1678         * gst/audiotestsrc/gstaudiotestsrc.c:
1679         * gst/ffmpegcolorspace/gstffmpeg.c:
1680         * gst/playback/gstdecodebin.c: (close_pad_link):
1681         * gst/playback/gstplaybin.c: (gen_video_element),
1682         (gen_audio_element):
1683         * gst/sine/gstsinesrc.c:
1684         * gst/subparse/gstsubparse.c:
1685         * gst/tags/gsttagediting.c:
1686         * gst/tcp/gsttcpplugin.c:
1687         * gst/typefind/gsttypefindfunctions.c:
1688         * gst/videorate/gstvideorate.c:
1689         * gst/videoscale/gstvideoscale.c:
1690         * gst/videotestsrc/gstvideotestsrc.c:
1691         * gst/volume/gstvolume.c:
1692         * sys/v4l/gstv4l.c:
1693         * sys/ximage/ximage.c:
1694         * sys/xvimage/xvimagesink.c:
1695           fix up defines
1696
1697 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * ext/vorbis/vorbisenc.c:
1700         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1701         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1702         (gst_tag_to_vorbis_comments):
1703           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1704
1705 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1706
1707         * examples/stats/mp2ogg.c:
1708         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1709           typo fixes
1710
1711 2005-10-13  Michael Smith <msmith@fluendo.com>
1712
1713         * ext/ogg/gstoggmux.c:
1714           Use magic glib macros to define constants as 64 bit, to ensure
1715           appropriate vararg passing.
1716
1717 2005-10-13  Michael Smith <msmith@fluendo.com>
1718
1719         * ext/ogg/gstoggmux.c:
1720         * gst/audioconvert/audioconvert.c: (float):
1721           Don't use LL suffix, as it's not portable, and neither of these
1722           uses required it anyway.
1723
1724 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1725
1726         * examples/indexing/indexmpeg.c: (main):
1727         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1728         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1729         (cdparanoia_convert), (cdparanoia_query):
1730         * ext/cdparanoia/gstcdparanoia.h:
1731         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1732         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1733         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1735         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1736         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1738         (gst_multifdsink_render), (gst_multifdsink_start),
1739         (gst_multifdsink_stop):
1740         * gst/tcp/gstmultifdsink.h:
1741         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1742         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1743         (gst_tcpclientsink_stop):
1744         * gst/tcp/gsttcpclientsink.h:
1745         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1746         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1747         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1748         * gst/tcp/gsttcpclientsrc.h:
1749         * gst/tcp/gsttcpserversink.h:
1750         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1751         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1752         (gst_tcpserversrc_stop):
1753         * gst/tcp/gsttcpserversrc.h:
1754         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1755         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1756         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1757           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1758           moved bitshift from macro to enum definition
1759
1760 2005-10-12  Wim Taymans  <wim@fluendo.com>
1761
1762         * examples/seeking/Makefile.am:
1763         Oops.
1764
1765 2005-10-12  Wim Taymans  <wim@fluendo.com>
1766
1767         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1768         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1769         Don't assert on normal stuff.
1770
1771         * gst/playback/gstplaybin.c: (do_playbin_seek):
1772         API fix.
1773
1774 2005-10-12  Wim Taymans  <wim@fluendo.com>
1775
1776         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1777         * examples/seeking/Makefile.am:
1778         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1779         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1780         (do_seek), (set_update_scale), (message_received), (main):
1781         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1782         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1783         Update for _get_state() API change.
1784
1785 2005-10-11  Wim Taymans  <wim@fluendo.com>
1786
1787         * gst-libs/gst/audio/gstbaseaudiosink.c:
1788         (gst_base_audio_sink_render):
1789         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1790         (gst_base_audio_src_create):
1791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1792         (gst_ring_buffer_read):
1793         Cleanups.
1794         Commit and read from ringbuffer in samples rather than bytes.
1795
1796 2005-10-11  Wim Taymans  <wim@fluendo.com>
1797
1798         * gst-libs/gst/audio/gstbaseaudiosink.c:
1799         (gst_base_audio_sink_render):
1800         Respect segment rate and accum when scheduling samples.
1801
1802 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1803
1804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1805         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1806         EOS correctly, that needs more work.
1807
1808 2005-10-11  Wim Taymans  <wim@fluendo.com>
1809
1810         * check/generic/states.c: (GST_START_TEST):
1811         remove old property.
1812
1813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1814         (gst_ogg_demux_perform_seek):
1815         * ext/theora/theoradec.c: (theora_dec_sink_event):
1816         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1817         (vorbis_handle_data_packet):
1818         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1819         (gst_base_rtp_depayload_set_gst_timestamp):
1820         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1821         Update for newsegment API change.
1822
1823 2005-10-11  Michael Smith <msmith@fluendo.com>
1824
1825         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1826         (do_playbin_seek), (gst_play_bin_send_event):
1827           Override send_event differently, so that we can takes bits of
1828           functionality from GstPipeline (special handling for seeks,
1829           including pausing/resuming, and resetting stream time) and still get
1830           the appropriate behaviour of only forwarding event to a single sink,
1831           rather than all of them.
1832           Unfortunately requires a lot of code duplication, but the
1833           alternatives are equally ugly in the end.
1834
1835 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1836
1837         * check/elements/audioconvert.c: (setup_audioconvert),
1838         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1839         (GST_START_TEST), (audioconvert_suite):
1840           clean up tests a little, fix some leaks.
1841
1842 2005-10-10  Wim Taymans  <wim@fluendo.com>
1843
1844         * ext/alsa/gstalsasink.c:
1845         Also allow unsigned int.
1846
1847         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1848         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1849         Small cleanup
1850
1851 2005-10-10  Wim Taymans  <wim@fluendo.com>
1852
1853         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1854         Small update, use API as stated in design docs.
1855
1856         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1857         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1858         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1859         (message_received), (main):
1860         Updated seek example for GOption. Some usability improvements.
1861
1862 2005-10-10  Wim Taymans  <wim@fluendo.com>
1863
1864         * gst/audioconvert/audioconvert.h:
1865         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1866         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1867         Alloc temp storage somewhere else where we can do it more
1868         portable.
1869
1870 2005-10-10  Wim Taymans  <wim@fluendo.com>
1871
1872         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1873         (gst_tcpserversrc_start):
1874         Don't block in accept while doing the state change, move
1875         to poll and make cancellable.
1876
1877 2005-10-09  Philippe Khalaf <burger@speedy.org>
1878
1879         * gst-libs/gst/rtp/rtpbasedepayload.c:
1880         Set timestamp and add queue delay to timestamp
1881         * gst-libs/gst/rtp/rtpbuffer.h:
1882         Set correct payload type for h263
1883
1884 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * gst/audiotestsrc/gstaudiotestsrc.c:
1887         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1888         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1889         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1890         (gst_audiotestsrc_create_triangle),
1891         (gst_audiotestsrc_create_silence),
1892         (gst_audiotestsrc_create_white_noise),
1893         (gst_audiotestsrc_init_pink_noise),
1894         (gst_audiotestsrc_generate_pink_noise_value),
1895         (gst_audiotestsrc_create_pink_noise),
1896         (gst_audiotestsrc_change_wave):
1897         * gst/audiotestsrc/gstaudiotestsrc.h:
1898           fixed typo, added pink noise
1899
1900 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1901
1902         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1903         (plugin_init):
1904           Add wavpack and spc typefind functions from 0.8 branch.
1905
1906 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1907
1908         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1909         (ar_type_find), (msdos_type_find), (plugin_init):
1910           Add typefind functions for tar archives, ar archives,
1911           RAR archives, and msdos-executables (dlls, exe, etc.).
1912           Some of those would be wrongly identified as mpeg
1913           streams of some sort before (#315550).
1914
1915 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1916
1917         * configure.ac:
1918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1920         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1921         * gst/audiotestsrc/Makefile.am:
1922         * gst/audiotestsrc/gstaudiotestsrc.c:
1923         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1924         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1925         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1926         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1927         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1928         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1929         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1930         (gst_audiotestsrc_create_silence),
1931         (gst_audiotestsrc_create_white_noise),
1932         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1933         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1934         (gst_audiotestsrc_start), (plugin_init):
1935         * gst/audiotestsrc/gstaudiotestsrc.h:
1936           add new plugin and element
1937         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1938           use gobject_class
1939
1940 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1941
1942         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1943         (gst_adder_init), (gst_adder_request_new_pad),
1944         (gst_adder_change_state):
1945           Add query function to source pad, so adder reports the correct
1946           time/sample position when queried (#315457); fix state change
1947           function; use GST_DEBUG_FUNCPTR() for pad functions.
1948
1949 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1950
1951         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1952           Fix leaks in typefind registration
1953           Clean up the gratuitous commenting and whitespacing a little
1954
1955 2005-10-08  Wim Taymans  <wim@fluendo.com>
1956
1957         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1958         Only actually wait for the thread to be stopped if it's 
1959         running.
1960
1961 2005-10-08  Wim Taymans  <wim@fluendo.com>
1962
1963         * gst-libs/gst/audio/gstbaseaudiosink.c:
1964         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1965         If we receive EOS we can start playback of what we had.
1966
1967 2005-10-08  Wim Taymans  <wim@fluendo.com>
1968
1969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1970         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1971         (gst_multifdsink_stop):
1972         Fix crasher when going to NULL multiple times.
1973
1974 2005-10-06  Wim Taymans  <wim@fluendo.com>
1975
1976         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1977         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1978         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1980         patch from Edgard Lima <edgard.lima@indt.org.br>
1981         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1982
1983 2005-10-06  Wim Taymans  <wim@fluendo.com>
1984
1985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1986         Report the FLOW_RETURN as string in the error message.
1987
1988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1989         Don't assert when clearing an unnegotiated buffer.
1990
1991 2005-10-04  Michael Smith <msmith@fluendo.com>
1992
1993         * gst/playback/gstplaybasebin.c: (group_destroy),
1994         (gen_preroll_element), (remove_groups), (setup_source):
1995         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1996         (setup_sinks), (gst_play_bin_send_event),
1997         (gst_play_bin_change_state):
1998           Set state to NULL before removing from bin. Fix refcounting.
1999
2000 2005-10-04  Michael Smith <msmith@fluendo.com>
2001
2002         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2003           Correct refcounting in send_event() function. Previously was wrong
2004           if the first sink was unable to handle the event.
2005
2006 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2007
2008         * configure.ac:
2009           back to development
2010
2011 === release 0.9.3 ===
2012
2013 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2014
2015         * configure.ac:
2016           Releasing 0.9.3, "De Facto"
2017
2018 2005-10-03  Andy Wingo  <wingo@pobox.com>
2019
2020         * gst/playback/gstdecodebin.c (try_to_link_1)
2021         (remove_element_chain): set element to NULL before removing it.
2022
2023 2005-10-02  Johan Dahlin  <johan@gnome.org>
2024
2025         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2026         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2027         MT safe.
2028
2029 2005-10-02  Andy Wingo  <wingo@pobox.com>
2030
2031         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2032         (gst_ring_buffer_prepare_read): 
2033         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2034         Demote to LOG.
2035
2036 2005-09-29  Wim Taymans  <wim@fluendo.com>
2037
2038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2039         * ext/theora/theoradec.c: (theora_handle_data_packet):
2040         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2041         Propagate error codes from alloc_buffer too.
2042
2043 2005-09-29  Wim Taymans  <wim@fluendo.com>
2044
2045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2046         We use fixed caps.
2047
2048         * gst/playback/Makefile.am:
2049         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2050         (dump_element_stats), (main):
2051         Added example stream introspection code.
2052
2053 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2054
2055         * gst/adder/gstadder.c: (gst_adder_collected):
2056           fix adder for float elements
2057
2058 2005-09-28  Wim Taymans  <wim@fluendo.com>
2059
2060         * gst-libs/gst/audio/gstbaseaudiosink.c:
2061         (gst_base_audio_sink_class_init),
2062         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2063         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2064         (gst_base_audio_src_class_init),
2065         (gst_base_audio_src_provide_clock):
2066         get_clock -> provide_clock
2067
2068 2005-09-28  Andy Wingo  <wingo@pobox.com>
2069
2070         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2071         and unlocking.
2072
2073         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2074         unlocking.
2075
2076         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2077         Actually add the pad template.
2078         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2079
2080         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2081         I'm at it...
2082
2083         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2084         from fdsrc. Get caps in create() instead of start() so it can be
2085         interrupted. Interruption somewhat untested.
2086
2087         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2088         Proper EOS handling.
2089
2090 2005-09-27  Andy Wingo  <wingo@pobox.com>
2091
2092         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2093
2094         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2095
2096         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2097
2098         * gst/tcp/gsttcp.h: 
2099         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2100         out of tcpclientsrc.c. Cancellable.
2101         (gst_tcp_socket_read): Made private, cancellable, with better
2102         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2103         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2104         whole buffer, and better diagnostics.
2105         (gst_tcp_gdp_read_caps): Same.
2106
2107         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2108
2109 2005-09-26  Andy Wingo  <wingo@pobox.com>
2110
2111         * gst/sine/gstsinesrc.h:
2112         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2113         change the 'sync' property to 'is-live' and implement it halfway,
2114         update for controller api change.
2115
2116         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2117         controller api change.
2118
2119 2005-09-24  Wim Taymans  <wim@fluendo.com>
2120
2121         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2122         * gst-libs/gst/audio/gstaudiosink.c:
2123         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2124         (gst_audioringbuffer_stop):
2125         * gst-libs/gst/audio/gstbaseaudiosink.c:
2126         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2127         (gst_base_audio_sink_change_state):
2128         * gst-libs/gst/audio/gstbaseaudiosink.h:
2129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2130         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2131         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2132         * gst-libs/gst/audio/gstringbuffer.h:
2133         Fix sync again. Moved sample alignment to basesink.
2134
2135 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2136
2137         * docs/plugins/Makefile.am:
2138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2140         * gst/volume/gstvolume.c:
2141           add/fix docs
2142         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2143         * gst-libs/gst/audio/audio.h:
2144           add conversion macros for frames <-> clocktime
2145
2146 2005-09-23  David Schleef  <ds@schleef.org>
2147
2148         * gst/audioresample/Makefile.am:
2149         * gst/audioresample/debug.h:
2150         * gst/audioresample/gstaudioresample.c:
2151         * gst/audioresample/resample.c: Convert to using gst debugging
2152
2153 2005-09-22  Wim Taymans  <wim@fluendo.com>
2154
2155         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2156         (gst_play_bin_send_event):
2157         Only seek on one sink, the first one that succeeds.
2158
2159 2005-09-22  Michael Smith <msmith@fluendo.com>
2160
2161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2162         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2163         Don't flush encoder state unless we have an initialised encoder.
2164         Clear out encoder state on PAUSED_TO_READY.
2165
2166 2005-09-22  Wim Taymans  <wim@fluendo.com>
2167
2168         * gst-libs/gst/rtp/gstbasertppayload.c:
2169         (gst_basertppayload_class_init), (gst_basertppayload_init),
2170         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2171         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2172         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2173         (gst_basertppayload_set_property),
2174         (gst_basertppayload_get_property),
2175         (gst_basertppayload_change_state):
2176         * gst-libs/gst/rtp/gstbasertppayload.h:
2177         Added max-ptime to control amount of data in the rtp packets.
2178
2179 2005-09-21  Andy Wingo  <wingo@pobox.com>
2180
2181         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2182         thingies.
2183
2184         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2185         can be called multiple times, dogs.
2186
2187 2005-09-21  Wim Taymans  <wim@fluendo.com>
2188
2189         * gst-libs/gst/rtp/gstbasertppayload.c:
2190         (gst_basertppayload_class_init), (gst_basertppayload_init),
2191         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2192         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2193         (gst_basertppayload_push), (gst_basertppayload_get_property),
2194         (gst_basertppayload_change_state):
2195         Allow 0 ssrc too.
2196
2197 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2198
2199         * docs/libs/compiling.sgml:
2200           fixing typos
2201
2202 2005-09-20  Wim Taymans  <wim@fluendo.com>
2203
2204         * gst-libs/gst/rtp/gstbasertppayload.c:
2205         (gst_basertppayload_class_init), (gst_basertppayload_init),
2206         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2207         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2208         (gst_basertppayload_push), (gst_basertppayload_set_property),
2209         (gst_basertppayload_get_property),
2210         (gst_basertppayload_change_state):
2211         * gst-libs/gst/rtp/gstbasertppayload.h:
2212         Added property to configure sequence number offsets.
2213
2214 2005-09-20  Wim Taymans  <wim@fluendo.com>
2215
2216         * gst-libs/gst/rtp/gstbasertppayload.c:
2217         (gst_basertppayload_class_init), (gst_basertppayload_init),
2218         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2219         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2220         (gst_basertppayload_push), (gst_basertppayload_set_property),
2221         (gst_basertppayload_get_property),
2222         (gst_basertppayload_change_state):
2223         * gst-libs/gst/rtp/gstbasertppayload.h:
2224         Make timestamp offset configurable.
2225
2226 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2227
2228         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2229           fix wrong pop/unref
2230
2231 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2232
2233         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2234
2235         * gst-libs/gst/interfaces/propertyprobe.c:
2236         (gst_property_probe_probe_property_name),
2237         (gst_property_probe_needs_probe_name),
2238         (gst_property_probe_get_values_name),
2239         (gst_property_probe_probe_and_get_values_name):
2240           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2241           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2242
2243 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2244
2245         * check/Makefile.am:
2246           have some tests be disabled for valgrinding
2247         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2248         (GST_START_TEST):
2249         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2250           Fix A Leak.  Chain To Parent Finalize.
2251
2252 2005-09-19  Wim Taymans  <wim@fluendo.com>
2253
2254         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2255         Fixed wav pipeline.
2256
2257 2005-09-19  Wim Taymans  <wim@fluendo.com>
2258
2259         * gst-libs/gst/rtp/gstbasertppayload.c:
2260         (gst_basertppayload_class_init), (gst_basertppayload_init),
2261         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2262         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2263         (gst_basertppayload_push), (gst_basertppayload_get_property),
2264         (gst_basertppayload_change_state):
2265         Posting ERROR and WARNING messages is good.
2266
2267 2005-09-19  Wim Taymans  <wim@fluendo.com>
2268
2269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2270         (gst_base_rtp_depayload_add_to_queue),
2271         (gst_base_rtp_depayload_push),
2272         (gst_base_rtp_depayload_set_gst_timestamp),
2273         (gst_base_rtp_depayload_queue_release):
2274         This one was not supposed to go in.
2275
2276 2005-09-19  Wim Taymans  <wim@fluendo.com>
2277
2278         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2279         Fix for bus API.
2280
2281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2282         (gst_base_rtp_depayload_chain),
2283         (gst_base_rtp_depayload_add_to_queue),
2284         (gst_base_rtp_depayload_push),
2285         (gst_base_rtp_depayload_set_gst_timestamp),
2286         (gst_base_rtp_depayload_queue_release):
2287         Some cleanups.
2288
2289         * gst-libs/gst/rtp/gstbasertppayload.c:
2290         (gst_basertppayload_class_init), (gst_basertppayload_init),
2291         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2292         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2293         (gst_basertppayload_get_property),
2294         (gst_basertppayload_change_state):
2295         Added debugging category.
2296
2297 2005-09-18  David Schleef  <ds@schleef.org>
2298
2299         * gst/playback/gstdecodebin.c: free plugin list correctly
2300         * gst/playback/gstplaybin.c: emit warning if autovideosink
2301           and autoaudiosink can't be found (instead of segfaulting)
2302
2303 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2304
2305         * check/elements/audioconvert.c: (GST_START_TEST):
2306           try out 24 bit conversion
2307
2308 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2309
2310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2311         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2312         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2313         * ext/vorbis/vorbisenc.h:
2314           Fix EOS handling.  Still needs a fix in the ogg muxer to
2315           mark the last page as eos.
2316
2317 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2318
2319         * common/gtk-doc-plugins.mak:
2320         * docs/plugins/Makefile.am:
2321         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2322         * gst/ffmpegcolorspace/Makefile.am:
2323         * gst/ffmpegcolorspace/avcodec.h:
2324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2325         * gst/tcp/gstmultifdsink.c:
2326           fix up ffmpegcolorspace docs; extract header
2327
2328 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2329
2330         * common/gtk-doc-plugins.mak:
2331         * docs/plugins/Makefile.am:
2332         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2333         * ext/theora/Makefile.am:
2334         * ext/theora/gsttheoraenc.h:
2335         * ext/theora/theoraenc.c:
2336         * ext/vorbis/vorbisenc.c:
2337           pick up signals and args for vorbis; add some docs for vorbis
2338
2339 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2340
2341         * common/gstdoc-scangobj:
2342         * common/gtk-doc-plugins.mak:
2343         * docs/libs/Makefile.am:
2344         * docs/plugins/gst-plugins-base-plugins.args:
2345         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2346         * docs/plugins/gst-plugins-base-plugins.interfaces:
2347         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2348         * docs/plugins/gst-plugins-base-plugins.signals:
2349           only scanobj stuff from our source module.  Not sure yet
2350           if that's correct, given the hierarchy stuff :)
2351
2352 2005-09-15  Wim Taymans  <wim@fluendo.com>
2353
2354         * gst/audioconvert/gstaudioconvert.c:
2355         And enable 24 bits mode as well..
2356
2357 2005-09-15  Wim Taymans  <wim@fluendo.com>
2358
2359         * gst-libs/gst/rtp/Makefile.am:
2360         * gst-libs/gst/rtp/gstbasertppayload.c:
2361         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2362         (gst_basertppayload_class_init), (gst_basertppayload_init),
2363         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2364         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2365         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2366         (gst_basertppayload_set_property),
2367         (gst_basertppayload_get_property),
2368         (gst_basertppayload_change_state):
2369         * gst-libs/gst/rtp/gstbasertppayload.h:
2370         Added rtp payloader base class.
2371
2372 2005-09-15  Andy Wingo  <wingo@pobox.com>
2373
2374         * configure.ac (plugindir): Remove the EOL matcher from the
2375         regexp, as it causes me problems. Libtool? Make? Who knows?
2376
2377 2005-09-14  David Schleef  <ds@schleef.org>
2378
2379         * check/generic/states.c: 
2380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2381         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2382           Fixes for changes in registry API.
2383
2384         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2385           to GST_PLUGIN_LDFLAGS.
2386         * ext/libvisual/visual.c: Make the library shut up.
2387         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2388         * gst-libs/gst/audio/gstaudiofilter.c: same
2389
2390 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2391
2392         * docs/plugins/Makefile.am:
2393         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2394         * docs/plugins/inspect/plugin-libvisual.xml:
2395         * docs/plugins/tmpl/element-tcpserversink.sgml:
2396         * ext/theora/theoraenc.c:
2397           add libvisual plugin and theoraenc element to docs
2398
2399 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2400
2401         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2402         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2403         * ext/theora/theoraenc.c:
2404           add theoraenc
2405
2406 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2407
2408         * gst/audioconvert/Makefile.am:
2409           Audioconvert derives from GstBaseTransform and should
2410           link to the library with our base elements to avoid
2411           unresolved symbols. Makes things work with MinGW (#316160)
2412
2413         * gst/playback/test4.c: (main):
2414           Fix MinGW build problem and use g_usleep() instead of 
2415           sleep() (#316162)
2416
2417 2005-09-12  Wim Taymans  <wim@fluendo.com>
2418
2419         * gst/audioconvert/audioconvert.c: (float),
2420         (audio_convert_prepare_context), (audio_convert_convert):
2421         * gst/audioconvert/audioconvert.h:
2422         Cleanups, speedups, simplifications, added back support
2423         for 24 bits.
2424
2425 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2426
2427         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2428         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2429         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2430         * docs/plugins/tmpl/element-tcpserversink.sgml:
2431         * gst/ffmpegcolorspace/gstffmpeg.c:
2432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2433         * gst/videotestsrc/gstvideotestsrc.c:
2434         * gst/volume/gstvolume.c:
2435           add more elements to the docs
2436
2437 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2438
2439         * check/Makefile.am:
2440         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2441         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2442           Add extra tests for basetransform based components. 
2443           Comment out the test_element_negotiation test until we decide
2444           if it's testing correct behaviour.
2445         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2446         (gst_visual_chain), (gst_visual_change_state):
2447           Slightly more correct but still bogus timestamping.
2448           Fix state change function.
2449         * gst/audioconvert/gstaudioconvert.c:
2450         (gst_audio_convert_class_init):
2451         * gst/audioresample/gstaudioresample.c:
2452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2453         (gst_ffmpegcsp_class_init):
2454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2455         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2456         (gst_videoscale_prepare_image):
2457         * gst/volume/gstvolume.c: (gst_volume_class_init),
2458         (volume_transform_ip):
2459           Basetransform updates. Enable passthrough modes.
2460         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2461         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2462         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2463           Negotiation fix that allows the window to return to the original
2464           size and renegotiate passthrough upstream. Extra debug output.
2465
2466 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2467
2468         * gst/sine/gstsinesrc.c:
2469         * gst/volume/gstvolume.c:
2470           fix up header include
2471
2472 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2473
2474         * gst-libs/gst/audio/gstbaseaudiosink.c:
2475         (gst_base_audio_sink_render):
2476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2477         * gst/volume/gstvolume.c: (gst_volume_class_init),
2478         (volume_transform):
2479           fixing lost sync, some more debugging
2480
2481 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2482
2483         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2484         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2485         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2486         (gst_xvimagesink_check_xshm_calls):
2487           Fix compilation when XShm is not available.
2488
2489 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2490
2491         * ext/libvisual/visual.c: (gst_visual_dispose),
2492         (gst_visual_getcaps), (gst_visual_src_setcaps),
2493         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2494         (gst_visual_change_state):
2495           Finish fixing up libvisual plugin so that it runs. 
2496
2497 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2498
2499         * ext/vorbis/vorbisenc.c:
2500         * gst-libs/gst/tag/gstvorbistag.c:
2501           gsttaginterface.h -> gsttagsetter.h
2502
2503 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2504
2505         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2506           added another test that failes for me (test is not active by default)
2507
2508 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2509
2510         * configure.ac:
2511           v4l2 is no longer in gst-plugins-base
2512
2513 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2514
2515         * configure.ac:
2516           In the output at the end, don't show the first plugin on the same
2517           line as "Core plug-ins, always built:".
2518           Indent the output as for other plugin categories
2519         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2520           #define that can be used to not use peer buffer_alloc functions for
2521           test purposes.
2522         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2523         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2524         (gst_ximagesink_show_frame):
2525         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2526         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2527         (gst_xvimagesink_show_frame):
2528           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2529           fails gracefully instead of XError aborting or deadlocking.
2530
2531 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2532
2533         * ext/libvisual/Makefile.am:
2534           link against gst-base-libs
2535
2536 2005-09-06  David Schleef  <ds@schleef.org>
2537
2538         * configure.ac: Enable libvisual plugin.
2539         * ext/libvisual/Makefile.am:
2540         * ext/libvisual/visual.c: Fixes to make it compile.
2541
2542 === release 0.9.2 ===
2543
2544 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2545
2546         * NEWS:
2547         * RELEASE:
2548         * configure.ac:
2549         * docs/random/ChangeLog-0.8:
2550           releasing 0.9.2, "Spoon"
2551
2552 2005-09-05  Michael Smith <msmith@fluendo.com>
2553
2554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2555           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2556           that in the vorbisenc element.
2557
2558 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2559
2560         * common/gtk-doc-plugins.mak:
2561         * docs/plugins/Makefile.am:
2562           fix distcheck
2563         * gst/audioresample/resample.c:
2564           fix wrong docstring
2565
2566 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2567
2568         * common/gst-xmlinspect.py:
2569         * common/gtk-doc-plugins.mak:
2570           only inspect plugins for this given package
2571           require gst-python 0.9
2572
2573 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2574
2575         * Makefile.am:
2576         * autogen.sh:
2577         * common/gst-xmlinspect.py:
2578         * configure.ac:
2579         * docs/Makefile.am:
2580         * docs/plugins/inspect/plugin-alsa.xml:
2581         * docs/plugins/inspect/plugin-audioresample.xml:
2582         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2583         * docs/plugins/inspect/plugin-ogg.xml:
2584         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2585         * docs/plugins/tmpl/element-multifdsink.sgml:
2586         * docs/plugins/tmpl/element-tcpserversink.sgml:
2587         * docs/plugins/tmpl/element-vorbisenc.sgml:
2588         * gst-plugins-base.spec.in:
2589           various doc-related updates
2590
2591 2005-08-31  Wim Taymans  <wim@fluendo.com>
2592
2593         * gst-libs/gst/audio/gstbaseaudiosink.c:
2594         (gst_base_audio_sink_render):
2595         Resync if the buffer timestamps drift more than a 10th 
2596         of a second.
2597
2598 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2599
2600         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2601         (gst_v4lsrc_get_property):
2602           The 'timestamp-offset' property is registered as an int64, so
2603           let's use g_value_{set|get}_int64() in our setter and getter
2604           functions (makes it work and fixes warnings with gst-inspect).
2605
2606 2005-08-30  Wim Taymans  <wim@fluendo.com>
2607
2608         * check/elements/audioconvert.c: (setup_audioconvert):
2609         * check/elements/audioresample.c: (setup_audioresample):
2610         * check/elements/volume.c: (setup_volume):
2611         Fix checks.
2612
2613 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2614
2615         * common/gtk-doc-plugins.mak:
2616         * common/plugins.xsl:
2617         * docs/plugins/Makefile.am:
2618           make module a param
2619
2620 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2621
2622         * examples/seeking/seek.c: (make_mp3_pipeline),
2623         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2624         (play_cb), (pause_cb), (stop_cb):
2625           update the example
2626
2627 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2628
2629         * gst/volume/gstvolume.c: (gst_volume_class_init),
2630         (volume_transform):
2631           do not update controlled params, if buffer has no timestamp
2632
2633 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2634
2635         * configure.ac:
2636         * gst/sine/Makefile.am:
2637         * gst/volume/Makefile.am:
2638           controllerized elements also need to link against controller-libs ;)
2639
2640 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2641
2642         * docs/libs/tmpl/gstcolorbalance.sgml:
2643         * docs/libs/tmpl/gstgconf.sgml:
2644         * docs/libs/tmpl/gstmixer.sgml:
2645         * docs/libs/tmpl/gstringbuffer.sgml:
2646         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2647         (gst_sinesrc_create):
2648         * gst/volume/gstvolume.c: (gst_volume_class_init),
2649         (volume_transform):
2650           controllerized two audio plugins
2651
2652 2005-08-29  Andy Wingo  <wingo@pobox.com>
2653
2654         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2655         (vorbis_handle_data_packet): Fix some int overflow errors.
2656
2657         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2658         -1.
2659         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2660         valid.
2661         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2662         if it's valid. Fixed streaming-mode playback.
2663
2664         * check/elements/volume.c (cleanup_volume): Fix for running
2665         CK_FORK=no.
2666
2667         * check/elements/audioconvert.c: Convert from native endian, not
2668         little endian.
2669
2670 2005-08-29  Michael Smith <msmith@fluendo.com>
2671
2672         * ext/ogg/Makefile.am:
2673         * ext/ogg/gstogg.c: (plugin_init):
2674         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2675         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2676         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2677         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2678         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2679         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2680         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2681         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2682         Add an ogg parser element.
2683
2684 2005-08-28  Andy Wingo  <wingo@pobox.com>
2685
2686         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2687
2688 2005-08-26  Wim Taymans  <wim@fluendo.com>
2689
2690         * gst/audioconvert/audioconvert.c: (if), (float),
2691         (audio_convert_get_func_index), (check_default),
2692         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2693         (audio_convert_clean_context), (audio_convert_get_sizes),
2694         (audio_convert_convert):
2695         Cleanups.
2696
2697 2005-08-26  Wim Taymans  <wim@fluendo.com>
2698
2699         * gst/audioconvert/audioconvert.c: (if), (float),
2700         (audio_convert_get_func_index), (check_default),
2701         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2702         (audio_convert_clean_context), (audio_convert_get_sizes),
2703         (audio_convert_convert):
2704         More elegant and working temp buffer selection algo.
2705
2706 2005-08-26  Wim Taymans  <wim@fluendo.com>
2707
2708         * gst/audioconvert/audioconvert.c: (if), (float),
2709         (audio_convert_get_func_index), (check_default),
2710         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2711         (audio_convert_clean_context), (audio_convert_get_sizes),
2712         (get_temp_buffer), (audio_convert_convert):
2713         Use realloc else we lose our original data.
2714
2715 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2716
2717         * gst/audioresample/gstaudioresample.c:
2718           use base class' newsegment to properly timestamp
2719
2720 2005-08-26  Wim Taymans  <wim@fluendo.com>
2721
2722         * gst/audioconvert/audioconvert.c: (if), (float),
2723         (audio_convert_get_func_index), (check_default),
2724         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2725         (audio_convert_clean_context), (audio_convert_get_sizes),
2726         (get_temp_buffer), (audio_convert_convert):
2727         * gst/audioconvert/gstaudioconvert.c:
2728         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2729         (gst_audio_convert_transform_caps),
2730         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2731         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2732         Oops, allocate enough space to perform the channel mix.
2733
2734 2005-08-26  Wim Taymans  <wim@fluendo.com>
2735
2736         * gst/audioconvert/Makefile.am:
2737         * gst/audioconvert/audioconvert.c: (if), (float),
2738         (audio_convert_get_func_index), (check_default),
2739         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2740         (audio_convert_clean_context), (audio_convert_get_sizes),
2741         (get_temp_buffer), (audio_convert_convert):
2742         * gst/audioconvert/audioconvert.h:
2743         * gst/audioconvert/gstaudioconvert.c:
2744         (gst_audio_convert_class_init), (gst_audio_convert_init),
2745         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2746         (gst_audio_convert_get_unit_size),
2747         (gst_audio_convert_transform_caps),
2748         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2749         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2750         * gst/audioconvert/gstaudioconvert.h:
2751         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2752         (gst_channel_mix_fill_identical),
2753         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2754         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2755         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2756         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2757         (gst_channel_mix_mix):
2758         * gst/audioconvert/gstchannelmix.h:
2759         Cleanups, librarify a bit, optimize, better negotiation and more.
2760
2761 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2762
2763         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2764         Another from MikeS:
2765         During typefinding, don't support negative offsets
2766         (offsets from the end of the stream) in our typefind->peek() function
2767         - nothing embedded in ogg ever needs them. However, we need to recognise
2768         those requests and reject them, otherwise we return invalid pointers.
2769
2770 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2771
2772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2773         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2774         (vorbisdec_finalize), (vorbis_handle_type_packet):
2775           Big shout-out to MikeS for fixing this giant memory leak.
2776           Huzzah!
2777
2778 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2779
2780         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2781         (audio_convert_get_unit_size):
2782           plug some leaks
2783
2784 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2785
2786         * check/Makefile.am:
2787         * check/elements/audioconvert.c: (setup_audioconvert),
2788         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2789         (GST_START_TEST), (audioconvert_suite), (main):
2790           add a test for audioconvert
2791         * gst/audioresample/gstaudioresample.c:
2792         * gst/audioresample/gstaudioresample.h:
2793           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2794           note that for buffers of 1/3 sec this means DURATION(c) is 
2795           one nanosecond more than for a and b
2796
2797 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2798
2799         * check/Makefile.am:
2800         * check/elements/audioresample.c: (setup_audioresample),
2801         (cleanup_audioresample), (fail_unless_perfect_stream),
2802         (test_perfect_stream_instance), (GST_START_TEST),
2803           add a check for audioresample
2804         (audioresample_suite), (main):
2805         * check/elements/volume.c: (GST_START_TEST):
2806           remove unused method
2807         * gst/audioresample/gstaudioresample.c:
2808           set correct buffer parameters since we're changing them
2809         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2810           add some debug
2811
2812 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2813
2814         * gst/audioresample/debug.c:
2815         * gst/audioresample/gstaudioresample.c:
2816           add room for extra overlap samples when asked to transform size
2817           protect against possible mem corruption and check for discrepancies
2818           between written size and outbuffer's size so we can warn for
2819           potential problems
2820         * gst/audioresample/resample.c: (resample_init),
2821         (resample_get_output_size_for_input), (resample_get_output_size),
2822         (resample_set_n_channels), (resample_set_format):
2823           set debug level based on RESAMPLE_DEBUG env var
2824           make sure that get_output_size* returns a whole number of
2825           sample_size
2826           set sample_size each time either channel or format is set
2827         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2828         * gst/audioresample/resample_functable.c:
2829         (resample_scale_functable):
2830         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2831           remove r->sample_size, it's done in resample.c now
2832           add some debugging to the ref implementation
2833           make sure we only give back bytes that are wholes of the sample
2834           size
2835
2836 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2837         * gst/playback/gstplaybasebin.c: (fill_buffer):
2838         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2839
2840 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2841
2842         * gst/volume/gstvolume.c:
2843           made set_caps function static
2844
2845 2005-08-24  Wim Taymans  <wim@fluendo.com>
2846
2847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2848         (gst_vorbisenc_change_state):
2849         Stop leaking taglists.
2850
2851 2005-08-24  Wim Taymans  <wim@fluendo.com>
2852
2853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2854         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2855         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2856         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2857         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2858         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2859         Parse seeking events better.
2860         Unref static caps.
2861         Generate correct newsegment events, fixes seeking in live oggs.
2862
2863         * ext/theora/theoradec.c: (theora_dec_src_query),
2864         (theora_dec_src_event), (theora_dec_src_getcaps),
2865         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2866         Use newsegment values to report correct play time.
2867
2868         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2869         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2870         * ext/vorbis/vorbisdec.h:
2871         Parse and use newsegment values to report correct play time.
2872
2873         * gst-libs/gst/audio/gstbaseaudiosink.c:
2874         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2875         Clear ringbuffer on flush.
2876         Use newsegment values to calculate playback time.
2877
2878         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2880         Basesink does newsegment calculations for us now.
2881
2882 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2883
2884         * check/Makefile.am:
2885         * configure.ac:
2886           add core's plugins to the mix so that playbin works
2887         * check/generic/states.c: (GST_START_TEST):
2888           set a 0 timeout on pipelines, so they don't force the next
2889           state change
2890         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2891         (gst_play_base_bin_change_state):
2892           remove the crappy error handling and do GST error handling
2893
2894 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2895
2896         * check/Makefile.am:
2897         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2898           add same test as to core, it bitches out on playbin atm.
2899
2900 2005-08-24  Wim Taymans  <wim@fluendo.com>
2901
2902         * configure.ac:
2903         Remove audioscale.
2904
2905 2005-08-24  Wim Taymans  <wim@fluendo.com>
2906
2907         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2908         (gst_videoscale_prepare_size), (parse_caps),
2909         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2910         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2911         (gst_videoscale_transform):
2912         * gst/videoscale/gstvideoscale.h:
2913         Refactor, make use of BaseTranform really well.
2914
2915 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2916
2917         * configure.ac:
2918           compile audioresample
2919         * gst/audioresample/Makefile.am:
2920         * gst/audioresample/buffer.c:
2921         * gst/audioresample/functable.c:
2922         * gst/audioresample/gstaudioresample.c:
2923         * gst/audioresample/gstaudioresample.h:
2924         * gst/audioresample/resample.c:
2925         (resample_get_output_size_for_input):
2926         * gst/audioresample/resample.h:
2927         * gst/audioresample/resample_chunk.c:
2928         * gst/audioresample/resample_functable.c:
2929         * gst/audioresample/resample_ref.c:
2930           port to use basetransform; doesn't work in all cases yet
2931
2932 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2933
2934         * gst/audioconvert/gstaudioconvert.c:
2935         (gst_audio_convert_class_init), (gst_audio_convert_init),
2936         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2937         (audio_convert_fixate_caps), (audio_convert_set_caps),
2938         (audio_convert_transform),
2939         (gst_audio_convert_buffer_to_default_format),
2940         (gst_audio_convert_buffer_from_default_format),
2941         (gst_audio_convert_channels):
2942         * gst/audioconvert/gstchannelmix.c:
2943         * gst/audioconvert/gstchannelmix.h:
2944           port to basetransform
2945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2946         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2947         (gst_ffmpegcsp_get_unit_size):
2948         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2949         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2950           fix for basetransform changes
2951
2952 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2953
2954         * check/Makefile.am:
2955           Add CHECK_CFLAGS and LDFLAGS
2956
2957         * gst/playback/gstplaybasebin.c: (fill_buffer):
2958           GST_MESSAGE_SRC became a GObject
2959
2960 2005-08-24  Wim Taymans  <wim@fluendo.com>
2961
2962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2963         (gst_ring_buffer_clear_all):
2964         * gst-libs/gst/audio/gstringbuffer.h:
2965         Added function to clear the ringbuffer.
2966
2967 2005-08-24  Andy Wingo  <wingo@pobox.com>
2968
2969         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2970         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2971         of _open and _close.
2972
2973         * sys/v4l/gstv4lxoverlay.h:
2974         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2975         an Xv connection here, instead of all the time. Make Xv only be
2976         loaded if you axe for it. Kindof a workaround for buggy behaviour
2977         of Xv when using remote xservers (XvQueryExtension would block).
2978         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2979         replace the _open and _close public API. Only start the xv
2980         connection if necessary.
2981         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2982
2983 2005-08-23  David Schleef  <ds@schleef.org>
2984
2985         * gst/audioresample/Makefile.am: Leet audioresampling code
2986         * gst/audioresample/buffer.c:
2987         * gst/audioresample/buffer.h:
2988         * gst/audioresample/debug.c:
2989         * gst/audioresample/debug.h:
2990         * gst/audioresample/functable.c:
2991         * gst/audioresample/functable.h:
2992         * gst/audioresample/gstaudioresample.c:
2993         * gst/audioresample/gstaudioresample.h:
2994         * gst/audioresample/resample.c:
2995         * gst/audioresample/resample.h:
2996         * gst/audioresample/resample_chunk.c:
2997         * gst/audioresample/resample_functable.c:
2998         * gst/audioresample/resample_ref.c:
2999
3000 2005-08-23  Wim Taymans  <wim@fluendo.com>
3001
3002         * examples/seeking/seek.c: (make_vorbis_pipeline),
3003         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3004         Small seek updates.
3005
3006 2005-08-23  Andy Wingo  <wingo@pobox.com>
3007
3008         * gst-libs/gst/audio/gstbaseaudiosrc.c
3009         (gst_base_audio_src_fixate): Only fixate endianness if it is
3010         present in the caps.
3011
3012 2005-08-22  Andy Wingo  <wingo@pobox.com>
3013
3014         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3015         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3016         device-name property.
3017
3018         * gst-libs/gst/audio/gstaudiosrc.h:
3019         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3020         close_device in the ring buffer, like gstaudiosink.
3021
3022         * ext/alsa/gstalsamixer.h:
3023         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3024         macro to implement the interface without much code. Cleanups. 
3025
3026         * ext/alsa/gstalsasrc.h:
3027         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3028         READY.
3029
3030         * ext/alsa/Makefile.am: Add new files.
3031         * ext/alsa/gstalsamixerelement.c: 
3032         * ext/alsa/gstalsamixerelement.c: Split element code out from
3033         mixer code so that alsasrc can be a mixer too.
3034
3035 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3036
3037         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3038         (GST_START_TEST):
3039         * check/elements/vorbisdec.c: (setup_vorbisdec),
3040         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3041         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3042         (vorbis_handle_identification_packet),
3043         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3044         (vorbis_handle_header_packet), (vorbis_dec_push),
3045         (vorbis_dec_chain):
3046           use the setup/teardown methods to save code.  save code is good.
3047
3048 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3049
3050         * check/Makefile.am:
3051           add ext dir for plugins
3052           add vorbisdec test conditionally
3053         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3054         (GST_START_TEST), (volume_suite):
3055           add a test with wrong caps
3056         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3057         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3058           add a vorbisdec test
3059         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3060         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3061           clean up debug output
3062         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3063           yay, fix a segfault/security issue in vorbisdec
3064           gst-launch fakesrc ! vorbisdec wasn't happy
3065         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3066         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3067         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3068         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3069         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3070         (gst_vorbisenc_set_metadata), (get_constraints_string),
3071         (update_start_message), (gst_vorbisenc_setup),
3072         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3073         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3074         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3075         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3076         * ext/vorbis/vorbisenc.h:
3077           march in line
3078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3079         (gst_ffmpegcsp_transform):
3080           have the kow come home
3081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3082           debug my func ptr
3083         * gst/volume/gstvolume.c: (volume_set_caps):
3084           add a debug
3085
3086 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3087
3088         * Makefile.am:
3089         * check/.cvsignore:
3090         * check/Makefile.am:
3091         * check/elements/.cvsignore:
3092         * check/elements/volume.c: (chain_func), (event_func),
3093         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3094         (main):
3095         * configure.ac:
3096           add unit test structure for gst-plugins-base
3097           add a test for volume
3098         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3099         (gst_volume_set_volume), (gst_volume_get_volume),
3100         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3101         (volume_funcfind), (volume_process_float), (volume_process_int16),
3102         (volume_set_caps), (volume_transform), (volume_update_mute),
3103         (volume_update_volume), (volume_set_property),
3104         (volume_get_property):
3105           document a little; use basetransform vmethod _set_caps
3106
3107 2005-08-19  Andy Wingo  <wingo@pobox.com>
3108
3109         * ext/alsa/gstalsamixertrack.h:
3110         * ext/alsa/gstalsamixertrack.c:
3111         * ext/alsa/gstalsamixeroptions.h:
3112         * ext/alsa/gstalsamixeroptions.c:
3113         * ext/alsa/gstalsamixer.h:
3114         * ext/alsa/gstalsamixer.c: Port to 0.9.
3115
3116         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3117         Remove gstalsa.c and alsaclock. No more cruft here.
3118         
3119 2005-08-18  Wim Taymans  <wim@fluendo.com>
3120
3121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3122         (gst_base_rtp_depayload_chain),
3123         (gst_base_rtp_depayload_add_to_queue),
3124         (gst_base_rtp_depayload_push),
3125         (gst_base_rtp_depayload_queue_release):
3126         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3127         Fix for RTPBuffer changes.
3128
3129         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3130         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3131         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3132         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3133         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3134         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3135         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3136         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3137         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3138         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3139         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3140         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3141         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3142         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3143         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3144         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3145         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3146         (gst_rtpbuffer_get_payload):
3147         * gst-libs/gst/rtp/gstrtpbuffer.h:
3148         Don't subclass GstBuffer but add methods and helper functions
3149         to construct and manipulate RTP packets in regular GstBuffers.
3150
3151 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3154           moved statement below switch
3155         * gst/volume/gstvolume.c: (gst_volume_class_init):
3156           added debug ptr
3157
3158 2005-08-16  Wim Taymans  <wim@fluendo.com>
3159
3160         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3161         (gst_base_audio_src_change_state):
3162         Open and close device in READY<->NULL state change.
3163
3164 2005-08-16  Andy Wingo  <wingo@pobox.com>
3165
3166         * examples/seeking/Makefile.am: Don't compile non-compiling
3167         compiled objects with the compiler.
3168
3169         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3170         elements.
3171
3172 2005-08-12  Philippe Khalaf <burger@speedy.org>
3173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3174         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3175           Made a thread to release the queue.
3176           Removed timestamp conversion for now.
3177
3178 2005-08-10  Philippe Khalaf <burger@speedy.org>
3179         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3180         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3181           Added rtp timestamp -> gst timestamp conversion.
3182           Fixed several problems with queue.
3183
3184 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3185
3186         * gst-libs/gst/audio/gstaudioclock.h:
3187         * gst-libs/gst/audio/gstaudiofilter.h:
3188         * gst-libs/gst/audio/gstaudiosink.h:
3189         * gst-libs/gst/audio/gstaudiosrc.h:
3190         * gst-libs/gst/audio/gstbaseaudiosink.h:
3191         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3192         * gst-libs/gst/audio/gstringbuffer.h:
3193         * gst-libs/gst/net/gstnetbuffer.h:
3194         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3195         * gst-libs/gst/rtp/gstrtpbuffer.h:
3196           Add padding (you will need to rebuild gst-plugins-base,
3197           gst-plugins and all applications afterwards!)
3198
3199 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3200
3201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3202         (gst_riff_parse_chunk):
3203           Fix bug in debug message and add some more debug messages.
3204
3205 2005-08-08  Edward Hervey  <edward@fluendo.com>
3206
3207         * gst-libs/gst/riff/riff-media.c:
3208         backported updates since branch
3209
3210 2005-08-08  Andy Wingo  <wingo@pobox.com>
3211
3212         * gst-libs/gst/audio/gstbaseaudiosink.c
3213         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3214         like good elements should. Close on READY->NULL too.
3215
3216         * gst-libs/gst/audio/gstaudiosink.c
3217         (gst_audioringbuffer_open_device,
3218         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3219         (gst_audioringbuffer_release): Updates for new ring buffer API,
3220         hook into the new audio sink api.
3221
3222         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3223         (GstAudioSinkClass.close): Just open and close the device -- no
3224         resource allocation or configuration.
3225         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3226         vmethods, handle device setup and resource allocation.
3227
3228         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3229         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3230         base class API.
3231
3232         * gst-libs/gst/audio/gstringbuffer.h
3233         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3234         New vmethods.
3235
3236         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3237         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3238         New API functions. The device should be opened before acquiring
3239         and closed after releasing.
3240
3241 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3242
3243         * gst-libs/gst/interfaces/mixer.h:
3244           Reset padding to GST_PADDING.
3245
3246 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3247
3248         * gst/playback/gstplaybin.c: (remove_sinks):
3249           Remove visualization from parent explicitely; works around some
3250           apparent refcount issue that I haven't tracked down yet.
3251
3252 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3253
3254         * ext/alsa/gstalsasink.c: (set_hwparams):
3255           Assign debug category, add negotiation debug msgs.
3256
3257 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3258
3259         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3260           Fix error code for file-not-found to NOT_FOUND.
3261
3262 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3263
3264         * common/gtk-doc-plugins.mak:
3265         * docs/plugins/Makefile.am:
3266         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3267         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3268           renamed to actual element names, so much nicer to look at
3269         * docs/plugins/tmpl/gstmultifdsink.sgml:
3270           remove
3271         * docs/plugins/tmpl/multifdsink.sgml:
3272         * docs/plugins/tmpl/tcpserversink.sgml:
3273           add
3274         * ext/alsa/gstalsa.c:
3275         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3276         * ext/ogg/gstoggmux.c:
3277         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3278         * gst/playback/gstdecodebin.c:
3279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3280         * gst/tcp/gsttcpserversink.c:
3281           various fixes and documentation additions
3282
3283 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3284
3285         * common/Makefile.am:
3286         * common/gstdoc-scangobj:
3287         * common/gtk-doc-plugins.mak:
3288         * common/gtk-doc.mak:
3289           add a custom scangobj that uses the registry
3290           add a custom gtk-doc-plugins.mak that uses it
3291           some doc build fixes
3292         * configure.ac:
3293         * docs/Makefile.am:
3294         * docs/plugins/Makefile.am:
3295         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3296         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3297         * docs/plugins/gst-plugins-base-plugins.types:
3298         * docs/plugins/tmpl/gstmultifdsink.sgml:
3299           add docs for one element, multifdsink
3300         * gst/adder/gstadder.h:
3301         * gst/volume/gstvolume.h:
3302           don't privatize enum
3303         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3304         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3305         (gst_sync_method_get_type), (gst_client_status_get_type),
3306         (gst_multifdsink_class_init),
3307         (gst_multifdsink_client_queue_buffer),
3308         (gst_multifdsink_handle_client_write):
3309         * gst/tcp/gstmultifdsink.h:
3310         * gst/tcp/gsttcp.h:
3311         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3312         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3313         (gst_tcpclientsink_render):
3314         * gst/tcp/gsttcpclientsink.h:
3315         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3316         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3317         (gst_tcpclientsrc_start):
3318         * gst/tcp/gsttcpclientsrc.h:
3319         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3320         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3321         * gst/tcp/gsttcpserversrc.h:
3322         * gst/typefind/gsttypefindfunctions.c:
3323           remove superfluous Type stuff
3324
3325 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3326
3327         * gst/playback/gstplaybin.c: (gen_video_element):
3328           Enable videoscale.
3329
3330 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3331
3332         * gst-libs/gst/gconf/gconf.c:
3333         * gst-libs/gst/gconf/gconf.h:
3334           Fix some Andy Problem [tm].
3335
3336 2005-08-04  Andy Wingo  <wingo@pobox.com>
3337
3338         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3339         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3340         (gst_ffmpegcsp_get_size): Adapt to API changes.
3341
3342         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3343         Implement an in-place do-nothing transform.
3344
3345 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3346
3347         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3348         (gst_ximagesink_renegotiate_size):
3349           Do not set new window sizes yet if we prepare a new buffer size
3350           for upstream renegotiation (software scaling) at some point in the
3351           future, because this new size waqs not actually accepted yet. Once
3352           accepted, renegotiation later on will set the new sizes just fine.
3353           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3354           embedding testcase.
3355
3356 2005-08-03  Andy Wingo  <wingo@pobox.com>
3357
3358         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3359         (gst_ximagesink_buffer_alloc): 
3360         Protect the height, width, and desired_caps with the pool_lock.
3361         Fixes videotestsrc ! queue ! ximagesink.
3362
3363 2005-08-02  Edward Hervey  <edward@fluendo.com>
3364
3365         * gst/volume/gstvolume.c:
3366         include left from controller cleanup
3367
3368 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3370           Stop collectpads before calling the parent state
3371           change function on PAUSED->READY.
3372
3373 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3374         * configure.ac:
3375           When testing for X libs, use the X CFlags 
3376         * gst/adder/gstadder.c: (gst_adder_change_state):
3377           Stop the collectpads before calling parent state change function
3378           on PAUSED->READY, otherwise we deadlock deactivating pads.
3379
3380 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3381
3382         * configure.ac:
3383         * docs/libs/tmpl/gstcolorbalance.sgml:
3384         * docs/libs/tmpl/gstmixer.sgml:
3385         * examples/Makefile.am:
3386         * gst/sine/Makefile.am:
3387         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3388         (gst_sinesrc_set_property), (plugin_init):
3389         * gst/sine/gstsinesrc.h:
3390         * gst/volume/Makefile.am:
3391         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3392         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3393         (volume_process_float), (volume_process_int16),
3394         (volume_set_property), (plugin_init):
3395         * gst/volume/gstvolume.h:
3396           deactivate and remove dparams (libgstcontrol)
3397
3398 2005-07-29  Wim Taymans  <wim@fluendo.com>
3399
3400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3401         Convert me to BaseTransform!! help..
3402
3403 2005-07-29  Andy Wingo  <wingo@pobox.com>
3404
3405         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3406         sinks.
3407
3408         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3409         support of both endiannesses.
3410
3411 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3412
3413         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3414           Fix confusing debug message (s/event/query/)
3415
3416 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3417
3418         * gst/videotestsrc/videotestsrc.h:
3419           Use "_stdint.h" instead of <stdint.h>
3420
3421 2005-07-27  Wim Taymans  <wim@fluendo.com>
3422
3423         * ext/vorbis/Makefile.am:
3424         Revert wrong commit.
3425
3426 2005-07-27  Wim Taymans  <wim@fluendo.com>
3427
3428         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3429         More compilation fixen.
3430
3431 2005-07-27  Wim Taymans  <wim@fluendo.com>
3432
3433         * gst-libs/gst/audio/gstbaseaudiosink.c:
3434         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3435         (gst_base_audio_sink_create_ringbuffer),
3436         (gst_base_audio_sink_change_state):
3437         Fix compilation.
3438
3439 2005-07-27  Wim Taymans  <wim@fluendo.com>
3440
3441         * examples/seeking/seek.c: (setup_dynamic_link),
3442         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3443         (query_positions_elems), (query_positions_pads), (do_seek):
3444         Update seek example.
3445
3446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3447         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3448         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3449         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3450         (gst_ogg_demux_handle_event),
3451         (gst_ogg_demux_deactivate_current_chain),
3452         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3453         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3454         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3455         (gst_ogg_demux_loop):
3456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3457         * ext/theora/theoradec.c: (theora_dec_src_event),
3458         (theora_dec_src_getcaps), (theora_dec_sink_event),
3459         (theora_dec_push), (theora_dec_chain):
3460         * ext/vorbis/Makefile.am:
3461         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3462         (vorbis_dec_sink_event), (vorbis_dec_push),
3463         (vorbis_handle_data_packet):
3464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3465         (gst_vorbisenc_chain):
3466         * gst/playback/gststreaminfo.c: (cb_probe):
3467         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3468         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3469         * gst/videoscale/gstvideoscale.c:
3470         (gst_videoscale_handle_src_event):
3471         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3472         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3473         (gst_ximagesink_navigation_send_event):
3474         * sys/xvimage/xvimagesink.c:
3475         (gst_xvimagesink_navigation_send_event):
3476         Various event updates and cleanups
3477
3478 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3479
3480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3481           Fix segfault for I420/YV12.
3482
3483 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3484
3485         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3486           Report bitrate.
3487
3488 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3489
3490         * gst/playback/gstplaybin.c: (gen_video_element),
3491         (gen_audio_element):
3492           Switch to auto*sink elements as default sinks; add volume element
3493           so that volume control in totem works.
3494
3495 2005-07-21  Wim Taymans  <wim@fluendo.com>
3496
3497         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3498         * gst/playback/gstplaybin.c: (setup_sinks),
3499         (gst_play_bin_change_state):
3500         Refcount fix and more comments.
3501
3502 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3503
3504         * sys/ximage/Makefile.am:
3505         * sys/ximage/ximage.c: (plugin_init):
3506         * sys/ximage/ximagesink.c:
3507         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3508         
3509
3510 2005-07-21  Wim Taymans  <wim@fluendo.com>
3511
3512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3513         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3514         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3515         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3516         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3517         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3518         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3519         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3520         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3521         Generate correct disconts for live chained oggs.
3522
3523         * gst-libs/gst/audio/gstbaseaudiosink.c:
3524         (gst_base_audio_sink_render),
3525         (gst_base_audio_sink_create_ringbuffer),
3526         (gst_base_audio_sink_change_state):
3527         Handle discont math correctly.
3528
3529         * gst/playback/gstplaybin.c: (add_sink):
3530         Some small debug cleanup.
3531
3532 2005-07-21  Wim Taymans  <wim@fluendo.com>
3533
3534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3535         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3536         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3537         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3538         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3539         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3540         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3541         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3542         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3543         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3544         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3545         (gst_ogg_demux_change_state), (gst_ogg_print):
3546         Reorganize code to send the right disconts when in streaming
3547         mode.
3548
3549 2005-07-20  Andy Wingo  <wingo@pobox.com>
3550
3551         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3552         fix (?), fixes a seggie mcfalterson (#310894).
3553
3554 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3555
3556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3557         (gst_ogg_mux_set_header_on_caps):
3558         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3559         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3560         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3561         * gst-libs/gst/audio/multichannel.c:
3562         (gst_audio_set_channel_positions),
3563         (gst_audio_set_structure_channel_positions_list):
3564         * gst/playback/gstdecodebin.c: (dynamic_create):
3565         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3566         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3567           Fixes for API changes in core.
3568
3569 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3570
3571         * gst/playback/gstplaybasebin.c: (fill_buffer):
3572           Use _new_custom() so we can set custom message types for buffering
3573           messages.
3574
3575 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3576
3577         * configure.ac:
3578         * gst-libs/gst/Makefile.am:
3579         * gst-libs/gst/gconf/.cvsignore:
3580         * gst-libs/gst/gconf/Makefile.am:
3581         * gst-libs/gst/gconf/test-gconf.c:
3582         * pkgconfig/Makefile.am:
3583         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3584         * pkgconfig/gstreamer-gconf.pc.in:
3585           Remove gconf stuff, use gconf elements instead from now on.
3586
3587 2005-07-20  Wim Taymans  <wim@fluendo.com>
3588
3589         * gst-libs/gst/audio/TODO:
3590         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3591         (gst_audio_clock_get_internal_time):
3592         * gst-libs/gst/audio/gstaudioclock.h:
3593         * gst-libs/gst/audio/gstbaseaudiosink.c:
3594         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3595         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3596         (gst_base_audio_sink_render),
3597         (gst_base_audio_sink_create_ringbuffer),
3598         (gst_base_audio_sink_change_state):
3599         Make sure the audio clock always returns an increasing value.
3600
3601 2005-07-19  Andy Wingo  <wingo@pobox.com>
3602
3603         * gst/videotestsrc/: Cleanups.
3604
3605 2005-07-19  Wim Taymans  <wim@fluendo.com>
3606
3607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3608         Better debugging.
3609
3610 2005-07-19  Wim Taymans  <wim@fluendo.com>
3611
3612         * examples/seeking/seek.c: (make_dv_pipeline),
3613         (make_vorbis_theora_pipeline), (query_rates),
3614         (query_positions_elems), (query_positions_pads), (do_seek):
3615         Make correct DV pipeline.
3616
3617 2005-07-18  Andy Wingo  <wingo@pobox.com>
3618
3619         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3620         default. Also because it's the only thing that really works. (This
3621         is used in the GConf elements).
3622         Use AS_LIBTOOL_TAGS.
3623
3624 2005-07-18  Wim Taymans  <wim@fluendo.com>
3625
3626         * gst/playback/gstdecodebin.c: (remove_element_chain):
3627         * gst/playback/gstplaybin.c: (add_sink):
3628         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3629         (gst_stream_info_set_mute):
3630         * gst/playback/gststreamselector.c:
3631         (gst_stream_selector_get_linked_pad),
3632         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3633         More leak and compile fixes.
3634
3635 2005-07-18  Wim Taymans  <wim@fluendo.com>
3636
3637         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3638         (query_rates), (query_positions_elems), (query_positions_pads),
3639         (do_seek), (seek_cb), (stop_seek):
3640         Updated seek example. 
3641
3642         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3643         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3644         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3645         * gst/playback/gstplaybin.c: (add_sink):
3646         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3647         (gst_stream_info_set_mute):
3648         Some refcount leak fixes.
3649
3650 2005-07-16  Wim Taymans  <wim@fluendo.com>
3651
3652         * gst-libs/gst/audio/gstbaseaudiosink.c:
3653         (gst_base_audio_sink_render):
3654         Align samples even if we have roundoff errors in the 
3655         timestamp conversion.
3656
3657 2005-07-16  Wim Taymans  <wim@fluendo.com>
3658
3659         * docs/libs/tmpl/gstringbuffer.sgml:
3660         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3661         (query_rates), (query_positions_elems), (query_positions_pads),
3662         (update_scale), (do_seek):
3663         Updated seek example.
3664
3665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3666         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3667         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3668         (gst_ogg_demux_loop):
3669         Push out correct discont values.
3670
3671         * ext/theora/theoradec.c: (theora_dec_src_convert),
3672         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3673         (theora_dec_sink_event), (theora_handle_type_packet),
3674         (theora_handle_header_packet), (theora_dec_push),
3675         (theora_handle_data_packet), (theora_dec_chain),
3676         (theora_dec_change_state):
3677         Better timestamping.
3678
3679         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3680         (vorbis_dec_sink_event), (vorbis_dec_push),
3681         (vorbis_handle_data_packet), (vorbis_dec_chain):
3682         * ext/vorbis/vorbisdec.h:
3683         Better timestamping.
3684
3685         * gst-libs/gst/audio/gstbaseaudiosink.c:
3686         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3687         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3688         Handle syncing on timestamps instead of sample offsets. Make
3689         use of DISCONT values as described in design docs.
3690
3691         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3692         (gst_base_audio_src_get_time):
3693         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3694         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3695         (gst_ring_buffer_read):
3696         * gst-libs/gst/audio/gstringbuffer.h:
3697         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3698         (gst_ximagesink_show_frame):
3699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3700         Correcly convert buffer timestamp to stream time.
3701
3702 2005-07-16  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst/audioconvert/gstaudioconvert.c:
3705         (gst_audio_convert_get_buffer):
3706         Timestamp buffers correctly.
3707
3708         * gst/playback/gstplaybin.c: (gen_video_element):
3709         Make internal fakesink silent.
3710
3711 2005-07-15  Wim Taymans  <wim@fluendo.com>
3712
3713         * gst/ffmpegcolorspace/Makefile.am:
3714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3715         (gst_ffmpegcsp_caps_remove_format_info),
3716         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3717         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3718         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3719         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3720         Ported ffmpegcolorspace to basetransform.
3721
3722         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3723         * gst/volume/gstvolume.c: (volume_transform):
3724         Ported to new API.
3725
3726 2005-07-14  Wim Taymans  <wim@fluendo.com>
3727
3728         * gst/videotestsrc/Makefile.am:
3729         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3730         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3731         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3732         (gst_videotestsrc_init), (gst_videotestsrc_event),
3733         (gst_videotestsrc_create), (gst_videotestsrc_start),
3734         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3735         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3736         (gst_videotestsrc_get_property):
3737         * gst/videotestsrc/gstvideotestsrc.h:
3738         Make videotestsrc a pushsrc.
3739
3740 2005-07-14  Wim Taymans  <wim@fluendo.com>
3741
3742         * gst/tcp/gstfdset.c: (gst_fdset_free):
3743         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3744         (gst_multifdsink_add), (gst_multifdsink_remove),
3745         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3746         (gst_multifdsink_remove_client_link),
3747         (gst_multifdsink_client_queue_data),
3748         (gst_multifdsink_client_queue_caps),
3749         (gst_multifdsink_client_queue_buffer),
3750         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3751         (gst_multifdsink_stop):
3752         * gst/tcp/gstmultifdsink.h:
3753         0.8 backporting.
3754
3755         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3756         Also draw image when not from a pool.
3757
3758 2005-07-14  Wim Taymans  <wim@fluendo.com>
3759
3760         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3761         (mute_stream), (silence_stream):
3762         Small debug additions.
3763
3764 2005-07-14  Wim Taymans  <wim@fluendo.com>
3765
3766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3767         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3768         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3769         Better error recovery, ignore unconnected pads and
3770         non-fatal errors.
3771
3772 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3773
3774         * docs/libs/tmpl/gstaudio.sgml:
3775         * docs/libs/tmpl/gstcolorbalance.sgml:
3776         * docs/libs/tmpl/gstgconf.sgml:
3777         * docs/libs/tmpl/gstmixer.sgml:
3778         * docs/libs/tmpl/gstringbuffer.sgml:
3779         * docs/libs/tmpl/gsttuner.sgml:
3780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3781         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3782         (gst_tcpclientsrc_class_init):
3783         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3784         (gst_tcpserversrc_class_init):
3785         * sys/v4l/gstv4lelement.c:
3786           more autistic cleanliness in functions/names/defines
3787
3788 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3789
3790         * configure.ac:
3791           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3792           added manually to each Makefile.am so we are sure it goes
3793           *last* and doesn't add -L flags before linking in libs of our
3794           own, like, say, internal .la libs, that then accidentally pick
3795           up the installed copy.
3796         * docs/libs/Makefile.am:
3797         * ext/alsa/Makefile.am:
3798         * ext/cdparanoia/Makefile.am:
3799         * ext/gnomevfs/Makefile.am:
3800         * ext/libvisual/Makefile.am:
3801         * ext/ogg/Makefile.am:
3802         * ext/theora/Makefile.am:
3803         * ext/vorbis/Makefile.am:
3804         * gst-libs/gst/video/Makefile.am:
3805         * gst/adder/Makefile.am:
3806         * gst/audioconvert/Makefile.am:
3807         * gst/audiorate/Makefile.am:
3808         * gst/audioscale/Makefile.am:
3809         * gst/ffmpegcolorspace/Makefile.am:
3810         * gst/playback/Makefile.am:
3811         * gst/sine/Makefile.am:
3812         * gst/subparse/Makefile.am:
3813         * gst/tags/Makefile.am:
3814         * gst/tcp/Makefile.am:
3815         * gst/typefind/Makefile.am:
3816         * gst/videorate/Makefile.am:
3817         * gst/videoscale/Makefile.am:
3818         * gst/videotestsrc/Makefile.am:
3819         * gst/volume/Makefile.am:
3820         * sys/v4l/Makefile.am:
3821         * sys/ximage/Makefile.am:
3822         * sys/xvimage/Makefile.am:
3823           adapt properly to this change. This should make sure that
3824           plugins and libs properly link to the as-yet-uninstalled
3825           copies of stuff like libgstinterfaces and libgstvideo
3826
3827 2005-07-13  Andy Wingo  <wingo@pobox.com>
3828
3829         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3830         (gst_v4lsrc_fixate): Fixate on format as well.
3831
3832         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3833         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3834         buffer points to it.
3835         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3836         rather just doing X calls ourselves. Also fixes a memleak.
3837
3838 2005-07-12  Andy Wingo  <wingo@pobox.com>
3839
3840         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3841         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3842         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3843         TRUE to avoid deadlocks if an element holds on to our buffers.
3844
3845 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3846
3847         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3848         (gst_sinesrc_init), (gst_sinesrc_create),
3849         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3850         (gst_sinesrc_start):
3851         * gst/sine/gstsinesrc.h:
3852           removing num-buffers property before moving it
3853
3854 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3855
3856         * configure.ac:
3857           use overridable ERROR_CFLAGS
3858         * docs/libs/gst-plugins-base-libs.types:
3859         * docs/libs/tmpl/gstringbuffer.sgml:
3860         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3861         (gst_alsasink_class_init):
3862         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3863         (gst_alsasrc_class_init):
3864         * gst-libs/gst/audio/audio.h:
3865         * gst-libs/gst/audio/gstaudioclock.h:
3866         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3867         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3868         (gst_audio_filter_link), (gst_audio_filter_init),
3869         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3870         (gst_audio_filter_get_property),
3871         (gst_audio_filter_class_add_pad_templates):
3872         * gst-libs/gst/audio/gstaudiofilter.h:
3873         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3874         (gst_audio_filter_template_get_type),
3875         (gst_audio_filter_template_base_init),
3876         (gst_audio_filter_template_class_init),
3877         (gst_audio_filter_template_init),
3878         (gst_audio_filter_template_set_property),
3879         (gst_audio_filter_template_get_property), (plugin_init),
3880         (gst_audio_filter_template_setup),
3881         (gst_audio_filter_template_filter),
3882         (gst_audio_filter_template_filter_inplace):
3883         * gst-libs/gst/audio/gstaudiosink.c:
3884         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3885         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3886         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3887         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3888         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3889         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3890         * gst-libs/gst/audio/gstaudiosink.h:
3891         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3892         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3893         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3894         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3895         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3896         (gst_audio_src_class_init), (gst_audio_src_init),
3897         (gst_audio_src_create_ringbuffer):
3898         * gst-libs/gst/audio/gstaudiosrc.h:
3899         * gst-libs/gst/audio/gstbaseaudiosink.c:
3900         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3901         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3902         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3903         (gst_base_audio_sink_set_property),
3904         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3905         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3906         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3907         (gst_base_audio_sink_create_ringbuffer),
3908         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3909         * gst-libs/gst/audio/gstbaseaudiosink.h:
3910         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3911         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3912         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3913         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3914         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3915         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3916         (gst_base_audio_src_event), (gst_base_audio_src_create),
3917         (gst_base_audio_src_create_ringbuffer),
3918         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3919         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3921         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3922         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3923         (gst_ring_buffer_debug_spec_caps),
3924         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3925         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3926         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3927         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3928         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3929         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3930         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3931         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3932         (gst_ring_buffer_clear):
3933         * gst-libs/gst/audio/gstringbuffer.h:
3934         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3935         (gst_video_sink_class_init), (gst_video_sink_get_type):
3936         * gst-libs/gst/video/videosink.h:
3937         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3938         (gst_multifdsink_class_init),
3939         (gst_multifdsink_handle_client_write),
3940         (gst_multifdsink_change_state):
3941         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3942         (gst_tcpclientsink_setcaps):
3943         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3944         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3945         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3946         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3947         (gst_ximagesink_send_pending_navigation),
3948         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3949         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3951         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3952         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3953         (gst_xvimagesink_send_pending_navigation),
3954         (gst_xvimagesink_navigation_send_event),
3955         (gst_xvimagesink_set_xwindow_id),
3956         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3957         (gst_xvimagesink_get_type):
3958         more macro splitting
3959
3960 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3961
3962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3963           plug a memleak, allows me to import 1479 albums in one go
3964           in jamboree
3965         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3966         (vorbis_handle_type_packet), (vorbis_dec_chain),
3967         (vorbis_dec_change_state):
3968           fix some format strings
3969
3970 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3971
3972         * docs/libs/tmpl/gstcolorbalance.sgml:
3973         * docs/libs/tmpl/gstmixer.sgml:
3974         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3975         (gst_alsasink_set_property), (gst_alsasink_get_property):
3976         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3977         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3978           add device property
3979
3980 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3981
3982         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3983         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3984         (audiocast_register_listener), (audiocast_thread_run),
3985         (gst_gnomevfssrc_send_additional_headers_callback),
3986         (gst_gnomevfssrc_received_headers_callback),
3987         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3988         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3989         (gst_gnomevfssrc_get_size):
3990           add/clean up debugging
3991         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3992           cleanups
3993
3994 2005-07-07  Andy Wingo  <wingo@pobox.com>
3995
3996         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3997         framerate. Need to get a handle on when exactly this function is
3998         called, tho.
3999
4000         * sys/v4l/v4lsrc_calls.h:
4001         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4002         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4003         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4004
4005         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4006         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4007         v4lelements are sources.
4008
4009         * sys/v4l/gstv4lxoverlay.h:
4010         * sys/v4l/gstv4lxoverlay.c:
4011         * sys/v4l/gstv4ltuner.h:
4012         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4013         
4014         * sys/v4l/gstv4lsrc.h:
4015         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4016         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4017         or something should handle that. Made a live source.
4018
4019         * sys/v4l/gstv4lelement.h:
4020         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4021         signals. Some cleanups.
4022
4023         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4024
4025         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4026         stuff.
4027
4028         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4029         stuff.
4030
4031         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4032
4033 2005-07-07  Wim Taymans  <wim@fluendo.com>
4034
4035         * ext/theora/theoradec.c: (theora_get_query_types),
4036         (theora_dec_src_getcaps), (theora_dec_push):
4037         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4039         Remove deprecated/unused query types.
4040
4041 2005-07-06  Wim Taymans  <wim@fluendo.com>
4042
4043         * ext/alsa/Makefile.am:
4044         * ext/alsa/gstalsaplugin.c: (plugin_init):
4045         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4046         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4047         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4048         (gst_alsasrc_class_init), (gst_alsasrc_init),
4049         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4050         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4051         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4052         (gst_alsasrc_reset):
4053         * ext/alsa/gstalsasrc.h:
4054         * gst-libs/gst/audio/Makefile.am:
4055         * gst-libs/gst/audio/gstaudiosink.c:
4056         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4057         (gst_audioringbuffer_start):
4058         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4059         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4060         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4061         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4062         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4063         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4064         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4065         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4066         * gst-libs/gst/audio/gstaudiosrc.h:
4067         * gst-libs/gst/audio/gstbaseaudiosink.c:
4068         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4069         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4070         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4071         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4072         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4073         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4074         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4075         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4076         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4077         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4078         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4079         (gst_baseaudiosrc_change_state):
4080         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4081         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4082         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4083         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4084         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4085         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4086         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4087         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4088         * gst-libs/gst/audio/gstringbuffer.h:
4089         Added audiosource base classes.
4090         Ported alsasrc, still very basic.
4091
4092 2005-07-06  Wim Taymans  <wim@fluendo.com>
4093
4094         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4095         (theora_dec_push), (theora_handle_data_packet):
4096         Prepare for better timestamp fix later.
4097
4098         * gst/audioconvert/gstaudioconvert.c:
4099         List most accurate caps first
4100
4101         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4102         Use proper pad task function.
4103
4104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4105         (gst_xvimagesink_show_frame):
4106         Fix deadlock when alloc failed.
4107
4108 2005-07-05  Andy Wingo  <wingo@pobox.com>
4109
4110         * ext/gnomevfs/gstgnomevfssrc.c:
4111         * gst/sine/gstsinesrc.c:
4112         * gst/tcp/gsttcpserversrc.c:
4113         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4114
4115         * sys/v4l/: Port from 0.8.
4116
4117         * Many files: Null if we got it....
4118
4119 2005-07-05  Andy Wingo  <wingo@pobox.com>
4120
4121         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4122         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4123         Signedness fixes.
4124
4125 2005-07-05  Wim Taymans  <wim@fluendo.com>
4126
4127         * configure.ac:
4128         * gst/tcp/Makefile.am:
4129         * gst/tcp/README:
4130         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4131         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4132         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4133         (is_sync_frame), (gst_multifdsink_handle_client_write),
4134         (gst_multifdsink_render), (gst_multifdsink_start),
4135         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4136         * gst/tcp/gstmultifdsink.h:
4137         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4138         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4139         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4140         * gst/tcp/gsttcp.h:
4141         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4142         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4143         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4144         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4145         * gst/tcp/gsttcpclientsink.h:
4146         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4147         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4148         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4149         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4150         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4151         * gst/tcp/gsttcpclientsrc.h:
4152         * gst/tcp/gsttcpplugin.c: (plugin_init):
4153         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4154         * gst/tcp/gsttcpserversink.h:
4155         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4156         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4157         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4158         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4159         (gst_tcpserversrc_stop):
4160         * gst/tcp/gsttcpserversrc.h:
4161         * gst/tcp/gsttcpsink.c:
4162         * gst/tcp/gsttcpsink.h:
4163         * gst/tcp/gsttcpsrc.c:
4164         * gst/tcp/gsttcpsrc.h:
4165         Ported tcp plugins to 0.9. 
4166         
4167
4168 2005-07-05  Andy Wingo  <wingo@pobox.com>
4169
4170         * gst/playback/gstplaybasebin.c (fill_buffer):
4171         message_new_application fixen.
4172
4173         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4174         Style fix.
4175
4176 2005-07-04  Wim Taymans  <wim@fluendo.com>
4177
4178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4179         Set caps on output buffer.
4180
4181 2005-07-04  Andy Wingo  <wingo@pobox.com>
4182
4183         * ext/gnomevfs/gstgnomevfssrc.c
4184         (gst_gnomevfssrc_received_headers_callback) 
4185         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4186         hopefully.
4187
4188         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4189         No refcount leakage.
4190
4191         * configure.ac: Enable -Werror.
4192         
4193         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4194         * gst/audioconvert/bufferframesconvert.c
4195         (buffer_frames_convert_fixate):
4196         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4197         (gst_audio_convert_fixate):
4198         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4199         (gst_sinesrc_create): Fixate func changes.
4200         
4201         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4202         (gst_ximagesink_buffer_alloc): Unused var.
4203
4204 2005-07-01  Andy Wingo  <wingo@pobox.com>
4205
4206         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4207         getcaps to do explicit caps. Needs to be done in all decoders,
4208         possibly via a base class.
4209
4210         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4211
4212         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4213         caps on the sink pad, just rely on the pad template. Also, setting
4214         ANY caps on a pad is not valid because the caps are not fixed.
4215
4216         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4217         caps on the buffer, and get the width from the desired_caps if
4218         they're set.
4219         (gst_ximagesink_renegotiate_size): Implement via setting the
4220         desired_caps on the ximagesink.
4221         (gst_ximagesink_setcaps): Only reset the width of the player if it
4222         wasn't already set. Not sure if this is right.
4223         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4224
4225         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4226         that the user wants. NULL unless the window has been resized.
4227
4228         * gst/volume/gstvolume.c (volume_transform): Adapt to
4229         basetransform refcount changes.
4230         
4231 2005-07-01  Andy Wingo  <wingo@pobox.com>
4232
4233         * gst/videoscale/gstvideoscale.c:
4234         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4235         from BaseTransform, implements a transform_caps. Removed dead code
4236         including some PAR stuff that was never reached -- should probably
4237         be added back somehow.
4238
4239 2005-07-01  Andy Wingo  <wingo@pobox.com>
4240
4241         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4242         come later.
4243
4244 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4245
4246         * configure.ac:
4247         * docs/libs/Makefile.am:
4248         * docs/libs/gst-plugins-libs.types:
4249         * ext/alsa/Makefile.am:
4250         * ext/alsa/gstalsamixer.h:
4251         * ext/alsa/gstalsamixeroptions.h:
4252         * ext/alsa/gstalsamixertrack.h:
4253         * gst-libs/gst/Makefile.am:
4254         * gst-libs/gst/colorbalance/.cvsignore:
4255         * gst-libs/gst/colorbalance/Makefile.am:
4256         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4257         * gst-libs/gst/colorbalance/colorbalance.c:
4258         * gst-libs/gst/colorbalance/colorbalance.h:
4259         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4260         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4261         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4262         * gst-libs/gst/interfaces/Makefile.am:
4263         * gst-libs/gst/interfaces/colorbalance.c:
4264         (gst_color_balance_class_init):
4265         * gst-libs/gst/interfaces/colorbalance.h:
4266         * gst-libs/gst/interfaces/interfaces-marshal.list:
4267         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4268         * gst-libs/gst/interfaces/mixer.h:
4269         * gst-libs/gst/interfaces/mixeroptions.h:
4270         * gst-libs/gst/interfaces/navigation.c:
4271         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4272         * gst-libs/gst/interfaces/tuner.h:
4273         * gst/volume/Makefile.am:
4274         * gst/volume/gstvolume.c:
4275         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4276         * sys/ximage/Makefile.am:
4277         * sys/ximage/ximagesink.c:
4278         * sys/xvimage/Makefile.am:
4279         * sys/xvimage/xvimagesink.c:
4280           fold in all interfaces into an interfaces dir, preserving CVS
4281           history
4282
4283 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4284
4285         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4286           Fix build after riff changes.
4287
4288 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4289
4290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4291         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4292         (gst_riff_create_video_template_caps),
4293         (gst_riff_create_audio_template_caps),
4294         (gst_riff_create_iavs_template_caps):
4295         * gst-libs/gst/riff/riff-media.h:
4296         * gst-libs/gst/riff/riff-read.h:
4297         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4298           Add gst_riff_init() to initialize the debug category, instead
4299           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4300
4301 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4302
4303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4304           Oops, I shouldn't apply hacks.
4305
4306 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4307
4308         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4309           Remove pad_loop function which doesn't work.
4310
4311 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4312
4313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4314           Send EOS when deactivating.
4315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4316         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4317         (gen_preroll_element), (probe_triggered), (mute_stream),
4318         (silence_stream), (new_decoded_pad), (setup_substreams),
4319         (set_active_source):
4320         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4321         (remove_sinks), (add_sink):
4322         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4323           Change for new probe API.
4324
4325 2005-06-29  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4328         * gst-libs/gst/audio/gstbaseaudiosink.c:
4329         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4330         (gst_baseaudiosink_change_state):
4331         * gst-libs/gst/audio/gstbaseaudiosink.h:
4332         * gst-libs/gst/audio/gstringbuffer.c:
4333         (gst_ringbuffer_set_callback):
4334         Fix compilation error.
4335         Ringbuffer starts out as not running.
4336         Free our clock in dispose.
4337         When releasing the ringbuffer we need to renegotiate so
4338         clear the pad caps.
4339
4340 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4341
4342         * autogen.sh:
4343         * configure.ac:
4344         * docs/Makefile.am:
4345         * docs/libs/Makefile.am:
4346         * docs/libs/gst-plugins-libs-docs.sgml:
4347         * docs/libs/gst-plugins-libs-sections.txt:
4348         * docs/libs/gst-plugins-libs.types:
4349         * docs/libs/tmpl/gstaudio.sgml:
4350         * docs/libs/tmpl/gstcolorbalance.sgml:
4351         * docs/libs/tmpl/gstringbuffer.sgml:
4352         * gst-libs/gst/audio/gstringbuffer.c:
4353         (gst_ringbuffer_set_callback):
4354           reinstate gtk-doc docs for plugin libs
4355
4356 2005-06-28  Wim Taymans  <wim@fluendo.com>
4357
4358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4359         (gst_ogg_demux_init):
4360         Removed pad loop function.
4361
4362 2005-06-28  Wim Taymans  <wim@fluendo.com>
4363
4364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4365         If we're building a chain we are not in an error case
4366         when we queue a buffer.
4367
4368 2005-06-28  Andy Wingo  <wingo@pobox.com>
4369
4370         * *.c: Don't cast to GstObject before reffing/unreffing.
4371
4372 2005-06-27  Andy Wingo  <wingo@pobox.com>
4373
4374         * gst/videotestsrc/gstvideotestsrc.c
4375         (gst_videotestsrc_activate_push): Activation API changes.
4376
4377         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4378         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4379         they have refs on the decodebin.
4380
4381         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4382         parent class.
4383         (gst_ogg_pad_typefind): Don't leak a pad ref.
4384         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4385         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4386         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4387
4388 2005-06-27  Edward Hervey  <edward@fluendo.com>
4389
4390         * ext/theora/theoradec.c: (theora_dec_change_state): 
4391         re-arranged call to parent's state change in order to avoid locks (or
4392         worse).
4393
4394 2005-06-26  Edward Hervey  <edward@fluendo.com>
4395
4396         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4397         2nd argument of 'unknow-type' signal is a GstCaps and not a
4398         GstMiniObject
4399
4400 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4401         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4402           Set the worker thread's running flag to TRUE before starting the
4403           thread.
4404         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4405           Catch a failure to add typefind to the bin.
4406
4407 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4408
4409         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4410         (gst_sinesrc_init), (gst_sinesrc_create),
4411         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4412         (gst_sinesrc_start):
4413         * gst/sine/gstsinesrc.h:
4414           add num-buffers and timestamp-offset properties
4415         * gst/videotestsrc/gstvideotestsrc.c:
4416         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4417         (gst_videotestsrc_get_property):
4418           add timestamp-offset property
4419
4420 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4421
4422         * configure.ac: add videorate
4423         * gst-plugins-base.spec.in: add videorate
4424
4425 2005-06-23  Wim Taymans  <wim@fluendo.com>
4426
4427         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4428         (gst_videorate_getcaps), (gst_videorate_setcaps),
4429         (gst_videorate_event), (gst_videorate_chain):
4430         Fixed videorate, fixating an already fixated caps is not
4431         an error.
4432
4433 2005-06-23  Wim Taymans  <wim@fluendo.com>
4434
4435         * ext/ogg/README:
4436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4437         Buffer on caps is not boxed anymore.
4438
4439 2005-06-22  Wim Taymans  <wim@fluendo.com>
4440
4441         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4443         Set buffers on caps as miniobjects and not as boxed.
4444
4445 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4446
4447         * configure.ac:
4448           back to HEAD
4449
4450 === release 0.9.1 ===
4451
4452 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4453
4454         * .cvsignore:
4455         * NEWS:
4456         * README:
4457         * RELEASE:
4458         * configure.ac:
4459         * po/af.po:
4460         * po/az.po:
4461         * po/cs.po:
4462         * po/en_GB.po:
4463         * po/hu.po:
4464         * po/it.po:
4465         * po/nb.po:
4466         * po/nl.po:
4467         * po/or.po:
4468         * po/sq.po:
4469         * po/sr.po:
4470         * po/sv.po:
4471         * po/uk.po:
4472         * po/vi.po:
4473           updates for release
4474
4475 2005-06-09  Andy Wingo  <wingo@pobox.com>
4476
4477         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4478         
4479 2005-06-09  Andy Wingo  <wingo@pobox.com>
4480
4481         * configure.ac:
4482         * gst-libs/gst/Makefile.am:
4483         * gst-libs/gst/net/Makefile.am:
4484         Add gstnet to build.
4485
4486 2005-06-09  Andy Wingo  <wingo@pobox.com>
4487
4488         * gst-libs/gst/gconf/gconf.c:
4489         * gst/playback/test.c:
4490         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4491         fixes.
4492
4493         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4494
4495         * ext/theora/theoraenc.c (theora_enc_chain): 
4496         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4497
4498         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4499         RealPad.
4500
4501 2005-06-02  Wim Taymans  <wim@fluendo.com>
4502
4503         * gst-libs/gst/net/Makefile.am:
4504         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4505         * pkgconfig/gstreamer-libs.pc.in:
4506         Added net stuff, version net lib.
4507
4508 2005-06-02  Wim Taymans  <wim@fluendo.com>
4509
4510         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4511         (query_rates), (query_positions_elems), (query_positions_pads),
4512         (do_seek):
4513         Updated seek example.
4514
4515 2005-06-02  Andy Wingo  <wingo@pobox.com>
4516
4517         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4518         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4519         list.
4520
4521         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4522         remove the typefind, the bin dispose will do it for us. When it's
4523         removed and unreffed, the signal handler will be disconnected,
4524         too.
4525         (unlinked): It's too difficult to disconnect from unlinked
4526         handlers, as they are on pads not elements. Just punt if the pads
4527         aren't grandkids of the bin.
4528
4529 2005-06-02  Wim Taymans  <wim@fluendo.com>
4530
4531         * ext/ogg/README:
4532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4533         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4535         * ext/theora/theoradec.c: (theora_dec_src_query),
4536         (theora_handle_data_packet):
4537         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4538         (theora_enc_chain):
4539         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4540         (vorbis_handle_data_packet):
4541         * gst/audioconvert/bufferframesconvert.c:
4542         (buffer_frames_convert_chain):
4543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4544         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4545         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4546         (gst_ffmpegcsp_chain):
4547         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4548         (gst_videorate_getcaps), (gst_videorate_setcaps),
4549         (gst_videorate_event), (gst_videorate_chain):
4550         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4551         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4552         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4553         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4554         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4555         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4556         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4557         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4558         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4559         Cleanups and buffer alloc.
4560
4561 2005-05-31  Wim Taymans  <wim@fluendo.com>
4562
4563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4564         Don't try to call the delay method when the device is not
4565         opened.
4566
4567 2005-05-31  Wim Taymans  <wim@fluendo.com>
4568
4569         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4570         Get actual segment size and buffer size after opening
4571         the device.
4572
4573 2005-05-30  Wim Taymans  <wim@fluendo.com>
4574
4575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4576         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4577         Also FLUSH upstream, makes the loop function exit faster.
4578         
4579         * ext/theora/theoradec.c: (theora_dec_src_query):
4580         Some more debug info in the query.
4581         
4582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4583         (gst_ximagesink_setcaps):
4584         Release lock on par error, better error reporting.
4585
4586 2005-05-26  Wim Taymans  <wim@fluendo.com>
4587
4588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4589         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4590         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4591         Clear chains in READY
4592         Queue packets until the chain is activated.
4593
4594 2005-05-25  Wim Taymans  <wim@fluendo.com>
4595
4596         * gst-libs/gst/audio/gstaudiosink.c:
4597         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4598         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4599         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4600         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4601         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4602         (gst_audiosink_create_ringbuffer):
4603         * gst-libs/gst/audio/gstbaseaudiosink.c:
4604         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4605         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4606         (gst_baseaudiosink_set_property), (build_linear_format),
4607         (debug_spec_caps), (debug_spec_buffer),
4608         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4609         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4610         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4611         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4613         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4614         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4615         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4616         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4617         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4618         (wait_segment), (gst_ringbuffer_commit),
4619         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4620         (gst_ringbuffer_clear):
4621         Various small cleanups.
4622
4623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4624         (gst_audio_convert_change_state):
4625         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4626         No need to take the locks anymore.
4627
4628 2005-05-25  Wim Taymans  <wim@fluendo.com>
4629
4630         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4631         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4632         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4633         (type_found):
4634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4635         (group_destroy), (group_commit), (queue_overrun),
4636         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4637         (mute_stream), (new_decoded_pad), (setup_substreams),
4638         (setup_source), (mute_group_type), (set_active_source),
4639         (gst_play_base_bin_change_state):
4640         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4641         (gen_video_element), (gen_text_element), (gen_audio_element),
4642         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4643         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4644         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4645         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4646         Some playbin cleanups mostly refcounting sloppyness.
4647
4648 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4649
4650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4651           Work with streaming input.
4652
4653 2005-05-25  Wim Taymans  <wim@fluendo.com>
4654
4655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4656         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4657         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4658         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4659         No need to take the STREAM lock anymore.
4660
4661 2005-05-25  Wim Taymans  <wim@fluendo.com>
4662
4663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4664         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4665         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4666         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4667         (gst_ogg_demux_sink_activate):
4668         * ext/theora/theoradec.c: (theora_dec_src_event),
4669         (theora_handle_comment_packet), (theora_dec_chain),
4670         (theora_dec_change_state):
4671         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4672         (vorbis_handle_data_packet), (vorbis_dec_chain),
4673         (vorbis_dec_change_state):
4674         Remove STREAM locks as they are taken in core now.
4675         Never set bogus granulepos on vorbis/theora.
4676         Fix leaks in theoradec tag parsing.
4677
4678 2005-05-25  Wim Taymans  <wim@fluendo.com>
4679
4680         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4681         Fix memleaks, GST_BUFFER_DATA() is not freed.
4682
4683 2005-05-25  Wim Taymans  <wim@fluendo.com>
4684
4685         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4686         Open non-blocking, set to blocking mode afterwards to avoid
4687         lockups when audio device is busy.
4688
4689 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4690
4691         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4692           This can't be good.
4693
4694 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4695
4696         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4697         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4698         (gst_audio_convert_setcaps):
4699           Implement instant setup switching.
4700
4701 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4702
4703         * gst/playback/gstplaybasebin.c: (probe_triggered):
4704           Fix missing unlock.
4705         * gst/playback/gstplaybin.c: (add_sink):
4706           First add, then link (otherwise pad link fails).
4707
4708 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4709
4710         * examples/Makefile.am:
4711         fix buildbot (make distcheck)
4712
4713 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4714
4715         * gst/playback/gstplaybin.c: (gen_vis_element):
4716           Remove some wrong code. Doesn't work yet.
4717
4718 2005-05-19  Wim Taymans  <wim@fluendo.com>
4719
4720         * gst-libs/gst/net/Makefile.am:
4721         * gst-libs/gst/net/README:
4722         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4723         (gst_netbuffer_class_init), (gst_netbuffer_init),
4724         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4725         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4726         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4727         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4728         * gst-libs/gst/net/gstnetbuffer.h:
4729         Added buffer subclass to store extra to/from addresses for
4730         network sources/sinks.
4731
4732 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4733
4734         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4735           Don't lock an unassigned variable.
4736
4737 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4738
4739         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4740           Increase buffer for video, decrease buffer for other media types.
4741         * gst/playback/gstplaybin.c: (gen_video_element),
4742         (gen_audio_element):
4743           Change names for debugging purposes.
4744
4745 2005-05-18  Wim Taymans  <wim@fluendo.com>
4746
4747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4748         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4749         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4750         (gst_ffmpegcsp_chain):
4751         Enable buffer alloc passthrough if the source and dest
4752         formats are the same.
4753
4754 2005-05-17  Wim Taymans  <wim@fluendo.com>
4755
4756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4757         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4758         (gst_ogg_demux_chain_unlocked):
4759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4760         (gst_audio_convert_caps_remove_format_info),
4761         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4762         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4764         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4765         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4766         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4767         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4768         (gst_ffmpegcsp_get_property):
4769         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4770         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4771         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4772         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4773         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4774         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4775         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4776         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4777         Leak fixes in oggdemux.
4778         Some cleanups in audioconvert.
4779         Make passthrough work along with buffer_alloc etc.
4780         Make buffer_alloc and buffer recycling actually work in
4781         xvimagesink.
4782
4783 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4784
4785         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4786           make the compiler happy
4787
4788 2005-05-17  Wim Taymans  <wim@fluendo.com>
4789
4790         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4791         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4792         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4793         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4794         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4795         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4796         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4797         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4798         (gst_xvimagesink_set_xwindow_id):
4799         * sys/xvimage/xvimagesink.h:
4800         Port xvimagesink to new MiniObject.
4801
4802 2005-05-17  Wim Taymans  <wim@fluendo.com>
4803
4804         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4805         (gst_audiofilter_chain):
4806         * gst-libs/gst/audio/gstaudiosink.c:
4807         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4808         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4809         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4810         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4811         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4812         (gst_audiosink_create_ringbuffer):
4813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4814         (gst_audio_convert_caps_remove_format_info),
4815         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4816         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4818         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4819         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4820         Fix passthrough in ffmpegcolorspace.
4821         Fix memset in audiosink on wrong memory.
4822
4823 2005-05-16  David Schleef  <ds@schleef.org>
4824
4825         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4826         to GstMiniObject.
4827
4828 2005-05-16  David Schleef  <ds@schleef.org>
4829
4830         Port from GstData to GstMiniObject.
4831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4833         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4834         (gst_ogg_mux_collected):
4835         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4836         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4837         (theora_handle_data_packet):
4838         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4839         (theora_set_header_on_caps), (theora_enc_chain):
4840         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4841         (vorbis_handle_comment_packet):
4842         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4843         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4844         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4845         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4846         * gst/audioconvert/gstaudioconvert.c:
4847         (gst_audio_convert_get_buffer):
4848         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4849         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4850         (mute_stream), (silence_stream):
4851         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4852         * gst/volume/gstvolume.c: (volume_transform):
4853         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4854         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4855         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4856         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4857         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4858         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4859         (gst_ximagesink_buffer_alloc):
4860         * sys/ximage/ximagesink.h:
4861
4862 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4863
4864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4865         (fill_buffer), (check_queue), (queue_threshold_reached),
4866         (queue_out_of_data):
4867         * gst/playback/gstplaybasebin.h:
4868           Post buffer-fullness on the bus.
4869
4870 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4871
4872         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4873         (try_to_link_1):
4874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4875         (group_commit), (probe_triggered), (setup_source),
4876         (gst_play_base_bin_change_state):
4877         * gst/playback/gstplaybasebin.h:
4878         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4879         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4880         (gst_play_bin_change_state):
4881           Move setup_output_pads into a virtual function, remove
4882           group-switch (no longer needed) and redirect (handled by bus
4883           now) signals.
4884
4885 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4886
4887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4888         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4889         (get_active_group), (get_building_group), (group_destroy),
4890         (group_commit), (check_queue), (queue_overrun),
4891         (queue_threshold_reached), (queue_out_of_data),
4892         (gen_preroll_element), (remove_groups), (unknown_type),
4893         (add_element_stream), (no_more_pads), (probe_triggered),
4894         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4895         (setup_substreams), (setup_source), (finish_source),
4896         (prepare_output), (muted_group_change_state),
4897         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4898         (gst_play_base_bin_change_state):
4899         * gst/playback/gstplaybasebin.h:
4900         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4901         (gst_play_bin_init), (gst_play_bin_set_property),
4902         (gen_video_element), (gen_text_element), (gen_audio_element),
4903         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4904         (gst_play_bin_change_state):
4905         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4906         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4907         (stream_info_change_state), (gst_stream_info_set_mute),
4908         (gst_stream_info_get_property):
4909         * gst/playback/gststreaminfo.h:
4910         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4911         (gst_stream_selector_get_linked_pad),
4912         (gst_stream_selector_getcaps),
4913         (gst_stream_selector_get_linked_pads),
4914         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4915         * gst/playback/gststreamselector.h:
4916           Rough port of playbin. Needs some more work, but is mostly done,
4917           and uses a few locks in important places, which should make stuff
4918           like chain-switches clean. Still uses GST_STATE() in a few places,
4919           which isn't all that good an idea, subtitles/elements disabled
4920           because no elements to test with and thus probably broken, query
4921           and event handling moved to GstBin, internal thread removed
4922           alltogether because the pipeline does that for us now. Can play
4923           Ogg/Vorbis files. Haven't tested anything else yet.
4924
4925 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4926
4927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4928           Do no-more-pads (needed for autoplugging).
4929
4930 2005-05-10  Andy Wingo  <wingo@pobox.com>
4931
4932         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4933         message to the bus with the tags. Still not sent downstream tho.
4934
4935         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4936         get_parent.
4937         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4938         avoid refcounting hassles.
4939
4940 2005-05-09  Andy Wingo  <wingo@pobox.com>
4941
4942         * gst/volume/Makefile.am:
4943         * gst/volume/demo.c
4944         * gst/volume/gstvolume.h
4945         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4946         basetransform. Probably need an audio filter base class.
4947
4948 2005-05-09  Wim Taymans  <wim@fluendo.com>
4949
4950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4951         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4952         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4953         (gst_vorbisenc_chain):
4954         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4955         (gst_audio_convert_caps_remove_format_info),
4956         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4957         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4958         Make caps writable before writing to it.
4959         Fix negotiation in audioconvert some more.
4960
4961 2005-05-09  Wim Taymans  <wim@fluendo.com>
4962
4963         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4964         (gst_videorate_getcaps), (gst_videorate_setcaps),
4965         (gst_videorate_event), (gst_videorate_chain):
4966         Better negotiation.
4967
4968 2005-05-09  Wim Taymans  <wim@fluendo.com>
4969
4970         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4971         (gst_videorate_getcaps), (gst_videorate_setcaps),
4972         (gst_videorate_blank_data), (gst_videorate_init),
4973         (gst_videorate_event), (gst_videorate_chain),
4974         (gst_videorate_change_state):
4975         Port videorate, do a better job at negotiation while we're at
4976         it.
4977
4978 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4979
4980         * configure.ac:
4981           Disable libvisual
4982
4983         * examples/Makefile.am:
4984         * gst-libs/gst/audio/Makefile.am:
4985         * gst-libs/gst/riff/Makefile.am:
4986         * gst-libs/gst/tag/Makefile.am:
4987         * gst-libs/gst/video/Makefile.am:
4988           Fixups for missing variables.
4989
4990 2005-05-09  Wim Taymans  <wim@fluendo.com>
4991
4992         * examples/seeking/seek.c: (make_theora_pipeline),
4993         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4994         (query_rates), (query_positions_elems), (query_positions_pads),
4995         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4996         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4997         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4998         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4999         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5000         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5002         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5003         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5004         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5005         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5006         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5007         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5008         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5009         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5010         (theora_dec_src_convert), (theora_dec_sink_convert),
5011         (theora_dec_src_query), (theora_dec_sink_query),
5012         (theora_dec_src_event), (theora_dec_sink_event),
5013         (theora_handle_comment_packet), (theora_handle_type_packet),
5014         (theora_handle_header_packet), (theora_handle_data_packet),
5015         (theora_dec_chain):
5016         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5017         (vorbis_dec_convert), (vorbis_dec_src_query),
5018         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5019         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5020         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5021         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5023         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5024         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5025         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5026         (gst_play_bin_query):
5027         * gst/playback/test3.c: (update_scale):
5028         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5029         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5030         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5031         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5032         (gst_videotestsrc_src_query):
5033         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5034         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5035         (paint_hline_YUV9):
5036         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5037         Port to new query API.
5038         Updated seek.
5039         Cleanups in x[v]imagesink
5040
5041 2005-05-09  Andy Wingo  <wingo@pobox.com>
5042
5043         * ext/alsa/gstalsasink.h:
5044         * ext/gnomevfs/gstgnomevfssrc.c:
5045         (gst_gnomevfssrc_get_icy_metadata):
5046         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5047         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5048         * ext/theora/theoradec.c (theora_dec_src_query)
5049         (theora_dec_src_event, theora_dec_sink_event)
5050         (theora_handle_comment_packet, theora_handle_data_packet):
5051         * ext/theora/theoraenc.c (theora_enc_chain):
5052         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5053         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5054         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5055         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5056         (qt_type_find):
5057         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5058         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5059         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5060         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5061         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5062         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5063         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5064         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5065         (paint_setup_RGB565, paint_setup_xRGB1555):
5066         * gst/videotestsrc/videotestsrc.h:
5067         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5068         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5069         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5070         GCC4 fixes.
5071         
5072         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5073         gst_pad_query_position. Fixes oggdemux.
5074
5075 2005-05-08  David Schleef  <ds@schleef.org>
5076
5077         * configure.ac: Require liboil.
5078         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5079         a few more.
5080         * gst/videotestsrc/videotestsrc.c:
5081         * gst/videotestsrc/videotestsrc.h:
5082
5083 2005-05-06  Wim Taymans  <wim@fluendo.com>
5084
5085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5086         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5087         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5088         Well, unreffing a buffer right before pushing it is asking
5089         for trouble..
5090
5091 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5092
5093         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5094
5095 2005-05-06  Wim Taymans  <wim@fluendo.com>
5096
5097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5098         (gst_audio_convert_caps_remove_format_info),
5099         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5100         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5102         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5103         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5104         * gst/sine/Makefile.am:
5105         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5106         (gst_sinesrc_class_init), (gst_sinesrc_init),
5107         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5108         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5109         (gst_sinesrc_update_freq):
5110         * gst/sine/gstsinesrc.h:
5111         * gst/tcp/gstmultifdsink.c:
5112         * sys/xvimage/xvimagesink.c:
5113         Fixed negotiation wrt _peer_get_caps()
5114         Some cleanups.
5115
5116
5117 2005-05-06  Wim Taymans  <wim@fluendo.com>
5118
5119         * gst-libs/gst/audio/gstaudiosink.c:
5120         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5121         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5122         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5123         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5124         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5125         (gst_audiosink_create_ringbuffer):
5126         * gst-libs/gst/audio/gstbaseaudiosink.c:
5127         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5128         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5129         (gst_baseaudiosink_set_property), (build_linear_format),
5130         (debug_spec_caps), (debug_spec_buffer),
5131         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5132         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5133         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5134         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5135         * gst-libs/gst/audio/gstbaseaudiosink.h:
5136         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5137         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5138         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5139         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5140         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5141         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5142         (wait_segment), (gst_ringbuffer_commit),
5143         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5144         (gst_ringbuffer_clear):
5145         * gst-libs/gst/audio/gstringbuffer.h:
5146         Make the base audiosink return an error when there is no
5147         audiobuffer negotiated.
5148
5149 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5150
5151         * ext/Makefile.am:
5152         Disable cdparanoia until someone ports it!
5153
5154 2005-05-06  Wim Taymans  <wim@fluendo.com>
5155
5156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5157         (gst_ogg_demux_sink_activate):
5158         And revert after wingo's revert.. sigh..
5159
5160 2005-05-05  Andy Wingo  <wingo@pobox.com>
5161
5162         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5163         GObject.
5164         * configure.ac: Return audiorate and subparse from the ghetto.
5165         Re-enable -Wall -Werror.
5166         * gst/subparse/gstsubparse.c:
5167         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5168         or chain-based. Cleaned up a bit. Not tested.
5169         
5170 2005-05-05  Christian Schaller <christian@fluendo.com> 
5171
5172         * Makefile.am: remove stuff that is not building
5173         * configure.ac: remove stuff that is not building
5174         * examples/Makefile.am: remove stuff that is not building
5175         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5176         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5177         * sys/Makefile.am: remove stuff that is not building
5178         * testsuite/Makefile.am: remove stuff that is not building
5179
5180 2005-05-05  Andy Wingo  <wingo@pobox.com>
5181
5182         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5183         * gst-libs/gst/tag/gstvorbistag.c:
5184         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5185         * gst/adder/gstadder.h:
5186         * gst/audioconvert/gstchannelmix.c:
5187         (gst_audio_convert_fill_one_other):
5188         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5189         (gst_audiorate_init), (gst_audiorate_chain):
5190         * gst/playback/gstplaybasebin.c: (setup_source):
5191         * gst/playback/test3.c: (update_scale):
5192         Some GCC4 fixes
5193         
5194         * po/af.po:
5195         * po/az.po:
5196         * po/cs.po:
5197         * po/en_GB.po:
5198         * po/hu.po:
5199         * po/it.po:
5200         * po/nb.po:
5201         * po/nl.po:
5202         * po/or.po:
5203         * po/sq.po:
5204         * po/sr.po:
5205         * po/sv.po:
5206         * po/uk.po:
5207         * po/vi.po: Foo
5208
5209 2005-05-05  Wim Taymans  <wim@fluendo.com>
5210
5211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5212         (gst_audio_convert_caps_remove_format_info),
5213         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5214         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5215         * gst/videotestsrc/gstvideotestsrc.c:
5216         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5217         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5218         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5219         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5220         Don't ignore _push() return values.
5221         Make sure no processing is done when shutting down.
5222         Videotestsrc pad activation fix.
5223
5224 2005-05-05  Wim Taymans  <wim@fluendo.com>
5225
5226         * gst/adder/Makefile.am:
5227         * gst/adder/gstadder.c: (gst_adder_setcaps),
5228         (gst_adder_class_init), (gst_adder_init),
5229         (gst_adder_request_new_pad), (gst_adder_collected),
5230         (gst_adder_change_state):
5231         * gst/adder/gstadder.h:
5232         Ported adder as an example of a mixer element using
5233         collect pads. Needs more negotiation work.
5234
5235 2005-05-05  Wim Taymans  <wim@fluendo.com>
5236
5237         * ext/theora/theoradec.c: (_inc_granulepos),
5238         (theora_dec_src_event), (theora_dec_sink_event),
5239         (theora_handle_comment_packet), (theora_handle_type_packet),
5240         (theora_handle_header_packet), (theora_handle_data_packet),
5241         (theora_dec_chain):
5242         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5243         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5244         (theora_push_buffer), (theora_push_packet),
5245         (theora_enc_sink_event), (theora_enc_chain),
5246         (theora_enc_change_state), (theora_enc_set_property),
5247         (theora_enc_get_property):
5248         Added stream lock to decoder so that we can serialize
5249         the discont event.
5250         More theoraenc porting, recover from errors, do clean
5251         shutdown.
5252
5253 2005-05-05  Wim Taymans  <wim@fluendo.com>
5254
5255         * ext/ogg/Makefile.am:
5256         * ext/ogg/README:
5257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5258         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5259         (gst_ogg_print):
5260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5261         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5262         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5263         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5264         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5265         (gst_ogg_mux_change_state):
5266         Ported ogg muxer.
5267
5268 2005-05-05  Wim Taymans  <wim@fluendo.com>
5269
5270         * docs/design-audiosinks.txt:
5271         * gst-libs/gst/audio/TODO:
5272         * gst-libs/gst/audio/gstaudiosink.c:
5273         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5274         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5275         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5276         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5277         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5278         (gst_audiosink_create_ringbuffer):
5279         * gst-libs/gst/audio/gstbaseaudiosink.c:
5280         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5281         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5282         (gst_baseaudiosink_set_property), (build_linear_format),
5283         (debug_spec_caps), (debug_spec_buffer),
5284         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5285         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5286         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5287         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5288         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5289         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5290         (gst_ringbuffer_release), (gst_ringbuffer_play),
5291         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5292         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5293         (gst_ringbuffer_set_sample), (wait_segment),
5294         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5295         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5296         More work on the audiosink, mostly debugging and a race in
5297         shutdown.
5298
5299 2005-04-28  Wim Taymans  <wim@fluendo.com>
5300
5301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5302         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5303         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5304         (vorbis_dec_src_query), (vorbis_dec_src_event),
5305         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5306         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5307         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5308         Don't crap out when seeking back to position 0.
5309
5310 2005-04-28  Wim Taymans  <wim@fluendo.com>
5311
5312         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5313         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5314         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5315         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5316         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5317         Make audio sink configurable, use alsasink as default.
5318
5319 2005-04-28  Wim Taymans  <wim@fluendo.com>
5320
5321         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5322         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5323         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5324         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5325         (vorbis_dec_change_state):
5326         * ext/vorbis/vorbisdec.h:
5327         Refactor, use STREAM_LOCK.
5328
5329 2005-04-28  Wim Taymans  <wim@fluendo.com>
5330
5331         * ext/theora/theoradec.c: (_inc_granulepos),
5332         (theora_dec_sink_event), (theora_handle_comment_packet),
5333         (theora_handle_type_packet), (theora_handle_header_packet),
5334         (theora_handle_data_packet), (theora_dec_chain),
5335         (theora_dec_change_state):
5336         Refactor a bit, use STREAM_LOCK.
5337
5338 2005-04-28  Wim Taymans  <wim@fluendo.com>
5339
5340         * ext/alsa/Makefile.am:
5341         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5342         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5343         (gst_alsa_link), (gst_alsa_close_audio):
5344         * ext/alsa/gstalsaplugin.c: (plugin_init):
5345         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5346         (gst_alsasink_dispose), (gst_alsasink_base_init),
5347         (gst_alsasink_class_init), (gst_alsasink_init),
5348         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5349         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5350         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5351         (gst_alsasink_reset):
5352         * ext/alsa/gstalsasink.h:
5353         Implement alsasink with simple open/write/close API. 
5354         Make alsa dir build by disabling compilation of code.
5355
5356 2005-04-28  Wim Taymans  <wim@fluendo.com>
5357
5358         * gst-libs/gst/audio/Makefile.am:
5359         * gst-libs/gst/audio/audio.h:
5360         * gst-libs/gst/audio/audioclock.c:
5361         * gst-libs/gst/audio/audioclock.h:
5362         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5363         (gst_audio_clock_class_init), (gst_audio_clock_init),
5364         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5365         * gst-libs/gst/audio/gstaudioclock.h:
5366         * gst-libs/gst/audio/gstaudiosink.c:
5367         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5368         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5369         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5370         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5371         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5372         (gst_audiosink_create_ringbuffer):
5373         * gst-libs/gst/audio/gstbaseaudiosink.c:
5374         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5375         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5376         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5377         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5378         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5379         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5380         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5381         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5382         * gst-libs/gst/audio/gstbaseaudiosink.h:
5383         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5384         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5385         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5386         (gst_ringbuffer_release), (gst_ringbuffer_play),
5387         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5388         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5389         (gst_ringbuffer_set_sample), (wait_segment),
5390         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5391         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5392         * gst-libs/gst/audio/gstringbuffer.h:
5393         Make ringbuffer faster and more simple by removing the locks
5394         in the playback thread.
5395         Add sample accurate playback based on buffer sample offsets.
5396         Make the baseaudiosink provide a clock.
5397         Parse caps in the base class.
5398         Correctly handle seeking, flushing and state changes.
5399
5400 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5401
5402         * configure.ac:
5403         * gst/audioconvert/Makefile.am:
5404         * gst/audioscale/Makefile.am:
5405           Fix part of the build.  Come on guys, autogen didn't even work :)
5406
5407 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5408
5409         * configure.ac:
5410         * gst-libs/gst/Makefile.am:
5411         * gst-libs/gst/media-info/.cvsignore:
5412         * gst-libs/gst/media-info/Makefile.am:
5413         * gst-libs/gst/media-info/README:
5414         * gst-libs/gst/media-info/media-info-priv.c:
5415         * gst-libs/gst/media-info/media-info-priv.h:
5416         * gst-libs/gst/media-info/media-info-test.c:
5417         * gst-libs/gst/media-info/media-info.c:
5418         * gst-libs/gst/media-info/media-info.h:
5419         * gst-libs/gst/media-info/media-info.vcproj:
5420         * pkgconfig/Makefile.am:
5421         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5422         * pkgconfig/gstreamer-media-info.pc.in:
5423           Remove media-info, which is also successed by playbin (see Totem
5424           implementation).
5425
5426 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5427
5428         * configure.ac:
5429         * examples/Makefile.am:
5430         * examples/gstplay/.cvsignore:
5431         * examples/gstplay/Makefile.am:
5432         * examples/gstplay/player.c:
5433         * gst-libs/gst/Makefile.am:
5434         * gst-libs/gst/play/.cvsignore:
5435         * gst-libs/gst/play/Makefile.am:
5436         * gst-libs/gst/play/play.c:
5437         * gst-libs/gst/play/play.h:
5438         * gst-libs/gst/play/play.vcproj:
5439         * pkgconfig/Makefile.am:
5440         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5441         * pkgconfig/gstreamer-play.pc.in:
5442           Remove libgstplay, playbin is now the official successor.
5443
5444 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5445
5446         * configure.ac:
5447         * gst-libs/gst/Makefile.am:
5448         * gst-libs/gst/xwindowlistener/Makefile.am:
5449         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5450         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5451           Remove deprecated xwindowlistener (I've moved xwindowlistening
5452           in the v4l/v4l2 plugins over to serverside).
5453
5454 2005-04-25  David Schleef  <ds@schleef.org>
5455
5456         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5457         to examples/dynparams.  Examples do not belong interspersed with
5458         source code.
5459         * examples/dynparams/demo-dparams.c:
5460         * gst/sine/Makefile.am:
5461         * gst/sine/demo-dparams.c:
5462
5463 2005-04-25  David Schleef  <ds@schleef.org>
5464
5465         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5466         * gst-libs/gst/audio/Makefile.am:
5467         * gst-libs/gst/riff/Makefile.am:
5468         * gst-libs/gst/tag/Makefile.am:
5469         * gst-libs/gst/video/Makefile.am:
5470         * gst-libs/gst/xwindowlistener/Makefile.am:
5471
5472         Convert to 0.9 API, seems to work:
5473         * sys/ximage/Makefile.am:
5474         * sys/ximage/ximagesink.c:
5475
5476 2005-04-24  David Schleef  <ds@schleef.org>
5477
5478         Link plugins against libraries:
5479         * ext/alsa/Makefile.am:
5480         * gst/tcp/Makefile.am:
5481
5482         Remove asm code that should be in liboil
5483         * gst/videoscale/Makefile.am:
5484         * gst/videoscale/videoscale_x86_asm.s:
5485
5486         gettext wants these checked in:
5487         * po/af.po:
5488         * po/az.po:
5489         * po/cs.po:
5490         * po/en_GB.po:
5491         * po/hu.po:
5492         * po/it.po:
5493         * po/nb.po:
5494         * po/nl.po:
5495         * po/or.po:
5496         * po/sq.po:
5497         * po/sr.po:
5498         * po/sv.po:
5499         * po/uk.po:
5500         * po/vi.po:
5501
5502 2005-04-24  David Schleef  <ds@schleef.org>
5503
5504         Convert gst_main() to g_main_loop_run()
5505         * gst/playback/decodetest.c: (main):
5506         * gst/playback/test2.c: (main):
5507         * gst/playback/test3.c: (main):
5508         * gst/playback/test4.c: (main):
5509
5510         Link plugins against libraries:
5511         * ext/libvisual/Makefile.am:
5512         * sys/xvimage/Makefile.am:
5513
5514 2005-04-24  David Schleef  <ds@schleef.org>
5515
5516         * configure.ac: Remove idct and resample libs
5517         * gst-libs/gst/Makefile.am: same
5518
5519         Remove usage of gst_library_load():
5520         * ext/alsa/gstalsaplugin.c: (plugin_init):
5521         * ext/libvisual/visual.c: (plugin_init):
5522         * ext/ogg/gstogg.c: (plugin_init):
5523         * ext/theora/theora.c: (plugin_init):
5524         * ext/vorbis/vorbis.c: (plugin_init):
5525         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5526         * gst/audioscale/gstaudioscale.c:
5527         * gst/adder/gstadder.c: (plugin_init):
5528         * gst/audioconvert/plugin.c: (plugin_init):
5529         * sys/ximage/ximagesink.c: (plugin_init):
5530         * sys/xvimage/xvimagesink.c: (plugin_init):
5531         * gst/tcp/gsttcpplugin.c: (plugin_init):
5532
5533         Link plugins against libraries:
5534         * ext/ogg/Makefile.am:
5535         * ext/theora/Makefile.am:
5536         * ext/vorbis/Makefile.am:
5537         * gst/audioconvert/Makefile.am:
5538
5539         Create proper libraries:
5540         * gst-libs/gst/riff/Makefile.am:
5541         * gst-libs/gst/audio/Makefile.am:
5542         * gst-libs/gst/video/Makefile.am:
5543
5544         Move resample library to audioscale plugin directory:
5545         * gst-libs/gst/resample/Makefile.am:
5546         * gst-libs/gst/resample/README:
5547         * gst-libs/gst/resample/dtof.c:
5548         * gst-libs/gst/resample/dtos.c:
5549         * gst-libs/gst/resample/functable.c:
5550         * gst-libs/gst/resample/private.h:
5551         * gst-libs/gst/resample/resample.c:
5552         * gst-libs/gst/resample/resample.h:
5553         * gst-libs/gst/resample/resample.vcproj:
5554         * gst-libs/gst/resample/test.c:
5555         * gst/audioscale/Makefile.am:
5556         * gst/audioscale/README:
5557         * gst/audioscale/dtof.c:
5558         * gst/audioscale/dtos.c:
5559         * gst/audioscale/functable.c:
5560         * gst/audioscale/private.h:
5561         * gst/audioscale/resample.c:
5562         * gst/audioscale/resample.h:
5563         * gst/audioscale/test.c:
5564
5565         Move tagedit library to gst-libs:
5566         * gst-libs/gst/tag/Makefile.am:
5567         * gst-libs/gst/tag/gstid3tag.c:
5568         * gst-libs/gst/tag/gsttagediting.c:
5569         * gst-libs/gst/tag/gsttageditingprivate.h:
5570         * gst-libs/gst/tag/gstvorbistag.c:
5571         * gst/tags/Makefile.am:
5572         * gst/tags/gstid3tag.c:
5573         * gst/tags/gstvorbistag.c:
5574
5575         Fix for core changes:
5576         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5577         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5578         (gst_sinesrc_getrange):
5579
5580 2005-04-23  David Schleef  <ds@schleef.org>
5581
5582         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5583         in gst-plugins in a long time, and properly belongs in liboil.
5584         * gst-libs/gst/idct/Makefile.am:
5585         * gst-libs/gst/idct/README:
5586         * gst-libs/gst/idct/dct.h:
5587         * gst-libs/gst/idct/doieee:
5588         * gst-libs/gst/idct/fastintidct.c:
5589         * gst-libs/gst/idct/floatidct.c:
5590         * gst-libs/gst/idct/idct.c:
5591         * gst-libs/gst/idct/idct.h:
5592         * gst-libs/gst/idct/idtc.vcproj:
5593         * gst-libs/gst/idct/ieeetest.c:
5594         * gst-libs/gst/idct/intidct.c:
5595
5596 2005-04-20  Wim Taymans  <wim@fluendo.com>
5597
5598         * docs/design-audiosinks.txt:
5599         * gst-libs/gst/audio/Makefile.am:
5600         * gst-libs/gst/audio/TODO:
5601         * gst-libs/gst/audio/gstaudiosink.c:
5602         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5603         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5604         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5605         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5606         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5607         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5608         (gst_audiosink_class_init), (gst_audiosink_init),
5609         (gst_audiosink_create_ringbuffer):
5610         * gst-libs/gst/audio/gstaudiosink.h:
5611         * gst-libs/gst/audio/gstbaseaudiosink.c:
5612         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5613         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5614         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5615         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5616         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5617         (gst_baseaudiosink_create_ringbuffer),
5618         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5619         * gst-libs/gst/audio/gstbaseaudiosink.h:
5620         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5621         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5622         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5623         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5624         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5625         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5626         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5627         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5628         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5629         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5630         * gst-libs/gst/audio/gstringbuffer.h:
5631         An attempt at a set of audio base classes together with some
5632         design docs.
5633
5634 2005-04-20  Wim Taymans  <wim@fluendo.com>
5635
5636         * gst/audioconvert/Makefile.am:
5637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5638         (gst_audio_convert_caps_remove_format_info),
5639         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5640         (gst_audio_convert_channels):
5641         Link against audio libs.
5642         Fix audio convert plugin.
5643
5644 2005-04-20  Wim Taymans  <wim@fluendo.com>
5645
5646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5647         (gst_ogg_demux_sink_activate):
5648         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5649         (theora_set_header_on_caps), (theora_enc_sink_event),
5650         (theora_enc_chain):
5651         Fix theora encoder.
5652
5653 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5654
5655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5656         * gst/playback/gstdecodebin.c: (find_compatibles):
5657           Work with staticpadtemplates in elementfactories.
5658
5659 2005-04-12  Wim Taymans  <wim@fluendo.com>
5660
5661         * gst/playback/README:
5662         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5663         (compare_ranks), (print_feature), (gst_decode_bin_init),
5664         (dynamic_create), (dynamic_free), (find_compatibles),
5665         (mimetype_is_raw), (close_pad_link), (got_redirect),
5666         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5667         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5668         (gst_decode_bin_change_state):
5669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5670         (gst_play_base_bin_init), (group_destroy), (group_commit),
5671         (check_queue), (queue_overrun), (queue_threshold_reached),
5672         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5673         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5674         (got_redirect), (setup_source), (play_base_eos),
5675         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5676         (gst_play_base_bin_remove_element):
5677         * gst/playback/gstplaybasebin.h:
5678         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5679         (gst_play_bin_init), (gst_play_bin_dispose),
5680         (gst_play_bin_set_property), (gen_video_element),
5681         (gen_text_element), (gen_audio_element), (remove_sinks),
5682         (gst_play_bin_send_event):
5683         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5684         (stream_info_change_state), (gst_stream_info_set_mute):
5685         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5686         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5687         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5688         (gst_stream_selector_chain):
5689         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5690         (main):
5691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5692         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5693         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5694         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5695         Raw and crude port of decodebin. 
5696         Make playbin compile.
5697
5698 2005-04-06  Wim Taymans  <wim@fluendo.com>
5699
5700         * ext/gnomevfs/Makefile.am:
5701         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5702         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5703         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5704         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5705         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5706         (gst_gnomevfssrc_stop):
5707         * ext/ogg/Makefile.am:
5708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5709         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5710         * ext/theora/Makefile.am:
5711         * ext/theora/theoradec.c: (_inc_granulepos),
5712         (theora_dec_sink_event), (theora_dec_chain):
5713         * ext/vorbis/Makefile.am:
5714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5715         (vorbis_dec_sink_event), (vorbis_dec_chain):
5716         * gst-libs/gst/audio/Makefile.am:
5717         * sys/xvimage/Makefile.am:
5718         Make gnomevfssrc extend the source base class.
5719         Fix linking against libs in various plugins.
5720
5721 2005-04-06  Andy Wingo  <wingo@pobox.com>
5722
5723         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5724         GST_BASE_LIBS.
5725
5726         * configure.ac: Add check and AC_SUBST for libgstbase.
5727
5728 2005-03-31  Wim Taymans  <wim@fluendo.com>
5729
5730         * examples/seeking/Makefile.am:
5731         * examples/seeking/cdparanoia.c: (main):
5732         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5733         (play_cb), (pause_cb), (stop_cb), (main):
5734         * examples/seeking/playbin.c:
5735         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5736         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5737         (make_sid_pipeline), (make_vorbis_pipeline),
5738         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5739         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5740         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5741         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5742         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5743         (stop_cb), (main):
5744         * examples/seeking/spider_seek.c:
5745         * examples/seeking/vorbisfile.c:
5746         * ext/gnomevfs/Makefile.am:
5747         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5749         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5750         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5751         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5752         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5753         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5754         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5755         * ext/ogg/README:
5756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5757         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5758         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5759         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5760         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5761         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5762         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5763         (gst_ogg_demux_factory_filter), (compare_ranks),
5764         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5765         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5766         (gst_ogg_chain_new), (gst_ogg_chain_free),
5767         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5768         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5769         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5770         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5771         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5772         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5773         (gst_ogg_demux_get_prev_page),
5774         (gst_ogg_demux_deactivate_current_chain),
5775         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5776         (gst_ogg_demux_bisect_forward_serialno),
5777         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5778         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5779         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5780         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5781         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5782         (gst_ogg_demux_change_state), (gst_ogg_print):
5783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5784         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5785         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5786         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5787         (gst_ogg_mux_loop):
5788         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5789         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5790         (theora_dec_src_convert), (theora_dec_sink_convert),
5791         (theora_dec_src_query), (theora_dec_src_event),
5792         (theora_dec_sink_event), (theora_dec_chain),
5793         (theora_dec_change_state):
5794         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5795         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5796         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5797         (theora_enc_change_state):
5798         * ext/vorbis/Makefile.am:
5799         * ext/vorbis/oggvorbisenc.c:
5800         * ext/vorbis/oggvorbisenc.h:
5801         * ext/vorbis/vorbis.c: (plugin_init):
5802         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5803         (vorbis_dec_src_query), (vorbis_dec_src_event),
5804         (vorbis_dec_sink_event), (vorbis_dec_chain),
5805         (vorbis_dec_change_state):
5806         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5807         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5808         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5809         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5810         (gst_vorbisenc_change_state):
5811         * ext/vorbis/vorbisenc.h:
5812         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5813         * gst-libs/gst/audio/audioclock.c:
5814         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5815         (gst_audiofilter_init), (gst_audiofilter_chain):
5816         * gst-libs/gst/audio/testchannels.c: (main):
5817         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5818         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5819         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5820         (gmip_find_track_streaminfo), (gmip_find_track_format):
5821         * gst-libs/gst/media-info/media-info.c:
5822         (gst_media_info_read_idler):
5823         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5824         (gst_play_get_all_by_interface):
5825         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5826         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5827         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5828         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5829         (gst_riff_parse_info):
5830         * gst-libs/gst/riff/riff-read.h:
5831         * gst-libs/gst/riff/riff.c: (plugin_init):
5832         * gst-libs/gst/video/Makefile.am:
5833         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5834         (gst_videosink_class_init), (gst_videosink_get_type):
5835         * gst-libs/gst/video/videosink.h:
5836         * gst/audioconvert/bufferframesconvert.c:
5837         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5838         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5839         * gst/audioconvert/channelmixtest.c: (main):
5840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5841         (gst_audio_convert_chain),
5842         (gst_audio_convert_caps_remove_format_info),
5843         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5844         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5845         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5846         (gst_audio_convert_buffer_to_default_format),
5847         (gst_audio_convert_buffer_from_default_format),
5848         (gst_audio_convert_channels):
5849         * gst/audioconvert/gstchannelmix.h:
5850         * gst/ffmpegcolorspace/avcodec.h:
5851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5852         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5853         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5854         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5855         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5856         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5857         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5858         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5859         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5860         (dv_type_find):
5861         * gst/videotestsrc/gstvideotestsrc.c:
5862         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5863         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5864         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5865         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5866         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5867         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5868         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5870         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5871         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5872         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5873         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5874         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5875         (gst_xvimagesink_navigation_send_event),
5876         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5877         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5878         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5879         * sys/xvimage/xvimagesink.h:
5880         Plugin port to 0.9, ogg/theora playback should work in the seek
5881         example now.
5882         Removed old examples.
5883         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5884         explained in 0.9 TODO doc.
5885
5886
5887 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5888
5889         * autogen.sh:
5890         * configure.ac:
5891         * ext/Makefile.am:
5892         * gst/Makefile.am:
5893         * po/POTFILES.in:
5894         * po/af.po:
5895         * po/az.po:
5896         * po/cs.po:
5897         * po/en_GB.po:
5898         * po/hu.po:
5899         * po/it.po:
5900         * po/nb.po:
5901         * po/nl.po:
5902         * po/or.po:
5903         * po/sq.po:
5904         * po/sr.po:
5905         * po/sv.po:
5906         * po/uk.po:
5907         * po/vi.po:
5908         * sys/Makefile.am:
5909         * testsuite/Makefile.am:
5910           remove a whole bunch of plugins.  This module now contains a set
5911           of free reference plugins/elements as agreed.
5912
5913 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5914
5915         * configure.ac:
5916           hunting season on 0.9 is now OPEN
5917
5918 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5919
5920         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5921           Kick the hell out of gcc for not warning me about a symbol conflict.
5922
5923 2005-02-22  Luca Ognibene  <luogni@tin.it>
5924
5925         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5926
5927         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5928           Don't leak caps string (fixes #168134)
5929
5930         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5931         (gst_jpegenc_init), (gst_jpegenc_finalize),
5932         (gst_jpegenc_change_state):
5933           Don't leak line buffers and context struct (fixes #168133).
5934
5935 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5936
5937         * configure.ac:
5938         * ext/dirac/gstdiracdec.cc:
5939         (gst_diracdec_chain):
5940           Since dirac 0.5.0 the framerate in dirac is expressed as a
5941           rational number. Fix build and up requirement to 0.5.0, and
5942           also pass parameters to gst_diracdec_link in the right order
5943           (fixes #167959).
5944
5945 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5946
5947         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5948         * ext/faad/gstfaad.h:
5949         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5950         certain invalid muxed streams, where some packets will contain 
5951         junk after decoder data. Partially fixes #149158.
5952
5953 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5954         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5955           Make sure we only write to writable buffers
5956
5957 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5958
5959         * gst-libs/gst/riff/riff-media.c:
5960         (gst_riff_create_audio_caps_with_data):
5961           Do actually fix invalid RIFF fmt header values for alaw
5962           and mulaw audio instead of just saying so.
5963
5964         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5965           Give gst_riff_create_audio_caps_with_data() a chance to
5966           fix up broken format header fields before extracting any
5967           parameters from the header. (fixes #167633)
5968
5969 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5970
5971         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5972
5973         * gst/audioconvert/bufferframesconvert.c:
5974         (buffer_frames_convert_link):
5975           Don't leak othercaps. (fixes #167878)
5976
5977 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5978
5979         * configure.ac:
5980         * ext/libvisual/visual.c: (gst_visual_srclink),
5981         (gst_visual_change_state):
5982           Support libvisual 0.2.0.
5983
5984 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5985
5986         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5987         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5988           Use same rowstrides for I420 as used everywhere else.
5989
5990 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5991
5992         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5993           Declare variables at beginning of block and make gcc-2.95 happy
5994           (fixes # 167482, patch by Gergely Nagy).
5995           
5996         * gst/tcp/gsttcpclientsrc.c:
5997         * gst/tcp/gsttcpclientsrc.h:
5998           Move some includes into the header, so that struct sockaddr_in is
5999           defined when it should be defined on FreeBSD as well (fixes
6000           #167483).
6001           
6002         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6003           Don't pass uninitialised values to setsockopt() here either.
6004
6005 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6006
6007         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6008
6009         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6010           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6011
6012 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6013
6014         * gst/playback/gstplaybin.c: (add_sink):
6015           Invert bin_add/link order to workaround deadlock in opt.
6016
6017 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6018
6019         * gst/modplug/gstmodplug.cc:
6020           Add missing break causing position queries to fail.
6021
6022 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6023
6024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6025           Granpos can apparently be -1, which screws up calculations...
6026
6027 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6028
6029         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6030         (gst_ximagesink_send_pending_navigation),
6031         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6032         (gst_ximagesink_init):
6033         * sys/ximage/ximagesink.h:
6034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6035         (gst_xvimagesink_send_pending_navigation),
6036         (gst_xvimagesink_navigation_send_event),
6037         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6038         * sys/xvimage/xvimagesink.h:
6039           Use a mutex protected list to marshal navigation
6040           events into the stream thread from whichever thread
6041           sends them.
6042
6043 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6044
6045         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6046           Display current position and track length; misc. clean-ups.
6047           
6048         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6049         (speed_init), (speed_chain):
6050           Add query function, so that the stream length and current position
6051           get adjusted when queried (note that current position queries may
6052           still be wrong if the audio sink returns values based on buffer
6053           timestamps instead of passing on the query).
6054
6055 2005-02-13  Benjamin Otte  <otte@gnome.org>
6056
6057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6058         (gst_audio_convert_channels):
6059           create channel conversion matrix when linking
6060         * gst/audioconvert/.cvsignore:
6061         * gst/audioconvert/Makefile.am:
6062         * gst/audioconvert/channelmixtest.c: (main):
6063           add (ugly) test that ensures stereo <=> mono conversion works
6064           correctly
6065
6066 2005-02-13  Benjamin Otte  <otte@gnome.org>
6067
6068         * gst/audioconvert/gstchannelmix.h:
6069           include missing header file
6070         * gst/audioconvert/gstchannelmix.c:
6071         (gst_audio_convert_fill_compatible):
6072           use same sign for both channels when converting to/from compatible
6073           channel. Previously used different signs made the signals cancel
6074           each other out and appear like silence. (fixes #167269)
6075
6076 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6077
6078         * gst/ffmpegcolorspace/avcodec.h:
6079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6080         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6081         (gst_ffmpegcsp_avpicture_fill):
6082         * gst/ffmpegcolorspace/imgconvert.c:
6083           Convert to and from YV12 (fixes #156379).
6084
6085 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6086
6087         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6088         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6089         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6090         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6091         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6092         methods from chain and negotiation and vice versa (Fixes #166142).
6093         * sys/ximage/ximagesink.h: Add stream_lock.
6094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6095         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6096         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6097         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6098
6099 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6100
6101         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6102           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6103           error message when we can't open the DVD device (when dvdnav_open()
6104           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6105           the above). Send something more useful instead (fixes #167117).
6106
6107 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6108
6109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6110         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6111         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6112         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6113         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6114         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6115         methods from chain and negotiation and vice versa (Fixes #166142).
6116         Fix a possible bug of images in the buffer pool being discarded because
6117         we are looking at the wrong geometry.
6118         * sys/xvimage/xvimagesink.h: Add stream_lock.
6119
6120 2005-02-11  David Schleef  <ds@schleef.org>
6121
6122         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6123         unsigned int. (fixes #167128)
6124
6125 2005-02-11  David Schleef  <ds@schleef.org>
6126
6127         * gst/librfb/Makefile.am: Testing stuff before committing is
6128           for wimps... and people with fast machines.  Fix stupid
6129           mistake.
6130
6131 2005-02-11  David Schleef  <ds@schleef.org>
6132
6133         * configure.ac: Pull in librfb from my CVS tree, because it is
6134           too small and annoying to be separate.  Move rfbsrc plugin
6135           to gst/.
6136         * ext/Makefile.am:
6137         * ext/librfb/Makefile.am:
6138         * ext/librfb/gstrfbsrc.c:
6139         * gst/librfb/Makefile.am:
6140         * gst/librfb/gstrfbsrc.c:
6141         * gst/librfb/rfb.c:
6142         * gst/librfb/rfb.h:
6143         * gst/librfb/rfbbuffer.c:
6144         * gst/librfb/rfbbuffer.h:
6145         * gst/librfb/rfbbytestream.c:
6146         * gst/librfb/rfbbytestream.h:
6147         * gst/librfb/rfbcontext.h:
6148         * gst/librfb/rfbdecoder.c:
6149         * gst/librfb/rfbdecoder.h:
6150         * gst/librfb/rfbutil.h:
6151
6152 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6153
6154         * gst/speed/Makefile.am:
6155         * gst/speed/demo-mp3.c: (main):
6156         * gst/speed/filter.func:
6157         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6158         (speed_class_init), (speed_init), (speed_chain_int16),
6159         (speed_chain_float32), (speed_chain), (speed_set_property),
6160         (speed_get_property), (speed_change_state):
6161         * gst/speed/gstspeed.h:
6162           Fix speed element and make it chain-based (fixes #156467),
6163           and make it handle more than one channel.
6164
6165 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6166
6167         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6168         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6169         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6170         * ext/dts/gstdtsdec.h:
6171           Don't clobber the stack constructing the channels array.
6172           Make the element chain-based. DTS tracks can now be played.
6173           
6174 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6175
6176         * gst-libs/gst/audio/multichannel.h:
6177         * gst-libs/gst/gconf/gconf.h:
6178         * gst-libs/gst/idct/idct.h:
6179         * gst-libs/gst/media-info/media-info-priv.h:
6180         * gst-libs/gst/play/play.h:
6181         * gst-libs/gst/resample/private.h:
6182         * gst-libs/gst/resample/resample.h:
6183         * gst-libs/gst/riff/riff-ids.h:
6184         * gst-libs/gst/video/video.h:
6185         * gst-libs/gst/video/videosink.h:
6186           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6187           missing, so that they work when included from C++ code.
6188
6189 2005-02-09  David Schleef  <ds@schleef.org>
6190
6191         * testsuite/gst-lint: Check for non-statically scoped
6192           parent_class variables.  This won't be a problem once
6193           plugins are loaded with RTLD_LOCAL.
6194
6195 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6196
6197         * ext/mplex/gstmplexibitstream.cc:
6198           gcc madness.
6199
6200 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6201
6202         * ext/ogg/gstogmparse.c:
6203         * gst/debug/gstnavigationtest.c:
6204           Die, thou faulty symbol pollutors (non-static parent_class).
6205
6206 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6207
6208         * ext/mplex/gstmplexibitstream.cc:
6209           Fix event handling (#165525).
6210
6211 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6212
6213         * ext/mikmod/gstmikmod.c:
6214         * gst/modplug/gstmodplug.cc:
6215           Add missing endianness to template (fixes #165509).
6216
6217 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6218
6219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6220           Fix wrong order of reading of optional bytes (#165290).
6221
6222 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6223
6224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6225           Implement FILLER event awareness.
6226
6227 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6228
6229         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6230           Fix track calculations (#166208).
6231
6232 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6233
6234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6235
6236         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6237         * ext/libpng/gstpngenc.c:
6238           Fix byte-order, use proper fixed caps. Fixes #164197.
6239
6240 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6241
6242         * configure.ac:
6243           Add dvdlpcmdec 
6244
6245         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6246         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6247           Don't push buffers if the src pad isn't negotiated yet.
6248           
6249         * gst/audioconvert/gstaudioconvert.c:
6250         (gst_audio_convert_buffer_to_default_format),
6251         (gst_audio_convert_buffer_from_default_format):
6252           Add support for 24-bit width.
6253
6254         * gst/dvdlpcmdec/.cvsignore:
6255         * gst/dvdlpcmdec/Makefile.am:
6256         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6257         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6258         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6259         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6260         (plugin_init):
6261         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6262           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6263           format. Needs support for the channels maps if someone can find 
6264           a DVD LPCM track with > 2 channels.
6265
6266         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6267         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6268         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6269         * gst/mpegstream/gstdvddemux.h:
6270         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6271         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6272         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6273         * gst/mpegstream/gstmpegdemux.h:
6274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6275         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6276         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6277         (gst_mpeg_parse_handle_src_query),
6278         (gst_mpeg_parse_handle_src_event):
6279           Use audio/x-dvd-lpcm for LPCM output.
6280           Add DTS output.
6281
6282 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6283
6284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6285
6286         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6287         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6288           Add BGRA handling (#165736).
6289
6290 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6291
6292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6293
6294         * gst/law/alaw-decode.c: (alawdec_link):
6295         * gst/law/alaw-encode.c: (alawenc_link):
6296         * gst/law/mulaw-decode.c: (mulawdec_link):
6297         * gst/law/mulaw-encode.c: (mulawenc_link):
6298           Fix caps memleaks (#166600).
6299
6300 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6301
6302         * ext/tarkin/mem.h:
6303         * ext/tarkin/wavelet.h:
6304         * ext/tarkin/yuv.h:
6305         * gst/ffmpegcolorspace/avcodec.h:
6306           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6307           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6308
6309 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6310
6311         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6313         (gst_xvimagesink_change_state):
6314           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6315           Xv video (and thereby regenerate Xv colourkey) in clear() so
6316           that PLAY -> READY -> PLAY works (fixes #162504).
6317
6318 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6319
6320         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6321           Switch to list instead of range, since MJPEG-devices really just
6322           support decimations, not any size.
6323
6324 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6325         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6326         (gst_mpeg2dec_reset), (free_all_buffers),
6327         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6328         * ext/mpeg2dec/gstmpeg2dec.h:
6329           The libmpeg2 user-allocated buffer management is awkward, 
6330           to say the least. Hopefully this fixes things.
6331
6332 2005-02-04  Andy Wingo  <wingo@pobox.com>
6333
6334         * gst/audioconvert/bufferframesconvert.c
6335         (buffer_frames_convert_fixate): New function, fixates to 256
6336         frames per buffer by default. (Much better than 1.)
6337         (buffer_frames_convert_init): Set the fixate function for both src
6338         and sink pad.
6339         (buffer_frames_convert_link): After success setting nonfixed caps,
6340         get the negotiated caps so we can know how many buffer-frames it
6341         will be. No idea how this worked at all before.
6342
6343 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6344
6345         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6346         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6347         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6348         (handle_sequence), (handle_picture):
6349         * ext/mpeg2dec/gstmpeg2dec.h:
6350           Rearrange buffer tracking and refcounting and refactor
6351           a little for readability. 
6352
6353 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6354         * sys/v4l/gstv4l.c: (plugin_init):
6355         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6356         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6357         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6358         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6359         * sys/v4l/gstv4ljpegsrc.h:
6360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6361         * sys/v4l/v4l_calls.h:
6362         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6363         (gst_v4lsrc_get_fps):
6364         * sys/v4l/v4lsrc_calls.h:
6365           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6366           you jpeg inside rgb frames" driver.
6367           Don't error in the v4lsrc link function, just return 
6368           REFUSED.
6369
6370 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6373         (gst_qcamsrc_open):
6374           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6375
6376 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6377
6378         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6379           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6380
6381 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6382
6383         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6384           Reset negotiated state on PAUSED->READY.
6385
6386 2005-02-02  David Schleef  <ds@schleef.org>
6387
6388         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6389         whereever possible.  (Fixes #165997)
6390         * examples/capsfilter/capsfilter1.c: (main):
6391         * examples/dynparams/filter.c: (create_ui):
6392         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6393         * examples/seeking/chained.c: (main):
6394         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6395         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6396         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6397         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6398         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6399         * examples/switch/switcher.c: (main):
6400         * ext/dv/demo-play.c: (main):
6401         * ext/faad/gstfaad.c: (gst_faad_change_state):
6402         * ext/mad/gstmad.c: (gst_mad_chain):
6403         * ext/smoothwave/demo-osssrc.c: (main):
6404         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6405         (gst_gconf_render_bin_from_description),
6406         (gst_gconf_get_default_audio_sink),
6407         (gst_gconf_get_default_video_sink),
6408         (gst_gconf_get_default_audio_src),
6409         (gst_gconf_get_default_video_src),
6410         (gst_gconf_get_default_visualization_element):
6411         * gst/level/demo.c: (main):
6412         * gst/level/plot.c: (main):
6413         * gst/playback/gstplaybin.c: (gen_video_element),
6414         (gen_audio_element):
6415         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6416         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6417         * gst/sine/demo-dparams.c: (main):
6418         * gst/spectrum/demo-osssrc.c: (main):
6419         * gst/speed/demo-mp3.c: (main):
6420         * gst/volume/demo.c: (main):
6421         * testsuite/embed/embed.c: (main):
6422
6423 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6424
6425         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6426         (gst_tcpclientsink_finalize):
6427         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6428         (gst_tcpclientsrc_finalize):
6429         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6430         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6431         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6432         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6433           Don't leak the hostname when shutting down.
6434           In tcpserversrc, take a copy of the default hostname.
6435
6436 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6437
6438         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6439           Set caps to systemstream=TRUE.
6440
6441 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6442
6443         * testsuite/Makefile.am:
6444           Fix more OSX buildbots.
6445
6446 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6447
6448         * ext/mpeg2dec/gstmpeg2dec.c:
6449           Don't send things to NULL PAD_PEERs
6450
6451         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6452           Copy-on-write the incoming buffer.
6453
6454         * gst/mpegstream/gstdvddemux.h:
6455         * gst/mpegstream/gstmpegclock.h:
6456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6457         (normal_seek), (gst_mpeg_demux_handle_src_event):
6458         * gst/mpegstream/gstmpegdemux.h:
6459         * gst/mpegstream/gstmpegpacketize.h:
6460         * gst/mpegstream/gstmpegparse.c:
6461         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6462         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6463         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6464         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6465         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6466         * gst/mpegstream/gstmpegparse.h:
6467         * gst/mpegstream/gstrfc2250enc.h:
6468           Various changes to the way time is computed that make seeking and
6469           total time estimation much better here.
6470           Use G_BEGIN/END_DECLS instead of __cplusplus
6471
6472         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6473           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6474
6475 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6476
6477         * gst/subparse/gstsubparse.c:
6478           Fix OSX buildbot.
6479
6480 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6481
6482         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6483         (theora_enc_chain), (theora_enc_change_state):
6484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6485         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6486         (gst_vorbisenc_change_state):
6487         * ext/vorbis/vorbisenc.h:
6488           Set granulepos and timestamp correctly for streams not
6489           starting at 0, taking into account the initial delay.
6490
6491 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6492
6493         * gst/mpegstream/gstdvddemux.c:
6494           Add audio/x-dts to audio pad template caps
6495
6496 2005-01-30  David Schleef  <ds@schleef.org>
6497
6498         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6499         (create_context), (gst_polypsink_link): Fix silly endianness
6500         bug.  Add some debugging.  Remove float from caps; it doesn't
6501         work.  Attempt to get remote audio working.
6502
6503 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6504
6505         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6506           Add 3IV2 fourcc.
6507
6508 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6509
6510         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6511         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6512         (gst_avi_demux_stream_data):
6513         * gst/avi/gstavidemux.h:
6514           Invert DIB images. Fixes #132341.
6515
6516 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6517
6518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6519         (gst_ffmpegcsp_chain):
6520           D'oh, reference the palette data, not the palette structure.
6521           Fixes color distortion in #132341.
6522
6523 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6524
6525         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6526           PAR can be non-fixed when not provided as argument (#162626).
6527
6528 2005-01-29  David Moore  <dcm@acm.org>
6529
6530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6531
6532         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6533         (gst_qtdemux_loop_header):
6534           Re-apply patch from #142272 that allows non-seekable sources,
6535           re-proposed by Daniel Drake <dsd@gentoo.org>.
6536
6537 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6538
6539         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6540           Use the src template for creating the src pad (#162330).
6541
6542 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6543
6544         * configure.ac:
6545         * ext/musepack/Makefile.am:
6546         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6547         (gst_musepackdec_init), (gst_musepackdec_dispose),
6548         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6549         (gst_musepack_stream_init), (gst_musepackdec_loop),
6550         (gst_musepackdec_change_state):
6551         * ext/musepack/gstmusepackdec.cpp:
6552         * ext/musepack/gstmusepackdec.h:
6553         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6554         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6555         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6556         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6557         * ext/musepack/gstmusepackreader.cpp:
6558         * ext/musepack/gstmusepackreader.h:
6559           Update to 1.1 API (#165446).
6560
6561 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6562
6563         * ext/Makefile.am:
6564           Unbreak buildbot.
6565
6566 2005-01-28  Andy Wingo  <wingo@pobox.com>
6567
6568         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6569         to reflect a different dubious internet source. Add a reference
6570         and some commentary.
6571
6572 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6573
6574         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6575         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6576         * gst/playback/gststreamselector.h:
6577           Be more selective when we're redoing caps negotiation from
6578           within the chain function on a stream change.
6579
6580 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6581
6582         * configure.ac:
6583         * ext/Makefile.am:
6584         * ext/amrnb/Makefile.am:
6585         * ext/amrnb/amrnb.c: (plugin_init):
6586         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6587         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6588         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6589         (gst_amrnbdec_state_change):
6590         * ext/amrnb/amrnbdec.h:
6591         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6592         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6593         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6594         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6595         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6596         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6597         * ext/amrnb/amrnbparse.h:
6598           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6599         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6600           Add AMR-NB/-WB raw formats.
6601         * ext/alsa/gstalsa.c: (gst_alsa_link):
6602           Keep valid time when changing format.
6603         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6604         (qtdemux_parse_trak):
6605           Add some more format-specific options (#140141, #143555, #155163).
6606
6607 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6608
6609         * gst/matroska/matroska-demux.c:
6610         (gst_matroska_demux_parse_blockgroup):
6611           Fix logic error in timing of subtitle stream synchronization.
6612         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6613           Add skip-chunk, which is found in kodak-camera streams.
6614
6615 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6616
6617         * po/LINGUAS:
6618         * po/vi.po:
6619           Adding Vietnamese translation (submitted by Clytie Siddall)
6620
6621 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6622
6623         * gst/playback/gstdecodebin.c: (try_to_link_1):
6624           Use realpad for signal.
6625
6626 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6627
6628         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6629           Fix category so decodebin picks it up.
6630
6631 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6632
6633         * ext/mad/Makefile.am:
6634         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6635         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6636         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6637         (found_type), (gst_id3demux_bin_change_state):
6638         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6639         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6640         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6641         (gst_id3_tag_change_state), (plugin_init):
6642         * ext/mad/gstmad.h:
6643           Add id3demuxbin (which is a simple bin consisting of id3demux
6644           and typefind), take over rank from id3demux, remove typefind
6645           code from id3demux. Makes all broken mp3s that I know of work,
6646           and thereby fixes #152688.
6647
6648 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6649
6650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6651
6652         * ext/mad/gstmad.c: (gst_mad_src_event):
6653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6654           Allow seeks on audio pad, make mad forward those (#164826).
6655         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6656           Set duration (#165335).
6657
6658 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6659
6660         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6661         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6662         (gst_asf_demux_process_ext_content_desc),
6663         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6664         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6665         * gst/asfdemux/gstasfdemux.h:
6666           Improve metadata display, e.g. if the metadata comes before the
6667           streams are loaded (which is perfectly valid).
6668
6669 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6670
6671         * tools/gst-launch-ext-m.m:
6672           Fix AVI/ASF pipelines (#165340).
6673
6674 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6675         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6676         build failure on amd64
6677
6678 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6679
6680         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6681         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6682           Check environment variables GST_ID3V2_TAG_ENCODING,
6683           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6684           list of character encodings to force interpretation of non-unicode
6685           strings stored in an ID3v2 tag to a particular encoding. If none
6686           is specified, try to use current locale's encoding, then fall back
6687           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6688         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6689         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6690           Check environment variables GST_ID3V1_TAG_ENCODING,
6691           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6692           list of character encodings to use in case a string encountered
6693           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6694           specified, try to use the current locale's encoding, then fall
6695           back to ISO-8859-1 (which will always succeed).
6696
6697 2005-01-25  Benjamin Otte  <otte@gnome.org>
6698
6699         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6700           - on half framerate, compute the rate in advance so the comparisons
6701             don't compare wrong values
6702           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6703             behaviour
6704           - don't use mad_header_decode anymore, mad_frame_decode does that
6705             automatically
6706           - when getting rid of consumed bytes, reset the stream's skiplen
6707           (fixes #163867)
6708
6709 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6710
6711         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6712           Use 1/2 a second for default max_discont, as PES streams from DVB
6713           seem to have larger spacings in the SCR. 
6714           Fix a typo.
6715
6716 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6717
6718         * gst/playback/gstplaybasebin.c: (group_commit):
6719           Notify delayed stream-info availability.
6720
6721 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6722         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6723         (gst_a52dec_handle_event), (gst_a52dec_chain):
6724         Add some debug output. Check that a discont has a valid
6725         time associated.
6726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6727         (gst_alsa_sink_loop):
6728         Ignore TAG events. A little extra debug for broken timestamps.
6729         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6730         (dvdnavsrc_change_state):
6731         Ensure we send a discont to engage the link before we send any
6732         other events.
6733         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6734         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6735         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6736         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6737         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6738         dvd://title works in totem because typefinding sends a seek that ends
6739         up going back to chapter 1 regardless.
6740         * ext/mpeg2dec/gstmpeg2dec.c:
6741         * ext/mpeg2dec/gstmpeg2dec.h:
6742         Output correct timestamps and handle disconts.
6743         * ext/ogg/gstoggdemux.c: (get_relative):
6744         Small guard against a null dereference.
6745         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6746         (gst_textoverlay_set_property):
6747         Free memory when done. Don't call gst_event_filler_get_duration on
6748         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6749         g_warning.
6750         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6751         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6752         (gst_sw_srclink), (gst_smoothwave_chain):
6753         Draw solid lines, prettier colours.
6754         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6755         Add a default palette that'll work for some movies.
6756         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6757         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6758         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6759         * gst/mpegstream/gstdvddemux.h:
6760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6761         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6763         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6764         * gst/mpegstream/gstmpegparse.h:
6765         Use PTM/NAV events when for timestamp adjustment when connected to 
6766         dvdnavsrc. Don't use many discont events where one suffices.
6767         * gst/playback/gstplaybasebin.c: (group_destroy),
6768         (gen_preroll_element), (gst_play_base_bin_add_element):
6769         * gst/playback/gstplaybasebin.h:
6770         Make sure we remove subtitles from the same bin we put them in.
6771         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6772         (gst_subparse_buffer_format_autodetect),
6773         (gst_subparse_change_state):
6774         Fix some memleaks and invalid accesses.
6775         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6776         (oggskel_type_find), (cmml_type_find), (plugin_init):
6777         Some typefind functions for Annodex v3.0 files
6778         * gst/wavparse/gstwavparse.h:
6779         GstRiffReadClass is the correct parent class.
6780
6781 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6782
6783         * gst-libs/gst/riff/riff-media.c:
6784         (gst_riff_create_video_caps_with_data):
6785           Add extradata to huffyuv (fixes #165013).
6786         * gst-libs/gst/riff/riff-read.c:
6787         (gst_riff_read_strf_vids_with_data):
6788           Fix extradata extraction if it is in the chunk size.
6789
6790 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6791
6792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6793
6794         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6795         (gst_quarktv_change_state), (gst_quarktv_dispose):
6796           Memory free'ing location fix (#164708).
6797
6798 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6799
6800         * gst/playback/gstplaybasebin.c: (group_commit),
6801         (gen_preroll_element), (probe_triggered), (gen_source_element),
6802         (setup_source), (gst_play_base_bin_change_state),
6803         (gst_play_base_bin_add_element):
6804           Don't block for streams.
6805         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6806         (gst_stream_info_set_mute):
6807           Use gst_pad_set_active_recursive.
6808
6809 2005-01-25  Andy Wingo  <wingo@pobox.com>
6810
6811         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6812         for #ifndef HAVE_XVIDEO.
6813
6814 2005-01-24  Jeffrey C. Ollie
6815
6816         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6817
6818         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6819         * ext/gsm/gstgsmdec.h:
6820         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6821         * ext/gsm/gstgsmenc.h:
6822         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6823         was given by property. Add proper buffer timestamps and offsets.
6824
6825 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6826
6827         * gst-libs/gst/riff/riff-media.c:
6828         (gst_riff_create_audio_caps_with_data):
6829           Audio can be <8000Hz.
6830
6831 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6832
6833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6834           Explicit state change to workaround refcount bugs.
6835
6836 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6837
6838         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6839         (gst_avimux_riff_get_avi_header):
6840           Fix...
6841
6842 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6843
6844         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6845         (gst_riff_read_element_data):
6846         * gst-libs/gst/riff/riff-read.h:
6847           Add _peek version (req'ed in CDXA).
6848         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6849         (gst_cdxaparse_loop):
6850           Fix parsing in playbin.
6851         * gst/playback/gstdecodebin.c: (close_pad_link):
6852           Ignore current_ pads, they cause major annoyance.
6853
6854 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6855
6856         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6857           Safety guard.
6858
6859 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6860
6861         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6862           Fix padding...
6863
6864 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6865
6866         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6867           Allow for 0-sized buffers. Fixes length query problems in
6868           starwars.mkv from the testsuite.
6869
6870 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6871
6872         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6873         (gst_video_box_i420), (gst_video_box_chain):
6874           Fix row strides for I420 (fixes #163159)
6875           
6876 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6877
6878         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6879           MPEG2 has a useful rate property, so we can actually use that.
6880           For MPEG-1, continue using the bytes/time properties.
6881
6882 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6883
6884         * gst-libs/gst/riff/riff-media.c:
6885         (gst_riff_create_video_caps_with_data),
6886         (gst_riff_create_video_template_caps):
6887           Add intel-h263.
6888
6889 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6890
6891         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6892           Fail if caps negotiation fails. Should fix #162184, and should
6893           definately be in there regardless of it fixing the actual bug.
6894         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6895         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6896         (gst_avimux_riff_get_avix_header),
6897         (gst_avimux_riff_get_video_header),
6898         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6899         (gst_avimux_start_file), (gst_avimux_handle_event),
6900         (gst_avimux_change_state):
6901         * gst/avi/gstavimux.h:
6902           Refactor structure writing to use GST_WRITE_UINT macros, add
6903           metadata writing support.
6904
6905 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6906
6907         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6908           Elements may already be destroyed when this function is called.
6909
6910 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6911
6912         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6913         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6914           More memory leak fixes (#149162).
6915
6916 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6917
6918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6919         (gst_qtdemux_add_stream):
6920           Fix two memleaks.
6921
6922 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6923
6924         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6925           Argh...
6926
6927 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6928
6929         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6930           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6931           when fixating to six channels in Totem.
6932
6933 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6934
6935         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6936           Fix compile warnings on Solaris 10 buildbot
6937
6938 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6939
6940         * ext/dvdread/dvdreadsrc.c: (_read):
6941           Don't read beyond the last cell in a chapter (fixes 
6942           invalid memory access)
6943
6944 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6945
6946         * ext/dvdread/stream_labels.c:
6947         (dvdreadsrc_get_audio_stream_labels):
6948           Use NULL for an empty GList instead of g_list_alloc(); fix 
6949           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6950           of GString (easier to bulk free later)
6951
6952 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6953
6954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6955
6956         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6957         (gst_ffmpeg_pixfmt_to_caps):
6958           Fix BGRA32 caps (#164209).
6959
6960 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6961
6962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6963
6964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6965         (gst_ffmpeg_caps_to_pixfmt):
6966           alpha_mask can be RGBA/ABGR. Fixes #164265.
6967
6968 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6969
6970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6971
6972         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6973         (gst_mpeg2dec_alloc_buffer):
6974         * ext/mpeg2dec/gstmpeg2dec.h:
6975           Crop if decoding size is not the actual image size (#163676).
6976
6977 2005-01-17  Steve Baker  <steve@stevebaker.org>
6978
6979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6980
6981         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6982         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6983           Add libsndfile typefind functions (#163309).
6984
6985 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6986
6987         * tools/gst-launch-ext-m.m:
6988           Add .aac, fix .m1v/.m2v (#163891).
6989
6990 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6991
6992         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6993           Sanity check, don't wait endlessly since the clock might not
6994           actually run at this point (which is a deadlock). Fixes #164069.
6995
6996 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6997
6998         * gst/playback/gstplaybasebin.c: (probe_triggered):
6999           Of course, only pause if group is done...
7000
7001 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7002
7003         * gst/playback/gstplaybasebin.c: (probe_triggered):
7004           Thread safety.
7005
7006 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7007
7008         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7009           Don't return state change success when the parent
7010           failed.
7011
7012 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7013
7014         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7015           Free events (fix memleak in #162905).
7016
7017 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7018
7019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7020
7021         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7022         (gst_ffmpeg_caps_to_pixfmt):
7023           Fix for depth = 15. Fixes #161675.
7024
7025 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7026
7027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7028           Set FPS correctly, even for webcams and the like.
7029         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7030           Don error on setting while capturing.
7031
7032 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7033
7034         * ext/dv/gstdvdec.c:
7035         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7036         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7037           I'm a bad boy. using /1001. to force C to do float division
7038           and not integer division (as it did in my last commit)
7039           Thanks to David I. Lehn for pointing this mistake.
7040
7041 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7042
7043         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7044           Revert Johan??s 1.35->1.36 since it breaks compat.
7045
7046 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7047
7048         * ext/dv/gstdvdec.c:
7049         * ext/libfame/gstlibfame.c:
7050         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7051         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7052           replace framerate aproximations by their real value
7053           (24000/1001, 30000/1001, 60000/1001)
7054           Finish fixing bug #164049
7055
7056 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7057
7058         * ext/ogg/gstoggmux.c:
7059           eos/bos debugging
7060         * gst/tcp/gstmultifdsink.c:
7061         * gst/tcp/gstmultifdsink.h:
7062         * gst/tcp/gsttcp.c:
7063         * gst/tcp/gsttcp.h:
7064         * gst/tcp/gsttcpclientsink.c:
7065         * gst/tcp/gsttcpclientsrc.c:
7066         * gst/tcp/gsttcpserversink.c:
7067         * gst/tcp/gsttcpserversrc.c:
7068           improve reusability of elements after state changes and errors
7069           make multifdsink throw away streamheaders when receiving new ones
7070
7071 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7072
7073         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7074           Fix for if items are already in list...
7075
7076 2005-01-12  Benjamin Otte  <otte@gnome.org>
7077
7078         * gst/adder/gstadder.c: (gst_adder_loop):
7079           fix adder a bit so it doesn't screw up with events as much anymore
7080
7081 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7082
7083         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7084         (pixbufscale_scale), (gst_pixbufscale_chain):
7085         * ext/gdk_pixbuf/pixbufscale.h:
7086           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7087           to ensure rowstrides are calculated the same way as 
7088           ffmpegcolorspace
7089           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7090           that we pick up duration and offset also.
7091
7092 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7093
7094         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7095         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7096           Reusability fixes.
7097
7098 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7099
7100         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7101         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7102         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7103         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7104           Update flags when requested.
7105
7106 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7107
7108         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7109           Fix dmix.
7110
7111 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7112
7113         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7114         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7115         (probe_triggered), (new_decoded_pad), (gen_source_element),
7116         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7117         * gst/playback/gstplaybasebin.h:
7118         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7119         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7120         (gst_play_bin_change_state):
7121           Implement group-switch signal for use in apps to clear metadata
7122           cache, clean up subtitle, add suburi property instead of # hack,
7123           some error-out fixes.
7124
7125 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7126
7127         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7128           Debug.
7129         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7130           If we got a state change in the _get handler, don't return success.
7131
7132 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7133
7134         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7135         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7136           Make jpegdec quiet on MJPEG decoding
7137         * gst/asfdemux/README:
7138           Fix mimetypes for MJPEG and H263
7139
7140 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7141
7142         * ext/theora/theoradec.c: (theora_dec_chain):
7143           Fix broken code generation by gcc by swapping arguments.
7144         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7145           Fix \n in debug.
7146
7147 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7148
7149         * TODO:
7150           delete this file, it is by far outdated
7151         * ext/alsa/gstalsa.1: remove
7152         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7153         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7154         (gst_alsa_get_caps):
7155           Add HW probing for supported sample rates. Fixes #161704
7156
7157 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7158
7159         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7160           Don't crash, biatch! :).
7161
7162 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7163
7164         * ext/musepack/gstmusepackreader.cpp:
7165         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7166           Some work on tags - still doesn't work in playbin...
7167         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7168           Handle events...
7169
7170 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7171
7172         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7173           Also shove tags on kid pads.
7174
7175 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7176
7177         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7178           Don't bail on unknown events.
7179         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7180           Don't crash on events before negotiation.
7181         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7182           Send tags on pads, too.
7183         * gst/playback/gststreamselector.c:
7184         (gst_stream_selector_request_new_pad):
7185           Forward events on first pad if no input was selected yet.
7186
7187 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7188
7189         * gst/playback/gstplaybasebin.c: (setup_substreams):
7190           Don't disable streamtype if the stream doesn't exist, since
7191           then playing a video after audio will disable both and nothing
7192           will happen. Fixes the testsuite.
7193
7194 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7195
7196         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7197         (gst_v4l_xoverlay_set_xwindow_id):
7198         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7199         (gst_v4l2_xoverlay_set_xwindow_id):
7200           Add debug categories, fix overlay disabling.
7201
7202 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7203
7204         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7205         * ext/alsa/gstalsa.h:
7206           Add HW probing for period_count/size and buffer_size MIX/MAX
7207           Adjust default/user defined value if out of bounds
7208           Should fix bug #162024
7209
7210 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7211
7212         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7213           Fix warning (#161191).
7214
7215 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7216
7217         * ext/dvdread/stream_labels.c:
7218         (dvdreadsrc_get_audio_stream_labels):
7219           Fix warning (init the good variable in switch default)
7220
7221 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7222
7223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7224
7225         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7226           Fix gcc-2.95 compile (#163485).
7227
7228 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7229
7230         * configure.ac:
7231         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7232         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7233         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7234         (gst_flacenc_change_state):
7235         * ext/flac/gstflacenc.h:
7236           Update for API change in flac-1.1.1. Update requirement in
7237           configure.ac. Fixes #162974.
7238
7239 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7240
7241         * gst/playback/gstplaybasebin.c: (group_destroy):
7242           Remove hack to get rid of assert and get rid of unlinked
7243           signals properly.
7244
7245 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7246
7247         * gst/playback/gstplaybasebin.c: (setup_source):
7248           Set source to NULL so that resources are free'ed. Fixes issues
7249           with playback of CDDA and similar device-accessing things.
7250
7251 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7252
7253         * testsuite/embed/Makefile.am:
7254           test->noinst, fix make test in buildbot.
7255
7256 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7257
7258         * ext/dvdread/stream_labels.c: new file
7259         * ext/dvdread/stream_labels.h: new file
7260         * ext/dvdread/Makefile.am:
7261         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7262           Extract audio stream label from DVD IFO files.
7263           It only dump them on the console for now, still have to
7264           make playbin aware of them.
7265
7266 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7267
7268         * gst/playback/gstplaybasebin.c: (setup_source):
7269           Fix hanging subs.
7270
7271 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7272
7273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7274         (gen_preroll_element), (remove_groups), (setup_subtitle),
7275         (gen_source_element), (setup_source):
7276         * gst/playback/gstplaybasebin.h:
7277           Multiple .sub files is just a stupid idea... Fix some threading
7278           mistakes. Interestingly, external .sub files cause playbin to
7279           hang, I don't know why... Parsing fixes contributed by Fran??ois
7280           Kooman <fkooman@tuxed.net>.
7281
7282 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7283
7284         * testsuite/embed/Makefile.am:
7285           Fix buildbot.
7286
7287 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7288
7289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7290
7291         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7292         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7293         (gst_pngenc_set_property):
7294         * ext/libpng/gstpngenc.h:
7295           Add compression level property (#163323).
7296
7297 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7298
7299         * configure.ac:
7300         * examples/capsfilter/capsfilter1.c: (main):
7301         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7302         * ext/dvdread/Makefile.am:
7303         * ext/dvdread/demo-play:
7304         * ext/dvdread/demo-play.c:
7305         * gconf/gstreamer.schemas.in:
7306         * gst-libs/gst/gconf/gconf.c:
7307         * sys/v4l/TODO:
7308         * testsuite/Makefile.am:
7309         * testsuite/embed/Makefile.am:
7310         * testsuite/embed/embed.c: (cb_expose), (main):
7311           Remove all references to xvideosink, fix examples (#140845).
7312         * gst/playback/gstplaybasebin.c: (group_destroy):
7313           Apparently, disposal does not unlink - so do explicitely.
7314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7315           Add debug.
7316
7317 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7318
7319         * README: fix PKG_CONFIG_PATH instructions, what was there
7320         previously was breaking default search path, not nice. 
7321         Fixes #163358
7322
7323 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7326         (gst_audioscale_chain):
7327           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7328           when resampling - how the ^@$^!@^! is this possible?!?
7329
7330 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7331
7332         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7333           Reset variables on READY.
7334         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7335         (gst_matroska_mux_loop):
7336           Require data before writing header.
7337
7338 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7339
7340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7341
7342         * ext/mad/gstmad.c: (gst_mad_chain):
7343           Don't call mad_stream_sync() directly after recovering sync.
7344           Fixes #151661.
7345
7346 2005-01-09  Martin Eikermann  <meiker@upb.de>
7347
7348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7349
7350         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7351         (snapshot_handler), (gst_snapshot_sinkconnect),
7352         (gst_snapshot_chain):
7353           Allocate resources when required, fix recursive signal emission
7354           and fix caps. Fixes #161667.
7355
7356 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7357
7358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7359
7360         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7361         (gst_pngdec_chain):
7362           Handle only 8-bppc (bits-per-pixel-component) images, better
7363           error handling and correct strides. Fixes #163177.
7364         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7365         (gst_pngenc_chain):
7366           Better error handling. Fixes #163348.
7367
7368 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7369
7370         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7371         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7372         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7373         (dvdnavsrc_uri_handler_init):
7374           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7375         * gst/playback/gstplaybasebin.c: (gen_source_element):
7376           Add MMS to streaming URIs.
7377
7378 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7379
7380         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7381         * sys/xvimage/xvimagesink.c:
7382         (gst_xvimagesink_navigation_send_event):
7383           Check for pad availability before sending event.
7384
7385 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7386
7387         * gst-plugins.spec.in:
7388           Add subparse.
7389
7390 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7391
7392         * configure.ac:
7393           Since we use functions from CVS, up requirement.
7394
7395 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7396
7397         * gst/playback/Makefile.am:
7398         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7399         (group_destroy), (group_commit), (group_is_muted),
7400         (gen_preroll_element), (add_stream), (unknown_type),
7401         (probe_triggered), (preroll_unlinked), (mute_stream),
7402         (silence_stream), (new_decoded_pad), (setup_substreams),
7403         (setup_source), (get_active_source), (mute_group_type),
7404         (muted_group_change_state), (set_active_source),
7405         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7406         (play_base_eos), (gst_play_base_bin_change_state):
7407         * gst/playback/gstplaybasebin.h:
7408         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7409         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7410         (gst_stream_info_dispose), (stream_info_mute_pad),
7411         (stream_info_change_state), (gst_stream_info_set_mute):
7412         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7413         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7414         (gst_stream_selector_init), (gst_stream_selector_dispose),
7415         (gst_stream_selector_get_linked_pad),
7416         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7417         (gst_stream_selector_get_linked_pads),
7418         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7419         * gst/playback/gststreamselector.h:
7420           Adding stream selection support plus required properties for
7421           applications to use this. Fully fixes #100931.
7422
7423 2005-01-08  Benjamin Otte  <otte@gnome.org>
7424
7425         * gst/games/gstpuzzle.c: (nav_event_handler):
7426           - handle nav events differently: forward every event no matter if it
7427             was handled or not.
7428           - translate events
7429           You can now cheat by using navigationtest ! puzzle and moving the
7430           mouse close to the edge of a tile. ;)
7431
7432 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7433
7434         * configure.ac:
7435         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7436         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7437         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7438         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7439         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7440         (gst_ogm_parse_plugin_init):
7441         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7442         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7443         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7444         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7445         * ext/pango/gsttextoverlay.h:
7446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7447         (gst_matroska_demux_handle_seek_event),
7448         (gst_matroska_demux_sync_streams),
7449         (gst_matroska_demux_parse_blockgroup),
7450         (gst_matroska_demux_subtitle_caps),
7451         (gst_matroska_demux_plugin_init):
7452         * gst/matroska/matroska-ids.h:
7453         * gst/playback/gstdecodebin.c: (close_pad_link):
7454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7455         (gen_preroll_element), (remove_groups), (add_stream),
7456         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7457         (setup_source):
7458         * gst/playback/gstplaybasebin.h:
7459         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7460         * gst/subparse/Makefile.am:
7461         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7462         (gst_subparse_base_init), (gst_subparse_class_init),
7463         (gst_subparse_init), (gst_subparse_formats),
7464         (gst_subparse_eventmask), (gst_subparse_event),
7465         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7466         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7467         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7468         (parse_mpsub_deinit), (parse_mpsub_init),
7469         (gst_subparse_buffer_format_autodetect),
7470         (gst_subparse_format_autodetect), (gst_subparse_loop),
7471         (gst_subparse_change_state), (gst_subparse_type_find),
7472         (plugin_init):
7473         * gst/subparse/gstsubparse.h:
7474         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7475         (plugin_init):
7476           Add subtitle support, .sub parser (supports SRT and MPsub),
7477           OGM text support, Matroska UTF-8 text support, deadlock fixes
7478           all over the place, subtitle awareness in decodebin/playbin
7479           and some fixes to textoverlay to handle subtitles in a stream
7480           correctly. Fixes #100931.
7481
7482 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7483
7484         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7485           Check for pad availability before doing a query on it.
7486
7487 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7488
7489         * ext/dv/gstdvdec.c:
7490           really fix bpp24/32 dvdec caps (classic rgba indeed)
7491         * gst/asfdemux/gstasfdemux.c:
7492         (gst_asf_demux_process_ext_content_desc):
7493           don't send text tags if they are empty (bis repetita)
7494
7495 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7496
7497         * ext/dv/gstdvdec.c:
7498          remove unneeded comment from dvdec
7499           (related to DV 4CC codes in AVI files)
7500           moved them in gstreamer/docs/random/mimetypes
7501         * gst/asfdemux/gstasfdemux.c:
7502         (gst_asf_demux_process_ext_content_desc):
7503          don't send text tags if they are empty
7504          fix mem leak on error path
7505         * gst/ffmpegcolorspace/avcodec.h:
7506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7507         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7508         (gst_ffmpegcsp_avpicture_fill):
7509         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7510         * gst/ffmpegcolorspace/imgconvert_template.h:
7511          adds BGR32 and BGRA32 to ffmpegcolorspace
7512           (still bad colors, fixing it on next commit)
7513           helps with dvdec outputing BGR32
7514
7515 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7516
7517         * ext/dv/gstdvdec.c:
7518          Fix audio caps i just broke (missing ',')
7519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7520         (gst_matroska_mux_reset):
7521          Fix typo + add FIXME about old "x-gst-metadata" crap
7522
7523 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7524
7525         * ext/dv/demo-play.c: (main):
7526          xvideosink -> xvimagesink
7527         * ext/dv/gstdvdec.c:
7528          change rgb 32/32 caps to 24/32 (no alpha)
7529          change nb of channels to be a list (2 or 4, not 2)
7530          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7531         * gst/asfdemux/gstasfdemux.c:
7532         (gst_asf_demux_process_ext_content_desc):
7533          Add 'date/year' to extracted metadata list
7534
7535 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7536
7537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7538           The return value of fixate_to does not imply that the requested
7539           value was set, so don't assume.
7540
7541 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7542
7543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7544
7545         * ext/libpng/gstpngdec.c:
7546         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7547         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7548         * ext/libpng/gstpngenc.h:
7549           Alpha support (encoder; #163161), mime fixage.
7550
7551 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7552
7553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7554
7555         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7556         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7557         (gst_faac_set_property), (gst_faac_get_property):
7558         * ext/faac/gstfaac.h:
7559           Allow for ADTS output (#153434).
7560
7561 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7562
7563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7564           Fix against template (#150576).
7565
7566 2005-01-06  Benjamin Otte  <otte@gnome.org>
7567
7568         * gst/games/gstpuzzle.c: (draw_puzzle):
7569           don't draw a puzzle if either width or height of tiles would be 0.
7570
7571 2005-01-06  Benjamin Otte  <otte@gnome.org>
7572
7573         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7574         (gst_puzzle_class_init), (gst_puzzle_finalize):
7575           no memleaks, please
7576         (gst_puzzle_create), (gst_puzzle_init),
7577         (gst_puzzle_set_property), (gst_puzzle_setup):
7578           change initialization code around so we don't reshuffle on resize
7579         (draw_puzzle):
7580           fix another stupid typo
7581
7582 2005-01-06  Benjamin Otte  <otte@gnome.org>
7583
7584         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7585           fix stupid typo that borked copying on YUY2
7586
7587 2005-01-06  Benjamin Otte  <otte@gnome.org>
7588
7589         * gst/games/gstpuzzle.c: (draw_puzzle):
7590           fix edges when image sizes aren't multiples of tile sizes
7591
7592 2005-01-06  Benjamin Otte  <otte@gnome.org>
7593
7594         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7595           make RGB endianness work correctly
7596         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7597           refactor and fix race with initial shuffling
7598         (nav_event_handler):
7599           allow using the mouse to puzzle
7600         (draw_puzzle):
7601           insist on tiles having width and height as multiples of 4 to get
7602           clean YUV image handling
7603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7604         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7605           s/DEBUG/LOG/ for common messages
7606         (gst_xvimagesink_navigation_send_event):
7607           fix mouse event translation to not include screen PAR
7608         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7609           fix mouse event translation to actually work
7610
7611 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7612
7613         * gst/asfdemux/gstasfdemux.c:
7614         (gst_asf_demux_process_ext_content_desc):
7615          Extract TrackNumber metadata + clean up code
7616         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7617          Hope this is the good fix (var used unitialised)
7618
7619 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7620
7621         * ext/faad/gstfaad.c: (gst_faad_chain):
7622           Only increment timestamp if it's valid. Fixes raw AAC streams.
7623
7624 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7625
7626         * configure.ac:
7627         * gst/games/Makefile.am:
7628         * gst/games/gstpuzzle.c:
7629           add a puzzle game with...
7630         * gst/games/gstvideoimage.c:
7631         * gst/games/gstvideoimage.h:
7632           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7633           from videotestsrc and made into something that would be a nice
7634           library for a lot of other plugins.
7635
7636 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7637
7638         * configure.ac:
7639          don't compile faad plugin if a RC of 2.0 is found
7640          Fixes #155346 (and FC1 buildbot)
7641         * gst/asfdemux/gstasfdemux.c:
7642         (gst_asf_demux_process_ext_content_desc):
7643          try to make Solaris compiler happier
7644
7645 2005-01-06  Paul Jack  <pjack@sfaf.org>
7646
7647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7648
7649         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7650           Fix segfault (#161667).
7651
7652 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7653
7654         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7655           Fix framerate reporting.
7656
7657 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7658
7659         * gst-libs/gst/riff/riff-ids.h:
7660         * gst/wavenc/riff.h:
7661          Add AMR (VBR and CBR) ids to riff.h audio codec list
7662         * gst/asfdemux/gstasfdemux.c:
7663         (gst_asf_demux_process_ext_content_desc),
7664         (gst_asf_demux_process_object):
7665           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7666
7667 2005-01-05  Martin Eikermann  <meiker@upb.de>
7668
7669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7670
7671         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7672         (gst_dvd_demux_handle_discont):
7673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7674         (gst_mpeg_demux_handle_discont):
7675           Recreate pads on new-media (#160730).
7676         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7677           Send discont even if manager changes timestamps (#161929).
7678
7679 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7680
7681         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7682
7683         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7684           Fix invalid memory access (#159211).
7685
7686 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7687
7688         * examples/gstplay/player.c: (main):
7689           Don't iterate.
7690         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7691           Add visualizations.
7692         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7693         (gst_a52dec_handle_frame):
7694           Set duration.
7695         * ext/dvdnav/gst-dvd:
7696           Add audioconvert. Fixes #161325.
7697         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7698           Explicitely case to gint64. Possible valgrind error.
7699         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7700         (gst_play_tick_callback), (gst_play_change_state),
7701         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7702         (gst_play_set_location), (gst_play_get_location),
7703         (gst_play_seek_to_time), (gst_play_set_data_src),
7704         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7705         (gst_play_set_visualization), (gst_play_connect_visualization),
7706         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7707         (gst_play_new):
7708           Use playbin. Fixes #139749 and #147744.
7709         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7710           Add genre tag.
7711         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7712         (audioscale_get_type), (gst_audioscale_base_init),
7713         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7714         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7715         (gst_audioscale_link), (gst_audioscale_get_buffer),
7716         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7717         (gst_audioscale_init), (gst_audioscale_dispose),
7718         (gst_audioscale_chain), (gst_audioscale_set_property),
7719         (gst_audioscale_get_property), (plugin_init):
7720           Indent properly.
7721         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7722           Fix LPCM.
7723         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7724         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7725         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7726           Add more metadata (fixes #162656).
7727
7728 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7729
7730         * configure.ac:
7731           back to cvs
7732
7733 === release 0.8.7 ===
7734
7735 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7736
7737         * NEWS:
7738         * RELEASE:
7739         * configure.ac:
7740           releasing 0.8.7, "Hyperspace"
7741
7742 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7743
7744         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7745
7746         * gst/playback/gstplaybasebin.c:
7747          Fix for #162924 - free caps after use, not before
7748
7749 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7750
7751         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7752
7753         * gst/playback/gstplaybasebin.c:
7754         * gst/wavparse/gstwavparse.c:
7755           Fix for #154773 - fixes playback of small .wav files
7756
7757 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7758
7759         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7760
7761         * gst/audioscale/gstaudioscale.c:
7762           Fix for #162819 - make audioscale reusable
7763           Fixes playback of more than one file with playbin/totem
7764
7765 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7766
7767         * gst/ffmpegcolorspace/avcodec.h:
7768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7769         * gst/ffmpegcolorspace/imgconvert.c:
7770           clean up the mess that made me cry and avoid needless duplication
7771
7772 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7773
7774         * gst/ffmpegcolorspace/imgconvert.c:
7775           give some indication of why we're segfaulting
7776
7777 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7778
7779         * configure.ac:
7780           Fix indentation, fix v4l2 plugin detection.
7781         * ext/Makefile.am:
7782           Fix libmms location (Maciej, use diff -u!).
7783         * ext/alsa/gstalsa.c: (gst_alsa_init):
7784           Initialize caps cache to NULL.
7785         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7786           Only change state on audiosink if it exists.
7787
7788 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7789
7790         * gst/matroska/matroska-demux.c:
7791         * gst/matroska/matroska-ids.h:
7792         * gst/matroska/matroska-demux.h:
7793         Fix Vorbis streams failing to decode in some files, where cluster_time
7794         isn't 0, because then it doesn't send codec_priv before actual data.
7795         Remove time-based test and replace it with marker set on beginning of
7796         new stream
7797
7798 2004-12-28  David Schleef  <ds@schleef.org>
7799
7800         Merge patch from Ronald fixing problems with streaming
7801         text.
7802         * ext/cairo/gstcairo.c: (plugin_init):
7803         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7804         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7805         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7806         (gst_textoverlay_font_init), (gst_textoverlay_init),
7807         (gst_textoverlay_set_property):
7808         * ext/cairo/gsttextoverlay.h:
7809
7810 2004-12-27  David Schleef  <ds@schleef.org>
7811
7812         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7813         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7814         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7815         (gst_textoverlay_font_init), (gst_textoverlay_init),
7816         (gst_textoverlay_set_property): Improvements to actually
7817         render text as white on black outline on video, including
7818         font selection and horizontal/vertical alignment.  (Ronald's
7819         christmas present)
7820         * ext/cairo/gsttextoverlay.h:
7821
7822 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7823
7824         * ext/ogg/gstogg.c:
7825         * ext/ogg/gstogmparse.c:
7826           fix ogm[audio/video]parse plugin registration
7827           (riff won't load if bytestream is already loaded)
7828
7829 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7830
7831         * gst/audioconvert/gstchannelmix.c:
7832           fix for GLIB < 2.4
7833
7834 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7835
7836         * Makefile.am:
7837         * configure.ac:
7838           disable docs again until it actually passes make distcheck.
7839
7840 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7841
7842         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7843         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7844         (plugin_init):
7845           Add 3GP (variables name Q3GP because they can't start with a
7846           number). Add samr audio fourcc (used in .3gp files), decoder
7847           is work in progress. Also do a GST_WARNING instead of ERROR
7848           in case of unknown nodes, to decrease output.
7849
7850 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7851
7852         * Makefile.am:
7853           really fix dist
7854
7855 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7856
7857         * configure.ac:
7858         * ext/speex/gstspeexdec.h:
7859         * ext/speex/gstspeexenc.h:
7860           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7861           Fix detection code in configure.ac
7862
7863 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7864
7865         * gst/matroska/matroska-demux.c:
7866         (gst_matroska_demux_parse_blockgroup):
7867           Save position, so that queries give proper return values. Don't
7868           know how this could ever have worked before...
7869
7870 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7871
7872         * configure.ac:
7873           Put additional LAME check inside the conditional.  Fixes #152339
7874
7875 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7876
7877         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7878         (gst_avi_demux_stream_scan):
7879           Add some more debug. Fix logic error when setting movi offset
7880           while reading index.
7881
7882 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7883
7884         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7885         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7886         (gst_avi_demux_process_next_entry):
7887           Add some debugging. Better detection of broken indexes and the
7888           accompanying index recovery. No infinite loops on state changes
7889           when we're still in our loopfunction.
7890
7891 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7892
7893         * configure.ac:
7894           Fix up.
7895
7896 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7897
7898         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7899
7900         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7901           Normalizing the value before setting
7902         (gst_sunaudiomixer_get_volume):
7903           Normalizing the value after getting. Fixes bug# 161980
7904
7905 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7906
7907         * Makefile.am: Make sure docs gets disted
7908         * docs/Makefile.am: Make sure all needed files get disted
7909         * gst-plugins.spec.in: latest updates
7910
7911 2004-12-22  Wim Taymans  <wim@fluendo.com>
7912
7913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7914         Revert patch 1.38 as clock distribution over schedulers does
7915         not work correcly in the core yet.
7916
7917 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7918
7919         * sys/oss/README: remove this file, which predates my birth
7920           (and which content is by far outdated)
7921
7922 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7923
7924         * Makefile.am:
7925         * configure.ac:
7926         * docs/Makefile.am:
7927         * docs/libs/Makefile.am:
7928         * docs/libs/gst-plugins-libs-docs.sgml:
7929         * docs/libs/gst-plugins-libs-sections.txt:
7930         * docs/libs/tmpl/gstgconf.sgml:
7931         * docs/upload.mak:
7932         * docs/version.entities.in:
7933           Added boilerplate gtk-doc files for plugin-libs documentation.
7934
7935 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7936
7937         * gst/auparse/gstauparse.c: fix int and float audio caps
7938
7939 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7940
7941         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7942         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7943           g_assert() can be a macro, don't use #ifdef inside it.
7944
7945 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7946
7947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7948
7949         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7950         (gst_videorate_init), (gst_videorate_chain),
7951         (gst_videorate_change_state):
7952           Event handling (fixes #159986).
7953
7954 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7955
7956         * gst-libs/gst/riff/riff-media.c:
7957         (gst_riff_create_video_caps_with_data):
7958           Add BLZ0 (Blizzard's version of DivX) fourcc.
7959
7960 2004-12-18  David Schleef  <ds@schleef.org>
7961
7962         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7963         portability fix.
7964
7965 2004-12-18  David Schleef  <ds@schleef.org>
7966
7967         * gst/tta/ttadec.h: Disable some header code that isn't used
7968         and clearly isn't portable.
7969
7970 2004-12-18  David Schleef  <ds@schleef.org>
7971
7972         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7973         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7974         (avcodec_get_pix_fmt), (avpicture_layout),
7975         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7976         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7977         Fix code to not use GCC extensions (and c99 extensions that
7978         Forte does not like.)
7979
7980 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7981
7982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7983
7984         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7985         (gst_deinterlace_chain):
7986           Rowstride fixes. Fixes #161039.
7987         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7988         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7989         (gst_video_crop_getcaps), (gst_video_crop_link),
7990         (gst_video_crop_i420), (gst_video_crop_chain),
7991         (gst_video_crop_change_state):
7992           Rework of negotiation. Actually works now. Fixes #158650.
7993
7994 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7995
7996         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7997           That was very stupid.
7998
7999 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8000
8001         * gst/matroska/matroska-demux.c:
8002         (gst_matroska_demux_parse_blockgroup):
8003           Fix possible crasher.
8004
8005 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8006
8007         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8008         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8009           Lace sizes can be zero.
8010
8011 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8012
8013         * ext/musepack/gstmusepackdec.cpp:
8014           Fetch error return values. Fixes #161624.
8015         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8016           Really EOS.
8017
8018 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8019
8020         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8021           Work for truncated (unfinished download etc.) files. Fixes #160514.
8022
8023 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8024
8025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8026           Fix for integer overflow. Makes #156001 not crash. Probably masks
8027           the real bug.
8028
8029 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8030
8031         * gst/ac3parse/gstac3parse.c: (plugin_init):
8032           Parsers never have ranks. Fixes #159651.
8033
8034 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8035
8036         * gst/playback/gstdecodebin.c: (compare_ranks):
8037           make sure the facotries are ordered the same every time even if they
8038           have the same rank by using the name
8039         * gst/playback/gstdecodebin.c: (find_compatibles):
8040           make sure we don't add factories to the list twice
8041
8042 2004-12-16  David Schleef  <ds@schleef.org>
8043
8044         * configure.ac: look for musepack headers as musepack/*.h
8045         (fixes #159847)
8046         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8047         * ext/musepack/gstmusepackreader.h: same
8048
8049 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8050
8051         * gst-libs/gst/riff/riff-read.c:
8052         (gst_riff_read_strf_auds_with_data):
8053           Read extradata correctly (fixes #155879).
8054
8055 2004-12-16  David Schleef  <ds@schleef.org>
8056
8057         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8058         audio.  does _not_ attempt or allow conversion unless channels
8059         is 1 or 2.
8060
8061 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8062
8063         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8064
8065 2004-12-16  David Schleef  <ds@schleef.org>
8066
8067         * gst/audioscale/gstaudioscale.c: the resample library only
8068         handles 1 or 2 channels.  Change caps to compensate.
8069
8070 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8071
8072         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8073         (gst_matroska_demux_audio_caps):
8074           Some MPEG-AAC hacks, because else it doesn't work...
8075
8076 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8077
8078         * gst-libs/gst/riff/riff-media.c:
8079         (gst_riff_create_video_caps_with_data),
8080         (gst_riff_create_video_template_caps):
8081           Add h264.
8082
8083 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8084
8085         * gst-libs/gst/audio/Makefile.am:
8086           Try to fix buildbot.
8087
8088 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8089
8090         * gst/tcp/gstmultifdsink.c:
8091           Clean up and uniformize debugging.
8092
8093 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8094
8095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8096
8097         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8098         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8099         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8100         (gst_mpeg_demux_change_state):
8101           Reset on ready. Fixes 160276.
8102
8103 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8104
8105         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8106
8107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8108         (gst_ffmpegcsp_pad_link):
8109           Fix memleak (#154815).
8110
8111 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8112
8113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8114
8115         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8116         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8117         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8118         * ext/musicbrainz/gsttrm.h:
8119           Add support for using a proxy server when getting a trm id from
8120           the MusicBrainz database (#149613).
8121
8122 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8123
8124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8125
8126         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8127         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8128           Fix memleaks (#157233).
8129
8130 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8131
8132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8133
8134         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8135         * gst-libs/gst/resample/resample.h:
8136         * gst/audioscale/gstaudioscale.c:
8137           Fix memleak (#159215).
8138
8139 2004-12-16  Toni Willberg  <toniw@iki.fi>
8140
8141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8142
8143         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8144         * sys/oss/oss_probe.c: (main):
8145           Check for mono/stereo support (similar to samplerate probing),
8146           fixes #159433. Also add missing copyright header to oss_probe.c.
8147
8148 2004-12-15  David Schleef  <ds@schleef.org>
8149
8150         * configure.ac: add audioresample and cairo plugins.  Remove
8151         HAVE_MMX stuff, because it's not used.
8152         * ext/Makefile.am: same
8153         * ext/audioresample/Makefile.am: You are not ready for an
8154         audio resampling element based on audioresample.
8155         * ext/audioresample/gstaudioresample.c:
8156         * ext/audioresample/gstaudioresample.h:
8157         * ext/cairo/Makefile.am: You are not ready for overlay elements
8158         based on cairo.  Don't look too closely, these elements kinda
8159         suck right now.
8160         * ext/cairo/gstcairo.c: new
8161         * ext/cairo/gsttextoverlay.c: new
8162         * ext/cairo/gsttextoverlay.h: new
8163         * ext/cairo/gsttimeoverlay.c: new
8164         * ext/cairo/gsttimeoverlay.h: new
8165         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8166         problem with compilers that don't support variadic macros.
8167
8168 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8169
8170         Reviewed by:  David Schleef  <ds@schleef.org>
8171
8172         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8173         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8174         bit.  Also ran indent-gst.
8175         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8176         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8177         (gst_sunaudiosrc_setparams):
8178
8179 2004-12-14  David Schleef  <ds@schleef.org>
8180
8181         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8182         output rate to 16000.  Should fix #160235.
8183
8184 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8185
8186         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8187         Add typefinding for mpeg2 pes streams
8188
8189 2004-12-13  David Schleef  <ds@schleef.org>
8190
8191         * configure.ac:  Applied patch from bug #143659, making default
8192         sources and sinks OS-dependent (for Solaris), and added code
8193         for OS/X.
8194         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8195
8196 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8197
8198         * gst-libs/gst/riff/riff-media.c:
8199           forgot to add h2.64 to avidemux template caps
8200
8201 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8202
8203         * gst/wavenc/riff.h:
8204         * gst-libs/gst/riff/riff-media.c:
8205         * gst-libs/gst/riff/riff-ids.h:
8206         * gst/avi/gstavimux.c
8207         add 4CC code for VideoSoft h264 in AVI (VSSH)
8208           fixes bug #160655
8209         remove s323 from riff, it's quicktime specific :(
8210
8211 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8212
8213         * gst/asfdemux/README
8214         * gst/wavenc/riff.h
8215         * gst-libs/gst/riff/riff-ids.h
8216         * gst-libs/gst/riff/riff-media.c
8217         * gst/qtdemux/qtdemux.c:
8218           add new 4CC codes for h263 related codecs
8219           fixes partially bug #155163
8220
8221 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8222
8223         * configure.ac: Update polyaudio requirement to 0.7
8224         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8225
8226 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8227
8228         * gst/interleave/deinterleave.c:
8229         fix my name's spelling! :)
8230
8231 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8232
8233         * AUTHORS ChangeLog
8234         * gst/auparse/gstauparse.c
8235         * gst/interleave/deinterleave.c
8236         * gst/law/:
8237                 alaw-decode.c alaw-encode.c
8238                 mulaw-decode.c mulaw-encode.c
8239         * gst/oneton/gstoneton.c
8240         * sys/osxaudio/:
8241                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8242         * sys/osxvideo/:
8243                 cocoawindow.h cocoawindow.m
8244                 osxvideosink.h osxvideosink.m
8245
8246         put the same mail address for Zaheer Abbas Merali everywhere
8247
8248 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8249
8250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8251           Align by packetsize, and assert that we a packet available before
8252           playing. The first makes webstreams work (they often include
8253           trailing padding data in a packet), the second allows pausing a
8254           ASF stream in totem without getting demux errors afterwards.
8255
8256 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8257
8258         * ext/ogg/gstoggdemux.c: (get_relative):
8259           Check for non-NULL before accessing member (end-of-chain).
8260
8261 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8262
8263         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8264         (cdparanoia_set_property), (cdparanoia_get_property):
8265         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8266         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8267         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8268         (dvdreadsrc_init), (dvdreadsrc_set_property),
8269         (dvdreadsrc_get_property):
8270         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8271         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8272           Synchronize property names where not yet the case. Devices are
8273           now device=X, other versions are deprecated (but still exist).
8274           Also use g_free() unconditionally.
8275         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8276         (setup_source), (gst_play_base_bin_get_property):
8277           Expose source.
8278
8279 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8280
8281         * configure.ac: move GCONF macro outside conditional for the am
8282           conditional. Fixes #160439
8283
8284 2004-12-08  David Schleef  <ds@schleef.org>
8285
8286         * tools/gst-visualise-m.m: Switch to elements that currently
8287         exist.
8288
8289 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8290
8291         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8292           We love wrong commas.
8293
8294 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8295
8296         * gst/matroska/matroska-demux.c:
8297         (gst_matroska_demux_handle_src_query):
8298           Don't set DEFAULT, unsupported - makes length display incorrectly
8299           in some cases.
8300
8301 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8302
8303         * gst/monoscope/README: remove blurb about files being GPL
8304         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8305         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8306           monoscope is now effectively LGPL licensed
8307
8308 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8309
8310         * gst/monoscope/README: Update information to be more correct
8311         * gst/monoscope/convolve.c: Relicense to LGPL
8312         * gst/monoscope/convolve.h: Relicense to LGPL
8313
8314 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8315
8316         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8317           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8318         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8319           set default_duration for mpeg1 audio
8320
8321 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8322
8323         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8324         * ext/alsa/gstalsa.h:
8325           refactor big chunks of the core caps negotiation code to make it
8326           a lot faster, because people claim it's really slow
8327           (actually, just cache the getcaps when the device is opened)
8328
8329 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8330
8331         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8332         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8333         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8334         (gst_a52dec_change_state), (plugin_init):
8335         * ext/a52dec/gsta52dec.h:
8336           Do something useful with timestamps. Make chain-based (since
8337           there's really no reason to be loopbased).
8338         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8339           Update current_byte/frame correctly.
8340
8341 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8342
8343         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8344         (gst_ape_demux_stream_init):
8345           Forward tags, too.
8346
8347 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8348
8349         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8350           Let's make sure we're done typefinding when detecting tags.
8351
8352 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8353
8354         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8355         (gst_ebml_read_init), (gst_ebml_read_use_event),
8356         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8357         (gst_ebml_read_seek), (gst_ebml_read_skip),
8358         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8359         (gst_ebml_read_master):
8360         * gst/matroska/ebml-read.h:
8361         * gst/matroska/matroska-demux.c:
8362         (gst_matroska_demux_parse_contents),
8363         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8364           Disgustingly evil hack for working around INTERRUPT events and
8365           their extremely annoying habit of being a pain in the ass. We
8366           simply peek a cluster before reading any of it.
8367
8368 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8369
8370         * ext/musepack/gstmusepackdec.cpp:
8371           There's also floating point libmusepacks.
8372
8373 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8374
8375         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8376         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8377           Set DURATION even if source buffer didn't. Also use increasing
8378           timestamps.
8379         * gst-libs/gst/riff/riff-media.c:
8380         (gst_riff_create_audio_caps_with_data):
8381           Block_align can have larger values than 8192.
8382
8383 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8384
8385         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8386         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8387         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8388         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8389           Fix caps.
8390
8391 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8392
8393         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8394           Fix logic bug.
8395
8396 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8397
8398         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8399           Yay, another one.
8400
8401 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8402
8403         * ext/esd/esdsink.c: (gst_esdsink_chain):
8404           Make error actually say something useful (fixes #156798).
8405         * gst-libs/gst/riff/riff-media.c:
8406         (gst_riff_create_video_caps_with_data),
8407         (gst_riff_create_video_template_caps):
8408           Add Intel Video 5.0 fourcc (IV50).
8409
8410 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8411
8412         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8413         detection on mono and stereo mp3 files.
8414
8415 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8416
8417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8418           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8419           the contained stream).
8420
8421 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8422
8423         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8424           Oops, remove debug.
8425
8426 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8427
8428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8429
8430         * gst/law/alaw-decode.c: (alawdec_getcaps):
8431         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8432           Prevent warnings when negotiating caps (fixes #159338).
8433
8434 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8435
8436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8437         (gst_ffmpegcsp_chain):
8438           Remove old leftover that shouldn't be there...
8439
8440 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8441
8442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8443
8444         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8445           Don't forward DISCONT events (fixes #159684).
8446
8447 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8448
8449         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8450           Unlink manually since sometimes bin disposal (and therefore
8451           pad unlinking) is delayed, which will cause a new media file
8452           to not be able to start playing instantly.
8453
8454 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8455
8456         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8457           On mute of an unlinked stream, check for pad availability so
8458           we don't crash on unlinked pad.
8459
8460 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8461
8462         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8463         (gst_avi_demux_massage_index):
8464           Fix quite humiliating bug in omitting 0-sized index chunks but
8465           forgetting to count them for timestamps.
8466
8467 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8468
8469         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8470           Actually leave the loop if we failed to sync. Don't crash.
8471
8472 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8473
8474         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8475         (gst_dvd_demux_process_private):
8476         * gst/mpegstream/gstdvddemux.h:
8477           Fix crash (#159759). Doesn't work, though. :-(.
8478
8479 2004-11-28  Benjamin Otte  <otte@gnome.org>
8480
8481         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8482           more overwriting protection due to modifying channels one by one
8483           instead of all at once
8484
8485 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8486
8487         * gst/audioconvert/gstchannelmix.c:
8488         (gst_audio_convert_fill_normalize):
8489           Normalize using absolute values.
8490
8491 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8492
8493         * configure.ac:
8494         * ext/Makefile.am:
8495         * ext/directfb/Makefile.am:
8496         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8497         (gst_directfbvideosink_get_pixel_format),
8498         (gst_directfbvideosink_get_format_from_fourcc),
8499         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8500         (gst_directfbvideosink_sink_link),
8501         (gst_directfbvideosink_change_state),
8502         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8503         (gst_directfbvideosink_buffer_alloc),
8504         (gst_directfbvideosink_interface_supported),
8505         (gst_directfbvideosink_interface_init),
8506         (gst_directfbvideosink_navigation_send_event),
8507         (gst_directfbvideosink_navigation_init),
8508         (gst_directfbvideosink_set_property),
8509         (gst_directfbvideosink_get_property),
8510         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8511         (gst_directfbvideosink_base_init),
8512         (gst_directfbvideosink_class_init),
8513         (gst_directfbvideosink_get_type), (plugin_init):
8514         * ext/directfb/directfbvideosink.h: Adding a first version of
8515         directfbvideosink.
8516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8517         more.
8518
8519 2004-11-28  Benjamin Otte  <otte@gnome.org>
8520
8521         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8522           walk the samples backwards if out_channels > in_channels so we don't
8523           overwrite data
8524
8525 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8526
8527         * gst/audioconvert/Makefile.am:
8528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8529         (gst_audio_convert_link), (gst_audio_convert_change_state),
8530         (gst_audio_convert_channels):
8531         * gst/audioconvert/gstchannelmix.c:
8532         (gst_audio_convert_unset_matrix),
8533         (gst_audio_convert_fill_identical),
8534         (gst_audio_convert_fill_compatible),
8535         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8536         (gst_audio_convert_fill_others),
8537         (gst_audio_convert_fill_normalize),
8538         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8539         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8540         * gst/audioconvert/gstchannelmix.h:
8541           Implement a channel mixer.
8542
8543 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8544
8545         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8546         * ext/alsa/gstalsa.h:
8547         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8548         Make alsasink actually honor gst_element_set_clock and use that
8549         clock instead of its internal one.
8550
8551 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8552
8553         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8554         (gst_play_base_bin_change_state): nullify source and decoder when
8555         going from READY to NULL so that we don't try to do weird stuff with
8556         them when going from NULL to READY
8557         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8558         instead of g_object_unref
8559         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8560         it should be correct
8561         (gst_play_bin_change_state): don't call remove_sinks if we are
8562         currently disposing the object
8563
8564 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8565
8566         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8567           Don't forget bass if it's there. Else left channel is silent...
8568
8569 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8570
8571         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8572         (gst_a52dec_change_state):
8573           Don't do sample adjusting anymore, we use float audio now.
8574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8575           Don't fixate to non-existing properties.
8576
8577 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8578
8579         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8580         (gst_a52dec_change_state):
8581           Advertise that we can do surround sound.
8582
8583 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8584
8585         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8586           Add buffer-frames=0.
8587         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8588         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8589         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8590         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8591         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8592         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8593         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8594         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8595         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8596         * ext/dvdread/dvdreadsrc.h:
8597           Add seeking, querying for bytes, sectors, title, angle and
8598           chapter. Handle multiple chapters. Relicense to LGPL because
8599           Billy agreed on that (thanks Billy!).
8600
8601 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8602
8603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8604         call parent dispose method
8605
8606 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8607
8608         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8609         (gst_audio_clock_get_internal_time):
8610         Fix active <-> inactive transitions: ensure time value always
8611         grows and avoid abrupt value changes.
8612
8613 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8614
8615         * configure.ac:
8616         * gst/tta/Makefile.am:
8617         * gst/tta/crc32.h:
8618         * gst/tta/filters.h:
8619         * gst/tta/gsttta.c:
8620         * gst/tta/gstttadec.c:
8621         * gst/tta/gstttadec.h:
8622         * gst/tta/gstttaparse.c:
8623         * gst/tta/gstttaparse.h:
8624         * gst/tta/ttadec.h:
8625           added TTA parser and decoder
8626
8627 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8628
8629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8630         (probe_triggered), (check_queue), (buffer_underrun),
8631         (buffer_running), (buffer_overrun), (gen_source_element),
8632         (setup_source):
8633         * gst/playback/gstplaybasebin.h:
8634           Implement buffering. Needs some more work.
8635
8636 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8637
8638         * ext/theora/theoradec.c: (theora_dec_chain):
8639           Fix ilog mask range overflow.
8640
8641 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8642
8643         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8644           Don't omit the last (which in case of dmix is the only :) )
8645           channel count. Don't set channels if <= 2.
8646
8647 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8648
8649         * gst/playback/gstplaybin.c: (gen_video_element),
8650         (gen_audio_element): Removed 2 obsolete comments
8651
8652 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8653
8654         * ext/vorbis/oggvorbisenc.c
8655         * ext/vorbis/vorbisenc.c :
8656           change description fields of those plugins to differentiate them
8657           (pitivi show Encoders by description, they had the same one)
8658
8659 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8660
8661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8662
8663         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8664         (gst_play_bin_set_property), (gen_video_element),
8665         (gen_audio_element):
8666           Refcounting fixes for provided audio-/videosinks.
8667
8668 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8669
8670         * gst/playback/gstplaybin.c: (gen_video_element),
8671         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8672           Don't reference all sinks, but only the video- and audiosinks.
8673           The vis. element should be disposed when we're done with it.
8674           We don't have any reason to keep it around. This fixes warnings
8675           when reusing playbin for playing multiple audio files with
8676           vis. enabled. Also release audio device on pause - idea stolen
8677           from Rhythmbox.
8678
8679 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8680
8681         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8682         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8683         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8684         * ext/alsa/gstalsaplugin.c: (plugin_init):
8685         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8686         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8687         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8688         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8689         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8690         (gst_faad_change_state), (plugin_init):
8691         * ext/faad/gstfaad.h:
8692         * ext/vorbis/vorbis.c: (plugin_init):
8693         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8694         * gst-libs/gst/audio/Makefile.am:
8695         * gst-libs/gst/audio/audio.c: (plugin_init):
8696         * gst-libs/gst/audio/multichannel.c:
8697         (gst_audio_check_channel_positions),
8698         (gst_audio_get_channel_positions),
8699         (gst_audio_set_channel_positions),
8700         (gst_audio_set_structure_channel_positions_list),
8701         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8702         (gst_audio_fixate_channel_positions):
8703         * gst-libs/gst/audio/multichannel.h:
8704         * gst-libs/gst/audio/testchannels.c: (main):
8705         * gst/audioconvert/gstaudioconvert.c:
8706         (gst_audio_convert_class_init), (gst_audio_convert_init),
8707         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8708         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8709         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8710         * gst/audioconvert/plugin.c: (plugin_init):
8711           Surround sound support.
8712
8713 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8714
8715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8716           Fix position for discont if we're close as well. Nitpicking, but
8717           saves a few milliseconds of extra waiting or skipping.
8718
8719 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8720
8721         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8722           We sometimes need parsers for playback, so add those too.
8723
8724 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8725
8726         * configure.ac:
8727         * gst/apetag/Makefile.am:
8728         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8729         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8730         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8731         (gst_ape_demux_get_src_query_types),
8732         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8733         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8734         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8735         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8736         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8737         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8738         (gst_ape_demux_change_state):
8739         * gst/apetag/apedemux.h:
8740         * gst/apetag/apetag.c: (plugin_init):
8741         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8742         (plugin_init):
8743           APE v1/2 tag reader plus typefind function.
8744
8745 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8746
8747         * configure.ac:
8748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8749         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8750           Remove hacks for older core. Require newer core version
8751           accordingly.
8752
8753 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8754
8755         * gst/cdxaparse/Makefile.am:
8756         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8757         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8758         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8759         * gst/cdxaparse/gstcdxaparse.h:
8760         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8761         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8762         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8763         (gst_cdxastrip_get_src_query_types),
8764         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8765         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8766         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8767         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8768         * gst/cdxaparse/gstcdxastrip.h:
8769           SVCD/VCD header stripping separated from CDXA image parsing.
8770         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8771         (plugin_init):
8772           Add VCD/SVCD header typefinding for VCD/SVCD.
8773         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8774         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8775         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8776         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8777         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8778         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8779         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8780         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8781         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8782         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8783         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8784         * sys/vcd/vcdsrc.h:
8785           Fix up, add seeking, querying, URI interface. Works in totem now.
8786
8787 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8788
8789         * configure.ac:
8790           back to CVS
8791
8792 === release 0.8.6 ===
8793
8794 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8795
8796         * NEWS:
8797         * RELEASE:
8798         * configure.ac:
8799         * po/af.po:
8800         * po/az.po:
8801         * po/cs.po:
8802         * po/en_GB.po:
8803         * po/hu.po:
8804         * po/it.po:
8805         * po/nb.po:
8806         * po/nl.po:
8807         * po/or.po:
8808         * po/sq.po:
8809         * po/sr.po:
8810         * po/sv.po:
8811         * po/uk.po:
8812           releasing 0.8.6, "IOU Love"
8813
8814 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8815
8816         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8817
8818         * gst/playback/gstplaybasebin.c:
8819           Fix unplayable files error handling.  Fixes #158365
8820
8821 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8822
8823         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8824
8825         * gst/typefind/gsttypefindfunctions.c:
8826           Fix broken mp3 typefinding.  Fixes #158375
8827
8828 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8829
8830         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8831
8832         * ext/ogg/gstoggdemux.c:
8833           Fix sync on broken files.  Fixes #158976
8834
8835 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8836
8837         patch by: Edward Hervey <bilboed@bilboed.com>
8838
8839         * ext/libpng/gstpngenc.c:
8840           Copy over buffer properties.  Fixes #158832
8841
8842 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8843
8844         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8845
8846         * ext/dvdread/dvdreadsrc.c:
8847           Fixes invalid reads (#158462)
8848
8849 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8850
8851         * sys/v4l/gstv4lsrc.c:
8852         * sys/v4l/gstv4lsrc.h:
8853         * sys/v4l/v4lsrc_calls.c:
8854           Probe less and cache it.  Fixes #159187.
8855
8856 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8857
8858         * gst/videorate/gstvideorate.c:
8859           Handle all video formats. Fixes #159186.
8860
8861 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8862         * gst/synaesthesia/gstsynaesthesia.c:
8863         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8864         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8865         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8866         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8867         (gst_synaesthesia_change_state), (plugin_init):
8868         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8869         Force 320x200 output, as that's the only thing the underlying
8870         synaesthesia implementation supports. Still needs to be made
8871         re-entrant.
8872
8873 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8874
8875         * configure.ac:
8876           Fix mpeg2enc configure check (similar to mplex check below).
8877
8878 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8879
8880         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8881
8882         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8883           Fix for gcc-2.95 (fixes #158221).
8884
8885 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8886
8887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8888           Re-add clock distribution hack (until new core is released).
8889           Fixes #158125.
8890
8891 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8892         * configure.ac:
8893           fix mplex configure check segfaulting on some systems (bug #140994)
8894
8895 2004-11-13  Benjamin Otte  <otte@gnome.org>
8896
8897         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8898           add debugging
8899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8900           do a wait when we enter the loop func with no data available to
8901           write instead of getting into an 100% CPU loop by just returning and
8902           being called again by the scheduler
8903
8904 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8905
8906         * configure.ac:
8907         * ext/libvisual/visual.c: (gst_visual_get_type),
8908         (libvisual_log_handler), (gst_visual_getcaps),
8909         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8910         (plugin_init):
8911           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8912         * ext/smoothwave/Makefile.am:
8913         * ext/smoothwave/demo-osssrc.c: (main):
8914         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8915         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8916         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8917         (plugin_init):
8918         * ext/smoothwave/gstsmoothwave.h:
8919           Make gstsmoothwave a working element in the 20th century.
8920
8921         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8922           Fix incorrect link function
8923
8924 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8925
8926         * gst/volume/gstvolume.c:
8927           Allow buffer-frames=0.
8928
8929 2004-11-12 Iain <iaingnome@gmail.com>
8930
8931         * configure.ac: Check for polypaudio
8932
8933         * ext/Makefile.am: Build the polyp dir
8934
8935         * ext/polyp: The polypsink sources.
8936
8937 2004-10-30 Iain <iaingnome@gmail.com>
8938
8939         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8940         caps to reflect the new number of channels.
8941
8942 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8943
8944         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8945           Fix for negotiation order problem. This would show when the
8946           ALSA loopfuction was called before any other function. ALSA
8947           wouldn't do anything because we're not negotiated yet, leading
8948           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8949
8950 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8951
8952         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8953
8954         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8955           No warnings (#157986).
8956
8957 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8958
8959         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8960           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8961
8962 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8963
8964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8965           Signal no-more-pads (so it works in playbin).
8966
8967 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8968
8969         * ext/musepack/gstmusepackreader.cpp:
8970           Workaround for older core.
8971
8972 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8973
8974         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8975           Actually test for odd width/height rather than testing whether
8976           a temporary variable that was 0 before we subtracted 1 is now
8977           not equal to zero (which it always is).
8978
8979 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8980
8981         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8982         Fix compilation if HAVE_XVIDEO is not defined
8983
8984 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8985
8986         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8987         Fix compilation if HAVE_XVIDEO is not defined
8988
8989 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8990
8991         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8992         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8993         (gst_goom_change_state), (plugin_init):
8994         Use the bytestream adapter so goom doesn't depend on the input
8995         buffer size.
8996         Add a debug category
8997
8998 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8999
9000         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9001           Only set hardware parameters *after* negotiation. Before
9002           negotiation, it will set ANY and that seems to cause crashes
9003           (see e.g. #151288, #153227).
9004
9005 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9006
9007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9008           This seems to be antique leftover. It needs to pass error
9009           checking.
9010         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9011         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9012         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9013         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9014           Fix GstXOverlay implementation (#151059).
9015
9016 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9017
9018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9019           Don't assert (#157853).
9020
9021 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9022
9023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9024           Fix bytes/samples confustion.
9025         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9026           Fix for underrun (#144389).
9027
9028 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9029
9030         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9031           Disable halfway-seek for pending release (since it needs a new
9032           core release).
9033
9034 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9035
9036         * sys/v4l/gstv4lsrc.c:
9037         * sys/v4l/gstv4lsrc.h:
9038         * sys/v4l/v4lsrc_calls.c:
9039           add autoprobe-fps property so we can separate autoprobing parts
9040
9041 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9042
9043         * sys/v4l/gstv4lsrc.c:
9044         * sys/v4l/v4lsrc_calls.c:
9045         initialise fourcc to catch unset fourcc's, and debug
9046
9047 2004-11-09  Wim Taymans  <wim@fluendo.com>
9048
9049         * gst/playback/README:
9050         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9051         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9052         (gst_play_bin_dispose), (gst_play_bin_set_property),
9053         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9054         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9055         (gst_play_bin_get_formats), (gst_play_bin_convert),
9056         (gst_play_bin_get_query_types), (gst_play_bin_query):
9057         Cleanups and some more documentation.
9058
9059 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9060
9061         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9062         (gst_cacasink_init), (gst_cacasink_chain):
9063         * ext/libcaca/gstcacasink.h:
9064         Cacasink inherits from VideoSink, so let that store the clock.
9065
9066 2004-11-09  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/playback/README:
9069         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9070         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9071         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9072         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9073         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9074         (setup_sinks):
9075         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9076         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9077         * gst/playback/gststreaminfo.h:
9078         Updated README.
9079         Only switch groups if all streams have muted (EOSed).
9080         Send Tags in sync with the stream playback instead of in
9081         the playback/preroll phase.
9082         Some cleanups, free the fakesrc elements.
9083
9084 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9085
9086         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9087           buffer-frames property was missing
9088         * ext/arts/gst_arts.c:
9089           rate missing from sinkcaps
9090         * ext/audiofile/gstafparse.c:
9091         * ext/audiofile/gstafsink.c:
9092         * ext/audiofile/gstafsrc.c:
9093         * ext/swfdec/gstswfdec.c:
9094           int audio doesn't know buffer-frames
9095         * ext/cdparanoia/gstcdparanoia.c:
9096           int audio doesn't know chunksize either
9097         * ext/nas/nassink.c:
9098           it's endianness, not endianess
9099         * gst-libs/gst/audio/audio.h:
9100           make float standard pad template caps really describe float
9101         * gst/law/mulaw.c: (linear_factory):
9102           signed only, please
9103         * gst/mpegstream/gstdvddemux.c:
9104           widths of 20 are not valid
9105
9106 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9107
9108         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9109
9110         * po/LINGUAS:
9111         * po/it.po:
9112           Add Italian
9113
9114 2004-11-08  Wim Taymans  <wim@fluendo.com>
9115
9116         * gst/playback/README:
9117         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9118         * gst/playback/gstplaybasebin.c: (probe_triggered),
9119         (gst_play_base_bin_change_state):
9120         Updated README, added more comments for fixmes etc..
9121
9122 2004-11-08  Wim Taymans  <wim@fluendo.com>
9123
9124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9125         We can remove this hack now.
9126
9127 2004-11-08  Wim Taymans  <wim@fluendo.com>
9128
9129         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9130         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9131         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9132         Only mix AYUV for maximum quality.
9133
9134 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9135
9136         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9137         (gst_ogg_demux_push), (gst_ogg_pad_push):
9138           Let's act as if we're synchronized now! :).
9139         * ext/theora/theoradec.c: (theora_dec_chain):
9140           Add some debug.
9141
9142 2004-11-08  Wim Taymans  <wim@fluendo.com>
9143
9144         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9145         (gst_alpha_set_property), (gst_alpha_sink_link),
9146         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9147         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9148         (gst_alpha_init_params), (gst_alpha_chain):
9149         Implement alpha functions for AYUV too, this increases
9150         accuracy quite a bit.
9151
9152 2004-11-08  Wim Taymans  <wim@fluendo.com>
9153
9154         * gst/ffmpegcolorspace/avcodec.h:
9155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9156         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9157         (gst_ffmpegcsp_avpicture_fill):
9158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9159         (gst_ffmpegcsp_caps_remove_format_info):
9160         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9161         (shrink12), (img_get_alpha_info), (deinterlace_line),
9162         (deinterlace_line_inplace):
9163         * gst/ffmpegcolorspace/imgconvert_template.h:
9164         Added AYUV colorspace and handle RGBA a bit more respectful.
9165
9166 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9167
9168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9169           Actually always send a discont (cornercase when resending the
9170           same serial-tagged chain twice).
9171
9172 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9173
9174         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9175         (gst_ximagesink_finalize):
9176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9177         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9178
9179 2004-11-08  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9182         Don't segfault on NULL data.
9183
9184 2004-11-08  Wim Taymans  <wim@fluendo.com>
9185
9186         * gst/playback/gstdecodebin.c: (unlinked):
9187         * gst/playback/gstplay-marshal.list:
9188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9189         (gst_play_base_bin_init), (group_create), (get_active_group),
9190         (get_building_group), (group_destroy), (group_commit),
9191         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9192         (add_element_stream), (no_more_pads), (probe_triggered),
9193         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9194         (state_change), (setup_source), (gst_play_base_bin_get_property),
9195         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9196         (gst_play_base_bin_link_stream),
9197         (gst_play_base_bin_get_streaminfo):
9198         * gst/playback/gstplaybasebin.h:
9199         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9200         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9201         Add support for chained ogg files. Prepare for playlist
9202         support. This patch introduces the concept of pad groups, which
9203         together compose one playable media file.
9204
9205 2004-11-07  David Schleef  <ds@schleef.org>
9206
9207         * testsuite/gst-lint: Check for pad templates that aren't statically
9208         scoped.
9209
9210 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9211
9212         * configure.ac:
9213         * ext/Makefile.am:
9214         * ext/musepack/Makefile.am:
9215         * ext/musepack/gstmusepackdec.cpp:
9216         * ext/musepack/gstmusepackdec.h:
9217         * ext/musepack/gstmusepackreader.cpp:
9218         * ext/musepack/gstmusepackreader.h:
9219           Add musepack decoder.
9220         * ext/faad/gstfaad.c: (gst_faad_base_init):
9221           Make pad templates static.
9222         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9223         (plugin_init):
9224           Add musepack typefinder, make mp3 typefinding work halfway stream,
9225           which doesn't actually work yet because id3demux doesn't implement
9226           _get_length().
9227
9228 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9229
9230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9231         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9232           Fix interrupt event handling (#144436).
9233
9234 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9235
9236         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9237           Hide unused glory.
9238
9239 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9240
9241         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9242
9243         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9244           Fix weird caps (#157548).
9245
9246 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9247
9248         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9249
9250         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9251           Add missing NULL terminator (#157543).
9252
9253 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9254
9255         * gst/tcp/gsttcp.h:
9256         * gst/tcp/gsttcpclientsink.c:
9257         * gst/tcp/gsttcpclientsrc.c:
9258         * gst/tcp/gsttcpserversink.c:
9259         * gst/tcp/gsttcpserversrc.c:
9260           ports can go up to 65535.  Move common defines to gsttcp.h
9261
9262 2004-11-05  Wim Taymans  <wim@fluendo.com>
9263
9264         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9265         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9266         Added two more colorspaces.
9267
9268 2004-11-05  Wim Taymans  <wim@fluendo.com>
9269
9270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9271         (gst_ffmpegcsp_avpicture_fill):
9272         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9273         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9274         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9275         More stride fixes.
9276
9277 2004-11-05  Wim Taymans  <wim@fluendo.com>
9278
9279         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9280         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9281         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9282         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9283         (gst_videomixer_loop):
9284         More stride fixes.
9285
9286 2004-11-05  Benjamin Otte  <otte@gnome.org>
9287
9288         * ext/mad/gstmad.c: (gst_mad_chain):
9289           don't overflow data buffer. Flush not needed sync data when syncing
9290           failed.
9291
9292 2004-11-04  Wim Taymans  <wim@fluendo.com>
9293
9294         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9295         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9296         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9297         (gst_alpha_init_params), (gst_alpha_chain),
9298         (gst_alpha_change_state):
9299         Updated the chroma keying algorithm with something more
9300         sophisticated.
9301
9302 2004-11-03  Wim Taymans  <wim@fluendo.com>
9303
9304         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9305         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9306         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9307         Fix stride issues. Does not completely work for odd
9308         heights.
9309
9310 2004-11-03  Wim Taymans  <wim@fluendo.com>
9311
9312         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9313         (gst_alpha_chroma_key), (gst_alpha_chain):
9314         Fix stride issues. Does not completely work for odd
9315         heights.
9316
9317 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9318
9319         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9320         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9321         leak fixes
9322
9323 2004-11-03  Wim Taymans  <wim@fluendo.com>
9324
9325         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9326         (gst_ffmpegcsp_avpicture_fill):
9327         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9328         (avpicture_alloc):
9329         * gst/ffmpegcolorspace/imgconvert_template.h:
9330         Use correct _fill function to get correct strides.
9331
9332 2004-11-02  David Schleef  <ds@schleef.org>
9333
9334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9335         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9336         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9337         Change all g_print()s to debugging.  Add a bunch of consistency
9338         checks.
9339
9340 2004-11-02  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9343         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9344         (unlinked), (no_more_pads), (close_link):
9345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9346         (unknown_type), (add_element_stream), (new_decoded_pad),
9347         (removed_decoded_pad), (setup_source):
9348         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9349         (gst_stream_info_class_init), (gst_stream_info_init),
9350         (gst_stream_info_new), (gst_stream_info_dispose),
9351         (stream_info_mute_pad), (gst_stream_info_set_property),
9352         (gst_stream_info_get_property):
9353         * gst/playback/gststreaminfo.h:
9354         Fix playback of multiple files.
9355         a slightly different approach to handling dynamic pad removals.
9356         This one only looks at pads that we have linked.
9357
9358 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9359
9360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9361         free" warning from libc.
9362
9363 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9364
9365         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9366         (get_unconnected_element), (remove_starting_from), (pad_removed),
9367         (close_link):
9368           Implement support for dynamic pad changing. We listen to "live"
9369           pad removals (i.e. while playing) and re-setup autoplugging
9370           after that. Playbasebin/playbin need some more work for this
9371           to finally work, but decodebin supports (and replugs) chained
9372           ogg now.
9373
9374 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9375
9376         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9377         (gst_alsa_finalize):
9378         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9379         (gst_cdaudio_finalize):
9380         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9381         (cdparanoia_finalize):
9382         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9383         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9384         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9385         (dvdreadsrc_finalize):
9386         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9387         (gst_flacdec_finalize):
9388         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9389         (gst_flacenc_finalize):
9390         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9391         (gst_gnomevfssink_finalize):
9392         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9393         (gst_gnomevfssrc_finalize):
9394         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9395         (gst_fameenc_finalize):
9396         * ext/nas/nassink.c: (gst_nassink_class_init),
9397         (gst_nassink_finalize):
9398         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9399         (gst_sdlvideosink_class_init):
9400         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9401         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9402         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9403         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9404         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9405         (gst_x_window_listener_dispose):
9406         * gst/audioscale/gstaudioscale.c:
9407         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9408         (play_on_demand_finalize):
9409         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9410         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9411         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9412         (cdplayer_finalize):
9413         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9414         (gst_glimagesink_class_init):
9415         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9416         (gst_osselement_finalize):
9417         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9418         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9419         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9420           Fixes a bunch of problems with finalize and dispose functions,
9421           either assumptions that dispose is only called once, or not calling
9422           the parent class dispose/finalize function
9423
9424 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9425
9426         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9427           added two api precondition guards
9428           use g_strdup with getenv to fix crash when using ENVVAR
9429
9430 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9431         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9432         (gst_esdsink_finalize):
9433         Use a finalize function, not dispose, and more importantly,
9434         call the parent class finalize function too
9435
9436 2004-11-01  Johan Dahlin  <johan@gnome.org>
9437
9438         * ext/ogg/gstoggdemux.c:
9439         * gst/tags/gstvorbistag.c:
9440         Plug leaks.
9441
9442 2004-10-31  Benjamin Otte  <otte@gnome.org>
9443
9444         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9445           lotsa memleaks today. But they're all small...
9446
9447 2004-10-31  Benjamin Otte  <otte@gnome.org>
9448
9449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9450           another memleak crushed
9451
9452 2004-10-31  Benjamin Otte  <otte@gnome.org>
9453
9454         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9455           fix memleak
9456
9457 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9458
9459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9460           Hack to prevent crash when going to READY inside signal handler
9461           while this function is active.
9462
9463 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9464
9465         * gst/ffmpegcolorspace/Makefile.am:
9466         * gst/ffmpegcolorspace/avcodec.h:
9467         * gst/ffmpegcolorspace/common.h:
9468         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9469         * gst/ffmpegcolorspace/dsputil.h:
9470         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9471         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9472         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9473         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9474         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9475         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9476         (gst_ffmpegcsp_avpicture_fill):
9477         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9479         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9480         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9481         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9482         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9483         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9484         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9485         * gst/ffmpegcolorspace/imgconvert.c:
9486         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9487         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9488         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9489         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9490         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9491         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9492         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9493         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9494         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9495         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9496         (grow21), (grow22), (grow41), (grow44), (conv411),
9497         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9498         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9499         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9500         (avpicture_free), (is_yuv_planar), (img_convert),
9501         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9502         (deinterlace_line_inplace), (deinterlace_bottom_field),
9503         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9504         * gst/ffmpegcolorspace/imgconvert_template.h:
9505         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9506         * gst/ffmpegcolorspace/mmx.h:
9507         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9508         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9509         (av_freep), (avcodec_get_context_defaults),
9510         (avcodec_alloc_context), (avcodec_init):
9511           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9512           handling plus update from ffmpeg CVS. Large clean-up.
9513
9514 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9515
9516         * gst/playback/Makefile.am:
9517           We need the marshallers for decodebin, too.
9518
9519 2004-10-30  David Schleef  <ds@schleef.org>
9520
9521         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9522           quicktime typefinding work with 64-bit offsets.
9523
9524 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9525
9526         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9527           Set EOS on the element when processing an EOS event.
9528         * ext/speex/gstspeexdec.h:
9529         * ext/speex/gstspeexenc.h:
9530           Only keep a const ptr to the mode
9531         * gst-libs/gst/riff/riff-media.c:
9532         (gst_riff_create_audio_caps_with_data),
9533         (gst_riff_create_audio_template_caps):
9534           Allow WMAV3, with up to 6 channels.
9535         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9536           Don't call gst_pad_set_event_function on a sink pad.
9537         * gst/mpegstream/gstdvddemux.c:
9538         (gst_dvd_demux_get_subpicture_stream),
9539         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9540           Copy the explicit caps that were set across to the cur_* pads,
9541           instead of trying to use a possibly non-existent negotiated caps.
9542           Reset the type of subpicture pads to UNKNOWN after calling
9543           init_stream, so that the caps get set.
9544
9545 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9546
9547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9548
9549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9550           Don't touch buffer if it is of size 0 (fixes #151064).
9551
9552 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9553
9554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9555           Synchronized discont handling.
9556
9557 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9558
9559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9560         (gst_ogg_demux_push):
9561           Make seeking sort-of exact again (fixes #156387).
9562
9563 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9564
9565         * gst/playback/gstplaybasebin.c: (unknown_type),
9566         (add_element_stream), (new_decoded_pad),
9567         (gst_play_base_bin_change_state):
9568         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9569         (gst_stream_info_init), (gst_stream_info_new),
9570         (gst_stream_info_dispose), (gst_stream_info_get_property):
9571         * gst/playback/gststreaminfo.h:
9572           Make caps explicitely available. Makes testing for unsupported
9573           types possible. Improves error reporting.
9574
9575 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9576
9577         * gst/audioconvert/gstaudioconvert.c:
9578         (gst_audio_convert_buffer_to_default_format):
9579           Really don't touch read-only buffers (#156563).
9580
9581 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9582
9583         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9584
9585         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9586           Fix memleak (#155223).
9587
9588 2004-10-29  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/tcp/.cvsignore:
9591         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9592         (gst_multifdsink_class_init), (gst_multifdsink_init),
9593         (gst_multifdsink_add), (gst_multifdsink_remove),
9594         (gst_multifdsink_remove_client_link), (is_sync_frame),
9595         (gst_multifdsink_new_client),
9596         (gst_multifdsink_handle_client_write),
9597         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9598         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9599         (gst_multifdsink_get_property):
9600         * gst/tcp/gstmultifdsink.h:
9601         Added burst on connect sync_method, deprecated sync_clients,
9602         streamlined the sync code some more.
9603
9604 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9605
9606         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9607         (gst_play_base_bin_change_state):
9608           Improve error reporting.
9609
9610 2004-10-28  Wim Taymans  <wim@fluendo.com>
9611
9612         * gst/tcp/Makefile.am:
9613         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9614         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9615         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9616         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9617         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9618         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9619         (gst_fdset_wait):
9620         Added more locks around fdset structures. Fixed/reworked
9621         the poll array resizing code.
9622         Added stress test for fdset.
9623
9624 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9625
9626         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9627         fix build
9628
9629 2004-10-28  Benjamin Otte  <otte@gnome.org>
9630
9631         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9632           fix link function to always query channels and query width for
9633           floats
9634         * configure.ac:
9635           add equalizer dir
9636         * gst/equalizer/Makefile.am:
9637         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9638         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9639         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9640         (arg_to_scale), (setup_filter),
9641         (gst_iir_equalizer_compute_frequencies),
9642         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9643         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9644         (plugin_init):
9645           add an equalizer
9646
9647 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9648
9649         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9650
9651         * po/LINGUAS:
9652         * po/nb.po:
9653           Added Norwegian Bokmaal translation
9654
9655 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9656
9657         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9658           Don't break on options (fixes #156488).
9659
9660 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9661
9662         * configure.ac:
9663         * ext/cdaudio/Makefile.am:
9664         * sys/Makefile.am:
9665           fix build on older automake
9666
9667 2004-10-26  Wim Taymans  <wim@fluendo.com>
9668
9669         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9670         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9671         Allow a little margin when negotiating the framerate.
9672
9673 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9674
9675         * gst/level/gstlevel.c:
9676           synchonised naming of pads and pad-templates
9677
9678 2004-10-26  Wim Taymans  <wim@fluendo.com>
9679
9680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9681         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9682         (_find_streams_check), (gst_ogg_demux_push):
9683         Fix EOS again. Needs to be done in a better way. We should not
9684         remove the pad if there is no new chained stream.
9685
9686 2004-10-26 Iain <iaingnome@gmail.com>
9687
9688         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9689         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9690         of the caps.
9691         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9692         pad.
9693         (interleave_release_pad): Remove the pad.
9694         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9695         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9696         the set device.
9697         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9698         attrs
9699         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9700         (gst_xvimagesink_finalize): Free the par.
9701
9702 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9703
9704         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9705         (gst_avimux_stop_file):
9706           First calculate the rate, and only then use it. Hdr.rate is a
9707           multiple and not a derivative of hdr.scale. Scale is not the
9708           same as blockalign but is solely related to rate.
9709
9710 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9711
9712         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9713         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9714           Implement seeking.
9715
9716 2004-10-25  James Henstridge  <james@jamesh.id.au>
9717
9718         Reviewed by:  David Schleef  <ds@schleef.org>
9719
9720         * examples/gstplay/player.c: (got_stream_length), (main):
9721         * examples/seeking/cdplayer.c: (update_scale):
9722         * examples/seeking/seek.c: (format_value), (update_scale):
9723         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9724         (stop_seek):
9725         Build fixes on AMD64.
9726
9727 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9728
9729         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9730
9731         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9732         Fix for some v4l cards which hang in v4lsrc
9733
9734 2004-10-25  Wim Taymans  <wim@fluendo.com>
9735
9736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9737         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9738         Make sure to remove the pad when a new chain is
9739         encountered. Set some vars to NULL so we don't try
9740         to reference freed memory.
9741
9742 2004-10-25  Wim Taymans  <wim@fluendo.com>
9743
9744         * examples/seeking/Makefile.am:
9745         * examples/seeking/cdplayer.c: (update_scale):
9746         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9747         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9748         (format_value), (update_scale), (iterate), (start_seek),
9749         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9750         (print_usage), (main):
9751         Added some more examples, update others.
9752
9753 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9754
9755         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9756         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9757         * ext/theora/theoradec.c: (theora_dec_chain):
9758         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9759           Add codec-name metadata.
9760
9761 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9762
9763         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9764
9765         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9766         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9767         * ext/alsa/gstalsamixertrack.h:
9768         * po/POTFILES.in:
9769           ALSA mixer track label internationalization (#154054).
9770
9771 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9772
9773         * ext/theora/theoradec.c: (theora_dec_chain):
9774           Export bitrate as metadata.
9775
9776 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9779         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9780         * ext/alsa/gstalsamixertrack.h:
9781           Fix names, fix loop.
9782
9783 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9786         (speex_dec_convert):
9787           sinkconvert function so oggdemux can get the file length (totem).
9788
9789 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9790
9791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9792
9793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9794           Don't push incomplete packets.
9795         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9796           Fix MPEG-4 audio typefinding.
9797
9798 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9799
9800         * sys/v4l/Makefile.am:
9801         * sys/v4l/gstv4l.c: (plugin_init):
9802         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9803         (gst_v4lelement_init), (gst_v4lelement_dispose),
9804         (gst_v4lelement_change_state):
9805         * sys/v4l/gstv4lelement.h:
9806         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9807         (gst_v4l_xoverlay_close), (idle_refresh),
9808         (gst_v4l_xoverlay_set_xwindow_id):
9809         * sys/v4l/gstv4lxoverlay.h:
9810         * sys/v4l/v4l-overlay_calls.c:
9811         * sys/v4l/v4l_calls.h:
9812         * sys/v4l2/Makefile.am:
9813         * sys/v4l2/gstv4l2.c: (plugin_init):
9814         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9815         (gst_v4l2element_init), (gst_v4l2element_dispose),
9816         (gst_v4l2element_change_state):
9817         * sys/v4l2/gstv4l2element.h:
9818         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9819         (gst_v4l2_xoverlay_close), (idle_refresh),
9820         (gst_v4l2_xoverlay_set_xwindow_id):
9821         * sys/v4l2/gstv4l2xoverlay.h:
9822         * sys/v4l2/v4l2-overlay_calls.c:
9823         * sys/v4l2/v4l2_calls.h:
9824           Remove client-side overlay handling, use the X-server v4l plugin
9825           for that. Nicer overlay, less code. Also make the plugin
9826           compileable without X (but then without overlay, obviously).
9827           Makes xwindowlistener obsolete, should we remove that?
9828
9829 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9830
9831         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9832         (gst_osssrc_src_query):
9833         * sys/oss/gstosssrc.h:
9834           OK, so people want offset in DEFAULT. This time, actually fix all
9835           cases.
9836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9837           Add FPS properly.
9838
9839 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9840
9841         * gst/asfdemux/gstasfmux.c:
9842         * gst/avi/gstavimux.c:
9843           Framerate.
9844
9845 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9846
9847         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9848           Fix properties (channel, norm, frequency).
9849
9850 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9851
9852         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9853           Flag typo.
9854         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9855           No warnings.
9856
9857 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9858
9859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9860           Fix hang.
9861
9862 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9863
9864         * sys/v4l2/gstv4l2element.h:
9865           Yet Another Hack (tm) for kernel header borkedness.
9866         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9867         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9868         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9869         (gst_v4l2src_change_state):
9870         * sys/v4l2/gstv4l2src.h:
9871         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9872         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9873           Fix caps, keep track of state, work.
9874
9875 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9876
9877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9878           Quiet.
9879
9880 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9881
9882         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9883           Don't mix bytes and samples.
9884
9885 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9886
9887         * ext/ogg/gstoggmux.c:
9888           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9889           and theora. Any is incorrect.
9890         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9891           Fix caps.
9892         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9893         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9894         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9895         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9896         * sys/v4l/gstv4lmjpegsrc.h:
9897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9898         (gst_v4lsrc_change_state):
9899         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9900         (gst_v4lmjpegsrc_capture_stop):
9901           Fix caps. Keep track of internal state. Work.
9902
9903 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * ext/Makefile.am:
9906           Fix the build fixes.
9907
9908 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9909
9910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9911         (gst_ogg_demux_src_event), (_find_chain_seek),
9912         (gst_ogg_pad_push):
9913           Check for pad availability before using it.
9914         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9915           Fix parsing of chained ogg. Needs more work on the decoder side.
9916
9917 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9918
9919         * gst/spectrum/Makefile.am:
9920         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9921         (idle_func):
9922           Fix demo and reenable it. Yes, I'm currently playing with audio
9923           analysis tools
9924
9925 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9926
9927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9928           We love it if files that start at zero work too...
9929
9930 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9931
9932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9933           Handle files with missing EOS headers.
9934
9935 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9936
9937         * gst/tcp/gsttcpserversink.c:
9938         (gst_tcpserversink_handle_server_read),
9939         (gst_tcpserversink_init_send):
9940         Zero some variables first (need for accept not to return EINVAL)
9941
9942 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9943
9944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9945         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9946         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9947         (theora_dec_chain):
9948         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9949         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9950           Seeking and querying finetune.
9951
9952 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9953
9954         * configure.ac:
9955         * ext/Makefile.am:
9956         * ext/raw1394/Makefile.am:
9957           fix the build
9958
9959 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9960
9961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9962           Wrong return.
9963         * gst/playback/Makefile.am:
9964         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9965         * gst/playback/gstplay-marshal.list:
9966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9967           Fix marshallers.
9968
9969 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9970
9971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9972           Silence.
9973
9974 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9977         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9978         (gst_ogg_pad_push):
9979           Yay for non-lineair granulepos in theora.
9980
9981 2004-10-18  Wim Taymans  <wim@fluendo.com>
9982
9983         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9984         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9985         * ext/dv/gstdvdec.h:
9986         Make sure we renegotiate aspect ratio when the camera switches.
9987
9988 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9989
9990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9991         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9992           Start at zero.
9993         * ext/theora/theoradec.c: (theora_dec_chain):
9994           Skip headers. Bad idea for chained ogg, but fixes seeking.
9995
9996 2004-10-18  Wim Taymans  <wim@fluendo.com>
9997
9998         * configure.ac:
9999         I swear, this is the last time I touch this.
10000
10001 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10002
10003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10004         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10005         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10006           Faster seeking.
10007         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10008           Time-to-default conversion.
10009         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10010           Don't error on unknown packets, just skip. We should probably
10011           read them if we want to support chained ogg.
10012
10013 2004-10-18  Wim Taymans  <wim@fluendo.com>
10014
10015         * configure.ac:
10016         Added cdaudio to wrong list.
10017
10018 2004-10-18  Wim Taymans  <wim@fluendo.com>
10019
10020         * configure.ac:
10021         Revive cdaudio.
10022
10023 2004-10-18  Wim Taymans  <wim@fluendo.com>
10024
10025         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10026         (gst_dvdec_video_link), (gst_dvdec_push):
10027         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10028         (gst_smokeenc_resync), (gst_smokeenc_chain):
10029         Fix mimetype on smoke encoder.
10030         Add aspect ratio to dvdec. Not sure if these
10031         values are correct though....
10032
10033 2004-10-18  Wim Taymans  <wim@fluendo.com>
10034
10035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10036         Fix vorbis property descriptions and ranges.
10037
10038 2004-10-18  Wim Taymans  <wim@fluendo.com>
10039
10040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10041         Really do nothing when no data is available.
10042         Go to the playing state when the stream is not seekable
10043         instead of failing.
10044
10045 2004-10-18  Wim Taymans  <wim@fluendo.com>
10046
10047         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10048         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10049         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10050         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10051         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10052         Added uri handler for cd://
10053         Port to new API.
10054
10055 2004-10-18  Wim Taymans  <wim@fluendo.com>
10056
10057         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10058         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10059         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10060         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10061         (remove_prerolls), (unknown_type), (add_element_stream),
10062         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10063         (gst_play_base_bin_remove_element),
10064         (gst_play_base_bin_link_stream):
10065         * gst/playback/gstplaybin.c: (gen_video_element),
10066         (gen_vis_element), (remove_sinks), (setup_sinks):
10067         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10068         (gst_stream_info_get_type), (gst_stream_info_class_init),
10069         (gst_stream_info_init), (gst_stream_info_new),
10070         (gst_stream_info_dispose), (stream_info_mute_pad),
10071         (gst_stream_info_set_property), (gst_stream_info_get_property):
10072         * gst/playback/gststreaminfo.h:
10073         Add sink padtemplate to decodebin.
10074         Added some more comments.
10075         Make queue size configurable in playbasebin.
10076         Added possibility to use elements as sinks (ex cdaudio).
10077
10078 2004-10-15  Wim Taymans  <wim@fluendo.com>
10079
10080         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10081         (gst_speexenc_chain):
10082         Fix speex timestamps so that it gets muxed properly.
10083
10084 2004-10-15  Wim Taymans  <wim@fluendo.com>
10085
10086         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10087         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10088         (gst_dv1394src_init), (gst_dv1394src_dispose),
10089         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10090         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10091         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10092         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10093         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10094         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10095         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10096         * ext/raw1394/gstdv1394src.h:
10097         Added conversion/query functions.
10098         Update buffer timestamps,
10099         Added signals.
10100         Added uri dv:// so it might play from the firewire in playbin.
10101         Fix a possible leak.
10102         Added debugging.
10103
10104 2004-10-15  Wim Taymans  <wim@fluendo.com>
10105
10106         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10107         (gst_dv1394src_init), (gst_dv1394src_set_property),
10108         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10109         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10110         * ext/raw1394/gstdv1394src.h:
10111         Added AV/C VTR control support needed for some cameras.
10112         Added automatic port detection.
10113         Added properties for selecting the channel.
10114         The configure.ac script is not yet updated to reflect the
10115         new libavc1394 and librom1394 dependencies.
10116
10117 2004-10-15  Wim Taymans  <wim@fluendo.com>
10118
10119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10120         (qtdemux_parse), (gst_qtdemux_handle_esds):
10121         An esds box is not a container.
10122         Fix parsing of mp4v boxes.
10123         Do not try to renegotiate fps for each frame. Need to
10124         find a better method. This should fix mp4 playback.
10125
10126 2004-10-14  David Schleef  <ds@schleef.org>
10127
10128         * configure.ac: update for swfdec-0.3 and liboil-0.2
10129         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10130         * ext/swfdec/gstswfdec.h: same
10131         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10132         * gst/videotestsrc/videotestsrc.c: same
10133
10134 2004-10-14  Wim Taymans  <wim@fluendo.com>
10135
10136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10137         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10138         (is_sync_frame), (gst_multifdsink_new_client),
10139         (gst_multifdsink_handle_client_write),
10140         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10141         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10142         Turn warnings into info.
10143         Don't allow a state change in the streaming thread.
10144
10145 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10146
10147         * ext/vorbis/oggvorbisenc.c:
10148         * ext/vorbis/vorbisdec.c:
10149           fix template sample rate
10150
10151 2004-10-13  Wim Taymans  <wim@fluendo.com>
10152
10153         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10154         Decoding the header first fixes some problems in resyncing
10155         in more mp3s.
10156
10157 2004-10-12  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst/playback/gstplaybin.c: (gen_video_element),
10160         (gen_vis_element), (remove_sinks), (setup_sinks):
10161         Added vis plugin support, need to configure the vis
10162         element to activate it.
10163
10164 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10165
10166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10167         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10168           Some debug.
10169         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10170         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10171         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10172         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10173         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10174         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10175         * gst/avi/gstavidemux.h:
10176           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10177           recovery (where, if part of the index is broken, we will still read
10178           the rest of the index and recover the broken part by stream
10179           scanning). More broken media support. EOS workarounds. General AVI
10180           braindamage headache recovery. Aspirin included.
10181
10182 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10183
10184         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10185         (cdparanoia_event), (cdparanoia_query):
10186           Get rid of hideous lead-in.
10187
10188 2004-10-11  Wim Taymans  <wim@fluendo.com>
10189
10190         * gst/playback/gstplaybasebin.c: (setup_source):
10191         Wrong var used to get g_list_next.
10192
10193 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10194
10195         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10196         (cdparanoia_get), (cdparanoia_open):
10197           Report discid as metadata, add duration.
10198
10199 2004-10-11  Wim Taymans  <wim@fluendo.com>
10200
10201         * gst/playback/gstplaybasebin.c: (setup_source):
10202         Cleanup the previous pipeline a little earlier for the
10203         case that a source element provides raw data.
10204
10205 2004-10-11  Benjamin Otte  <otte@gnome.org>
10206
10207         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10208           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10209           consuming the last 128 bytes, even though it was valid mp3 data.
10210
10211 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10212
10213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10214         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10215         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10216         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10217
10218 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10219
10220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10221         Fix for webcams that support only specific width or height
10222
10223 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10224
10225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10226
10227         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10228           Fix wrong discont event setup (fixes #154967).
10229
10230 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10231
10232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10233
10234         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10235           Error out on invalid data (fixes #154807).
10236
10237 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10238
10239         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10240
10241         * ext/dvdread/dvdreadsrc.c: (_read):
10242           Make titles > 0 work again (fixes #154834).
10243
10244 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10245
10246         * gst-libs/gst/riff/riff-media.c:
10247         (gst_riff_create_video_template_caps):
10248           WMV3 missing in template caps.
10249
10250 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10251
10252         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10253           OK, so the original code was too strict. It makes random AVI files
10254           hang for seconds upon opening, which is unacceptable and is far
10255           beyond the original goal of getting multiple chunks for one-chunk
10256           sounc stream files. So now do just that.
10257
10258 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10259
10260         * gst/playback/gstplaybasebin.c: (setup_source),
10261         (gst_play_base_bin_change_state):
10262           Actually clean up streaminfo if output fails. This would trigger
10263           if, for example, there was no CD in the drive. No preroll, so
10264           a streaminfo structure is created, but the subsequent state change
10265           of the thread fails.
10266         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10267           Don't change state if parent failed.
10268
10269 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10270
10271         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10272         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10273         (gen_video_element), (remove_sinks):
10274           Add small bits of code for screenshot handling.
10275
10276 2004-10-08  Wim Taymans  <wim@fluendo.com>
10277
10278         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10279         (gen_video_element), (gen_audio_element), (setup_sinks):
10280         Don't assume the user provided sinks are named "sink"...
10281
10282 2004-10-08  Wim Taymans  <wim@fluendo.com>
10283
10284         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10285         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10286         (gst_play_base_bin_link_stream):
10287         Do not try to autoplug sources that generate raw streams like
10288         cdparanoia.
10289         disconnect the preroll overrun signal when we don't need it anymore.
10290
10291 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10292
10293         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10294         Added reworked patch from #154903 from milosz derezynski (deadchip).
10295
10296 2004-10-08  Wim Taymans  <wim@fluendo.com>
10297
10298         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10299         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10300         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10301         (cdparanoia_convert), (cdparanoia_uri_get_type),
10302         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10303         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10304         * ext/cdparanoia/gstcdparanoia.h:
10305         This adds the cdda://<tracknum> uri.
10306
10307 2004-10-08  Wim Taymans  <wim@fluendo.com>
10308
10309         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10310         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10311         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10313         (unknown_type), (gst_play_base_bin_remove_element),
10314         (gst_play_base_bin_link_stream):
10315         * gst/playback/gstplaybasebin.h:
10316         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10317         (gst_play_bin_set_property), (gen_video_element),
10318         (gen_audio_element), (setup_sinks):
10319         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10320         (gst_stream_info_get_type), (gst_stream_info_class_init),
10321         (gst_stream_info_init), (gst_stream_info_new),
10322         (gst_stream_info_dispose), (stream_info_mute_pad),
10323         (gst_stream_info_set_property), (gst_stream_info_get_property):
10324         * gst/playback/gststreaminfo.h:
10325         Reuse the audio and video bins.
10326         Some internal cleanups in the stream selection code.
10327
10328 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10329
10330         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10331         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10332         * sys/ximage/ximagesink.h:
10333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10334         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10335         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10336         not coming from those elements. Moreover these elements should not keep
10337         the xid they have been given when in NULL state.
10338
10339 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10340
10341         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10342         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10343         * sys/ximage/ximagesink.h:
10344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10345         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10346         * sys/xvimage/xvimagesink.h:
10347           Actually only create a new toplevel window if we're not gonna
10348           embed it right after.
10349
10350 2004-10-07  Wim Taymans  <wim@fluendo.com>
10351
10352         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10353         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10354         * gst/playback/gstplaybin.c: (setup_sinks):
10355         Implement muting/unmuting of streams, mute streams that are not
10356         used.
10357
10358 2004-10-07  Wim Taymans  <wim@fluendo.com>
10359
10360         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10361         (plugin_init):
10362         Added lame audio/x-ac3 typefind function.
10363
10364 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10365
10366         * configure.ac:
10367           bump nano to cvs
10368
10369 === release 0.8.5 ===
10370
10371 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10372
10373         * NEWS:
10374         * RELEASE:
10375         * configure.ac:
10376           releasing 0.8.5, "Take You On"
10377
10378 2004-10-06  Wim Taymans  <wim@fluendo.com>
10379
10380         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10381         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10382         (no_more_pads), (close_link), (type_found):
10383         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10384         * gst/playback/gstplaybin.c: (gen_video_element):
10385         Do not signal the no_more_pads after the first pad when
10386         we are plugging a non dynamic element with multiple
10387         output pads (like swfdec, dvdec, ...).
10388
10389 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10390
10391         * configure.ac:
10392           bump for prerelease
10393
10394 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10395
10396         * gst/wavparse/gstwavparse.c:
10397           add ATRAC3 to STATIC CAPS to fix a warning
10398
10399         * gst/matroska/ebml-read.c:
10400         * gst-libs/gst/riff/riff-read.c:
10401           fix typos
10402
10403 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10404
10405         * gst-libs/gst/riff/riff-media.c:
10406           generate caps for ATRAC3 audio streams
10407
10408         * gst/realmedia/rmdemux.c:
10409           generate caps for ATRAC3 audio streams
10410
10411 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10412
10413         * gst/wavparse/Makefile.am
10414         * gst/wavparse/riff.h
10415         * gst/wavparse/wavparse.vcproj
10416           riff.h removal (unused and duplication with riff-ids.h)
10417
10418 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10419
10420         * gst/wavparse/gstwavparse.h
10421           remove duplicated defines for audio codec codes
10422
10423         * gst-libs/gst/riff/riff-ids.h
10424         * gst/wavenc/riff.h:
10425           add "4CC" code for ATRAC3 audio streams
10426           add "4CC" code for ITU_G721_ADPCM (unused for now)
10427
10428 2004-10-06  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10431         Actually _do_ negotiation. Pass gdouble as arg instead
10432         of guint64 for the framerate.
10433
10434 2004-10-06  Wim Taymans  <wim@fluendo.com>
10435
10436         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10437         (find_compatibles), (close_pad_link), (try_to_link_1),
10438         (no_more_pads), (close_link), (type_found):
10439         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10440         * gst/playback/gstplaybin.c: (gen_video_element),
10441         (gen_audio_element):
10442         Set state on newly added element to READY so that negotiation
10443         can happen ASAP.
10444         Addes some more debug info.
10445         Do not try to plug pads with multiple caps structures or ANY
10446         because it is too dangerous since we do not do dynamic
10447         replugging.
10448
10449 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10450
10451         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10452
10453         * po/LINGUAS:
10454         * po/or.po:
10455           add Oriya translation
10456
10457 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10458
10459         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10460           Prevent overwrite of size member. Makes audio sound crappy.
10461
10462 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10463
10464         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10465         Add rmvb to the list of known RealMedia extensions
10466
10467 2004-10-05  Wim Taymans  <wim@fluendo.com>
10468
10469         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10470         (mngdec_openstream), (mngdec_closestream),
10471         (mngdec_handle_sink_event), (mngdec_readdata),
10472         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10473         (mngdec_getcanvasline), (mngdec_refresh),
10474         (gst_mngdec_change_state):
10475         Set the framerate correctly.
10476
10477 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10478
10479         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10480           There was something wrong with the index massaging.
10481
10482 2004-10-04  Wim Taymans  <wim@fluendo.com>
10483
10484         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10485         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10486         (gst_smokedec_chain):
10487         * ext/jpeg/gstsmokedec.h:
10488         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10489         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10490         * ext/jpeg/gstsmokeenc.h:
10491         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10492         (smokecodec_decode_new), (smokecodec_info_free),
10493         (smokecodec_set_quality), (smokecodec_get_quality),
10494         (smokecodec_set_threshold), (smokecodec_get_threshold),
10495         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10496         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10497         (smokecodec_encode), (smokecodec_parse_id),
10498         (smokecodec_parse_header), (smokecodec_decode):
10499         * ext/jpeg/smokecodec.h:
10500         * ext/jpeg/smokeformat.h:
10501         Updated smoke, new bitstream, allows embedding in ogg.
10502
10503 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10504
10505         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10506           Fix seeking in some files. All this code is no longer needed (and
10507           actually breaks stuff) because we now synchronize the full index
10508           right when reading the header.
10509
10510 2004-10-04  Wim Taymans  <wim@fluendo.com>
10511
10512         * configure.ac:
10513         configure update for libmng.
10514
10515 2004-10-04  Wim Taymans  <wim@fluendo.com>
10516
10517         * ext/libmng/Makefile.am:
10518         * ext/libmng/gstmng.c: (plugin_init):
10519         * ext/libmng/gstmng.h:
10520         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10521         (gst_mngdec_base_init), (gst_mngdec_class_init),
10522         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10523         (gst_mngdec_loop), (gst_mngdec_get_property),
10524         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10525         (mngdec_closestream), (mngdec_handle_sink_event),
10526         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10527         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10528         (gst_mngdec_change_state):
10529         * ext/libmng/gstmngdec.h:
10530         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10531         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10532         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10533         (gst_mngenc_chain), (gst_mngenc_get_property),
10534         (gst_mngenc_set_property):
10535         * ext/libmng/gstmngenc.h:
10536         Added basic MNG decoder. Needs more work. The encoder does
10537         not work yet.
10538
10539 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10540
10541         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10542         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10543         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10544           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10545           no-more-pads.
10546
10547 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10548
10549         * configure.ac:
10550           you need at least 1.0.4 of speex
10551
10552 2004-10-04 Iain <iaingnome@gmail.com>
10553
10554         * ext/speex/gstspeexdec.h: Revert the includes changes.
10555
10556         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10557
10558 2004-09-30 Iain <iaingnome@gmail.com>
10559
10560         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10561         found during init or set as a property instead of hardcoding /dev/audio
10562
10563 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10564
10565         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10566         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10567         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10568         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10569         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10570         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10571         (gst_rmdemux_dump_data):
10572           Use debug category, fix EOS handling. filesrc ! rmdemux now
10573           works.
10574
10575 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10576
10577         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10578         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10579         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10580           Improve allocation, cutting and sorting of the index. How takes a
10581           few seconds instead of minutes.
10582
10583 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10584
10585         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10586           fixed compilation
10587
10588 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10589
10590         * gst-libs/gst/riff/riff-media.c:
10591         (gst_riff_create_video_caps_with_data),
10592         (gst_riff_create_video_template_caps):
10593           Add wing commander format mimetype/fourccs.
10594         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10595           Don't crash if some value is 0.
10596
10597 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10598
10599         * gst-libs/gst/riff/riff-media.c:
10600         (gst_riff_create_video_caps_with_data),
10601         (gst_riff_create_video_template_caps):
10602           Add DIB fourcc (raw, palettized 8-bit RGB).
10603         * gst-libs/gst/riff/riff-read.c:
10604         (gst_riff_read_strf_vids_with_data):
10605           Oops, fix strf_data reading bug.
10606         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10607           Use a non-NULL tag.
10608         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10609           Time for hacks. Sorry Dave. At least one quicktime movie (a
10610           trailer) that I've encountered contains multiple video tracks.
10611           One of those is the actual video track, the other are one-frame
10612           tracks (images). Unfortunately, the number of frames according
10613           to the trak header is 1 for each, so that doesn't help. So
10614           instead, I look at the duration and discard tracks with a
10615           duration shorter than 20% of the length of the stream. Better
10616           than nothing.
10617
10618 2004-10-01  Christian Schaller <christian@fluendo.com>
10619
10620         * ext/ivorbis/vorbis.c:
10621           Patch from Phil Blundell (Bug 152341)
10622
10623 2004-10-01  Wim Taymans  <wim@fluendo.com>
10624
10625         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10626         (speex_dec_get_formats), (speex_dec_convert),
10627         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10628         (speex_dec_chain), (gst_speexdec_get_property),
10629         (gst_speexdec_set_property):
10630         Small cleanups.
10631
10632 2004-10-01  Wim Taymans  <wim@fluendo.com>
10633
10634         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10635         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10636         (gst_wavparse_other), (gst_wavparse_loop),
10637         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10638         (gst_wavparse_srcpad_event):
10639         * gst/wavparse/gstwavparse.h:
10640         Added some more debugging info.
10641         Fix the case where the length of the file is 0.
10642         Make sure we seek to sample borders.
10643
10644 2004-10-01  Wim Taymans  <wim@fluendo.com>
10645
10646         * gst/playback/README:
10647         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10648         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10649         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10650         Add some debug info to decodebin, update README
10651
10652 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10653
10654         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10655           Don't use g_print(); use GST_DEBUG().
10656
10657 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10658
10659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10660         (gst_ogg_mux_queue_pads):
10661           Handle EOS properly.
10662
10663 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10664
10665         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10666
10667         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10668         (gst_faad_chain), (gst_faad_change_state):
10669         * ext/faad/gstfaad.h:
10670           Allow playback of raw (unframed) MPEG AAC files (#148993).
10671
10672 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10673
10674         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10675
10676         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10677           Throw error if we didn't recognize the stream. Fixes #152289.
10678
10679 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10680
10681         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10682           Fix negotiation.
10683
10684 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10685
10686         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10687
10688         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10689           Fix memleak.
10690
10691 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10692
10693         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10694
10695         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10696           Solve #152805.
10697         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10698           Solve 152806.
10699
10700 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10701
10702         * gst-libs/gst/riff/riff-media.c:
10703         (gst_riff_create_video_caps_with_data),
10704         (gst_riff_create_audio_caps_with_data):
10705           Add codec_data handling (like asfdemux used to do).
10706         * gst/asfdemux/gstasf.c: (plugin_init):
10707         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10708         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10709           Use riff-media for caps creation instead of our own (mostly
10710           broken) copy of its functions.
10711
10712 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10713
10714         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10715           Don't actually error out if we get another return value than
10716           -EINVAL. Opposite to what I first thought, drivers have random
10717           return values for this, although -EINVAL is the expected return
10718           value. Since this is not fatal, we shouldn't use
10719           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10720
10721 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10722
10723         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10724         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10725         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10726         (dvdreadsrc_get), (dvdreadsrc_open_file),
10727         (dvdreadsrc_change_state):
10728           Fix. Don't do one big huge loop around the whole DVD, that will
10729           cache all data and thus eat sizeof(dvd) (several GB) before we
10730           see something.
10731         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10732           Actually NULL'ify event after using it.
10733         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10734         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10735         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10736         (gst_ebml_read_seek), (gst_ebml_read_skip):
10737           Handle events.
10738         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10739         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10740         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10741           Fix timing (this will probably break if I seek using menus, but
10742           I didn't get there yet). VOBs and normal DVDs should now work.
10743           Add a mpeg2-only pad with high rank so this get autoplugged for
10744           MPEG-2 movies.
10745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10746         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10747         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10748         (gst_mpeg_demux_get_audio_stream),
10749         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10750         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10751           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10752           MPEG-1 but use dvddemux for MPEG-2.
10753         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10754         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10755         (gst_mpeg_parse_parse_packhead):
10756           Timing. Only add pad template if it exists. Add sink template from
10757           class and not from ourselves. This means we will always use the
10758           correct sink template even if it is not the one defined in this
10759           file.
10760
10761 2004-09-29  Wim Taymans  <wim@fluendo.com>
10762
10763         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10764         (gst_mpeg_demux_parse_pes):
10765         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10766         Fix playback of mpeg again, timestamps where screwed up by
10767         patch 1.61.
10768
10769 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10770
10771         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10772           Only return true if we actually filled something in. Prevents
10773           player applications from showing a random length for flac files.
10774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10775         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10776         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10777         (gst_riff_read_strf_vids_with_data),
10778         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10779           OK, ok, so I implemented event handling. Apparently it's normal
10780           that we receive random events at random points without asking
10781           for it.
10782         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10783         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10784         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10785         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10786         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10787         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10788         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10789         * gst/avi/gstavidemux.h:
10790           Implement non-lineair chunk handling and subchunk processing.
10791           The first solves playback of AVI files where the audio and video
10792           data of individual buffers that we read are not synchronized.
10793           This should not happen according to the wonderful AVI specs, but
10794           of course it does happen in reality. It is also a prerequisite for
10795           the second. Subchunk processing allows us to cut chunks in small
10796           pieces and process each of these pieces separately. This is
10797           required because I've seen several AVI files with incredibly large
10798           audio chunks, even some files with only one audio chunk for the
10799           whole file. This allows for proper playback including seeking.
10800           This patch is supposed to fix all AVI A/V sync issues.
10801         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10802         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10803           Work.
10804         * gst/modplug/gstmodplug.cc:
10805           Proper return value setting for the query() function.
10806         * gst/playback/gstplaybasebin.c: (setup_source):
10807           Being in non-playing state (after, e.g., EOS) is not necessarily
10808           a bad thing. Allow for that. This fixes playback of short files.
10809           They don't actually playback fully now, because the clock already
10810           runs. This means that small files (<500kB) with a small length
10811           (<2sec) will still not or barely play. Other files, such as mod
10812           or flx, will work correctly, however.
10813
10814 2004-09-28  Wim Taymans  <wim@fluendo.com>
10815
10816         * ext/speex/gstspeex.c: (plugin_init):
10817         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10818         (gst_speex_dec_class_init), (speex_dec_get_formats),
10819         (speex_get_event_masks), (speex_get_query_types),
10820         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10821         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10822         (gst_speexdec_get_property), (gst_speexdec_set_property),
10823         (speex_dec_change_state):
10824         * ext/speex/gstspeexdec.h:
10825         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10826         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10827         (gst_speexenc_base_init), (gst_speexenc_class_init),
10828         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10829         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10830         (gst_speexenc_src_query), (gst_speexenc_init),
10831         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10832         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10833         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10834         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10835         (gst_speexenc_chain), (gst_speexenc_get_property),
10836         (gst_speexenc_set_property), (gst_speexenc_change_state):
10837         * ext/speex/gstspeexenc.h:
10838         Rewrote speex encoder, make sure it can be embedded in ogg.
10839         Implemented speex decoder.
10840
10841 2004-09-28  Christian Schaller <christian@fluendo.com>
10842
10843         * configure.ac:
10844         Remove kioslave plugin. Markey is brewing a new working one
10845         * ext/Makefile.am: Remove kioslave plugin
10846         * ext/kio: remove
10847         * gst-plugins.spec.in: remove kio plugin from spec
10848
10849 2004-09-27  Wim Taymans  <wim@fluendo.com>
10850
10851         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10852         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10853         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10854         (gst_multifdsink_new_client),
10855         (gst_multifdsink_handle_client_write),
10856         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10857         (gst_multifdsink_handle_clients):
10858         * gst/tcp/gstmultifdsink.h:
10859         Make syncing to keyframes actually work for new clients and lagging
10860         clients.
10861
10862 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10863
10864         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10865         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10866         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10867         * gst/debug/gstnavigationtest.h:
10868           make navigationtest display button-press and button-release events
10869
10870 2004-09-26 Iain <iaingnome@gmail.com>
10871
10872         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10873         the channels have received a new media event.
10874         (interleave_buffered_loop): Compresses a new media event on all
10875         channels into one.
10876
10877 2004-09-26 Iain <iaingnome@gmail.com>
10878
10879         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10880         call the sinkpad's default event handler and not the srcpads. He also
10881         says this is confusing :)
10882         (gst_wavenc_stop_file): Company says that seek events only go upstream
10883         we should send a discontinuous downstream instead.
10884
10885 2004-09-25  Christian Schaller <christian@fluendo.com>
10886
10887         * Update SPEC file to be usable in conjunction with Fedora Core,
10888           Fedora.us and freshrpms packages
10889         * Fix typo in multifilesrc test Makefile
10890
10891 2004-09-24  Wim Taymans  <wim@fluendo.com>
10892
10893         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10894         Only signal the no_more_pads signal when we have
10895         added the stream to our list.
10896
10897 2004-09-24  Wim Taymans  <wim@fluendo.com>
10898
10899         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10900         (new_decoded_pad):
10901         * gst/playback/gstplaybasebin.h:
10902         * gst/playback/gstplaybin.c: (setup_sinks):
10903         Don't try to preroll or decode more than one audio/video
10904         track.
10905
10906 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10907
10908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10909           Throw error if we failed to find a suitable output. This should
10910           throw an error if we successfully set up a pipeline (e.g. because
10911           we recognized a media file) but found no decodable streams in it
10912           (e.g. because it contains only media stream types for which we
10913           have no decoders, or because it's not a media type).
10914
10915 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10916
10917         * ext/dirac/Makefile.am:
10918         * ext/dirac/gstdirac.cc:
10919         * ext/dirac/gstdiracdec.cc:
10920         * ext/dirac/gstdiracdec.h:
10921           Do something. Don't actually know if this works because I don't
10922           have a demuxer yet.
10923         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10924           Add channels=1 to caps returned from _getcaps().
10925         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10926         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10927         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10928         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10929         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10930         (gst_ogm_parse_change_state):
10931           Separate between audio/video so ogmaudioparse actually uses the
10932           audio pad templates. Both audio and video work now, including
10933           autoplugging. Also use sometimes-srcpad hack.
10934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10935           Handle events better. Don't hang on infinite loops.
10936         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10937         (gst_avi_demux_init), (gst_avi_demux_reset),
10938         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10939         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10940         (gst_avi_demux_change_state):
10941         * gst/avi/gstavidemux.h:
10942           Improve A/V sync. Still not perfect.
10943         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10944         (gst_ebml_read_skip):
10945           Handle events better.
10946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10947         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10948         (qtdemux_audio_caps):
10949           Add IMA4. Improve event handling. Save offset after a seek when
10950           the headers are at the end of the file so that we don't end up in
10951           an infinite loop.
10952         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10953           Add low-priority typefind support for files with no length.
10954
10955 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10956
10957         * testsuite/multifilesink/Makefile.am:
10958         fix typo
10959
10960 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10961
10962         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10964         mistakes from thaytan's patches.
10965
10966 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10967
10968         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10969           For completeness, XSync in the destroy function as xvimage does.
10970
10971 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10972
10973         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10974            Correct caps negotiation
10975         * gst/volume/gstvolume.c: (volume_chain_float),
10976         (volume_chain_int16):
10977            Modify debug output to be little more informative
10978         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10980         (gst_xvimagesink_xvimage_destroy):
10981           Add XSync calls after detaching from the shared memory segment to
10982           avoid a crash.
10983
10984 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10985
10986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10987         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10988         * ext/vorbis/vorbis.c: (plugin_init):
10989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10990         (gst_vorbisenc_chain):
10991         * ext/vorbis/vorbisenc.h:
10992         remove explicit newmedia support from oggmux and vorbisenc
10993         add debug category to vorbisenc
10994         * gst/multifilesink/gstmultifilesink.c:
10995         (gst_multifilesink_class_init), (gst_multifilesink_init),
10996         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10997         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10998         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10999         (plugin_init):
11000         * gst/multifilesink/gstmultifilesink.h:
11001         add support for streamheader in multifilesink
11002
11003 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11004
11005         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11006         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11007         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11008           Prevent infinite loops. More correct error reporting.
11009         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11010           Error out if negotiation fails.
11011         * gst/playback/gstplaybasebin.c: (setup_source),
11012         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11013         (gst_play_base_bin_found_tag):
11014           Error/tag forwarding. Pre-roll fixes for source errors on state
11015           changes (e.g. "file does not exist") to prevent hangs.
11016
11017 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11018
11019         * testsuite/multifilesink/Makefile.am:
11020         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11021         (gst_newmedia_class_init), (gst_newmedia_init),
11022         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11023         (newfile_signal), (test_signal), (main):
11024         * testsuite/multifilesink/multifilesrc_test.c: (main):
11025         * testsuite/multifilesink/oggtheora_test.c:
11026         (gst_newmedia_base_init), (gst_newmedia_class_init),
11027         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11028         (test_format), (newfile_signal), (test_signal), (main):
11029         * testsuite/multifilesink/oggvorbis_test.c:
11030         (gst_newmedia_base_init), (gst_newmedia_class_init),
11031         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11032         (test_format), (newfile_signal), (test_signal), (main):
11033         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11034         (gst_newmedia_class_init), (gst_newmedia_init),
11035         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11036         (newfile_signal), (test_signal), (main):
11037         New media tests
11038
11039 2004-09-20  Christian Schaller <christian@fluendo.com>
11040
11041         * Fix mikmod license to LGPL as they have relicensed
11042         * Move Dirac and Effectv into LGPL section of README_license
11043
11044 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11045
11046         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11047         (gst_mad_change_state):
11048           Allow for mp3 rate/channels changes. However, only very
11049           conservatively. Reason that we *have* to enable this is smiply
11050           because the mad find_sync() function is not good enough, it will
11051           regularly sync on random data as valid frames and therefore make
11052           us provide random caps as *final* caps of the stream. The best fix
11053           I could think of is to simply require several of the same stream
11054           changes in a row before we change caps.
11055           The actual testcase that works now is #
11056         * ext/ogg/Makefile.am:
11057         * ext/ogg/gstogg.c: (plugin_init):
11058         * ext/ogg/gstogmparse.c:
11059           OGM support (video only for now; I need an audio sample file).
11060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11061         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11062         (gst_asf_demux_add_video_stream):
11063           WMV extradata.
11064         * gst/playback/gstplaybasebin.c: (unknown_type):
11065           Don't error out on single unknown-types after all. It's wrong.
11066           If we found type of video and audio but not of a subtitle stream,
11067           it will still error out (which is unwanted). Will find a better fix
11068           later on.
11069         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11070         (ogmaudio_type_find), (plugin_init):
11071           OGM support.
11072
11073 2004-09-20  Johan Dahlin  <johan@gnome.org>
11074
11075         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11076         after setting caps.
11077
11078 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11079
11080         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11081         * gst/wavenc/gstwavenc.h:
11082         Added newmedia support to wavenc
11083
11084 2004-09-17  Wim Taymans  <wim@fluendo.com>
11085
11086         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11087         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11088         (gst_fdset_fd_can_write), (gst_fdset_wait):
11089         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11090         (gst_multifdsink_init), (gst_multifdsink_add),
11091         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11092         (gst_multifdsink_remove_client_link),
11093         (gst_multifdsink_client_queue_buffer),
11094         (gst_multifdsink_handle_client_write),
11095         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11096         (gst_multifdsink_close), (gst_multifdsink_change_state):
11097         * gst/tcp/gstmultifdsink.h:
11098         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11099         (gst_tcpserversink_removed):
11100         Small cleanups in fdset.c
11101         Use a hastable to map fd to the client structure for faster
11102         lookup in _remove and get_stats.
11103         Added virtual function to close the fds.
11104         Handle clients even when the select/poll call was unblocked because
11105         of a command.
11106         Implement syncing to keyframe in the recovery procedure.
11107
11108 2004-09-16 Iain <iaingnome@gmail.com>
11109
11110         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11111         try caps.
11112
11113 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11114
11115         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11116           Caps are only set if the type of the stream is unknown, but this
11117           is initialized in ->init_stream(), so set to UNKNOWN after calling
11118           ->init_stream() so that capsnego starts.
11119
11120 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11121
11122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11123         (gst_avi_demux_stream_data):
11124           Just hardcode for raw audio then. AVI audio sucks.
11125
11126 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11127
11128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11129         * gst/matroska/matroska-mux.c: (audiosink_templ),
11130         (gst_matroska_mux_audio_pad_link):
11131         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11132         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11133
11134 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11135
11136         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11137         (gst_avi_demux_stream_data):
11138           Try to fix a/v sync issues.
11139
11140 2004-09-15  David Schleef  <ds@schleef.org>
11141
11142         * configure.ac: remove NASM check, since we don't use it.  Update
11143         dirac check to 0.4
11144         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11146         Initialized variables.
11147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11148         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11149         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11150         SVQ3 format
11151
11152 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11153
11154         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11155         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11156         * gst/avi/gstavidemux.h:
11157           Fix for compressed audio (mp3) timestamp generation. How did this
11158           ever work?
11159
11160 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11161
11162         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11163           Volume is a double not a float.
11164
11165 2004-09-15  Wim Taymans  <wim@fluendo.com>
11166
11167         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11168         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11169         Don't close the fd in multifdsink as we didn't open it in the
11170         first place. Some cleanups.
11171
11172 2004-09-15  Wim Taymans  <wim@fluendo.com>
11173
11174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11176         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11177         Fix the case where the muxer would mark pages as delta
11178         frames when they are not (vorbis only ogg).
11179
11180 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11181
11182         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11183         (gst_play_base_bin_change_state):
11184           Handle the case where we failed to setup a clear pipeline. This
11185           will throw an error (or EOS, another nice case) and if you don't
11186           catch that, the app will wait for the signal forever (and thus
11187           hang).
11188
11189 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11190
11191         * ext/gnomevfs/gstgnomevfssink.c:
11192         (gst_gnomevfssink_uri_get_protocols):
11193         * ext/gnomevfs/gstgnomevfssrc.c:
11194         (gst_gnomevfssrc_uri_get_protocols):
11195         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11196         * ext/gnomevfs/gstgnomevfsuri.h:
11197           Use _uri_new() instead of _open(), so it doesn't take as long and
11198           Christophe's computer won't hang.
11199         * gst/playback/gstplaybasebin.c: (unknown_type):
11200           Throw error on unknown media type, so apps actually display it.
11201
11202 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11203
11204         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11205           this script to work on Solaris since bash shell handles echo
11206           differenly than bash.
11207
11208 2004-09-17  Wim Taymans  <wim@fluendo.com>
11209
11210         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11211         (setup_source), (gst_play_base_bin_set_property),
11212         (gst_play_base_bin_add_element):
11213         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11214         Some more work on making sure seeking pauses the pipeline and
11215         that changing the uri actually does something.
11216
11217 2004-09-17  Wim Taymans  <wim@fluendo.com>
11218
11219         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11220         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11221         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11222         (gst_tcpserversink_close):
11223         Be a bit more paranoid when freeing memory.
11224
11225 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11226
11227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11228         (qtdemux_parse_trak):
11229           Don't crash by dividing by zero (see sample movie in #126922).
11230
11231 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11232
11233         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11234           Don't touch non-existing data (fixes crash on file in #140147).
11235
11236 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11237
11238         * gst/playback/gstplaybasebin.c:
11239         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11240           Handle double disposals, and proper change of URIs.
11241
11242 2004-09-13  Martin Eikermann <meiker@upb.de>
11243
11244         * gst/mpegstream/gstmpegparse.c:
11245           fix synchronistation for streams recorded from digital PCR
11246           fixes bug #119376
11247
11248 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11249
11250         * ext/gnomevfs/Makefile.am:
11251         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11252         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11253         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11254         (gst_gnomevfssink_uri_get_type),
11255         (gst_gnomevfssink_uri_get_protocols),
11256         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11257         (gst_gnomevfssink_uri_handler_init),
11258         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11259         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11261         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11262         (gst_gnomevfssrc_uri_get_type),
11263         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11264         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11265         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11266         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11267         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11268         * ext/gnomevfs/gstgnomevfsuri.h:
11269           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11270           of fake URIs to see which this version of Gnome-VFS likes, and
11271           uses that for the Gst-URI interface. Makes playbin support http://
11272           streams. Also fix up some stupid behaviour in gnomevfssrc.
11273
11274 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11275
11276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11277         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11278         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11279         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11280           Update mixer (to sync with other sessions) if we try to obtain
11281           a new value. This makes alsamixer work accross applications.
11282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11283           Only call sync functions if we're running, else alsalib asserts.
11284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11285           Sometimes fails to compile. Possibly a gcc bug.
11286         * gst/playback/gstplaybin.c: (gen_video_element),
11287         (gen_audio_element):
11288           Add a reference to an application-provided object, because we lose
11289           this same reference if we add it to the bin. If we don't do this,
11290           we can only use this object once and thus crash if we go from
11291           ready to playing, back to ready and back to playing again.
11292           Also add an audioscale element because several cheap soundcards -
11293           like mine - don't support all samplerates.
11294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11295         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11296           Fix wrong order or PAR calls. Makes automatically obtained PAR
11297           from the X server atually being used.
11298
11299 2004-09-12  David Schleef  <ds@schleef.org>
11300
11301         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11302         #151887, #152102, #152247.
11303         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11304         * examples/seeking/cdparanoia.c: same
11305         * examples/seeking/cdplayer.c: same
11306         * examples/seeking/seek.c: same
11307         * examples/seeking/spider_seek.c: same
11308         * examples/seeking/vorbisfile.c: same
11309         * examples/stats/mp2ogg.c: same
11310         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11311         (gst_esdsink_dispose): Dispose of element properly.
11312         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11313         fixes.
11314         * ext/nas/nassink.c: (gst_nassink_class_init),
11315         (gst_nassink_dispose): Dispose of element correctly.
11316         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11317         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11318         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11319         Fix 64-bit warning.
11320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11321         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11322         Fix 64-bit warning.
11323
11324 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11325
11326         * configure.ac : change speex detection as 1.1.6 now uses
11327           .pc/pkg-config and they changed their headers location.
11328
11329 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11330
11331         * gst/matroska/matroska-mux.h:
11332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11333         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11334         (gst_matroska_mux_write_data):
11335           Write multiple blocks/frames per cluster.
11336                 Write meta-seek information (seek heads).
11337
11338 2004-09-09  Scott Wheeler <wheeler@kde.org>
11339
11340         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11341         (gst_play_bin_set_property), (gst_play_bin_get_property),
11342         (gen_audio_element), (gen_audio_element):
11343           Add a volume element / property to the pipeline.
11344
11345 2004-09-07  Wim Taymans  <wim@fluendo.com>
11346
11347         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11348         Copy timestamps from the master pad to the output buffers.
11349
11350 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11351
11352         * ext/raw1394/gstdv1394src.c:
11353           throw errors when applicable
11354
11355 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11356
11357         * gst/matroska/ebml-ids.h:
11358         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11359         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11360         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11361           automatically convert unix time <-> ebml time when reading/writing
11362           a date, use gst_ebml_write_uint to write CUETIME,
11363           not gst_ebml_write_date.
11364         * gst/matroska/matroska-ids.h:
11365         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11366         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11367         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11368         (gst_matroska_mux_write_data):
11369           Write track and segment UIDs, write muxing date, write
11370           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11371           Create cues for audio only files.
11372
11373 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11374
11375         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11376         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11377           Re-commit ALSA switches.
11378         * gst/adder/gstadder.c: (gst_adder_loop):
11379           64-bit fix (#151416).
11380         * gst/debug/progressreport.c: (gst_progressreport_report):
11381           64-bit fix (#151419).
11382         * gst/matroska/matroska-demux.c:
11383         (gst_matroska_demux_parse_contents):
11384           64-bit fix (#151420).
11385         * gst/playback/test3.c: (update_scale):
11386           64-bit fix (#151421).
11387
11388 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11389
11390         * configure.ac:
11391           bump nano to cvs
11392
11393 === release 0.8.4 ===
11394
11395 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11396
11397         * configure.ac: releasing 0.8.4, "Alias"
11398
11399 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11400
11401         * ext/theora/Makefile.am:
11402           fix makefile.  Fixes #151462.
11403
11404 2004-08-30  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11407         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11408         (gst_multifdsink_remove_client_link),
11409         (gst_multifdsink_client_queue_buffer),
11410         (gst_multifdsink_handle_client_write):
11411         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11413         Fix some memory leaks.
11414
11415 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11416
11417         Patch by: David Schleef
11418
11419         * configure.ac:
11420         * sys/Makefile.am:
11421           rename our detection macro for V4L2.  Fixes #151236.
11422
11423 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11424
11425         Patch by: David Schleef
11426
11427         * configure.ac:
11428           check to define LAMEPRESET.  Fixes #151232.
11429
11430 2004-08-27  David Schleef  <ds@schleef.org>
11431
11432         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11433         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11434         (gst_glimagesink_fixate):  Move local variable declarations to
11435         make gcc-2.95 happy.
11436
11437 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11438
11439         * configure.ac:
11440           bump nano for prerelease
11441
11442 2004-08-27  David Schleef  <ds@schleef.org>
11443
11444         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11445         * sys/sunaudio/gstsunaudiosrc.c:
11446         * sys/sunaudio/gstsunaudiosrc.h:
11447
11448 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11449
11450         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11451         handle EOS correctly
11452         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11453         * gst/matroska/matroska-mux.h:
11454         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11455         VFW compatibility mode
11456
11457 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11458
11459         patch by: Zaheer Abbas Merali
11460
11461         * ext/ogg/gstoggmux.c:
11462         * ext/vorbis/vorbisenc.c:
11463         * ext/vorbis/vorbisenc.h:
11464           handle NEWMEDIA
11465
11466 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11467
11468         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11469         fix byte order reversion on little endian machines.
11470         * gst/matroska/matroska-mux.c: (audiosink_templ),
11471         (gst_matroska_mux_audio_pad_link):
11472         add TTA codec to the list of supported codecs.
11473         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11474         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11475         (gst_matroska_mux_write_data):
11476         * gst/matroska/matroska-mux.h:
11477         write segment duration correctly, write muxing app string, fixes bugs
11478         #140897 and #140898.
11479         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11480         wait for all pads to be negotiated before starting to mux.
11481
11482 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11483
11484         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11485         * ext/lame/gstlame.h:
11486         Added new media support to lame
11487
11488 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11489
11490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11491         send vorbis headers at the beginning of a stream, fixes bug #141554.
11492         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11493         bug #148950.
11494         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11495         (gst_matroska_demux_plugin_init):
11496         * gst/matroska/matroska-ids.h:
11497         enable demuxing of TTA audio streams, fixes bug #148951.
11498         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11499         enable typefinding for TTA audio files, fixes bug #148711.
11500         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11501         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11502         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11503
11504 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11505
11506         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11507         (gst_riff_read_element_data), (gst_riff_read_seek),
11508         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11509         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11510         <teuf@gnome.org>
11511
11512 2004-08-23 Iain <iaingnome@gmail.com>
11513
11514         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11515         tags. They appear to be handled differently to normal.
11516         (tag_list_to_id3_tag_foreach): Ditto.
11517
11518 2004-08-22  Wim Taymans  <wim@fluendo.com>
11519
11520         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11521         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11522         Make sure we never send -1 granulepos.
11523
11524 2004-08-20  Wim Taymans  <wim@fluendo.com>
11525
11526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11527         (gst_ogg_mux_loop):
11528         I will accept bitchslappings with non sharp objects.
11529
11530 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11531
11532         * configure.ac:
11533         Clean up the test for lame presets
11534
11535 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11536
11537         * configure.ac:
11538         * ext/lame/Makefile.am:
11539         * ext/lame/gstlame.c: (gst_lame_class_init),
11540         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11541         Only enable lame presets if version of lame has presets in API
11542
11543 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11544         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11545         * gst/udp/gstudpsrc.h:
11546           Don't call gst_pad_push in a get function. Fixes #150449
11547
11548 2004-08-18  Wim Taymans  <wim@fluendo.com>
11549
11550         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11551         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11552         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11553         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11554         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11555         (gst_fdset_wait):
11556         * gst/tcp/gstfdset.h:
11557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11558         (gst_multifdsink_client_queue_buffer),
11559         (gst_multifdsink_handle_client_write):
11560         * gst/tcp/gstmultifdsink.h:
11561         Some extra checks in gstfdset.
11562         Only use send() when the fd is a socket. Don't try to
11563         read from write only fds.
11564
11565 2004-08-18  Wim Taymans  <wim@fluendo.com>
11566
11567         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11568         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11569         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11570         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11571         (gst_fdset_wait):
11572         Add more locking and bounds checking.
11573
11574 2004-08-18  Wim Taymans  <wim@fluendo.com>
11575
11576         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11577         Realloc test fdset in the lock and right before starting
11578         the poll call. Bump the limit to 4096.
11579
11580 2004-08-17  David Schleef  <ds@schleef.org>
11581
11582         * sys/sunaudio/Makefile.am:
11583         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11584         of rates and channels.  Make debugging less obnoxious.
11585
11586         Patch from Balamurali Viswanathan implementing a mixer for
11587         Sun audio.  (bug #144091):
11588         * sys/sunaudio/gstsunelement.c:
11589         * sys/sunaudio/gstsunelement.h:
11590         * sys/sunaudio/gstsunmixer.c:
11591         * sys/sunaudio/gstsunmixer.h:
11592
11593 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11594
11595         * gst/audioscale/gstaudioscale.c:
11596         * gst/audioscale/gstaudioscale.h:
11597         made audioscale resample from any sample rate to any sample rate
11598
11599 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11600
11601         * ext/libpng/gstpngdec.c:
11602           error out on unsupported types
11603
11604 2004-08-17  Iain <iaingnome@gmail.com>
11605
11606         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11607         mid_side and loose_mid_side properties if its a stereo stream.
11608
11609 2004-08-17  Wim Taymans  <wim@fluendo.com>
11610
11611         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11612         (theora_get_formats), (theora_dec_src_convert),
11613         (theora_dec_sink_convert), (theora_dec_src_query),
11614         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11615         Add a debug line.
11616
11617 2004-08-17  Wim Taymans  <wim@fluendo.com>
11618
11619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11620         (gst_ogg_pad_push):
11621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11622         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11623         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11624         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11625         Mark delta units in the muxer.
11626         Try to decode the packet after an out-of-sync error from
11627         libogg.
11628
11629 2004-08-17  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11632         (gst_multifdsink_init), (gst_multifdsink_add),
11633         (gst_multifdsink_client_queue_buffer),
11634         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11635         * gst/tcp/gstmultifdsink.h:
11636         Added option to send a keyframe to clients as the first buffer.
11637         Make timeout property writable.
11638
11639 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11640
11641         patch by: Wim Taymans
11642
11643         * gst/tcp/gstfdset.c:
11644         * gst/tcp/gstmultifdsink.c:
11645           fix index comparison, should include 0
11646
11647 2004-08-16  Wim Taymans  <wim@fluendo.com>
11648
11649         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11650         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11651         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11652         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11653         (gst_fdset_wait):
11654           copy when reallocing for poll so the select arguments don't get
11655           changed during the call
11656
11657 2004-08-16  Wim Taymans  <wim@fluendo.com>
11658
11659         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11660         (gst_theora_enc_class_init), (theora_enc_sink_link),
11661         (theora_buffer_from_packet), (theora_enc_chain):
11662         Fix bug where buffers were not marked as keyframes
11663         correctly.
11664
11665 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11666
11667         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11668         (gst_lame_preset_get_type), (gst_lame_class_init):
11669         describe the enum values for vbr mode and presets more verbosely
11670
11671 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11672
11673         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11674         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11675         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11676         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11677         * ext/lame/gstlame.h:
11678         add preset property to lame so it can use lame presets
11679
11680 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11681
11682         * ext/lame/gstlame.c: (gst_lame_get_property):
11683         whoops forgot break, thanks teuf
11684
11685 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11686
11687         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11688         (gst_lame_class_init), (gst_lame_src_getcaps),
11689         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11690         (gst_lame_get_property), (gst_lame_setup):
11691         * ext/lame/gstlame.h:
11692         fix lame's broken vbr stuff, allow it to resample if need be, and also
11693         make xing header optional
11694
11695 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11696
11697         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11698         added getcaps function so samplerate doesnt get fixated to silly values
11699
11700 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11701
11702         * ext/lame/gstlame.c: (gst_lame_src_link):
11703         revert previous fix
11704
11705 2004-08-12  Johan Dahlin  <johan@gnome.org>
11706
11707         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11708         checks. Doesn't matter what state we are in. Interfaces are a
11709         compile time thing, not runtime. It also broke the python bindings.
11710
11711 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11712
11713         * ext/lame/gstlame.c: (gst_lame_src_link):
11714         made source pad link function check if sinkpad is ok..fixes the problem
11715         where core fixates the output rate of lame stupidly
11716
11717 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11718
11719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11720         * sys/v4l/v4l_calls.c:
11721         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11722           fix fixate function to handle nonsimple caps.
11723           remove bogus check in _link
11724           cleanups
11725
11726 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11727
11728         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11729         set default compression ratio parameter to 0.0 so bitrate parameter
11730         works :)
11731
11732 2004-08-11  David Schleef  <ds@schleef.org>
11733
11734         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11735
11736 2004-08-11  David Schleef  <ds@schleef.org>
11737
11738         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11739         before.
11740
11741 2004-08-11  David Schleef  <ds@schleef.org>
11742
11743         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11744
11745 2004-08-11  David Schleef  <ds@schleef.org>
11746
11747         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11748           license field
11749         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11750         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11751           LGPL.
11752         * gst/auparse/gstauparse.c: Fix plugin license field.
11753         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11754         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11755         * gst/rtp/gstrtp.c: Fix plugin license field.
11756
11757 2004-08-11  Wim Taymans  <wim@fluendo.com>
11758
11759         * gst/tcp/Makefile.am:
11760         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11761         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11762         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11763         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11764         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11765         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11766         (gst_fdset_fd_can_write), (gst_fdset_wait):
11767         * gst/tcp/gstfdset.h:
11768         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11769         (gst_multifdsink_class_init), (gst_multifdsink_init),
11770         (gst_multifdsink_add), (gst_multifdsink_remove),
11771         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11772         (gst_multifdsink_remove_client_link),
11773         (gst_multifdsink_handle_client_read),
11774         (gst_multifdsink_client_queue_data),
11775         (gst_multifdsink_client_queue_caps),
11776         (gst_multifdsink_client_queue_buffer),
11777         (gst_multifdsink_handle_client_write),
11778         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11779         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11780         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11781         (gst_multifdsink_close):
11782         * gst/tcp/gstmultifdsink.h:
11783         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11784         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11785         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11786         (gst_tcpserversink_close):
11787         * gst/tcp/gsttcpserversink.h:
11788         Abstracted away the select call, implemented poll (yes we ran into
11789         the 1024 limit in production).
11790
11791 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11792
11793         * gst/tcp/gsttcp.c:
11794         * gst/tcp/gsttcpplugin.c:
11795           improve debuggging, remove assert
11796
11797 2004-08-10  Wim Taymans  <wim@fluendo.com>
11798
11799         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11800         (gst_client_status_get_type), (gst_multifdsink_class_init),
11801         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11802         (gst_multifdsink_handle_client_read),
11803         (gst_multifdsink_handle_client_write),
11804         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11805         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11806         (gst_multifdsink_get_property):
11807         * gst/tcp/gstmultifdsink.h:
11808         * gst/tcp/gsttcp-marshal.list:
11809         Starting to prepare for specifying buffer time in other units
11810         than buffers. Expose remove reason in signal.
11811
11812 2004-08-10  Wim Taymans  <wim@fluendo.com>
11813
11814         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11815         (gst_multifdsink_remove), (gst_multifdsink_clear),
11816         (gst_multifdsink_remove_client_link),
11817         (gst_multifdsink_handle_client_read),
11818         (gst_multifdsink_client_queue_data),
11819         (gst_multifdsink_client_queue_buffer),
11820         (gst_multifdsink_handle_client_write),
11821         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11822         (gst_multifdsink_chain), (gst_multifdsink_close):
11823         * gst/tcp/gstmultifdsink.h:
11824         Added more debugging info. Changed the way clients are
11825         removed from the lists. Fixed a bug where a bad file descriptor
11826         could cause many clients to be removed.
11827
11828 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11829
11830         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11831           allow all pixel-aspect-ratios, not just 1:1
11832
11833 2004-08-09  David Schleef  <ds@schleef.org>
11834
11835         * sys/glsink/ARB_multitexture.h:  Remove old files.
11836         * sys/glsink/EXT_paletted_texture.h:
11837         * sys/glsink/NV_register_combiners.h:
11838         * sys/glsink/gstgl_nvimage.c:
11839         * sys/glsink/gstgl_pdrimage.c:
11840         * sys/glsink/gstgl_rgbimage.c:
11841         * sys/glsink/gstglsink.c:
11842         * sys/glsink/gstglsink.h:
11843         * sys/glsink/gstglxwindow.c:
11844         * sys/glsink/regcomb_yuvrgb.c:
11845
11846 2004-08-09  David Schleef  <ds@schleef.org>
11847
11848         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11849         GL sink plugin.  (Bug #147302)
11850
11851         * configure.ac: Test for OpenGL
11852         * sys/Makefile.am: Use test for OpenGL
11853         * sys/glsink/Makefile.am:
11854         * sys/glsink/glimagesink.c: rewrite
11855         * sys/glsink/glimagesink.h: rewrite
11856
11857 2004-08-09  David Schleef  <ds@schleef.org>
11858
11859         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11860         sane framerates.
11861         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11863         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11864
11865 2004-08-09  Wim Taymans  <wim@fluendo.com>
11866
11867         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11868         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11869         (gst_multifdsink_client_remove),
11870         (gst_multifdsink_handle_client_read),
11871         (gst_multifdsink_handle_client_write),
11872         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11873         Do a bit more logging, make the client_read code more robust.
11874
11875 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11876
11877         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11878         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11879         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11880         (gst_jpegdec_init), (gst_jpegdec_chain):
11881         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11882         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11883           cleanups, debugging fixes and memleak plugging
11884
11885 2004-08-09  Wim Taymans  <wim@fluendo.com>
11886
11887         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11888         (theora_get_formats), (theora_dec_src_convert),
11889         (theora_dec_sink_convert), (theora_dec_src_query),
11890         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11891         (theora_dec_change_state):
11892         Don't crash on missing header packets.
11893
11894 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11895
11896         * po/LINGUAS:
11897         * po/sq.po:
11898           Added Albanian translation (Laurent Dhima)
11899         * po/cs.po:
11900           updated
11901
11902 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11903
11904         * ext/lame/gstlame.c:
11905           fix/add debugging
11906
11907 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11908
11909         * sys/ximage/ximagesink.c:
11910         * sys/xvimage/xvimagesink.c:
11911           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11912
11913 2004-08-06  Wim Taymans  <wim@fluendo.com>
11914
11915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11916         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11917         (gst_multifdsink_client_remove),
11918         (gst_multifdsink_handle_client_read),
11919         (gst_multifdsink_handle_client_write),
11920         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11921         Make sure we don't try to read more from a client that what
11922         ioctl says us or we deadlock.
11923
11924 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11925
11926         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11927         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11928         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11929           decouple running_time and n_frames so it can handle changing
11930           framerate while running
11931
11932 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11933
11934         * po/nl.po:
11935         * po/sv.po:
11936           updated translations
11937
11938 2004-08-04  Benjamin Otte  <otte@gnome.org>
11939
11940         * gst/videotestsrc/gstvideotestsrc.c:
11941         (gst_videotestsrc_get_capslist), (generate_capslist),
11942         (plugin_init):
11943           generate the list of supported caps at startup and reuse it instead
11944           of always generating it
11945
11946 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11947
11948         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11949           whoops, last checkin broke normal build
11950
11951 2004-08-03  Benjamin Otte  <otte@gnome.org>
11952
11953         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11954         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11955         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11956         (gst_alsa_mixer_get_option):
11957         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11958         (dvdnavsrc_print_event):
11959         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11961         (gst_ogg_mux_pad_unlink):
11962         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11963         (gst_multipart_mux_pad_unlink):
11964         * gst/videofilter/gstvideobalance.c:
11965         (gst_videobalance_colorbalance_set_value):
11966         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11967         (gst_videomixer_pad_unlink):
11968         * po/uk.po:
11969         * sys/oss/gstossmixer.c:
11970         * sys/v4l/gstv4lcolorbalance.c:
11971         * sys/v4l/gstv4ltuner.c:
11972         * sys/v4l/v4lsrc_calls.c:
11973         * sys/v4l2/gstv4l2colorbalance.c:
11974         * sys/v4l2/gstv4l2tuner.c:
11975           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11976
11977 2004-08-03  Benjamin Otte  <otte@gnome.org>
11978
11979         * examples/dynparams/filter.c: (ui_control_create):
11980         * examples/gstplay/player.c: (print_tag):
11981         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11982         * ext/gdk_pixbuf/gstgdkanimation.c:
11983         (gst_gdk_animation_iter_may_advance):
11984         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11985         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11986         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11987         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11988         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11989         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11990         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11991         * gst/sine/demo-dparams.c: (main):
11992         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11993         * testsuite/alsa/formats.c: (create_pipeline):
11994         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11995           fixes for G_DISABLE_ASSERT and friends
11996         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11997         (mp3_type_frame_length_from_header), (mp3_type_find),
11998         (plugin_init):
11999           require mp3 typefinding to have at least MIN_HEADERS valid headers
12000           add typefinding for AAC adts files
12001
12002 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12003
12004         * sys/ximage/ximagesink.c:
12005         (gst_ximagesink_calculate_pixel_aspect_ratio):
12006         * sys/xvimage/xvimagesink.c:
12007         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12008         Make sure we calculate pixel-aspect-ratio using floating point maths
12009
12010 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12011
12012         * po/uk.po:
12013           updated translation
12014
12015 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12016
12017         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12019           add debugging for display PAR calculation
12020
12021 2004-08-02  David Schleef  <ds@schleef.org>
12022
12023         * configure.ac: Fix mikmod CFLAGS.
12024
12025 2004-07-27  Benjamin Otte  <otte@gnome.org>
12026
12027         * gst/audioscale/gstaudioscale.c:
12028         - fix templates to only support S16, it's the only format that works
12029         - make caps nego code use try_set_caps_nonfixed and fixation instead
12030         of try_set_caps twice, which is not nice for autopluggers
12031         - change rank to secondary, so autopluggers can pick it up after
12032         audioconvert
12033
12034 2004-08-02  Iain <iain@prettypeople.org>
12035
12036         * gst/interleave/interleave.c (interleave_init),
12037         (interleave_request_new_pad),
12038         (interleave_pad_removed),
12039         (interleave_buffered_loop): Use the real pad count, not the artificial
12040         one.
12041
12042 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12043
12044         * configure.ac: bump nano back to development
12045
12046 === release 0.8.3 ===
12047
12048 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12049
12050         * configure.ac: releasing 0.8.3, "Water"
12051
12052 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         * sys/xvimage/xvimagesink.c:
12055         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12056         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12057         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12058         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12059         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12060         * sys/xvimage/xvimagesink.h:
12061           apply similar PAR fixes as to ximagesink
12062
12063 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12064
12065         patch from: Benjamin Otte
12066
12067         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12068           add link function to lame.  Fixes #148986.
12069
12070 2004-08-02  Johan Dahlin  <johan@gnome.org>
12071
12072         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12073         fix debugging log
12074
12075 2004-07-30  David Schleef  <ds@schleef.org>
12076
12077         * gst/videomixer/Makefile.am: Fix things that should have been
12078         fixed in the last checkin.
12079
12080 2004-07-30  David Schleef  <ds@schleef.org>
12081
12082         * gst/multipart/Makefile.am: Fix things that should have been
12083         fixed in the last checkin.
12084
12085 2004-07-30  David Schleef  <ds@schleef.org>
12086
12087         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12088
12089 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12090
12091         * configure.ac:
12092           bump nano for prerelease
12093         * po/af.po:
12094         * po/az.po:
12095         * po/cs.po:
12096         * po/en_GB.po:
12097         * po/hu.po:
12098         * po/nl.po:
12099         * po/sr.po:
12100         * po/sv.po:
12101         * po/uk.po:
12102           updates
12103
12104 2004-07-30  Wim Taymans  <wim@fluendo.com>
12105
12106         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12107         (gst_multifdsink_add), (gst_multifdsink_remove),
12108         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12109         (gst_multifdsink_client_remove),
12110         (gst_multifdsink_handle_client_write),
12111         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12112         * gst/tcp/gstmultifdsink.h:
12113         Recover from a select with a bad file descriptor by removing
12114         the client.
12115
12116 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12117
12118         * configure.ac:
12119           fix requirement of core
12120         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12121         (gst_play_pipeline_setup):
12122           don't use colorspace element.  do use hermescolorspace element.
12123           make macro to get a colorspace element.
12124           mark strings for translation.
12125         * po/POTFILES.in:
12126           add play.c
12127         * po/af.po:
12128         * po/az.po:
12129         * po/cs.po:
12130         * po/en_GB.po:
12131         * po/hu.po:
12132         * po/nl.po:
12133         * po/sr.po:
12134         * po/sv.po:
12135         * po/uk.po:
12136           update translations
12137
12138 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12139
12140         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12141         fix default for newmedia flag
12142
12143 2004-07-30  Wim Taymans  <wim@fluendo.com>
12144
12145         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12146         (gst_theora_dec_init), (theora_get_formats),
12147         (theora_dec_src_convert), (theora_dec_sink_convert),
12148         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12149         (theora_dec_chain), (theora_dec_set_property),
12150         (theora_dec_get_property):
12151         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12152         (gst_theora_enc_class_init), (gst_theora_enc_init),
12153         (theora_enc_sink_link), (theora_enc_chain),
12154         (theora_enc_set_property), (theora_enc_get_property):
12155         Added cropping option to theora decoder.
12156         Added border option to theora encoder.
12157
12158 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12159
12160         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12161         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12162         (gst_pngenc_set_property):
12163         * ext/libpng/gstpngenc.h:
12164         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
12165
12166 2004-07-30  Wim Taymans  <wim@fluendo.com>
12167
12168         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12169         (theora_enc_sink_link), (theora_enc_chain),
12170         (theora_enc_set_property), (theora_enc_get_property):
12171         Fix encoding of non-multiple-of-16 video.
12172
12173 2004-07-29  David Schleef  <ds@schleef.org>
12174
12175         * configure.ac: make test for audiofile more strict
12176
12177 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12178
12179         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12180           give different names to typefind functions
12181
12182 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12183
12184         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12185         (gst_ximagesink_calculate_pixel_aspect_ratio),
12186         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12187         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12188         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12189         (gst_ximagesink_get_property), (gst_ximagesink_init):
12190         * sys/ximage/ximagesink.h:
12191           allocate PAR's dynamically.
12192           use autodetected PAR if no object-set PAR is given.
12193           add workaround for directfb's X not setting physical size.
12194           fix to xvimagesink will follow tomorrow.
12195
12196 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12197
12198         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12199         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12200         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12201         (gst_shout2send_class_init), (gst_shout2send_init),
12202         (set_shout_metadata), (gst_shout2send_set_metadata),
12203         (gst_shout2send_chain), (gst_shout2send_set_property),
12204         (gst_shout2send_get_property), (gst_shout2send_connect),
12205         (gst_shout2send_change_state):
12206         * ext/shout2/gstshout2.h:
12207         - fix for sending mp3 audio to icecast2 server, if pad link function not
12208         called before PAUSED state
12209         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12210         - added tagging support for mp3 audio broadcasted
12211         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12212         debug info
12213
12214 2004-07-28  Wim Taymans  <wim@fluendo.com>
12215
12216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12217         (gst_ogg_demux_push):
12218         Return query failure when we don't know the length of
12219         an ogg stream insteda of returning TRUE with a bogus value.
12220
12221 2004-07-28  Wim Taymans  <wim@fluendo.com>
12222
12223         * ext/theora/theoradec.c: (theora_get_formats),
12224         (theora_dec_src_convert), (theora_dec_sink_convert),
12225         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12226         (theora_dec_chain):
12227         Don't screw up the 1 Chroma for 1 luma sample situation when we
12228         have an odd offset/width by adding a black border in those cases.
12229
12230 2004-07-28  Wim Taymans  <wim@fluendo.com>
12231
12232         * ext/theora/theoradec.c: (theora_get_formats),
12233         (theora_dec_src_convert), (theora_dec_sink_convert),
12234         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12235         (theora_dec_chain):
12236         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12237         Added first attempt at cropping of the image as required by the
12238         theora spec. We need more properties in the caps (offset_x,
12239         offset_y,stride) to implement this correctly.
12240
12241 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12242
12243         * ext/dvdnav/README:
12244           Update the README to use dvddemux
12245         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12246           Ensure getcaps returns a subset of the template caps
12247         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12248         (gst_mpeg2subt_init):
12249           Ensure getcaps returns a subset of the template caps
12250         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12251         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12252         (gst_dvd_demux_get_subpicture_stream),
12253         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12254         * gst/mpegstream/gstdvddemux.h:
12255           Set the explicit caps on the current_video pad before pushing
12256           anything
12257         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12258         (gst_mpeg_demux_get_audio_stream):
12259           Free caps used to gst_pad_set_explicit_caps, which takes a const
12260           GstCaps *
12261
12262 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12263
12264         * configure.ac: update GStreamer requirement to 0.8.4 because of
12265           GstFraction.
12266
12267 2004-07-28  Wim Taymans  <wim@fluendo.com>
12268
12269         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12270         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12271         Add the pad to the element after setting up the caps. This
12272         makes it a lot easier to autoplug.
12273
12274 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12275
12276         * gst/median/gstmedian.c:
12277         * gst/mpeg2subt/gstmpeg2subt.c:
12278         * gst/mpegaudioparse/gstmpegaudioparse.c:
12279         * gst/mpegstream/gstdvddemux.c:
12280         * gst/mpegstream/gstmpegdemux.c:
12281         * gst/mpegstream/gstmpegpacketize.c:
12282         * gst/rtjpeg/gstrtjpeg.c:
12283         * gst/rtjpeg/gstrtjpegdec.c:
12284         * gst/rtjpeg/gstrtjpegenc.c:
12285         * gst/sine/gstsinesrc.c:
12286         * gst/smooth/gstsmooth.c:
12287         * gst/smpte/gstsmpte.c:
12288         * gst/smpte/gstsmpte.h:
12289         * gst/stereo/gststereo.c:
12290         * gst/videofilter/gstgamma.c:
12291         * gst/videofilter/gstvideobalance.c:
12292         * gst/videofilter/gstvideofilter.c:
12293         * gst/videofilter/gstvideoflip.c:
12294         * gst/videoscale/gstvideoscale.c:
12295         * gst/videoscale/videoscale.c:
12296         * gst/videotestsrc/gstvideotestsrc.c:
12297         * gst/videotestsrc/videotestsrc.c:
12298         * gst/wavenc/gstwavenc.c:
12299         * gst/wavparse/gstwavparse.c:
12300           fix local includes and 64 bits constants
12301
12302 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12303
12304         * win32/gst.sln:
12305         * gst-libs/gst/*/*.vcproj:
12306         * gst/*/*.vcproj:
12307           more working plugins
12308
12309 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12310
12311         * testsuite/alsa/Makefile.am:
12312         * testsuite/alsa/srcstate.c:
12313         add test for alsasrc changing state
12314
12315 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12316
12317         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12318         (gst_silence_get):
12319         * gst/silence/gstsilence.h:
12320         fix silence generation for 16bit raw audio
12321
12322 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12323
12324         * gst/matroska/matroska-demux.c:
12325         (gst_matroska_demux_parse_metadata),
12326         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12327         * gst/mpegaudio/common.c:
12328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12329         (gst_videoscale_getcaps), (gst_videoscale_link),
12330         (gst_videoscale_src_fixate), (gst_videoscale_init),
12331         (gst_videoscale_finalize):
12332         * gst/videoscale/gstvideoscale.h:
12333         * gst/videotestsrc/gstvideotestsrc.c:
12334         (gst_videotestsrc_get_capslist):
12335         * gst/wavenc/gstwavenc.c:
12336         * sys/oss/gstossmixer.c: (fill_labels):
12337         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12338         (gst_ximagesink_handle_xevents),
12339         (gst_ximagesink_calculate_pixel_aspect_ratio),
12340         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12341         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12342         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12343         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12344         (gst_ximagesink_init), (gst_ximagesink_class_init):
12345         * sys/ximage/ximagesink.h:
12346         * sys/xvimage/xvimagesink.c:
12347         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12348         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12349         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12350         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12351         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12352         * sys/xvimage/xvimagesink.h:
12353           first batch of pixel aspect ratio commits.
12354
12355 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12356
12357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12358         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12359         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12360           handle stride, needs work if we want to move stride handling
12361           upstream, but works correctly for our purposes.
12362
12363 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12364
12365         * gst/videoscale/README:
12366           add testing examples
12367         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12368         (gst_videoscale_chain):
12369         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12370         (gst_videoscale_get_size):
12371           add get_size function that handles stride like videotestsrc.
12372           fixes conversion for YUV formats for as much as I can test them.
12373
12374 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12375
12376         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12377         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12379         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12380         (gst_xvimagesink_xvimage_put):
12381           further cleanups, logging, error handling and synchronizing
12382
12383 2004-07-27  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12386         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12387         (gst_videomixer_pad_set_property),
12388         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12389         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12390         (gst_videomixer_class_init), (gst_videomixer_init),
12391         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12392         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12393         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12394         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12395         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12396         (gst_videomixer_loop), (plugin_init):
12397         Be a nicer negotiation citizen and provide a getcaps function on
12398         the srcpad. This also fixes a crash when resizing.
12399
12400 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12401
12402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12403         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12404
12405 2004-07-27  Wim Taymans  <wim@fluendo.com>
12406
12407         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12408         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12409         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12410         (gst_pngenc_set_property):
12411         * ext/libpng/gstpngenc.h:
12412         Added snapshot property to pngenc.
12413         removed g_print from pngdec
12414
12415 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12416
12417         * gst/ac3parse/ac3parse.vcproj
12418         * gst/adder/adder.vcproj
12419         * gst/alpha/alpha.vcproj
12420         * gst/alpha/alphacolor.vcproj
12421         * gst/asfdemux/asf.vcproj
12422         * gst/audioconvert/audioconvert.vcproj
12423         * gst/audiorate/audiorate.vcproj
12424         * gst/audioscale/audioscale.vcproj
12425         * gst/auparse/auparse.vcproj
12426         * gst/avi/avi.vcproj
12427         * gst/cdxaparse/cdxaparse.vcproj
12428         * gst/chart/chart.vcproj
12429         * gst/colorspace/colorspace.vcproj
12430         * gst/cutter/cutter.vcproj
12431         * gst/debug/debug.vcproj
12432         * gst/debug/efence.vcproj
12433         * gst/debug/navigationtest.vcproj
12434         * gst/deinterlace/deinterlace.vcproj
12435         * gst/effectv/effectv.vcproj
12436         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12437         * gst/filter/filter.vcproj
12438         * gst/flx/flxdec.vcproj
12439         * gst/goom/goom.vcproj
12440         * gst/interleave/interleave.vcproj
12441         * gst/law/alaw.vcproj
12442         * gst/law/mulaw.vcproj
12443         * gst/matroska/matroska.vcproj
12444         * gst/median/median.vcproj
12445         * gst/mixmatrix/mixmatrix.vcproj
12446         * gst/mpeg1sys/mpeg1systemencode.vcproj
12447         * gst/mpeg1videoparse/mp1videoparse.vcproj
12448         * gst/mpeg2sub/mpeg2subt.vcproj
12449         * gst/mpegaudio/mpegaudio.vcproj
12450         * gst/mpegaudioparse/mpegaudioparse.vcproj
12451         * gst/mpegstream/mpegstream.vcproj
12452         * gst/multifilesink/multifilesink.vcproj
12453         * gst/multipart/multipart.vcproj
12454         * gst/oneton/oneton.vcproj
12455         * gst/overlay/overlay.vcproj
12456         * gst/passthrough/passthrough.vcproj
12457         * gst/qtdemux/qtdemux.vcproj
12458         * gst/realmedia/rmdemux.vcproj
12459         * gst/rtjpeg/rtjpeg.vcproj
12460         * gst/rtp/rtp.vcproj
12461         * gst/silence/silence.vcproj
12462         * gst/sine/sinesrc.vcproj
12463         * gst/smooth/smooth.vcproj
12464         * gst/smpte/smpte.vcproj
12465         * gst/spectrum/spectrum.vcproj
12466         * gst/speed/speed.vcproj
12467         * gst/stereo/stereo.vcproj
12468         * gst/switch/switch.vcproj
12469         * gst/tags/tagedit.vcproj
12470         * gst/tcp/tcp.vcproj
12471         * gst/typefind/typefindfunctions.vcproj
12472         * gst/udp/udp.vcproj
12473         * gst/videobox/videobox.vcproj
12474         * gst/videocrop/videocrop.vcproj
12475         * gst/videodrop/videodrop.vcproj
12476         * gst/videofilter/gamma.vcproj
12477         * gst/videofilter/videobalance.vcproj
12478         * gst/videofilter/videofilter.vcproj
12479         * gst/videofilter/videoflip.vcproj
12480         * gst/videoflip/videoflip.vcproj
12481         * gst/videomixer/videomixer.vcproj
12482         * gst/videorate/videorate.vcproj
12483         * gst/videoscale/videoscale.vcproj
12484         * gst/videotestsrc/videotestsrc.vcproj
12485         * gst/virtualdub/virtualdub.vcproj
12486         * gst/volenv/volenv.vcproj
12487         * gst/volume/volume.vcproj
12488         * gst/wavenc/wavenc.vcproj
12489         * gst/wavparse/wavparse.vcproj
12490         * gst/y4m/y4menc.vcproj
12491         * gst-libs/gst/audio/audio.vcproj
12492         * gst-libs/gst/audio/audiofilter.vcproj
12493         * gst-libs/gst/colorbalance/colorbalance.vcproj
12494         * gst-libs/gst/idct/idtc.vcproj
12495         * gst-libs/gst/media-info/media-info.vcproj
12496         * gst-libs/gst/mixer/mixer.vcproj
12497         * gst-libs/gst/navigation/navigation.vcproj
12498         * gst-libs/gst/play/play.vcproj
12499         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12500         * gst-libs/gst/resample/resample.vcproj
12501         * gst-libs/gst/riff/riff.vcproj
12502         * gst-libs/gst/tuner/tuner.vcproj
12503         * gst-libs/gst/video/video.vcproj
12504         * gst-libs/gst/xoverlay/xoverlay.vcproj
12505           avoid problems with math.h, fix release dependancy
12506           rename GStreamer-0.8.lib to libgstreamer.lib
12507
12508 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12509
12510         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12512         the atom is not available we have to unlock the mutex. Fixes #148023
12513
12514 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12515
12516         * gst-libs/gst/media-info/media-info.h:
12517           issue for a vararg macro with MSVC
12518
12519 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12520
12521         * gst/effectv/effectv.vcproj
12522         * gst-libs/gst/idct/idct.vcproj:
12523         * gst-libs/gst/media-info/media-info.vcproj:
12524         * gst-libs/gst/navigation/navigation.vcproj:
12525         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12526         * gst-libs/gst/video/video.vcproj:
12527         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12528           fixes for build problems
12529
12530 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12531
12532         * gst-libs/gst/audio/audio.def:
12533         * gst-libs/gst/audio/riff.def:
12534           add some definitions needed by plugins
12535
12536 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12537
12538         * gst/asfdemux/gstasfmux.c
12539           Fix some 64 bits constants to be glib friendly
12540
12541 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12542
12543         * gst/ac3parse/gstac3parse.c
12544         * gst/audioscale/gstaudioscale.c
12545         * gst/auparse/gstauparse.c
12546         * gst/colorspace/gstcolorspace.c
12547         * gst/colorspace/yuv2rgb.h
12548           local include fixes
12549
12550 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12551
12552         * win32/gst.sln
12553           add more plugins to the build
12554
12555 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12556
12557         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12558         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12559
12560 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12561
12562         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12563         (gst_level_set_property), (gst_level_get_property),
12564         (gst_level_base_init), (gst_level_class_init):
12565           add debugging categories.  cleanups.
12566
12567 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12568
12569         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12570         (gst_videoscale_planar411), (gst_videoscale_planar400),
12571         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12572         (gst_videoscale_scale_nearest_str1),
12573         (gst_videoscale_scale_nearest_str2),
12574         (gst_videoscale_scale_nearest_str4),
12575         (gst_videoscale_scale_nearest_16bit),
12576         (gst_videoscale_scale_nearest_24bit):
12577           fixed stride issues
12578           tested with 320x240 -> 321, 322, 324 x240
12579           tested with YV12, I420, YUY2, UYVY
12580           fixed packed422rev (don't think it could have worked before)
12581           by testing with UYVY
12582
12583 2004-07-26  Benjamin Otte  <otte@gnome.org>
12584
12585         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12586         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12587         (plugin_init):
12588           add debugging category, add error checks like checking return values
12589           of setup calls, make sure it still works after
12590           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12591
12592 2004-07-26  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12595         (gst_mpeg_demux_get_audio_stream),
12596         (gst_mpeg_demux_process_private):
12597         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12598         Check for error codes from the negotiation functions. Make sure
12599         we really set the pad caps when a new pad is created.
12600
12601 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12602
12603         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12604         (gst_ffmpeg_caps_to_pix_fmt):
12605         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12607         (gst_ffmpegcolorspace_pad_link):
12608           don't make function do two things at the same time without reason.
12609
12610 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12611
12612         * gst/ac3parse/ac3parse.vcproj
12613         * gst/adder/adder.vcproj
12614         * gst/alpha/alpha.vcproj
12615         * gst/alpha/alphacolor.vcproj
12616         * gst/asfdemux/asf.vcproj
12617         * gst/audioconvert/audioconvert.vcproj
12618         * gst/audiorate/audiorate.vcproj
12619         * gst/audioscale/audioscale.vcproj
12620         * gst/auparse/auparse.vcproj
12621         * gst/avi/avi.vcproj
12622         * gst/cdxaparse/cdxaparse.vcproj
12623         * gst/chart/chart.vcproj
12624         * gst/colorspace/colorspace.vcproj
12625         * gst/cutter/cutter.vcproj
12626         * gst/debug/debug.vcproj
12627         * gst/debug/efence.vcproj
12628         * gst/debug/navigationtest.vcproj
12629         * gst/deinterlace/deinterlace.vcproj
12630         * gst/effectv/effectv.vcproj
12631         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12632         * gst/filter/filter.vcproj
12633         * gst/flx/flxdec.vcproj
12634         * gst/goom/goom.vcproj
12635         * gst/interleave/interleave.vcproj
12636         * gst/law/alaw.vcproj
12637         * gst/law/mulaw.vcproj
12638         * gst/matroska/matroska.vcproj
12639         * gst/median/median.vcproj
12640         * gst/mixmatrix/mixmatrix.vcproj
12641         * gst/mpeg1sys/mpeg1systemencode.vcproj
12642         * gst/mpeg1videoparse/mp1videoparse.vcproj
12643         * gst/mpeg2sub/mpeg2subt.vcproj
12644         * gst/mpegaudio/mpegaudio.vcproj
12645         * gst/mpegaudioparse/mpegaudioparse.vcproj
12646         * gst/mpegstream/mpegstream.vcproj
12647         * gst/multifilesink/multifilesink.vcproj
12648         * gst/multipart/multipart.vcproj
12649         * gst/oneton/oneton.vcproj
12650         * gst/overlay/overlay.vcproj
12651         * gst/passthrough/passthrough.vcproj
12652         * gst/qtdemux/qtdemux.vcproj
12653         * gst/realmedia/rmdemux.vcproj
12654         * gst/rtjpeg/rtjpeg.vcproj
12655         * gst/rtp/rtp.vcproj
12656         * gst/silence/silence.vcproj
12657         * gst/sine/sinesrc.vcproj
12658         * gst/smooth/smooth.vcproj
12659         * gst/smpte/smpte.vcproj
12660         * gst/spectrum/spectrum.vcproj
12661         * gst/speed/speed.vcproj
12662         * gst/stereo/stereo.vcproj
12663         * gst/switch/switch.vcproj
12664         * gst/tags/tagedit.vcproj
12665         * gst/tcp/tcp.vcproj
12666         * gst/typefind/typefindfunctions.vcproj
12667         * gst/udp/udp.vcproj
12668         * gst/videobox/videobox.vcproj
12669         * gst/videocrop/videocrop.vcproj
12670         * gst/videodrop/videodrop.vcproj
12671         * gst/videofilter/gamma.vcproj
12672         * gst/videofilter/videobalance.vcproj
12673         * gst/videofilter/videofilter.vcproj
12674         * gst/videofilter/videoflip.vcproj
12675         * gst/videoflip/videoflip.vcproj
12676         * gst/videomixer/videomixer.vcproj
12677         * gst/videorate/videorate.vcproj
12678         * gst/videoscale/videoscale.vcproj
12679         * gst/videotestsrc/videotestsrc.vcproj
12680         * gst/virtualdub/virtualdub.vcproj
12681         * gst/volenv/volenv.vcproj
12682         * gst/volume/volume.vcproj
12683         * gst/wavenc/wavenc.vcproj
12684         * gst/wavparse/wavparse.vcproj
12685         * gst/y4m/y4menc.vcproj
12686           more plugins supported under windows
12687
12688 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12689
12690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12691         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12692         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12694         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12695           Add debugging statements.  Use the sizes as returned by the
12696           *CreateImage calls.
12697
12698 2004-07-26  Johan Dahlin  <johan@gnome.org>
12699
12700         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12701         the pad is negotiated.
12702
12703         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12704
12705 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12706
12707         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12708         * gst-libs/gst/idct/idct.vcproj:
12709         * gst-libs/gst/media-info/media-info.vcproj:
12710         * gst-libs/gst/mixer/mixer.vcproj:
12711         * gst-libs/gst/navigation/navigation.vcproj:
12712         * gst-libs/gst/play/play.vcproj:
12713         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12714         * gst-libs/gst/resample/resample.vcproj:
12715         * gst-libs/gst/tuner/tuner.vcproj:
12716         * gst-libs/gst/video/video.vcproj:
12717         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12718           more plugins supported under windows
12719
12720 2004-07-25 Iain <iain@prettypeople.org>
12721
12722         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12723         pad now rather than when the pad is created because state changes wipe
12724         explicit caps (fixes #148043).
12725
12726 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12727
12728         reviewed by Benjamin Otte  <otte@gnome.org>
12729
12730         * ext/mad/gstmad.c:
12731           fix mad plugin crashing on Sun (fixes #148289)
12732
12733 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12734
12735         * gst/avi/avi.def:
12736         * gst/avi/avi.vcproj:
12737         * gst/matroska/matroska.def:
12738         * gst/matroska/matroska.vcproj:
12739           remove unused .def files
12740
12741 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12742
12743         * gst-libs/gst/audio/gstaudiofilter.c:
12744           Clean the local include
12745
12746 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12747
12748         * win32/gst.sln:
12749         * gst-libs/gst/audio/audio.def:
12750         * gst-libs/gst/audio/audio.vcproj:
12751         * gst-libs/gst/audio/audiofilter.vcproj:
12752         * gst-libs/gst/audio/riff.def:
12753         * gst-libs/gst/audio/riff.vcproj:
12754         * gst-libs/gst/gst-libs.def:
12755         * gst-libs/gst/gst-libs.vcproj:
12756         * gst/avi/avi.vcproj:
12757         * gst/avi/avi.vcproj:
12758           Copy the files where needed after building, cleaner projects
12759
12760 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12761
12762         * gst/matroska/ebml-write.c:
12763           Fix some 64 bits constants to be glib friendly
12764
12765 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12766
12767         * win32/gst.sln:
12768         * gst-libs/gst/gst-libs.def:
12769         * gst-libs/gst/gst-libs.vcproj:
12770         * gst/matroska/matroska.def:
12771         * gst/matroska/matroska.vcproj:
12772           Add the preliminary canvas to build plugins on Win32
12773
12774 2004-07-23  Benjamin Otte  <otte@gnome.org>
12775
12776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12777           don't enfore negotiation from source side, it breaks
12778           sinesrc ! audioconvert ! osssink
12779
12780 2004-07-22  David Schleef  <ds@schleef.org>
12781
12782         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12783         for ELF files, since they can easily be recognized as audio/mpeg.
12784         (bug #147441)
12785
12786 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12787
12788         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12789         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12790         (gst_videoscale_scale_nearest_24bit),
12791         (gst_videoscale_scale_nearest_16bit):
12792           fix 16bit and 24bit for stride (24bit might need testing)
12793           don't pretend we do more than one algorithm
12794
12795 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12796
12797         * configure.ac:
12798         * gst/Makefile.am:
12799         * gst/multifilesink/Makefile.am:
12800         * gst/multifilesink/gstmultifilesink.c:
12801         (gst_multifilesink_get_formats),
12802         (gst_multifilesink_get_query_types), (_do_init),
12803         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12804         (gst_multifilesink_init), (gst_multifilesink_dispose),
12805         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12806         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12807         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12808         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12809         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12810         (gst_multifilesink_uri_get_type),
12811         (gst_multifilesink_uri_get_protocols),
12812         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12813         (gst_multifilesink_uri_handler_init), (plugin_init):
12814         * gst/multifilesink/gstmultifilesink.h:
12815         * testsuite/Makefile.am:
12816         * testsuite/multifilesink/Makefile.am:
12817         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12818         (gst_newmedia_class_init), (gst_newmedia_init),
12819         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12820         (newfile_signal), (test_signal), (main):
12821         multifilesink plugin for creating new files every time a new media
12822         discontinuity event occurs
12823
12824 2004-07-22  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/alpha/Makefile.am:
12827         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12828         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12829         (gst_alpha_color_init), (gst_alpha_color_set_property),
12830         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12831         (transform), (gst_alpha_color_chain),
12832         (gst_alpha_color_change_state), (plugin_init):
12833         Stupid plugin to to RGBA to AYUV conversion because none of
12834         the colorspace plugins can handle that yet.
12835
12836 2004-07-22  Wim Taymans  <wim@fluendo.com>
12837
12838         * examples/seeking/seek.c: (update_scale), (main):
12839         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12840         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12841         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12842         (gst_decode_bin_init), (gst_decode_bin_dispose),
12843         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12844         (no_more_pads), (close_link), (type_found),
12845         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12846         (plugin_init):
12847         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12848         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12849         (gst_play_base_bin_dispose), (queue_overrun),
12850         (gen_preroll_element), (remove_prerolls), (unknown_type),
12851         (no_more_pads), (new_stream), (setup_source),
12852         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12853         (play_base_eos), (gst_play_base_bin_change_state),
12854         (gst_play_base_bin_add_element),
12855         (gst_play_base_bin_remove_element),
12856         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12857         (gst_play_base_bin_unlink_stream),
12858         (gst_play_base_bin_get_streaminfo):
12859         * gst/playback/gstplaybin.c: (gen_video_element),
12860         (gen_audio_element):
12861         * gst/playback/gststreaminfo.h:
12862         More playback updates, attempt to fix things after the state change
12863         breakage.
12864
12865 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12866
12867         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12868         (gst_videoscale_scale_nearest_16bit):
12869           comment algorithm
12870
12871 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12872
12873         * gst/videotestsrc/gstvideotestsrc.c:
12874         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12875         (gst_videotestsrc_init), (gst_videotestsrc_get),
12876         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12877         (gst_videotestsrc_get_property):
12878         * gst/videotestsrc/gstvideotestsrc.h:
12879         * gst/videotestsrc/videotestsrc.c:
12880         * gst/videotestsrc/videotestsrc.h:
12881           cleanup and commenting
12882
12883 2004-07-21  Wim Taymans  <wim@fluendo.com>
12884
12885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12886         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12887         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12888         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12889         (_find_chain_get_unknown_part), (_find_streams_check),
12890         (gst_ogg_demux_push), (gst_ogg_pad_push):
12891         * ext/theora/theoradec.c: (theora_get_formats),
12892         (theora_dec_src_convert), (theora_dec_sink_convert),
12893         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12894         (theora_dec_chain):
12895         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12896         (vorbis_dec_convert), (vorbis_dec_src_query),
12897         (vorbis_dec_src_event), (vorbis_dec_event):
12898         More seeking fixes, oggdemux now supports seeking to time and
12899         uses the downstream element to convert granulepos to time.
12900         Seeking in theora-only ogg files now works.
12901
12902 2004-07-21  Wim Taymans  <wim@fluendo.com>
12903
12904         * ext/theora/theoradec.c: (gst_theora_dec_init),
12905         (theora_get_formats), (theora_get_event_masks),
12906         (theora_get_query_types), (theora_dec_src_convert),
12907         (theora_dec_sink_convert), (theora_dec_src_query),
12908         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12909         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12910         (vorbis_get_event_masks), (vorbis_get_query_types),
12911         (gst_vorbis_dec_init), (vorbis_dec_convert),
12912         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12913         Added query/convert/formats functions to vorbis and theora decoders
12914         so that the outside world can use them too. Fixed seeking on an
12915         ogg/theora/vorbis file by disabling the seeking seeking on the
12916         theora srcpad.
12917
12918 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12919
12920         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12921         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12922         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12923         images creation for both elements. We don't create the image on caps
12924         nego or renego, we just destroy the internal one if present if it does
12925         not match the needs. The chain function takes care of creating a new
12926         image when needed.
12927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12928         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12929         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12930         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12931         the image format information. The buffer pool checks for the context
12932         image format and discard images with different formats.
12933         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12934
12935 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12936
12937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12938         (gst_ffmpegcolorspace_chain):
12939           no point in doing any chaining if the pad we want to push from
12940           isn't usable.
12941
12942 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12943
12944         * gst-libs/gst/riff/riff-media.c:
12945         (gst_riff_create_audio_caps_with_data):
12946           Fix double end-to-native symbol conversion (#148021).
12947
12948 2004-07-20  David Schleef  <ds@schleef.org>
12949
12950         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12951         Don't use an Atom that doesn't exist.
12952
12953 2004-07-20  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12956         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12957         (gst_multifdsink_client_remove),
12958         (gst_multifdsink_handle_client_write),
12959         (gst_multifdsink_queue_buffer):
12960         * gst/tcp/gstmultifdsink.h:
12961         More multifdsink stats. Avoid deadlock by releasing locks
12962         before sending out a signal.
12963
12964 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12965
12966         * po/LINGUAS:
12967         * po/hu.po:
12968           added Hungarian translation (Laszlo Dvornik)
12969
12970 2004-07-20  Wim Taymans  <wim@fluendo.com>
12971
12972         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12973         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12974         (gst_multifdsink_handle_client_write),
12975         (gst_multifdsink_queue_buffer):
12976         * gst/tcp/gsttcp-marshal.list:
12977         Fixed the stupid marshal definition.
12978
12979 2004-07-20  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12982         (gst_multifdsink_init), (gst_multifdsink_add),
12983         (gst_multifdsink_client_remove),
12984         (gst_multifdsink_handle_client_write),
12985         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12986         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12987         (gst_multifdsink_init_send):
12988         * gst/tcp/gstmultifdsink.h:
12989         Added more stats, added timeout for a client, fixed some typos
12990         and added some comments.
12991
12992 2004-07-20  Wim Taymans  <wim@fluendo.com>
12993
12994         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12995         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12996         (gst_multifdsink_client_remove),
12997         (gst_multifdsink_handle_client_write):
12998         * gst/tcp/gstmultifdsink.h:
12999         * gst/tcp/gsttcp-marshal.list:
13000         Added get_stats method that returns a GValueArray of
13001         stats values.
13002
13003 2004-07-19  Benjamin Otte  <otte@gnome.org>
13004
13005         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13006           make sure longname, description and author are valid UTF-8
13007
13008 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13009
13010         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13011         (gst_ximagesink_set_property):
13012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13013         (gst_xvimagesink_set_property):
13014           make sure SYNCHRONOUS is respected after getting the X context
13015
13016 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13017
13018         * gst/matroska/matroska-demux.c:
13019         (gst_matroska_demux_handle_src_event),
13020         (gst_matroska_demux_parse_blockgroup):
13021         * gst/matroska/matroska-ids.h:
13022           add BlockReference tag and ignore it to clear out log.
13023           ignore NAVIGATION events to clear out log.
13024
13025 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13026
13027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13028         (gst_matroska_demux_add_stream):
13029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13030           add debug categories
13031
13032 2004-07-16  Wim Taymans  <wim@fluendo.com>
13033
13034         * ext/libpng/Makefile.am:
13035         * ext/libpng/gstpng.c: (plugin_init):
13036         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13037         (gst_pngdec_get_type), (gst_pngdec_base_init),
13038         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13039         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13040         * ext/libpng/gstpngdec.h:
13041         Added png decoder.
13042
13043 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13044
13045         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13046         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13047         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13048         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13049         (gst_ximagesink_buffer_alloc):
13050         * sys/ximage/ximagesink.h:
13051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13052         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13053         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13054         (gst_xvimagesink_buffer_alloc):
13055         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13056         again. Using internal data pointer of the x(v)image to store image's
13057         data to be coherent with the buffer alloc mechanism. Investigated the
13058         image destruction code to be sure that everything gets freed correctly.
13059
13060 2004-07-16  Wim Taymans  <wim@fluendo.com>
13061
13062         * gst-libs/gst/riff/riff-read.c:
13063         (gst_riff_read_strf_vids_with_data),
13064         (gst_riff_read_strf_auds_with_data):
13065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13066         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13067         Make sure we don't create 0 sized subbuffers in riff-read.
13068         Signal the no more pads signal after reading the avi header.
13069
13070 2004-07-16  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13073         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13074         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13075         (gst_decode_bin_init), (gst_decode_bin_dispose),
13076         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13077         (no_more_pads), (close_link), (type_found),
13078         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13079         (gst_decode_bin_change_state), (plugin_init):
13080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13081         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13082         (gst_play_base_bin_dispose), (queue_overrun),
13083         (gen_preroll_element), (remove_prerolls), (unknown_type),
13084         (no_more_pads), (new_stream), (setup_source),
13085         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13086         (play_base_eos), (gst_play_base_bin_change_state),
13087         (gst_play_base_bin_add_element),
13088         (gst_play_base_bin_remove_element),
13089         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13090         (gst_play_base_bin_unlink_stream),
13091         (gst_play_base_bin_get_streaminfo):
13092         * gst/playback/gstplaybasebin.h:
13093         Better error recovery. Added configurable preroll queue size. Faster
13094         detection of no-more-pads.
13095
13096 2004-07-16  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst-libs/gst/video/video.h:
13099         Added 32 bits RGBA. Not sure if we should use another mime-type
13100         for alpha rgb. Currently the presence of the alpha_mask property
13101         signals an alpha channel.
13102
13103 2004-07-16  Wim Taymans  <wim@fluendo.com>
13104
13105         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13107         FPS seems to be 0.0 to MAX everywhere else.
13108
13109 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13110
13111         * gst-libs/gst/riff/riff-media.c:
13112         (gst_riff_create_video_caps_with_data):
13113           mp42/mp43 (no caps) exist too.
13114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13115           Set pixel_width/height; we've got them in-caps.
13116         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13117         * gst/wavparse/gstwavparse.c: (plugin_init):
13118           Both are valid primary.
13119         * sys/oss/gstossmixer.c:
13120           Remove i18n hack and enable translations.
13121
13122 2004-07-15  Benjamin Otte  <otte@gnome.org>
13123
13124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13125         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13126           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13127
13128 2004-07-15  Benjamin Otte  <otte@gnome.org>
13129
13130         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13131         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13132         (gst_alsa_close_audio):
13133           disable some of the debugging code for now. Writing debugging to a
13134           buffer is broken in current alsalib releases.
13135
13136 2004-07-12  Benjamin Otte  <otte@gnome.org>
13137
13138         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13139           use bufferpools
13140
13141 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13142
13143         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13144         (theora_dec_src_query), (theora_dec_event):
13145         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13146           add debugging categories.  Remove \n's.
13147
13148 2004-07-13  Johan Dahlin  <johan@gnome.org>
13149
13150         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13151         (gst_play_bin_get_property): Impl.
13152
13153 2004-07-13  Wim Taymans  <wim@fluendo.com>
13154
13155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13156         When trying to find the stream length, seek back N pages
13157         instead of just one, where N is the number of streams in
13158         the current chain.
13159
13160 2004-07-13  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst-libs/gst/riff/riff-media.c:
13163         (gst_riff_create_audio_caps_with_data),
13164         (gst_riff_create_audio_caps),
13165         (gst_riff_create_audio_template_caps):
13166         * gst-libs/gst/riff/riff-media.h:
13167         * gst-libs/gst/riff/riff-read.c:
13168         (gst_riff_read_strf_vids_with_data),
13169         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13170         * gst-libs/gst/riff/riff-read.h:
13171         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13172         (gst_avi_demux_add_stream):
13173         Set codec_data on caps for avidemuxer.
13174
13175 2004-07-12  David Schleef  <ds@schleef.org>
13176
13177         * configure.ac: Fix test for Objective C
13178
13179 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13181         (gst_gdk_pixbuf_chain):
13182           Add svg and pcx to template caps, and ensure that getcaps returns a
13183           subset of the template caps.
13184           Copy each row manually for output, as gdkpixbuf may pad the
13185           rowstride to a 32-bit word boundary.
13186
13187 2004-07-12  Wim Taymans  <wim@fluendo.com>
13188
13189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13190         (gst_riff_create_video_template_caps):
13191         Fix the template caps to include some more media types.
13192
13193 2004-07-12  Wim Taymans  <wim@fluendo.com>
13194
13195         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13196         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13197         (compare_ranks), (print_feature), (gst_decode_bin_init),
13198         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13199         (try_to_link_1), (new_pad), (close_link), (type_found),
13200         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13201         (gst_decode_bin_change_state), (plugin_init):
13202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13203         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13204         (gst_play_base_bin_dispose), (queue_overrun),
13205         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13206         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13207         (gst_play_base_bin_get_property), (play_base_eos),
13208         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13209         (gst_play_base_bin_remove_element),
13210         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13211         (gst_play_base_bin_unlink_stream),
13212         (gst_play_base_bin_get_streaminfo):
13213         * gst/playback/gstplaybasebin.h:
13214         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13215         (gst_play_bin_class_init), (gst_play_bin_init),
13216         (gst_play_bin_dispose), (gst_play_bin_set_property),
13217         (gst_play_bin_get_property), (gen_video_element),
13218         (gen_audio_element), (remove_sinks), (setup_sinks),
13219         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13220         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13221         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13222         (gst_play_bin_query), (plugin_init):
13223         * gst/playback/test4.c: (main):
13224         More fixes on reusing of the element.
13225
13226 2004-07-11  Benjamin Otte  <otte@gnome.org>
13227
13228         * ext/mad/gstmad.c: (normal_seek):
13229           allow seeking for other methods than just SET
13230
13231 2004-07-11  Andy Wingo  <wingo@pobox.com>
13232
13233         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13234         float, "any" caps -> buffer_frames=[0,MAX].
13235
13236         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13237         doesn't intersect our caps with the template any more. Do it
13238         ourselves.
13239         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13240
13241 2004-07-09  Wim Taymans  <wim@fluendo.com>
13242
13243         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13244         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13245         (compare_ranks), (print_feature), (gst_decode_bin_init),
13246         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13247         (try_to_link_1), (new_pad), (close_link), (type_found),
13248         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13249         (gst_decode_bin_change_state), (plugin_init):
13250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13251         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13252         (gst_play_base_bin_dispose), (queue_overrun),
13253         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13254         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13255         (gst_play_base_bin_get_property), (play_base_eos),
13256         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13257         (gst_play_base_bin_remove_element),
13258         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13259         (gst_play_base_bin_unlink_stream),
13260         (gst_play_base_bin_get_streaminfo):
13261         * gst/playback/gstplaybasebin.h:
13262         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13263         (gst_play_bin_class_init), (gst_play_bin_init),
13264         (gst_play_bin_dispose), (gst_play_bin_set_property),
13265         (gst_play_bin_get_property), (gen_video_element),
13266         (gen_audio_element), (remove_sinks), (setup_sinks),
13267         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13268         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13269         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13270         (gst_play_bin_query), (plugin_init):
13271         * gst/playback/test4.c: (main):
13272         Work on object reuse and seeking.
13273
13274 2004-07-09  Wim Taymans  <wim@fluendo.com>
13275
13276         * examples/seeking/seek.c: (iterate):
13277         Don't consume all CPU in the idle loop.
13278
13279 2004-07-09  Wim Taymans  <wim@fluendo.com>
13280
13281         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13282         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13283         Add pad to element *after* setting the pad functions so that
13284         the scheduler can use the correct ones.
13285
13286 2004-07-09  Wim Taymans  <wim@fluendo.com>
13287
13288         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13289         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13290         Sync to keyframe after seek
13291
13292 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13293
13294         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13295         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13296         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13297         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13298         * ext/libvisual/visual.c: (gst_visual_change_state):
13299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13300         * ext/theora/theoradec.c: (theora_dec_change_state):
13301         * ext/theora/theoraenc.c: (theora_enc_change_state):
13302         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13303         * gst-libs/gst/navigation/navigation.c:
13304         * gst/adder/gstadder.c: (gst_adder_change_state):
13305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13306         (gst_audio_convert_get_buffer):
13307         * gst/multipart/multipartdemux.c:
13308         (gst_multipart_demux_change_state):
13309         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13311         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13312         * gst/videoscale/gstvideoscale.c:
13313         (gst_videoscale_handle_src_event):
13314         * gst/volume/gstvolume.c: (volume_chain_int16):
13315           don't assert in state change, this should be done by the base
13316           GstElement class.
13317           various debugging fixes.
13318
13319 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13320
13321         * configure.ac:
13322         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13323         (gst_play_dispose), (gst_play_set_location),
13324         (gst_play_set_data_src), (gst_play_set_video_sink),
13325         (gst_play_set_audio_sink), (gst_play_set_visualization),
13326         (gst_play_connect_visualization), (gst_play_get_sink_element),
13327         (gst_play_get_all_by_interface):
13328         * gst-libs/gst/play/play.h:
13329           add new method to get elements implementing an interface.
13330           add various error logging
13331
13332 2004-07-08  Wim Taymans  <wim@fluendo.com>
13333
13334         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13335         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13336         (make_playerbin_pipeline), (query_durations_elems),
13337         (query_durations_pads), (query_positions_elems),
13338         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13339         (main):
13340         Added playbin seeking example.
13341
13342 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13343
13344         * gst-libs/gst/play/play.c: (gst_play_set_location),
13345         (gst_play_set_data_src), (gst_play_set_video_sink),
13346         (gst_play_set_audio_sink), (gst_play_set_visualization),
13347         (gst_play_connect_visualization), (gst_play_get_framerate):
13348           use a macro to look up elements from hash table
13349
13350 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13351
13352         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13353         (gst_play_get_length_callback), (gst_play_set_location),
13354         (gst_play_seek_to_time), (gst_play_set_data_src),
13355         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13356         (gst_play_set_visualization), (gst_play_connect_visualization),
13357         (gst_play_get_sink_element):
13358         - add debugging info
13359         - fix looking up sink elements by iterating over complete caps
13360         - put everything except for source and autoplugger in a complete bin
13361
13362 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13363
13364         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13365         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13366         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13367         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13368         * ext/alsa/gstalsasink.h:
13369         - add debugging info
13370         - clean up schizophrenia of data/buffer/event
13371         - fix double event unref error
13372
13373 2004-07-08  Wim Taymans  <wim@fluendo.com>
13374
13375         * gst/playback/Makefile.am:
13376         Add headers to noinst
13377
13378 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13379
13380         * tools/gst-launch-ext-m.m:
13381         * tools/gst-launch-ext.1.in:
13382           convert to the third millenium
13383
13384 2004-07-07  David Schleef  <ds@schleef.org>
13385
13386         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13387
13388 2004-07-07  Wim Taymans  <wim@fluendo.com>
13389
13390         * gst/playback/Makefile.am:
13391         * gst/playback/README:
13392         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13393         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13394         (compare_ranks), (print_feature), (gst_decode_bin_init),
13395         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13396         (try_to_link_1), (new_pad), (close_link), (type_found),
13397         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13398         (plugin_init):
13399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13400         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13401         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13402         (gen_preroll_element), (no_more_pads), (new_stream),
13403         (setup_source), (gst_play_base_bin_set_property),
13404         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13405         (gst_play_base_bin_add_element),
13406         (gst_play_base_bin_remove_element),
13407         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13408         (gst_play_base_bin_unlink_stream),
13409         (gst_play_base_bin_get_streaminfo):
13410         * gst/playback/gstplaybasebin.h:
13411         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13412         (gst_play_bin_class_init), (gst_play_bin_init),
13413         (gst_play_bin_dispose), (gst_play_bin_set_property),
13414         (gst_play_bin_get_property), (gen_video_element),
13415         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13416         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13417         (gst_play_bin_get_formats), (gst_play_bin_convert),
13418         (gst_play_bin_get_query_types), (gst_play_bin_query),
13419         (plugin_init):
13420         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13421         (gst_stream_info_get_type), (gst_stream_info_class_init),
13422         (gst_stream_info_init), (gst_stream_info_new),
13423         (gst_stream_info_dispose), (gst_stream_info_set_property),
13424         (gst_stream_info_get_property):
13425         * gst/playback/gststreaminfo.h:
13426         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13427         (main):
13428         * gst/playback/test2.c: (main):
13429         * gst/playback/test3.c: (update_scale), (main):
13430         More playbin fixes. Added README. Do better element filtering.
13431         Added base class to preroll media. Added test apps.
13432
13433 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13434
13435         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13436         * ext/mpeg2dec/gstmpeg2dec.h:
13437           various debugging improvements.  Reset stream to next picture
13438           instead of sequence header, otherwise seeks cannot work.
13439
13440 2004-07-07  Wim Taymans  <wim@fluendo.com>
13441
13442         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13443         (gst_video_box_class_init), (gst_video_box_set_property),
13444         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13445         Use pad_alloc where possible.
13446
13447 2004-07-07  Wim Taymans  <wim@fluendo.com>
13448
13449         * sys/oss/gstosselement.c: (gst_osselement_reset),
13450         (gst_osselement_parse_caps):
13451         * sys/oss/gstosselement.h:
13452         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13453         Fix offset on osssrc.
13454
13455 2004-07-07  Wim Taymans  <wim@fluendo.com>
13456
13457         * ext/theora/theora.c: (plugin_init):
13458         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13459         (theora_dec_src_query), (theora_dec_chain):
13460         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13461         (theora_enc_sink_link), (theora_buffer_from_packet),
13462         (theora_push_packet), (theora_enc_chain):
13463         Fix theora granulepos calculation.
13464         Fix overflow in duration/position calculation.
13465         Bump rank to PRIMARY for theoradec.
13466         Use granulepos of last packet to calculate position.
13467         Set keyframe flag on buffers when needed.
13468
13469 2004-07-06  David Schleef  <ds@schleef.org>
13470
13471         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13472         serious?  (Fixed, obviously.)
13473
13474 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13475
13476         * po/LINGUAS:
13477         * po/cs.po:
13478           added Czech translation (Miloslav Trmac)
13479
13480 2004-07-05  Wim Taymans  <wim@fluendo.com>
13481
13482         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13483         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13484         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13485         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13486         (close_link), (type_found), (gst_decode_bin_set_property),
13487         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13488         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13489         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13490         (gst_decode_bin_query), (plugin_init):
13491         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13492         (gst_play_bin_class_init), (gst_play_bin_init),
13493         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13494         (get_video_element), (new_pad), (setup_source),
13495         (gst_play_bin_set_property), (gst_play_bin_get_property),
13496         (gst_play_bin_change_state), (gst_play_bin_add_element),
13497         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13498         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13499         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13500         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13501         * gst/playback/test.c: (main):
13502         More fixes, cleaned up playbin, make it use decodebin. Added
13503         threaded property to playbin.
13504
13505 2004-07-05  Wim Taymans  <wim@fluendo.com>
13506
13507         * configure.ac:
13508         * gst/playback/Makefile.am:
13509         * gst/playback/decodetest.c: (main):
13510         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13511         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13512         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13513         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13514         (close_link), (type_found), (gst_decode_bin_set_property),
13515         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13516         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13517         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13518         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13519         (plugin_init):
13520         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13521         (gst_play_bin_class_init), (gst_play_bin_init),
13522         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13523         (collect_sink_pads), (find_compatibles), (close_pad_link),
13524         (try_to_link_1), (new_pad), (close_link), (type_found),
13525         (setup_source), (gst_play_bin_set_property),
13526         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13527         (compare_ranks), (gst_play_bin_collect_factories),
13528         (gst_play_bin_change_state), (gst_play_bin_add_element),
13529         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13530         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13531         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13532         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13533         * gst/playback/test.c: (main):
13534         Added some playback helper elements and some test apps, very alpha
13535         still.
13536
13537 2004-07-04  Benjamin Otte  <otte@gnome.org>
13538
13539         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13540           only restart audio when we indeed have an xrun to fix repeated
13541           xruns. Fix suggested by Giuliano Pochini.
13542
13543 2004-07-03  David Schleef  <ds@schleef.org>
13544
13545         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13546         call to gst_debug_log() if debugging is disabled (bug #145118)
13547
13548 2004-07-03  Benjamin Otte  <otte@gnome.org>
13549
13550         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13551           use our own functions for restarting the alsa device.
13552         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13553           I should apply patches myself - use MIN for the third argument, not
13554           the second, this fixes seeking
13555
13556 2004-07-02  David Schleef  <ds@schleef.org>
13557
13558         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13559         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13560         do with the logic.
13561
13562 2004-07-02  David Schleef  <ds@schleef.org>
13563
13564         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13565         output buffers.  Fix logic mistake.  (bug #144866)
13566
13567 2004-07-02  David Schleef  <ds@schleef.org>
13568
13569         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13570         on X.  (bug #144753)
13571
13572 2004-07-02  David Schleef  <ds@schleef.org>
13573
13574         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13575         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13576         (bug #144624)
13577         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13578         (gst_osselement_rate_probe_check): Add another workaround for
13579         buggy drivers (bug #145336)
13580
13581 2004-07-02  David Schleef  <ds@schleef.org>
13582
13583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13584         Most systems don't have MSG_NOSIGNAL.
13585
13586 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13587
13588         * Makefile.am:
13589         * gst-libs/gst/colorbalance/Makefile.am:
13590         * gst-libs/gst/mixer/Makefile.am:
13591         * gst-libs/gst/play/Makefile.am:
13592         * gst-libs/gst/tuner/Makefile.am:
13593           (hopefully) fix both install and dist and make error message useful.
13594           needs testing across automakes.
13595
13596 2004-07-02  Benjamin Otte  <otte@gnome.org>
13597
13598         * ext/ogg/gstogg.c: (plugin_init):
13599           we require bytestream now
13600         * ext/ogg/gstoggdemux.c:
13601           huge diff to implement chain setup in a fast and generic way. This
13602           improves tag reading and startup of huge files (read: Theora videos)
13603           quite a bit. It probably contains bugs, too, so please test.
13604           Seeking is not improved to the fast method.
13605
13606 2004-06-29  Wim Taymans  <wim@fluendo.com>
13607
13608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13609         * ext/ogg/gstoggmux.c:
13610         Fix memleak in oggdemux when running unconnected pads.
13611         doc update in mux, start working on keyframe mode.
13612
13613 2004-06-29  Benjamin Otte  <otte@gnome.org>
13614
13615         * sys/oss/gstosssink.c:
13616         * sys/oss/gstosssrc.c:
13617           advertise correct template caps - we indeed do non-native endianness
13618           and 8bit audio has no endianness
13619         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13621           avoid (wrong) duplications in getcaps function and return
13622           template caps
13623
13624 2004-06-29  Wim Taymans  <wim@fluendo.com>
13625
13626         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13627         (gst_multifdsink_class_init), (gst_multifdsink_add),
13628         (gst_multifdsink_remove), (gst_multifdsink_clear),
13629         (gst_multifdsink_client_remove),
13630         (gst_multifdsink_handle_client_read),
13631         (gst_multifdsink_client_queue_data),
13632         (gst_multifdsink_client_queue_caps),
13633         (gst_multifdsink_client_queue_buffer),
13634         (gst_multifdsink_handle_client_write),
13635         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13636         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13637         (gst_multifdsink_init_send), (gst_multifdsink_close):
13638         Fix wrong GList iteration that could crash the server when
13639         more then 2 clients disconnect at the same time. Read all the
13640         pending commands in one batch to recover from command storms under
13641         very heavy load.
13642
13643 2004-06-28  Wim Taymans  <wim@fluendo.com>
13644
13645         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13646         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13647         (gst_videomixer_pad_set_property),
13648         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13649         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13650         (gst_videomixer_class_init), (gst_videomixer_init),
13651         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13652         (pad_zorder_compare), (gst_videomixer_sort_pads),
13653         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13654         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13655         (gst_videomixer_update_queues), (gst_videomixer_loop),
13656         (plugin_init):
13657         Avoid divide by zero, choose masterpad as the pad with the highest
13658         framerate.
13659
13660 2004-06-27  Julien Moutte  <julien@moutte.net>
13661
13662         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13663         (gst_ximagesink_xwindow_new):
13664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13665         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13666         function directly. We might want to call it from somewhere else one day.
13667
13668 2004-06-27  Julien Moutte  <julien@moutte.net>
13669
13670         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13671         (gst_ximagesink_xwindow_new):
13672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13673         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13674         window decorations.
13675
13676 2004-06-27  Wim Taymans  <wim@fluendo.com>
13677
13678         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13679         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13680         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13681         (gst_dvdec_set_property), (gst_dvdec_get_property):
13682         * ext/dv/gstdvdec.h:
13683         Implement drop_factor property to lower the framerate with
13684         a factor.
13685
13686 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13687
13688         * gst-libs/gst/colorbalance/Makefile.am:
13689         * gst-libs/gst/mixer/Makefile.am:
13690         * gst-libs/gst/play/Makefile.am:
13691         * gst-libs/gst/tuner/Makefile.am:
13692           unbreak Company's fix that didn't install the -enum.h files
13693
13694 2004-06-27  Wim Taymans  <wim@fluendo.com>
13695
13696         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13697         (gst_dvdec_change_state):
13698         * ext/dv/gstdvdec.h:
13699         Fix timestamp, duration and offset of the buffers.
13700
13701 2004-06-27  Wim Taymans  <wim@fluendo.com>
13702
13703         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13704         (gst_multifdsink_class_init), (gst_multifdsink_add),
13705         (gst_multifdsink_remove), (gst_multifdsink_clear),
13706         (gst_multifdsink_client_remove),
13707         (gst_multifdsink_handle_client_read),
13708         (gst_multifdsink_client_queue_data),
13709         (gst_multifdsink_client_queue_caps),
13710         (gst_multifdsink_client_queue_buffer),
13711         (gst_multifdsink_handle_client_write),
13712         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13713         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13714         (gst_multifdsink_init_send), (gst_multifdsink_close):
13715         * gst/tcp/gstmultifdsink.h:
13716         * gst/tcp/gsttcpserversink.c:
13717         (gst_tcpserversink_handle_server_read),
13718         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13719         More multifdsink fixes, more recovery policy fixes.
13720         Removed stupid g_print
13721
13722 2004-06-26  Wim Taymans  <wim@fluendo.com>
13723
13724         * gst/tcp/Makefile.am:
13725         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13726         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13727         (gst_multifdsink_class_init), (gst_multifdsink_init),
13728         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13729         (gst_multifdsink_handle_client_read),
13730         (gst_multifdsink_client_queue_data),
13731         (gst_multifdsink_client_queue_caps),
13732         (gst_multifdsink_client_queue_buffer),
13733         (gst_multifdsink_handle_client_write),
13734         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13735         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13736         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13737         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13738         (gst_multifdsink_close), (gst_multifdsink_change_state):
13739         * gst/tcp/gstmultifdsink.h:
13740         * gst/tcp/gsttcpplugin.c: (plugin_init):
13741         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13742         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13743         (gst_tcpserversink_handle_server_read),
13744         (gst_tcpserversink_handle_select),
13745         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13746         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13747         * gst/tcp/gsttcpserversink.h:
13748         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13749         one of the locks, added recovery policy to multifdsink.
13750
13751 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13752
13753         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13754           fix decision for when getting frames with same timestamp
13755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13756         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13757         (gst_v4lsrc_get_property):
13758         * sys/v4l/gstv4lsrc.h:
13759           add latency offset property
13760
13761 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13762
13763         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13764         (plugin_init):
13765           fix debugging. add category.
13766
13767 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13768
13769         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13770           fix wrong offsets
13771
13772 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13773
13774         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13775         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13776         (gst_alsa_src_change_state):
13777           return a time that is in sync with the element's processing
13778
13779 2004-06-25  Wim Taymans  <wim@fluendo.com>
13780
13781         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13782         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13783         (gst_tcpserversink_client_remove),
13784         (gst_tcpserversink_handle_client_read),
13785         (gst_tcpserversink_client_queue_data),
13786         (gst_tcpserversink_client_queue_caps),
13787         (gst_tcpserversink_client_queue_buffer),
13788         (gst_tcpserversink_handle_client_write),
13789         (gst_tcpserversink_queue_buffer),
13790         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13791         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13792         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13793         (gst_tcpserversink_close):
13794         * gst/tcp/gsttcpserversink.h:
13795         Serversink rewrite. Really do non blocking writes to clients and
13796         maintain an internal queue to handle slower clients while not
13797         disturbing fast clients.
13798
13799 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13800
13801         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13802           better debug, don't override OFFSET and OFFSET_END
13803
13804 2004-06-25  Iain <iain@prettypeople.org>
13805
13806         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13807         name=source for the wavparse pipeline.
13808
13809 2004-06-24  Johan Dahlin  <johan@gnome.org>
13810
13811         * ext/theora/theoraenc.c (theora_enc_chain): Call
13812         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13813         streamheader caps are set correctly.
13814
13815 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13816
13817         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13818         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13819           respect minimum bitrate; same could be done for max bitrate
13820
13821 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13822
13823         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13824         (gst_vorbisenc_setup):
13825           fix sample rate range
13826
13827 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13828
13829         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13830         (gst_oggvorbisenc_setup):
13831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13832         (gst_vorbisenc_setup):
13833           resolve ambiguities in code and description
13834
13835 2004-06-24  Wim Taymans  <wim@fluendo.com>
13836
13837         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13838         * ext/alsa/gstalsa.h:
13839         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13840         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13841         Use alsa trigger_tstamp to get the timestamp of the first
13842         sample in the buffer for more precise sync. Some cleanups.
13843
13844 2004-06-24  Wim Taymans  <wim@fluendo.com>
13845
13846         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13847         (gst_audiorate_init), (gst_audiorate_chain),
13848         (gst_audiorate_set_property), (gst_audiorate_get_property):
13849         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13850         (gst_videorate_chain):
13851         Added some logging, fixed an overflow bug in videorate.
13852
13853 2004-06-24  Benjamin Otte  <otte@gnome.org>
13854
13855         * ext/kio/Makefile.am:
13856           fix for builddir != srcdir and distcheck
13857
13858 2004-06-24  Benjamin Otte  <otte@gnome.org>
13859
13860         * gst-libs/gst/colorbalance/Makefile.am:
13861         * gst-libs/gst/mixer/Makefile.am:
13862         * gst-libs/gst/play/Makefile.am:
13863         * gst-libs/gst/tuner/Makefile.am:
13864         * gst/tcp/Makefile.am:
13865         * sys/dxr3/Makefile.am:
13866           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13867           tarball.
13868           Also add all *.list files that were missing.
13869         * Makefile.am:
13870           add a distcheck hook to ensure the above doesn't happen again.
13871
13872 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13873
13874         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13875
13876 2004-06-23  Colin Walters  <walters@redhat.com>
13877
13878         * m4/Makefile.am: Distribute gst-fionread.m4.
13879
13880 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13881
13882         * configure.ac: back to dev
13883
13884 2004-06-23  Wim Taymans  <wim@fluendo.com>
13885
13886         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13887         (gst_alsa_xrun_recovery):
13888         * ext/alsa/gstalsa.h:
13889         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13890         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13891         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13892         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13893         (gst_alsa_src_loop):
13894         Add clock to alsasrc. Take new capture timestamp when
13895         restarting after an overrun. Split up some functions between
13896         alsasrc and alsasink.
13897
13898 === release 0.8.2 ===
13899
13900 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13901
13902         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13903         (gst_alsa_change_state), (gst_alsa_update_avail),
13904         (gst_alsa_xrun_recovery):
13905         * ext/alsa/gstalsa.h:
13906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13907           merge back changes from release
13908
13909 2004-06-23  Wim Taymans  <wim@fluendo.com>
13910
13911         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13912         (gst_audiorate_init), (gst_audiorate_chain),
13913         (gst_audiorate_set_property), (gst_audiorate_get_property):
13914         Implement sample dropping and notify
13915
13916 2004-06-22  Wim Taymans  <wim@fluendo.com>
13917
13918         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13919         (theora_enc_sink_link), (theora_buffer_from_packet),
13920         (theora_push_packet), (theora_enc_chain):
13921         Some cleanups, make sure the timestamps are correct.
13922
13923 2004-06-22  Wim Taymans  <wim@fluendo.com>
13924
13925         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13926         (gst_alsa_change_state), (gst_alsa_update_avail),
13927         (gst_alsa_xrun_recovery):
13928         * ext/alsa/gstalsa.h:
13929         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13930         Cleanups, take queued samples into account when reporting
13931         the time.
13932
13933 2004-06-22  Wim Taymans  <wim@fluendo.com>
13934
13935         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13936         (gst_videorate_init):
13937         Initialize the property as well.
13938
13939 2004-06-22  Wim Taymans  <wim@fluendo.com>
13940
13941         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13942         (gst_videorate_init), (gst_videorate_chain),
13943         (gst_videorate_set_property), (gst_videorate_get_property):
13944         Add property to make videorate silent.
13945         Add property to prefer new frames over old ones.
13946
13947 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13948
13949         * sys/osxvideo/Makefile.am:
13950         Workaround so that the osxvideo .so file gets linked with the
13951         Cocoa, OpenGL and QuickTime frameworks
13952
13953 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13954
13955         * sys/osxaudio/Makefile.am:
13956         Workaround so that the osxaudio .so file gets linked with the
13957         CoreAudio framework
13958
13959 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13960
13961         * configure.ac:
13962         Whoops, my fault...fixed build issues
13963
13964 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13965
13966         * configure.ac:
13967         Add objective-c support if running in Darwin/Mac OS X
13968         * sys/Makefile.am:
13969         * sys/osxvideo:
13970         * sys/osxvideo/Makefile.am:
13971         * sys/osxvideo/osxvideosink.h:
13972         * sys/osxvideo/osxvideosink.m:
13973         * sys/osxvideo/cocoawindow.h:
13974         * sys/osxvideo/cocoawindow.m:
13975         Add osxvideosink, a cocoa-based osx video sink
13976
13977
13978 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13979         * ext/dvdnav/gst-dvd:
13980         Grab the gconf key from the right spot
13981         * gst/debug/gstnavseek.c: (gst_navseek_init),
13982         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13983         (gst_navseek_chain):
13984         * gst/debug/gstnavseek.h:
13985           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13986           and loop parameters of a segment seek.
13987         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13988         (gst_videotestsrc_get_event_masks),
13989         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13990         * gst/videotestsrc/gstvideotestsrc.h:
13991           Add seeking support to videotestsrc
13992           Initialise the timestamp_offset variable.
13993
13994 2004-06-18  Wim Taymans  <wim@fluendo.com>
13995
13996         * ext/sidplay/gstsiddec.cc:
13997         Fix negotiation and set correct end offset.
13998
13999 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14000
14001         * configure.ac: branch and prerelease
14002
14003 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14004
14005         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14006         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14007         (gst_tcpclientsrc_init_receive):
14008         * gst/tcp/gsttcpclientsrc.h:
14009           read caps when connecting to server for GDP so we set them correctly
14010
14011 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14012
14013         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14014           notify drops and duplicates
14015         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14016           no good reason to limit ourselves to 100x100
14017
14018 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14019
14020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14021         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14022         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14023         (gst_v4lsrc_get_property):
14024         * sys/v4l/gstv4lsrc.h:
14025         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14026         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14027         (gst_v4l_set_audio):
14028         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14029         (gst_v4lsrc_try_capture):
14030         * sys/v4l/v4lsrc_calls.h:
14031           change try_palette to more general try_capture
14032           add autoprobe option so we can turn off autoprobing
14033           various fixes
14034
14035 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14036
14037         * configure.ac:
14038           add videorate
14039         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14040         (gst_ximagesink_class_init):
14041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14042         (gst_xvimagesink_class_init):
14043           run them as finalize, not dispose, since dispose can be invoked
14044           multiple times
14045
14046 2004-06-17  Wim Taymans  <wim@fluendo.com>
14047
14048         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14049         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14050         * ext/alsa/gstalsa.h:
14051         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14052         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14053         (gst_alsa_src_change_state):
14054         * ext/alsa/gstalsasrc.h:
14055         Make the xrun code timestamp and offset the buffers correctly.
14056         moved the clock to the base class, use alsa methods to get time.
14057         Do correct timestamping on outgoing buffers.
14058
14059 2004-06-17  Wim Taymans  <wim@fluendo.com>
14060
14061         * gst/audiorate/Makefile.am:
14062         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14063         (gst_audiorate_base_init), (gst_audiorate_class_init),
14064         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14065         (gst_audiorate_set_property), (gst_audiorate_get_property),
14066         (gst_audiorate_change_state), (plugin_init):
14067         Added an audiorate converter that fills in gaps.
14068
14069 2004-06-17  Johan Dahlin  <johan@gnome.org>
14070
14071         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14072
14073 2004-06-16  Wim Taymans  <wim@fluendo.com>
14074
14075         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14076         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14077         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14078         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14079         (gst_v4lsrc_get_property):
14080         * sys/v4l/gstv4lsrc.h:
14081         Added a copy mode to v4lsrc where it will output a copied version
14082         of its internal hardware buffer.
14083         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14084         can't | them.
14085
14086 2004-06-16  Wim Taymans  <wim@fluendo.com>
14087
14088         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14089         Timestamp fixes.
14090
14091 2004-06-16  Wim Taymans  <wim@fluendo.com>
14092
14093         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14094         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14095         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14096         (gst_v4lsrc_get_property):
14097         * sys/v4l/gstv4lsrc.h:
14098         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14099         Added a sync mode enum property to control v4lsrc timestamp method
14100         Removed the use-fixed-fps property and moved functionality in
14101         the enum.
14102         Don't error on an error value from v4l-conf, it might not always
14103         be a real error.
14104
14105 2004-06-16  Wim Taymans  <wim@fluendo.com>
14106
14107         * gst/videorate/Makefile.am:
14108         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14109         (gst_videorate_base_init), (gst_videorate_class_init),
14110         (gst_videorate_getcaps), (gst_videorate_link),
14111         (gst_videorate_init), (gst_videorate_chain),
14112         (gst_videorate_set_property), (gst_videorate_get_property),
14113         (gst_videorate_change_state), (plugin_init):
14114         Added a video timestamp corrector.
14115
14116 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14117
14118         fixed a potential leak with previous commit
14119
14120         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14121
14122 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14123
14124         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14125         Added missing refcount, fixes bug #144425
14126         Cheers Tim for finding the bug
14127
14128 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14129
14130         * sys/v4l/gstv4l.c: (plugin_init):
14131         * sys/v4l/gstv4lcolorbalance.c:
14132         * sys/v4l/gstv4lcolorbalance.h:
14133         * sys/v4l/gstv4lelement.c:
14134         * sys/v4l/gstv4lelement.h:
14135         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14136         * sys/v4l/gstv4lmjpegsink.h:
14137         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14138         * sys/v4l/gstv4lmjpegsrc.h:
14139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14140         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14141         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14142         * sys/v4l/gstv4lsrc.h:
14143         * sys/v4l/gstv4ltuner.c:
14144         * sys/v4l/gstv4ltuner.h:
14145         * sys/v4l/gstv4lxoverlay.c:
14146         * sys/v4l/gstv4lxoverlay.h:
14147         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14148         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14149         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14150         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14151         (gst_v4l_set_audio):
14152         * sys/v4l/v4l_calls.h:
14153         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14154         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14155         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14156         (gst_v4lmjpegsink_playback_init),
14157         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14158         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14159         (gst_v4lmjpegsink_playback_stop),
14160         (gst_v4lmjpegsink_playback_deinit):
14161         * sys/v4l/v4lmjpegsink_calls.h:
14162         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14163         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14164         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14165         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14166         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14167         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14168         * sys/v4l/v4lmjpegsrc_calls.h:
14169         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14170         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14171         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14172         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14173         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14174         (gst_v4lsrc_try_palette):
14175         * sys/v4l/v4lsrc_calls.h:
14176           bunch of paranoia cleanups
14177
14178 2004-06-14  David Schleef  <ds@schleef.org>
14179
14180         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14181         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14182         Send discont events and change timestamps appropriately when
14183         we get a seek event.  (bug #144240)
14184         * ext/cdparanoia/gstcdparanoia.h:
14185
14186 2004-06-14  Benjamin Otte  <otte@gnome.org>
14187
14188         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14189           snd_pcm_hw_params_set_rate  since the latter fails for no good
14190           reason on some setups.
14191
14192 2004-06-14  David Schleef  <ds@schleef.org>
14193
14194         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14195         standard.  Thank you for playing.
14196
14197 2004-06-14  Wim Taymans  <wim@fluendo.com>
14198
14199         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14200         Patch 1.3 broke the ordering of the colorspace info and
14201         made the plugin basically work by coincidence, reordered
14202         the info.
14203
14204 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14205
14206         * ext/lame/gstlame.c:
14207         * ext/mad/gstmad.c:
14208           sync caps.  Make sure mad can only output a list of rates, not
14209           a full range.  In the future, have three caps lists for each of the
14210           mpeg versions.  Change mpegversion to a double as well.
14211
14212 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14213
14214         * gst/volume/.cvsignore:
14215         * gst/volume/Makefile.am:
14216         * gst/volume/demo.c: (value_changed_callback), (idler),
14217         (setup_gui), (main):
14218           added small demo app
14219
14220 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14221         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14222         * ext/esd/esdsink.h:
14223         Close the esd connection on pause, because esd will just wait -
14224         blocking all other esd clients indefinitely.
14225
14226 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14227
14228         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14229           previous commit with GST_DEBUG
14230
14231 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14232
14233         * configure.ac:
14234           add a header check for a dvdread header in dvdnav.  Fixes #133002
14235
14236 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14237
14238         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14239         * gst/tcp/gsttcpclientsink.h:
14240         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14241         * gst/tcp/gsttcpclientsrc.h:
14242         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14243         (gst_tcpserversink_handle_server_read),
14244         (gst_tcpserversink_init_send):
14245         * gst/tcp/gsttcpserversink.h:
14246         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14247         * gst/tcp/gsttcpserversrc.h:
14248         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14249         version of IP)
14250
14251 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14252
14253         * configure.ac:
14254         Added ogg library so that OSX detects libtheora properly
14255
14256 2004-06-11  Wim Taymans  <wim@fluendo.com>
14257
14258         * ext/theora/theoradec.c: (theora_dec_chain),
14259         (theora_dec_change_state):
14260         Don't try to decode frames before we received a keyframe.
14261
14262 2004-06-11  Wim Taymans  <wim@fluendo.com>
14263
14264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14265         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14266         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14267         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14268         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14269         Added property to set the maximum delay of a page.
14270
14271 2004-06-10  Wim Taymans  <wim@fluendo.com>
14272
14273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14274         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14275         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14276         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14277         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14278         Added max-delay property to control the maximum amount
14279         of data to put in one page.
14280
14281 2004-06-10  Wim Taymans  <wim@fluendo.com>
14282
14283         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14284         (gst_theora_enc_init), (theora_enc_sink_link),
14285         (theora_buffer_from_packet), (theora_enc_set_property),
14286         (theora_enc_get_property):
14287         Set duration on encoded buffer, added some more properties
14288
14289 2004-06-10  Wim Taymans  <wim@fluendo.com>
14290
14291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14292         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14293         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14294         * ext/theora/theoraenc.c: (theora_enc_chain):
14295         Fix refcounting bugs
14296
14297 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14298
14299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14300         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14301         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14302         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14303         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14304         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14305         (gst_asf_demux_change_state):
14306         * gst/asfdemux/gstasfdemux.h:
14307           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14308           feels like. I think we should set a new requirement for demuxers
14309           from now on to implement sane loop functions, data loops, query
14310           and seek functions before first commit into CVS. And this commit
14311           fixes all of the above.
14312
14313 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14314
14315         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14316           vorbis comments are properly encoded in UTF-8 before adding them
14317           to a GstTagList
14318
14319 2004-06-09  Benjamin Otte  <otte@gnome.org>
14320
14321         * ext/alsa/gstalsa.c: (add_channels):
14322           handle min <= max correctly
14323         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14324         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14325           add fixation functions so we fixate correctly. No preferring of alaw
14326           anymore because it's the first structure.
14327         * ext/alsa/gstalsa.h:
14328         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14329         (gst_alsa_hw_params_dump):
14330           add functions to ease debugging in alsalib
14331         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14332         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14333         (gst_alsa_start_audio):
14334           only specify hw params if we really setup a format (fixes #134007 -
14335           or at least works around it)
14336
14337 2004-06-09  Wim Taymans  <wim@fluendo.com>
14338
14339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14340         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14341         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14342         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14343         (gst_ogg_mux_loop):
14344         Use stream caps to setup the initial pages in the ogg stream.
14345         Correctly set the streamheader caps on the srcpad.
14346
14347 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14348
14349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14350         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14351         (gst_v4lsrc_getcaps):
14352         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14353         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14354           add querying of fps lists for webcams.  Negotiating to a framerate
14355           now works.
14356
14357 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14358
14359         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14360         (theora_push_buffer), (theora_push_packet),
14361         (theora_set_header_on_caps), (theora_enc_chain):
14362           mark buffers and put on streamheader, raw theora streaming
14363           now works too, whee
14364
14365 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14366
14367         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14368         (gst_tcp_gdp_read_caps):
14369           do a looping read for caps and GDP headers too
14370
14371 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14374         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14375           return EOS instead of NULL in _get
14376
14377 2004-06-08  Wim Taymans  <wim@fluendo.com>
14378
14379         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14380         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14381         (gst_tcp_gdp_write_caps):
14382         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14383         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14384         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14385         Memory leak fixes
14386
14387 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14388
14389         * ext/vorbis/Makefile.am:
14390         * ext/vorbis/vorbis.c: (plugin_init):
14391         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14392         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14393         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14394         (vorbis_parse_change_state):
14395         * ext/vorbis/vorbisparse.h:
14396           adding a vorbisparse element that marks the buffers, streaming
14397           raw vorbis using GDP now works, whee
14398
14399 2004-06-08  Wim Taymans  <wim@fluendo.com>
14400
14401         * ext/jpeg/Makefile.am:
14402         * ext/jpeg/README:
14403         * ext/jpeg/gstjpeg.c: (plugin_init):
14404         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14405         (gst_smokedec_base_init), (gst_smokedec_class_init),
14406         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14407         * ext/jpeg/gstsmokedec.h:
14408         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14409         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14410         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14411         (gst_smokeenc_resync), (gst_smokeenc_chain),
14412         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14413         * ext/jpeg/gstsmokeenc.h:
14414         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14415         (smokecodec_flush_destination), (smokecodec_term_destination),
14416         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14417         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14418         (smokecodec_term_source), (smokecodec_encode_new),
14419         (smokecodec_decode_new), (smokecodec_info_free),
14420         (smokecodec_set_quality), (smokecodec_get_quality),
14421         (smokecodec_set_threshold), (smokecodec_get_threshold),
14422         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14423         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14424         (smokecodec_parse_header), (smokecodec_decode):
14425         * ext/jpeg/smokecodec.h:
14426         Added a new simple jpeg based codec
14427
14428 2004-06-08  Wim Taymans  <wim@fluendo.com>
14429
14430         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14431         (gst_multipart_mux_loop):
14432         Fix memory leak
14433
14434 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14435
14436         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14437         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14438         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14439         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14440         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14441         * gst/tcp/gsttcpserversink.h:
14442           take streamheader into account
14443
14444 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14445
14446         * gst/level/Makefile.am:
14447         * gst/level/gstlevel.c: (gst_level_class_init):
14448           clean up marshal generation
14449
14450 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14451
14452         * gst/tcp/Makefile.am:
14453         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14454         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14455         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14456         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14457         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14458         (gst_tcpclientsrc_get_property):
14459         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14460         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14461         (gst_tcpserversink_handle_client_read),
14462         (gst_tcpserversink_handle_client_write),
14463         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14464         * gst/tcp/gsttcpserversink.h:
14465           add signals client-added and client-removed
14466         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14467         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14468         (gst_tcpserversrc_get_property):
14469         uniformized, change default protocol to NONE
14470         * gst/tcp/gsttcp-marshal.list: added
14471 2004-06-07  Benjamin Otte  <otte@gnome.org>
14472
14473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14474           handle discont events if they happen before caps nego
14475
14476 2004-06-07  Wim Taymans  <wim@fluendo.com>
14477
14478         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14479         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14480         (gst_multipart_demux_plugin_init):
14481         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14482         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14483         (gst_multipart_mux_change_state):
14484         Small updates, fix a memleak
14485
14486 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14487
14488         * configure.ac: OSS portability
14489         * ext/arts/gst_arts.c: idem
14490         * sys/oss/gstosselement.c: idem
14491         * sys/oss/gstossmixer.c: idem
14492         * sys/oss/gstosssink.c: idem
14493         * sys/oss/gstosssrc.c: idem
14494         * sys/oss/oss_probe.c: idem
14495           - check for soundcard.h in different places for some BSD
14496
14497 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14498
14499         * AUTHORS:
14500         Add me to the authors file
14501         * configure.ac:
14502         Increase the libdv requirement to >= version 0.100
14503         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14504         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14505         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14506         * ext/dv/gstdvdec.h:
14507         Add support for the new_media flag when sending DISCONT events
14508         Make the querying work when video pad is not linked
14509
14510 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14511
14512         reviewed by Benjamin Otte  <otte@gnome.org>
14513
14514         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14515           create a NULL-initialized array of pads, so we don't think they
14516           exist already. (fixes #143130)
14517
14518 2004-06-07  Benjamin Otte  <otte@gnome.org>
14519
14520         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14521         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14522         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14523           don't use // coments
14524
14525 2004-06-07  Benjamin Otte  <otte@gnome.org>
14526
14527         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14528           cast to GstClockTime to get higher granularity
14529         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14530           use gst_element_set_time_delay to get the exact time
14531         * ext/mad/gstmad.c: (gst_mad_chain):
14532           use the negotiated rate instead of the current frame's rate which
14533           might be wrong because of bit errors. This avoids emitting totally
14534           bogus timestamps and screwing sync.
14535         (fixes #143454)
14536
14537 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14538
14539         reviewed by Benjamin Otte  <otte@gnome.org>
14540
14541         * gst/adder/gstadder.c: (gst_adder_loop):
14542           properly error out when no negotiation has happened yet. (fixes
14543           #143032)
14544
14545 2004-06-06  Benjamin Otte  <otte@gnome.org>
14546
14547         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14548           forward correctly transformed offset in discont events. Based on
14549           patch by Arwed v. Merkatz. (fixes #142851)
14550
14551 2004-06-06  David Schleef  <ds@schleef.org>
14552
14553         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14554         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14555         problems on several systems.
14556
14557 2004-06-06  Benjamin Otte  <otte@gnome.org>
14558
14559         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14560           use explicit caps on the srcpad
14561         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14562           properly error out if caps couldn't be set (fixes #142764)
14563
14564 2004-06-06  Benjamin Otte  <otte@gnome.org>
14565
14566         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14567         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14568         (gst_alsa_start_audio):
14569           - don't call set_periods_integer anymore, it breaks the
14570           configuration randomly
14571           - call snd_pcm_hw_params_set_access directly instead of using masks
14572           - don't fail if the sw_params can't be set, just use the default
14573           params and hope it works. Alsalib has weird issues when you touch
14574           sw_params and does no proper error reporting about what failed.
14575         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14576         (gst_alsa_close_audio):
14577           make our alsa debugging go via gst debugging and not conditionally
14578           defined
14579         * ext/alsa/gstalsa.h:
14580           add ALSA_DEBUG_FLUSH macro
14581         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14582         (plugin_init):
14583           wrap alsa errors to be printed via the gst debugging system and not
14584           spammed to stderr
14585
14586 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14587
14588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14589         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14590         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14591         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14592         (qtdemux_parse_trak):
14593         * gst/qtdemux/qtdemux.h:
14594           Bitch. Also known as seeking, querying & co.
14595         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14596         (gst_osssink_change_state):
14597         * sys/oss/gstosssink.h:
14598           Resyncing is for weenies, this hack is no longer needed and was
14599           broken anyway (since it - unintendedly - always leaves resync to
14600           TRUE).
14601
14602 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14603
14604         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14605         * gst/tcp/gsttcpclientsrc.h: idem
14606           - define MSG_NOSIGNAL if not done
14607           - include unistd.h for off_t
14608           (fixes #143749)
14609
14610 2004-06-05  Benjamin Otte  <otte@gnome.org>
14611
14612         * configure.ac:
14613         * ext/kio/Makefile.am:
14614           check for qt's moc preprocessor explicitly and use it
14615
14616 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14617
14618         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14619           don't get a signal for EPIPE on socket writes
14620           (somebody check if this works on other platforms)
14621
14622 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14623
14624         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14625         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14626           check error condition on available samples correctly
14627
14628 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14629
14630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14631           avoid a segfault
14632         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14633         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14634         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14635         (gst_tcpserversrc_gdp_read_header):
14636          use ssize_t over size_t since the former is signed and thus the
14637          check for error codes can work
14638
14639 2004-06-02  Wim Taymans  <wim@fluendo.com>
14640
14641         reviewed by: Johan
14642
14643         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14644         (gst_multipart_mux_loop):
14645         Oops
14646
14647 2004-06-02  Wim Taymans  <wim@fluendo.com>
14648
14649         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14650         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14651         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14652         (gst_multipart_mux_change_state):
14653         Added configurable boundary specifier, added the value as a
14654         caps field as well.
14655
14656 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14657
14658         * gst/tcp/gsttcp.c:
14659         * gst/tcp/gsttcpclientsrc.c:
14660         * gst/tcp/gsttcpclientsrc.h:
14661         * gst/tcp/gsttcpserversrc.c:
14662           - portability fix, to compile on OSX
14663             (fixes #143146)
14664
14665         * sys/osxaudio/gstosxaudioelement.c:
14666         * sys/osxaudio/gstosxaudiosink.c:
14667         * sys/osxaudio/gstosxaudiosrc.c:
14668           - compilation warnings on OSX
14669             (fixes #143153)
14670
14671 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14672
14673         * ext/vorbis/vorbisdec.c : sign warning fixes
14674
14675         * gst-libs/gst/mixer/mixertrack.c :
14676           do no use defines which are glib 2.4 specific
14677
14678 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14679
14680         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14681           buffer since libflac doesn't expect it (reports a sync error when
14682           it encounters that)
14683
14684
14685 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14686
14687         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14688         * gst-libs/gst/mixer/mixertrack.c:
14689         (gst_mixer_track_get_property), (get_mixer_track_init),
14690         (get_mixer_track_get_property): Added property accessors
14691         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14692         * gst-libs/gst/mixer/mixeroptions.c:
14693         (gst_mixer_options_get_values): Added
14694         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14695         * gst-libs/gst/mixer/mixer.c: Fixed comment
14696
14697
14698 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14699
14700         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14701           improve error messages on open
14702
14703
14704 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14705
14706         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14707           check if v4l-conf is in path
14708
14709 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14710
14711         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14712           change assert to a more readable error message
14713
14714 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14715
14716         * gst-libs/gst/tuner/tunerchannel.h:
14717           - add a freq_multiplicator field to make the conversion
14718             between internal frequency unit and Hz
14719         * sys/v4l/gstv4lelement.c:
14720         * sys/v4l2/gstv4l2element.c:
14721           - change default video device to /dev/video0
14722         * sys/v4l/v4l_calls.c:
14723         * sys/v4l2/v4l2_calls.c:
14724           - we only expose frequency to the user in Hz instead of
14725             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14726
14727 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14728         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14729           Initialise b_o_s and e_o_s variables
14730         * gst-libs/gst/riff/riff-media.c:
14731         (gst_riff_create_video_caps_with_data):
14732           Add some unusual fourcc's from mplayer avi's
14733         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14734           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14735           autoplugging.
14736
14737 2004-05-28  Wim Taymans  <wim@fluendo.com>
14738
14739         * configure.ac:
14740         * gst/alpha/Makefile.am:
14741         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14742         (gst_alpha_get_type), (gst_alpha_base_init),
14743         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14744         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14745         (gst_alpha_chroma_key), (gst_alpha_chain),
14746         (gst_alpha_change_state), (plugin_init):
14747         A plugin to add an alpha channel to I420 video. Can optionally do
14748         chroma keying.
14749         * gst/multipart/Makefile.am:
14750         * gst/multipart/multipart.c: (plugin_init):
14751         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14752         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14753         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14754         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14755         (gst_multipart_demux_change_state),
14756         (gst_multipart_demux_plugin_init):
14757         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14758         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14759         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14760         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14761         (gst_multipart_mux_pad_unlink),
14762         (gst_multipart_mux_request_new_pad),
14763         (gst_multipart_mux_handle_src_event),
14764         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14765         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14766         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14767         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14768         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14769         send multipart jpeg images to a browser.
14770         * gst/videobox/Makefile.am:
14771         * gst/videobox/README:
14772         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14773         (gst_video_box_get_type), (gst_video_box_base_init),
14774         (gst_video_box_class_init), (gst_video_box_init),
14775         (gst_video_box_set_property), (gst_video_box_get_property),
14776         (gst_video_box_sink_link), (gst_video_box_i420),
14777         (gst_video_box_ayuv), (gst_video_box_chain),
14778         (gst_video_box_change_state), (plugin_init):
14779         Crops or adds borders around an image. can do alpha channel
14780         borders as well.
14781         * gst/videomixer/Makefile.am:
14782         * gst/videomixer/README:
14783         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14784         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14785         (gst_videomixer_pad_get_sink_event_masks),
14786         (gst_videomixer_pad_get_property),
14787         (gst_videomixer_pad_set_property),
14788         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14789         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14790         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14791         (gst_videomixer_base_init), (gst_videomixer_class_init),
14792         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14793         (gst_videomixer_handle_src_event),
14794         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14795         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14796         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14797         (gst_videomixer_loop), (gst_videomixer_get_property),
14798         (gst_videomixer_set_property), (gst_videomixer_change_state),
14799         (plugin_init):
14800         Generic video mixer plugin, can handle multiple inputs all with
14801         different framerates and video sizes. Is fully alpha channel
14802         aware.
14803
14804 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14805
14806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14807           Select first track as master track. Not sure how else to handle
14808           that...
14809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14810           Discard discont events. Should fix #142962.
14811
14812 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14813
14814         * ext/alsa/Makefile.am:
14815         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14816         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14817         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14818         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14819         (gst_alsa_mixer_get_option):
14820         * ext/alsa/gstalsamixer.h:
14821         * ext/alsa/gstalsamixeroptions.c:
14822         (gst_alsa_mixer_options_get_type),
14823         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14824         (gst_alsa_mixer_options_new):
14825         * ext/alsa/gstalsamixeroptions.h:
14826         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14827         * ext/alsa/gstalsamixertrack.h:
14828           Add enumerations (as GstMixerOptions). Make correct distinction
14829           between input/output tracks. Add capture/playback private flag.
14830           Use flag to decide on whether to set capture or playback volumes
14831           or switches. Use playback and record switches.
14832         * gst-libs/gst/mixer/Makefile.am:
14833         * gst-libs/gst/mixer/mixer-marshal.list:
14834         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14835         (gst_mixer_set_option), (gst_mixer_get_option),
14836         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14837         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14838         * gst-libs/gst/mixer/mixer.h:
14839         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14840         (gst_mixer_options_class_init), (gst_mixer_options_init),
14841         (gst_mixer_options_dispose):
14842         * gst-libs/gst/mixer/mixeroptions.h:
14843           Add GstMixerOptions.
14844         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14845           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14846           broken device detection on computers with multiple OSS sound
14847           cards.
14848
14849 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14850
14851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14852           fixate nicely even when the peer is not negotiating
14853
14854 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14855
14856         * gst/audioconvert/gstaudioconvert.c:
14857         (gst_audio_convert_parse_caps):
14858           make sure we don't allow depth > width
14859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14860           fixate endianness to G_BYTE_ORDER as default
14861         * gst/audioscale/gstaudioscale.c:
14862           we don't handle another endianness as host-endianness
14863
14864 2004-05-25  David Schleef  <ds@schleef.org>
14865
14866         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14867
14868 2004-05-24  Benjamin Otte  <otte@gnome.org>
14869
14870         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14871         (gst_oggvorbisenc_setup):
14872           properly fail when we can't setup the vorbis encoder due to
14873           unsupported settings
14874         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14875         (gst_vorbisenc_setup):
14876           same
14877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14878           fix case where warnings occured when one pad was unlinked while the
14879           other's link function was called
14880
14881 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14882
14883         * gst/tcp/Makefile.am:
14884           use GST_ENABLE_NEW
14885
14886 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14887
14888         * gst-libs/gst/resample/private.h:
14889           don't use optimizations that are #if 0'ed
14890
14891 2004-05-24  Wim Taymans  <wim@fluendo.com>
14892
14893         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14894         Fix potential division by zero error and hopefully get
14895         the position query right to get correct timestamps on avi
14896         audio.
14897
14898 2004-05-24  Wim Taymans  <wim@fluendo.com>
14899
14900         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14901         (gst_videoscale_scale_nearest_str2),
14902         (gst_videoscale_scale_nearest_str4),
14903         (gst_videoscale_scale_nearest_32bit),
14904         (gst_videoscale_scale_nearest_24bit),
14905         (gst_videoscale_scale_nearest_16bit):
14906         Fix the scaling algorithm and avoid a buffer overflow.
14907         removed the while loop in the scaling function as it
14908         was used for point sampling only.
14909
14910 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14911
14912         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14913         (gst_id3_tag_class_init), (gst_id3_tag_init),
14914         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14915         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14916         (gst_id3_tag_send_tag_event):
14917           lots of fixes to make id3mux work and id3demux work correctly
14918
14919 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14920
14921         * ext/Makefile.am:
14922           add rules to build shout2send (was removed by accident
14923           when this module was no more marked experimental/broken)
14924
14925 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14926
14927         * ext/shout2/gstshout2.c:
14928         * ext/shout2/gstshout2.h:
14929           adding a "connection problem" signal to shout2send
14930           (fixes #142954)
14931
14932 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14933
14934         * ext/kio/kioreceiver.cpp:
14935         * ext/kio/kioreceiver.h:
14936           fix sign comparison issues
14937
14938 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14939
14940         * gst/cdxaparse/gstcdxaparse.c:
14941         * gst/cdxaparse/gstcdxaparse.h:
14942           some renaming
14943           add some checks/sanity
14944           prepare for seek addition
14945
14946         * sys/sunaudio/gstsunaudio.c:
14947           remove exported dupe init function
14948
14949 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14950
14951         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14952         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14953           Fix format conversion and position querying.
14954         * gst/debug/progressreport.c: (gst_progressreport_report):
14955           Don't output a bogus total value that we didn't query.
14956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14957           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14958           only a blank window after xine has been used.
14959
14960 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14961
14962         * m4/as-arts.m4:
14963           sync with upstream version to fix test on FC2
14964           readd with -ko to preserve Id header
14965
14966 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14967
14968         * configure.ac:
14969           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14970         * gst/tcp/gsttcpclientsrc.c: idem
14971         * gst/tcp/gsttcpserversink.c: idem
14972         * gst/tcp/gsttcpserversrc.c: idem
14973         * m4/gst-fionread.m4: idem
14974
14975         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14976
14977         * configure.ac: enable speex plugin for speex 1.1.5+
14978         * ext/speex/gstspeexenc.c: fix cast warning
14979
14980         * ext/esd/README: fix typo
14981
14982 2004-05-20  David Schleef  <ds@schleef.org>
14983
14984         * configure.ac: Minor cosmetic change to convince the buildbot to
14985         reautogen.
14986         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14987         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14988         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14989         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14990         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14991         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14992         More hacking.  Plays audio now.
14993
14994 2004-05-20  David Schleef  <ds@schleef.org>
14995
14996         * configure.ac:
14997         * sys/Makefile.am:
14998
14999 2004-05-20  David Schleef  <ds@schleef.org>
15000
15001         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15002         * sys/osxaudio/gstosxaudio.c:
15003         * sys/osxaudio/gstosxaudioelement.c:
15004         * sys/osxaudio/gstosxaudioelement.h:
15005         * sys/osxaudio/gstosxaudiosink.c:
15006         * sys/osxaudio/gstosxaudiosink.h:
15007         * sys/osxaudio/gstosxaudiosrc.c:
15008         * sys/osxaudio/gstosxaudiosrc.h:
15009
15010 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15011
15012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15013         (gst_vorbisenc_chain):
15014           put the codec headers on the caps as streamheader as well as
15015           pushing them out
15016
15017 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15018
15019         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15020         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15021         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15022         split up push_packet into two functions
15023
15024 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15025
15026         * gst/tcp/.cvsignore:
15027           ignore enums
15028         * gst/tcp/Makefile.am:
15029         * gst/tcp/README:
15030         * gst/tcp/gsttcp.c:
15031         * gst/tcp/gsttcp.h:
15032         * gst/tcp/gsttcpclientsink.c:
15033         * gst/tcp/gsttcpclientsink.h:
15034         * gst/tcp/gsttcpclientsrc.c:
15035         * gst/tcp/gsttcpclientsrc.h:
15036         * gst/tcp/gsttcpplugin.c:
15037         * gst/tcp/gsttcpserversink.c:
15038         * gst/tcp/gsttcpserversink.h:
15039         * gst/tcp/gsttcpserversrc.c:
15040         * gst/tcp/gsttcpserversrc.h:
15041           add new tcp elements
15042
15043 2004-05-19  Wim Taymans  <wim@fluendo.com>
15044
15045         * gst/law/mulaw-conversion.c: (mulaw_encode):
15046         Fix overflow bug in ulaw encoding.
15047
15048 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15049
15050         * ext/mad/gstmad.c: (gst_mad_handle_event):
15051           don't unref the event twice
15052
15053 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15054
15055         * configure.ac:
15056           remove -Wno-sign-compare
15057
15058 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15059
15060         * configure.ac:
15061           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15062           if you want to work against glib 2.2 and 2.4
15063
15064 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * gst/tcp/Makefile.am:
15067         * gst/tcp/gsttcp.c:
15068         * gst/tcp/gsttcp.h:
15069         * gst/tcp/gsttcpsink.h:
15070         * gst/tcp/gsttcpsrc.h:
15071           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15072
15073 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15074
15075         * gst/debug/tests.c: (md5_get_value):
15076           fix segfault on gst-inspect
15077
15078 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15079
15080         * gst/debug/testplugin.c:
15081         * gst/debug/tests.c:
15082         * gst/debug/tests.h:
15083           add new extensible and configurable testing element. Current tests
15084           include buffer count, stream length, timestamp/duration matching and
15085           md5.
15086         * gst/debug/Makefile.am:
15087         * gst/debug/gstdebug.c: (plugin_init):
15088           add infrastructure for new element
15089
15090 2004-05-19  Johan Dahlin  <johan@gnome.org>
15091
15092         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15093         ending of the array. Fixes gst-inspect segfault on ppc.
15094
15095 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15096
15097         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15098
15099         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15100
15101 2004-05-18  David Schleef  <ds@schleef.org>
15102
15103         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15104         warnings (bugs, actually) noticed by gcc but not forte.
15105
15106 2004-05-18  David Schleef  <ds@schleef.org>
15107
15108         * sys/sunaudio/Makefile.am:
15109         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15110
15111 2004-05-18  David Schleef  <ds@schleef.org>
15112
15113         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15114         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15115         to allow qtdemux to use non-seekable streams. (bug #142272)
15116
15117 2004-05-18  David Schleef  <ds@schleef.org>
15118
15119         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15120         (gst_resample_sinc_ft_float): Remove use of static temporary
15121         buffer.  This code was obviously not supposed to last long, but
15122         it's stuck in our ABI, so it required a little hack to make it
15123         ABI-compatible.  Fixes #142585.
15124         * gst-libs/gst/resample/resample.h: same.
15125
15126 2004-05-18  David Schleef  <ds@schleef.org>
15127
15128         * configure.ac: Add sunaudio
15129         * examples/Makefile.am: make gstplay depend on gconf
15130         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15131         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15132         (convert_table_lookup), (img_convert): remove c99-isms
15133         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15134           unsigned, to fix a warning on Solaris
15135         * gst/mpeg1sys/systems.c: bcopy->memcpy
15136         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15137         * sys/Makefile.am: Add sunaudio
15138
15139 2004-05-18  Wim Taymans  <wim@fluendo.com>
15140
15141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15142         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15143         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15144         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15145         (gst_ogg_mux_loop):
15146         Fix an ugly memleak where the muxer didn't flush enough ogg
15147         pages. This also resulted in badly muxed ogg files.
15148
15149 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15150
15151         * gst/asfdemux/asfheaders.c :
15152         * gst/asfdemux/asfheaders.h :
15153         * gst/asfdemux/gstasfdemux.c :
15154           - fix ASF_OBJ_PADDING guid
15155           - add 3 new object guids (language list, metadata,
15156             extended stream properties)
15157           - add a function to parse extended header objects
15158
15159 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15160
15161         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15162           remove leftover debugging g_print
15163
15164 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15165
15166         * ext/mad/gstmad.c: (gst_mad_handle_event):
15167           Fix for when the first format in a discont event is not a
15168           byte-based one. Should fix #137710.
15169
15170 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15171
15172         * m4/a52.m4 : fix compilation with -Wall -Werror
15173         * m4/libfame.m4 : idem
15174         * m4/libmikmod.m4 : idem
15175
15176 2004-05-17  Benjamin Otte  <otte@gnome.org>
15177
15178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15179           signal the new tags before giving up the reference
15180
15181 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15182
15183         * ext/shout2/gstshout2.c:
15184           use application/ogg instead of application/x-ogg (patch by Patrick
15185           Guimond, fixes #142432)
15186         * sys/oss/gstosselement.c: (gst_osselement_reset),
15187         (gst_osselement_sync_parms):
15188           don't set fragment size unless specified (fixes #142493)
15189
15190 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15191
15192         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15193           fixes #142664
15194
15195 2004-05-17  Benjamin Otte  <otte@gnome.org>
15196
15197         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15198           compute offsets correctly for internal buffers so timestamps are set
15199           correctly when we can't seek. Also handle cases where there are no
15200           offsets. (based on a patch by David Moore, fixes #142507)
15201
15202 2004-05-17  Benjamin Otte  <otte@gnome.org>
15203
15204         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15205           use correct variable when determining amount of data to skip so we
15206           don't skip into the void and segfault
15207
15208 2004-05-16  Benjamin Otte  <otte@gnome.org>
15209
15210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15211           Hi, I'm a memleak
15212
15213 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15214
15215         * gst/asfdemux/gstasfdemux.c:
15216           - fix a mem leak and always propagate tags
15217           - add WMV3 to known video codecs (but no decoder yet)
15218           - replace "surplus data" at end of audio header for what
15219             it is : codec specific data
15220           - fix a typo
15221
15222 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15223
15224         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15225
15226         * gst-libs/gst/audio/audioclock.c:
15227           Fix wrong return type (#142205).
15228
15229 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15230
15231         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15232           Ignore CRCs by default (fixes #142566).
15233
15234 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15235
15236         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15237         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15238         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15239         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15240         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15241         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15242           Fix for cases where we fail to attach to a mixer.
15243
15244 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15245
15246         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15247           Don't touch events after not owning them anymore.
15248         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15249         (gst_wavparse_fmt), (gst_wavparse_other),
15250         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15251         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15252         (gst_wavparse_srcpad_event):
15253         * gst/wavparse/gstwavparse.h:
15254           Add seeking, fix querying.
15255
15256 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15257
15258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15259           - process comments even if they don't end with \0\0
15260             g_convert would ignore them if present and works well without them
15261
15262 2004-05-16  Benjamin Otte  <otte@gnome.org>
15263
15264         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15265           simplify caps
15266
15267 2004-05-16  Benjamin Otte  <otte@gnome.org>
15268
15269         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15270           don't write to memory we might not write to - g_convert does that
15271           for us anyway (fixes #142613)
15272         (gst_asf_demux_audio_caps):
15273           comment out gst_util_dump_mem
15274
15275 2004-05-16  Benjamin Otte  <otte@gnome.org>
15276
15277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15278           compute correct expected timestamps after seek (broken since
15279           last commit)
15280         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15281           rename element and debugging category to gdkpixbufscale
15282
15283 2004-05-16  Benjamin Otte  <otte@gnome.org>
15284
15285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15286           add error checking to snd_pcm_delay and remove duplicate call to
15287           snd_pcm_delay that caused issues (see inline code comments)
15288         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15289           make more readable and fix return value when snd_pcm_delay fails
15290         (fixes #142586)
15291
15292 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15293         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15294         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15295         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15296         (gst_pixbufscale_link), (gst_pixbufscale_init),
15297         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15298         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15299         (gst_pixbufscale_get_property), (pixbufscale_init):
15300         * ext/gdk_pixbuf/pixbufscale.h:
15301         Add these files I forgot earlier
15302
15303 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15304         * ext/gdk_pixbuf/Makefile.am:
15305         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15306         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15307         Add new pixbufscale element to scale RGB video
15308         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15309         and HYPER interpolation correctly.
15310         * ext/theora/theoraenc.c: (theora_enc_chain),
15311         Discard buffer and return if explicit caps could not be set
15312         (theora_enc_get_property):
15313         Make _get return kbps for the bitrate consistent with
15314         the _set function.
15315
15316
15317 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15318
15319         * ext/libvisual/visual.c: (gst_visual_chain):
15320           add missing visual_audio_analyze
15321
15322 2004-05-14  David Schleef  <ds@schleef.org>
15323
15324         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15325         is killed while we're playing.
15326         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15327         gst_element_no_more_pads().
15328
15329 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15330
15331         * gst-libs/gst/riff/riff-read.c :
15332           - fix INFO tag extraction in RIFF/AVI files
15333             because gst_event_unref (event) also freed taglist
15334           - avoid a mem leak
15335
15336 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15337
15338         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15339         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15340
15341         * gst/auparse/gstauparse.c :
15342           - add code (commented for now) to support audio/x-adpcm on src pad
15343             (we have no decoder for those layout yet)
15344
15345         * gst/cdxaparse/gstcdxaparse.c :
15346         * gst/cdxaparse/gstcdxaparse.h :
15347           - partial rewrite using RiffRead (ripped iain's wavparse code)
15348
15349         * gst/rtp/gstrtpL16enc.c : typo
15350         * gst/rtp/gstrtpgsmenc.c : typo
15351
15352 2004-05-13  Benjamin Otte  <otte@gnome.org>
15353
15354         * configure.ac:
15355           check for exact version of libvisual, it's not supposed to be
15356           API/ABI stable yet
15357
15358 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15359
15360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15361           signal no-more-pads
15362
15363 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15364
15365         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15366         Report which format was used for GST_FORMAT_DEFAULT
15367         * gst/debug/Makefile.am:
15368         * gst/debug/gstdebug.c: (plugin_init):
15369         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15370         (gst_progressreport_class_init), (gst_progressreport_init),
15371         (gst_progressreport_report), (gst_progressreport_set_property),
15372         (gst_progressreport_get_property), (gst_progressreport_chain),
15373         (gst_progressreport_plugin_init):
15374         Add progressreport element for testing.
15375
15376 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15377
15378         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15379         * sys/v4l/gstv4lsrc.h:
15380         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15381         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15382         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15383         (gst_v4lsrc_grab_frame):
15384           add more debugging
15385           send a discont at start
15386
15387 2004-05-12  Colin Walters  <walters@redhat.com>
15388
15389         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15390         inflooping if we can't find a chunk.  Or in other words, don't blow
15391         chunks if we don't have a chunk to blow.
15392
15393 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15394         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15395         Remove old debug output
15396         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15397         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15398         (gst_dvdec_set_property), (gst_dvdec_get_property):
15399         Change the quality setting to an enum, so it works from gst-launch
15400         Don't renegotiate a non-linked pad. Allows audio only decoding.
15401         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15402         (gst_deinterlace_link), (gst_deinterlace_init):
15403         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15404         (gst_videodrop_link):
15405         Some caps negotiation fixes
15406
15407 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15408
15409         * ext/tarkin/gsttarkin.c :
15410           - Change RANK from NONE to PRIMARY
15411         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15412           - Change RANK from NONE to MARGINAL
15413         * ext/divx/gstdivxenc.c :
15414           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15415
15416 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15417
15418         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15419         (gst_vorbisenc_push_packet):
15420           copy a function that was added between 1.0 and 1.0.1 until we
15421           depend on worthwhile features of post-1.0
15422
15423 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15424
15425         * configure.ac:
15426           enable shout2 by default
15427         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15428         (gst_shout2send_base_init), (gst_shout2send_init),
15429         (gst_shout2send_connect), (gst_shout2send_change_state):
15430         * ext/shout2/gstshout2.h:
15431           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15432           #142262)
15433         * ext/theora/theora.c: (plugin_init):
15434           don't set rank on encoders
15435
15436 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15437
15438         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15439           Use codec_data property instead of flag1 and flag2 for wma
15440
15441 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15442
15443         * gst/cdxaparse/gstcdxaparse.c :
15444           - Add mpegversion to CAPS to make it link
15445           - Rank is as GST_RANK_SECONDARY instead of NONE
15446         * gst/auparse/gstauparse.c :
15447           - Document all audio encoding we can encounter from Solaris 9
15448             headers and libsndfile information.
15449           - Increase max. rate from 48000 to 192000 (to match other elements)
15450           - Don't try to play junk data between header and samples
15451
15452 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15453
15454         * ext/libvisual/visual.c: (gst_visual_getcaps):
15455           use the right caps depending on endianness (I hope)
15456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15457           use GST_RANK_NONE for all non-decoding elements or spider gets
15458           mighty confused
15459
15460 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15461
15462         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15463           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15464
15465 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15466
15467         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15468         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15469         (gst_switch_loop), (gst_switch_get_type):
15470           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15471           HEADERS. Had to be said.
15472
15473 2004-05-10  David Schleef  <ds@schleef.org>
15474
15475         * configure.ac: Add prototype Dirac support.
15476         * ext/Makefile.am:
15477         * ext/dirac/Makefile.am:
15478         * ext/dirac/gstdirac.cc:
15479         * ext/dirac/gstdiracdec.cc:
15480
15481 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15482
15483         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15484         (gst_auparse_init), (gst_auparse_chain),
15485         (gst_auparse_change_state):
15486           Hack around spider. Remove me some day please.
15487
15488 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15489
15490         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15491           Fix for some uninitialized variables in previous patch, also
15492           makes it work. Fixes #142286 while we're at it.
15493
15494 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15495
15496         * gst/auparse/gstauparse.c:
15497                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15498                 only unsupported formats are ADPCM/CCITT G.72x
15499                 reviewed by Ronald
15500         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15501
15502 2004-05-10  Wim Taymans  <wim@fluendo.com>
15503
15504         * ext/vorbis/Makefile.am:
15505         * ext/vorbis/README:
15506         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15507         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15508         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15509         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15510         (gst_oggvorbisenc_convert_sink),
15511         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15512         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15513         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15514         (get_constraints_string), (update_start_message),
15515         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15516         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15517         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15518         * ext/vorbis/oggvorbisenc.h:
15519         * ext/vorbis/vorbis.c: (plugin_init):
15520         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15521         (raw_caps_factory), (gst_vorbisenc_class_init),
15522         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15523         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15524         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15525         * ext/vorbis/vorbisenc.h:
15526         Added a raw vorbis encoder to be used with the oggmuxer.
15527         We still need the old encoder for some gnome applications,
15528         read the README to find out how that works.
15529         The raw encoder is called "rawvorbisenc" until 0.9.
15530
15531 2004-05-10  Wim Taymans  <wim@fluendo.com>
15532
15533         * ext/ogg/gstogg.c: (plugin_init):
15534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15535         (gst_ogg_print):
15536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15537         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15538         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15539         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15540         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15541         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15542         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15543         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15544         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15545         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15546         Added an ogg muxer.
15547         Small typo fixes in the demuxer.
15548
15549 2004-05-10  Wim Taymans  <wim@fluendo.com>
15550
15551         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15552         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15553         (theora_enc_change_state), (theora_enc_set_property),
15554         (theora_enc_get_property):
15555         Mark the last packet with an EOS flag which is not really needed
15556         in gstreamer.
15557         Do some better video framerate initialisation.
15558         Update the buffer timestamp.
15559
15560 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15561
15562         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15563         Return the result of the parent state change call
15564
15565 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15566
15567         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15568         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15569         * gst/law/alaw-encode.c : (idem)
15570         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15571         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15572         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15573
15574 2004-05-09  Benjamin Otte  <otte@gnome.org>
15575
15576         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15577           don't use a fixed buffer size when writing variable length data to
15578           it. Fixes memory corruption and makes alsasrc work
15579
15580 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15581
15582         * ext/gnomevfs/gstgnomevfssink.c:
15583         (_gst_boolean_allow_overwrite_accumulator),
15584         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15585           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15586           RUN_LAST, and don't use that to set the accumulator value because
15587           then it's always FALSE.
15588
15589 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15590
15591         * gst-libs/gst/riff/riff-media.c:
15592         (gst_riff_create_video_caps_with_data),
15593         (gst_riff_create_audio_caps),
15594         (gst_riff_create_audio_template_caps):
15595         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15596           Fix for unaligned RIFF files (i.e. where all the chunks together
15597           in a LIST chunk are not of the same size as the size given in
15598           the LIST chunk header). Fixes several odd WAVE files. Also fix
15599           ADPCM (block_align property) in audio, so that wavparse based
15600           on this works now as it used to stand-alone.
15601
15602 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15603
15604         reviewed by Benjamin Otte  <otte@gnome.org>
15605
15606         * ext/a52dec/gsta52dec.c:
15607         * ext/divx/gstdivxdec.c:
15608         * ext/divx/gstdivxenc.c:
15609         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15610         * ext/faac/gstfaac.c: (gst_faac_base_init):
15611         * ext/faad/gstfaad.c: (gst_faad_base_init):
15612         * ext/ivorbis/vorbisfile.c:
15613         * ext/lame/gstlame.c:
15614         * ext/libfame/gstlibfame.c:
15615         * ext/mpeg2enc/gstmpeg2enc.cc:
15616         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15617         * ext/sidplay/gstsiddec.cc:
15618         * ext/speex/gstspeexdec.c:
15619         * ext/speex/gstspeexenc.c:
15620         * ext/xvid/gstxviddec.c:
15621         * ext/xvid/gstxvidenc.c:
15622           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15623           (fixes #142193)
15624
15625 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15626
15627         * ext/alsa/gstalsa.c: (device_list),
15628         (gst_alsa_class_probe_devices):
15629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15630           Fix alsa oddness in mixer after the combination of using mixer
15631           in source/sink elements and using hw:x,y instead of just hw:x.
15632
15633 2004-05-09  Benjamin Otte  <otte@gnome.org>
15634
15635         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15636         (gst_wavparse_create_sourcepad):
15637           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15638           sourcepads
15639
15640 2004-05-09  Benjamin Otte  <otte@gnome.org>
15641
15642         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15643           allow discont events before caps nego
15644
15645 2004-05-08  Benjamin Otte  <otte@gnome.org>
15646
15647         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15648           don't leak events
15649
15650 2004-05-08  Benjamin Otte  <otte@gnome.org>
15651
15652         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15653         (gst_level_change_state), (gst_level_init):
15654         * gst/level/gstlevel.h:
15655           figure out if we're initialized directly instead of keeping a
15656           variable that's wrong in 90% of cases
15657           don't initialize pads and then leak them and use a new unitialized
15658           pad. (fixes #142084)
15659           these were bugs so n00bish I didn't find them for an hour :/
15660
15661 2004-05-08 Iain <iain@prettypeople.org>
15662
15663         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15664         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15665         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15666         return the length that was read.
15667         (gst_riff_read_strf_auds): Allow fmt tags as well.
15668
15669 2004-05-07  David Schleef  <ds@schleef.org>
15670
15671         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15672         signed char assumption in faad.h.
15673
15674 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15675
15676         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15677           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15678
15679 2004-05-07  Colin Walters  <walters@redhat.com>
15680
15681         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15682         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15683         function.
15684         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15685         Add dispose function.
15686
15687 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15688         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15689           Fix caps nego and pad templates. RGB mode caps should
15690           work now.
15691         * ext/dvdnav/gst-dvd:
15692           Move mpeg2dec inside the thread because otherwise the
15693           queue rejects cap changes mid-stream
15694         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15695         (gst_mpeg2dec_flush_decoder):
15696           For mpeg2dec > 0.4.0, call the flush function instead of
15697           manually extracting all in-flight frames.
15698         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15699         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15700           Change mime type video/dv go video/x-dv to match the
15701           rest of gst-plugins
15702
15703 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15704
15705         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15707         (gst_alsa_sink_class_init):
15708         * ext/alsa/gstalsasink.h:
15709         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15710         (gst_alsa_src_class_init):
15711         * ext/alsa/gstalsasrc.h:
15712           Make alsasink/src a subclass of alsamixer so that mixer stuff
15713           shows up in gst-rec. Needs some finetuning.
15714
15715 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15716
15717         * ext/lame/gstlame.c: (gst_lame_chain):
15718           simplify
15719         * ext/mad/gstmad.c: (gst_mad_handle_event):
15720           fix event leak
15721         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15722           be able to detect mp3 files < 4096 bytes
15723
15724 2004-05-06  Wim Taymans  <wim@fluendo.com>
15725
15726         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15727         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15728         (theora_enc_set_property), (theora_enc_get_property):
15729         Also encode the first frame, cleanup some code.
15730
15731 2004-05-06  Wim Taymans  <wim@fluendo.com>
15732
15733         * ext/mpeg2enc/gstmpeg2enc.cc:
15734         Forward events first before deciding that negotiation was
15735         not performed.
15736
15737 2004-05-06  Wim Taymans  <wim@fluendo.com>
15738
15739         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15740         First process the events before deciding that negotiation
15741         was not performed.
15742
15743 2004-05-06  Wim Taymans  <wim@fluendo.com>
15744
15745         * ext/theora/Makefile.am:
15746         * ext/theora/theora.c: (plugin_init):
15747         * ext/theora/theoradec.c: (theora_dec_change_state):
15748         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15749         (gst_theora_enc_class_init), (gst_theora_enc_init),
15750         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15751         (theora_enc_chain), (theora_enc_change_state),
15752         (theora_enc_set_property), (theora_enc_get_property):
15753         Added a theora encoder, grouped the encoder and decoder into the
15754         same plugin.
15755
15756 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15757
15758         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15759         (gst_jpegenc_chain):
15760         fix DURATION on outgoing buffers
15761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15762         debug using time formats
15763         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15765         (gst_xvimagesink_sink_link):
15766         windows with width/height 0 generate X errors, so don't allow them
15767
15768 2004-05-05  Wim Taymans  <wim@fluendo.com>
15769
15770         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15771         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15772         (gst_mpeg2dec_negotiate_format):
15773         * ext/mpeg2dec/gstmpeg2dec.h:
15774           removed the static pad template so that we can add the
15775           more accurate framerate value to the caps.
15776
15777
15778 2004-05-04  Benjamin Otte  <otte@gnome.org>
15779
15780         * configure.ac:
15781           check for kdemacros.h, too (should fix #141821)
15782         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15783           don't crash if no header was sent, but nicely error out (fixes part
15784           of #141554)
15785
15786 2004-05-04  Wim Taymans  <wim@fluendo.com>
15787
15788         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15789         parent dispose function to avoid segfault on destroy.
15790
15791 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15794         (plugin_init):
15795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15796         (gst_xvimagesink_sink_link):
15797         clean up debugging caps
15798         also recreate xvimage when format has changed
15799
15800 2004-05-04  Benjamin Otte  <otte@gnome.org>
15801
15802         * ext/libvisual/Makefile.am:
15803         * ext/libvisual/visual.c: (gst_visual_class_init),
15804         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15805         (gst_visual_srclink), (gst_visual_chain),
15806         (gst_visual_change_state), (plugin_init):
15807           use a GstAdapter to correctly adapt buffer sizes - allows using a
15808           framerate
15809
15810 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15811
15812         * sys/v4l/gstv4lelement.h:
15813         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15815         (gst_v4lsrc_buffer_free):
15816         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15817         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15818         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15819         (gst_v4lsrc_requeue_frame):
15820         move some debugging categories around
15821         query for fps index and set accordingly if found
15822
15823 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15824
15825         * ext/lame/gstlame.c:
15826         correct defaults that lame_init puts out of range
15827
15828 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15829
15830         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15831         (gst_divxenc_class_init):
15832         fix range since -1 is the default
15833         * gst/mpeg1sys/gstmpeg1systemencode.c:
15834         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15835         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15836         (gst_rtjpegdec_chain):
15837         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15838         (gst_rtjpegenc_chain):
15839         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15840         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15841         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15842         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15843         * sys/v4l/gstv4lsrc.c:
15844         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15845         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15846         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15847         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15848         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15849           remove gst_info calls
15850
15851 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15852
15853         * Makefile.am:
15854         * po/af.po:
15855         * po/az.po:
15856         * po/en_GB.po:
15857         * po/nl.po:
15858         * po/sr.po:
15859         * po/sv.po:
15860           Updated translations
15861
15862 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15863
15864         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15865           refactor/comment code
15866
15867 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15868
15869         * gst/asfdemux/Makefile.am:
15870         * gst/asfdemux/asfheaders.c:
15871         * gst/asfdemux/asfheaders.h:
15872         * gst/asfdemux/gstasf.c: (plugin_init):
15873         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15874         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15875         (gst_asf_demux_setup_pad):
15876         * gst/asfdemux/gstasfdemux.h:
15877         * gst/asfdemux/gstasfmux.c:
15878         * gst/asfdemux/gstasfmux.h:
15879           Add tagging support to demuxer, split out registration in its own
15880           file instead of in demux (hacky), and prevent having some tables
15881           in our memory multiple times (in asfheaders.h).
15882
15883 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15884
15885         * gst/matroska/matroska-demux.c:
15886         (gst_matroska_demux_parse_metadata):
15887         * gst/matroska/matroska-ids.h:
15888           Basic tag reading support.
15889
15890 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15891
15892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15893           Really detect ac-3 audio.
15894         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15895           really detect matroska files (off-by-1).
15896
15897 2004-04-30  David Schleef  <ds@schleef.org>
15898
15899         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15900         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15901         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15902         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15903         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15904         hackage -- parse a lot more atoms, extract a few tags.  One might even
15905         mistake this for tag support.  Maybe it is.
15906         * gst/qtdemux/qtdemux.h:
15907
15908 2004-04-30  Colin Walters  <walters@verbum.org>
15909
15910         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15911
15912 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15913
15914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15915         (gst_ffmpegcolorspace_getcaps):
15916           remove broken nego fix
15917
15918 2004-04-30  Benjamin Otte  <otte@gnome.org>
15919
15920         * configure.ac:
15921         * ext/Makefile.am:
15922         * ext/libvisual/Makefile.am:
15923         * ext/libvisual/visual.c:
15924           add initial support for libvisual (http://libvisual.sourceforge.net)
15925           libvisual is still quite alpha, so expect crashes in there :)
15926
15927 2004-04-29  David Schleef  <ds@schleef.org>
15928
15929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15930         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15931         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15932         code; you will no longer respect me.
15933
15934 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15935
15936         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15937         * ext/alsa/gstalsa.h :
15938         change alsa pcm device discovery to find more than 1 device
15939         per card. code review by Ronald.
15940
15941 2004-04-29  David Schleef  <ds@schleef.org>
15942
15943         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15944         Add a check for a driver bug on FreeBSD.  (bug #140565)
15945
15946 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15947
15948         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15949         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15950         (gst_jpegenc_getcaps):
15951           move format setting to inner loop
15952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15953         (gst_ffmpegcolorspace_getcaps):
15954           use GST_PAD_CAPS if available so that we use already negotiated
15955           caps
15956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15957         (qtdemux_parse_moov), (qtdemux_parse):
15958           extra debugging
15959         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15960         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15961           move hardcoded path to DEFINE
15962
15963 2004-04-28  David Schleef  <ds@schleef.org>
15964
15965         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15966         (bug #140064)
15967
15968 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15969
15970         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15971           Don't probe for playback device if we're a source element. Fixes
15972           #139658.
15973
15974 2004-04-29  Benjamin Otte  <otte@gnome.org>
15975
15976         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15977         (gst_id3_tag_chain):
15978           rewrite buffer offset
15979
15980 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15981
15982         * configure.ac:
15983         * ext/Makefile.am:
15984         * ext/dts/Makefile.am:
15985         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15986         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15987         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15988         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15989         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15990         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15991         (plugin_init):
15992         * ext/dts/gstdtsdec.h:
15993           New DTS decoder.
15994         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15995         (gst_faad_srcconnect):
15996           Add ESDS atom handling (.m4a).
15997
15998 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15999
16000         * ext/divx/gstdivxdec.c: (plugin_init):
16001           Remove comment that makes no sense.
16002         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16003           Fix for obvious typo that resulted in warnings during gst-register.
16004         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16005         (gst_xviddec_sink_link):
16006           Fix caps negotiation a bit better.
16007         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16008           We call this 'codec_data', not 'esds'.
16009
16010 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16011
16012         * gst/monoscope/gstmonoscope.c:
16013           make sure we only provide 256x128
16014         * gst/monoscope/monoscope.c: (monoscope_init):
16015           assert size of 256x128
16016
16017 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16018
16019         * Makefile.am:
16020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16021         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16022           fixate to max width and height of device
16023
16024 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * Makefile.am:
16027         * sys/v4l/gstv4l.c:
16028         * sys/v4l/gstv4lsrc.c:
16029         * sys/v4l/v4l_calls.c:
16030         * sys/v4l/v4lsrc_calls.c:
16031           fix for qc-usb driver which fakes having more than one buffer
16032           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16033           buffer_free override
16034           add debugging
16035
16036 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16037
16038         * Makefile.am:
16039         * gst/videotestsrc/gstvideotestsrc.c:
16040         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16041         (gst_videotestsrc_init), (gst_videotestsrc_get),
16042         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16043         * gst/videotestsrc/gstvideotestsrc.h:
16044           add num-buffers property
16045
16046         2004-04-26  Benjamin Otte  <otte@gnome.org>
16047
16048         * ext/mad/gstid3tag.c: (plugin_init):
16049           set id3mux rank to NONE so it doesn't confuse spider
16050           require audio/mpeg,mpegversion=1 in id3mux
16051
16052 2004-04-26  Benjamin Otte  <otte@gnome.org>
16053
16054         * configure.ac:
16055           detect faad correctly as non-working if it's indeed non-working
16056
16057 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16058
16059         * Makefile.am:
16060         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16061         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16062         fix _getcaps so it only negotiates to its supported format
16063
16064 2004-04-25  Benjamin Otte  <otte@gnome.org>
16065
16066         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16067           fix memleak
16068
16069 2004-04-23  Benjamin Otte  <otte@gnome.org>
16070
16071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16072           audio/x-raw-int with height rules! not. Now it's depth.
16073
16074 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16075
16076         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16077         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16078         (gst_wavparse_loop):
16079           Missing variable initialization. Add handling of DVI ADPCM. Fix
16080           mis-parsing of LIST chunks. This works around a bug where we mis-
16081           parse non-aligning LIST chunks (so LIST chunks where the contents
16082           don't align with the actual LIST size). The correct fix is to use
16083           rifflib, I'm not going to fix wavparse - too much work. All this
16084           fixes #104878.
16085
16086 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16087
16088         reviewed by Benjamin Otte  <otte@gnome.org>
16089
16090         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16091           fix shoutcast not working (fixes #140844)
16092
16093 2004-04-22  Benjamin Otte  <otte@gnome.org>
16094
16095         * ext/hermes/gsthermescolorspace.c:
16096         (gst_hermes_colorspace_caps_remove_format_info):
16097         * gst/colorspace/gstcolorspace.c:
16098         (gst_colorspace_caps_remove_format_info):
16099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16100         (gst_ffmpegcolorspace_caps_remove_format_info):
16101           s/gst_caps_simplify/gst_caps_do_simplify/
16102
16103 2004-04-22  Benjamin Otte  <otte@gnome.org>
16104
16105         * gst-libs/gst/riff/riff-media.c:
16106         (gst_riff_create_video_caps_with_data):
16107           mpegversion is an int
16108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16109           don't try to create pad templates with NULL caps, use any caps
16110           instead.
16111
16112 2004-04-20  David Schleef  <ds@schleef.org>
16113
16114         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16115         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16116         (bug #140384)
16117
16118 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16119
16120         reviewed by David Schleef
16121
16122         * ext/mad/gstid3tag.c: Add stdlib.h
16123         * gst/rtp/gstrtpgsmenc.c: same
16124         * gst/tags/gstid3tag.c: same
16125         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16126         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16127         GST_DISABLE_LOADSAVE use.
16128         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16129         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16130         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16131         atol(3)).
16132         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16133         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16134         strtoul(3)).
16135         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16136         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16137         $(ID3_CFLAGS).
16138         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16139         $(LIBFAME_CFLAGS).
16140
16141 2004-04-20  David Schleef  <ds@schleef.org>
16142
16143         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16144         last checkin.  Same idea.
16145
16146 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16147
16148         reviewed by David Schleef
16149
16150         * configure.ac: bump required gstreamer version to 0.8.1.1
16151         because of following changes [--ds]
16152
16153         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16154         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16155         (gst_riff_read_header):  Use GST_READ_UINT*
16156         macros to access possibly unaligned memory.
16157
16158         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16159         (mp3_type_find):  Use GST_READ_UINT*
16160         macros to access possibly unaligned memory.
16161         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16162         (speex_type_find): Likewise
16163
16164         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16165
16166         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16167         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16168         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16169         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16170         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16171         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16172         macros to access possibly unaligned memory.
16173
16174         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16175         Likewise.
16176
16177         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16178         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16179
16180         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16181         Likewise.
16182
16183         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16184         (gst_mpeg2subt_chain_subtitle): Likewise.
16185
16186         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16187         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16188         Likewise.
16189
16190         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16191         Likewise.
16192
16193         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16194         Likewise.
16195
16196         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16197         Likewise.
16198
16199 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16200
16201         * configure.ac:
16202           update required version of GStreamer because of GST_TIME_FORMAT
16203
16204 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16205
16206         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16207           remove leftover g_print
16208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16209           don't try setting only a subset of the caps. We don't want to kill
16210           autoplugging on purpose
16211
16212 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16213
16214         * sys/ximage/ximagesink.c: (plugin_init):
16215         * sys/xvimage/xvimagesink.c: (plugin_init):
16216           add debugging categories
16217
16218 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16219
16220         * po/en_GB.po:
16221         * po/LINGUAS:
16222           Adding en_GB translation (Gareth Owen)
16223
16224 2004-04-20  David Schleef  <ds@schleef.org>
16225
16226         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16227         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16228         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16229         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16230         A number of new features and hacks to extract the esds atom and
16231         put it into the caps.  (bug #137724)
16232
16233 2004-04-19  David Schleef  <ds@schleef.org>
16234
16235         * gconf/Makefile.am: Fix for non-GNU make
16236         * gst-libs/gst/Makefile.am: Change directory order to handle
16237         GstPlay linking with gstinterfaces
16238         * gst-libs/gst/audio/make_filter: make use of tr portable
16239         * gst-libs/gst/play/Makefile.am: Add intended \
16240         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16241         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16242         function prototype instead of void *.
16243         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16244         macro.
16245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16246         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16247         * gst/videofilter/make_filter: make use of tr portable
16248         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16249
16250 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16251
16252         * po/LINGUAS:
16253         * po/uk.po:
16254           Added Ukrainian translation (Maxim V. Dziumanenko)
16255
16256 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16257
16258         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16259         (gst_gsmdec_link), (gst_gsmdec_chain):
16260           Fix capsnego, simplify chain function slightly.
16261         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16262           Add GSM.
16263
16264 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16265
16266         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16267         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16268         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16269           Hack to make wavparse work with spider (always -> sometimes pad).
16270           Fixes #135862 && #140411.
16271
16272 2004-04-18  Benjamin Otte  <otte@gnome.org>
16273
16274         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16275         (gst_osselement_rate_probe_check),
16276         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16277           get rid of \n in debug output
16278
16279 2004-04-17  Iain <iain@prettypeople.org>
16280
16281         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16282         not just EOS.
16283
16284 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16285
16286         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16287         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16288         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16289         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16290         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16291         (gst_id3_tag_change_state), (plugin_init):
16292           deprecate id3tag element and replace with id3demux/id3mux.
16293           great side effect: this ugly file is now even uglier, yay!
16294         * ext/mad/gstmad.h:
16295           remove non-available function
16296           update for new get_type
16297
16298 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16299
16300         * configure.ac:
16301           require mpeg2dec >= 0.4.0
16302
16303 2004-04-17  Benjamin Otte  <otte@gnome.org>
16304
16305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16306         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16307         (gst_xvimagesink_set_xwindow_id):
16308           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16309           assorted cleanup fixes.
16310
16311 2004-04-16  David Schleef  <ds@schleef.org>
16312
16313         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16314         * sys/xvimage/xvimagesink.h: same
16315
16316 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16317
16318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16319           Fix GST_ELEMENT_ERROR with (NULL)
16320
16321 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16322
16323         * gst-libs/gst/riff/riff-media.c:
16324         (gst_riff_create_video_caps_with_data):
16325           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16326
16327 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * gst-libs/gst/riff/riff-media.c:
16330         (gst_riff_create_video_caps_with_data),
16331         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16332         (gst_riff_create_video_template_caps),
16333         (gst_riff_create_audio_template_caps):
16334         * gst-libs/gst/riff/riff-media.h:
16335         * gst-libs/gst/riff/riff-read.c:
16336         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16337         * gst-libs/gst/riff/riff-read.h:
16338         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16339           Add MS RLE support. I added some functions to read out strf chunks
16340           into strf chunks and the data behind it. This is usually color
16341           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16342           caps creation. Lastly, add ADPCM (similar to wavparse - which
16343           should eventually be rifflib based).
16344         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16345         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16346         * gst/matroska/matroska-demux.h:
16347           Remove placeholders for some prehistoric tagging system. Didn't add
16348           support for any tag system really anyway.
16349         * gst/qtdemux/qtdemux.c:
16350           Add support for audio/x-m4a (MPEG-4) through spider.
16351         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16352         (gst_wavparse_loop):
16353           ADPCM support (#135862). Increase max. buffer size because we
16354           cannot split buffers for ADPCM (screws references) and I've seen
16355           files with 2048 byte chunks. 4096 seems safe for now.
16356
16357 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16358
16359         * configure.ac: bump nano to 1
16360
16361 === release 0.8.1 ===
16362
16363 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16364
16365         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16366
16367 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16368
16369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16370           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16371           Fixes #140058
16372
16373 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16374
16375         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16376           lower rank of dvddemux so that it's not used for mpeg playback.
16377
16378 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16379
16380         * configure.ac:
16381           save libs correctly when checking mad
16382
16383 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16384
16385         * ext/mad/gstid3tag.c: (plugin_init):
16386           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16387
16388 2004-04-13  David Schleef  <ds@schleef.org>
16389
16390         * common/m4/gst-feature.m4: Call -config scripts with
16391         --plugin-libs if it is supported.
16392         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16393         JPEG images are image/jpeg.
16394         * gst/debug/Makefile.am:
16395         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16396         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16397         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16398         (gst_negotiation_plugin_init): Add a property that acts like
16399         filter caps.
16400         * testsuite/gst-lint:  Move license checking to be a standard
16401         test.
16402
16403 2004-04-13  David Schleef  <ds@schleef.org>
16404
16405         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16406         patch from Sebastien Cote (bug #139958)
16407
16408 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16409
16410         * examples/gstplay/Makefile.am:
16411         * examples/gstplay/player.c: (main):
16412           make the commandline player example use gconf settings
16413
16414 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16415
16416         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16417         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16418         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16419           init/end library during state transition, not object
16420           creation/disposal.  get rid of custom dispose handler.
16421
16422
16423 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16424
16425         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16426         be a symlink
16427
16428 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16429
16430         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16431           Handle JUNK chunks inside data section. Prevents warnings.
16432
16433 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16434
16435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16436         (gst_riff_create_video_template_caps):
16437           Add MS video v1.
16438         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16439         (gst_avi_demux_stream_data):
16440           Add support for "rec-list" chunks.
16441
16442 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16443
16444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16445           Fix another codecname mismatch.
16446
16447 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16448
16449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16450           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16451           so that MJPEG plays back.
16452
16453 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16454
16455         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16456         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16457         * gst/mpeg1videoparse/gstmp1videoparse.h:
16458           Fix for some slight mis-cuts in buffer parsing, and for some
16459           potential overflows or faults-causers. Adds disconts. Also fixes
16460           #139105 while we're at it.
16461
16462 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16463
16464         * configure.ac:
16465         * sys/v4l2/gstv4l2element.h:
16466           Workaround for missing struct v4l2_buffer declaration in Suse 9
16467           and Mandrake 10 linux/videodev2.h header file (#135919).
16468
16469 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16470
16471         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16472           Bail out if no filename was given.
16473
16474 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16475
16476         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16477         (gst_v4l2_fourcc_from_structure):
16478           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16479           Y41B somewhere).
16480
16481 2004-04-09  Benjamin Otte  <otte@gnome.org>
16482
16483         * ext/gnomevfs/gstgnomevfssink.c:
16484         (_gst_boolean_allow_overwrite_accumulator),
16485         (gst_gnomevfssink_class_init):
16486           fix erase signal - if any handler returns false the file will not be
16487           overwritten. If no handler is connected, the file will not be
16488           overwritten either.
16489           renamed signal to "allow-overwrite"
16490         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16491           free string when adding it to ID3 failed
16492         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16493           unref event when done
16494         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16495           free caps
16496         * gst/typefind/gsttypefindfunctions.c:
16497         (mpeg_video_stream_type_find):
16498           fix invalid read
16499
16500 2004-04-08  David Schleef  <ds@schleef.org>
16501
16502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16503         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16504
16505 2004-04-08  David Schleef  <ds@schleef.org>
16506
16507         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16508         we don't support (bug #139532)
16509
16510 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16511
16512         * ext/mad/gstmad.c: (gst_mad_handle_event),
16513         (gst_mad_check_caps_reset), (gst_mad_chain),
16514         (gst_mad_change_state):
16515           only set explicit caps if they haven't been set before for
16516           this stream.  MPEG-audio sample rate/channels aren't allowed
16517           to change in-stream.
16518           Fixes #139382
16519
16520 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16521
16522         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16523         (_gst_boolean_did_something_accumulator),
16524         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16525         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16526         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16527         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16528         (gst_gnomevfssink_change_state):
16529           Fix erase signal. Don't erase by default. Remove handoff signal.
16530           Remove erase property. Don't segfault. General cleanup.
16531
16532 2004-04-07  Benjamin Otte  <otte@gnome.org>
16533
16534         * gst-libs/gst/gconf/test-gconf.c: (main):
16535           add missing gst_init
16536
16537 2004-04-07  Benjamin Otte  <otte@gnome.org>
16538
16539         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16540           free the mutexes, too
16541
16542 2004-04-07  Benjamin Otte  <otte@gnome.org>
16543
16544         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16545           actually free the URI string
16546         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16547           compute offset correctly when passing discont events
16548         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16549           don't leak discont events
16550         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16551           add some missing breaks so caps aren't copied randomly
16552         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16553           if we realloc memory, we better use it
16554
16555 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16556
16557         * ext/mad/gstmad.c: (normal_seek):
16558           fix GST_FORMAT_TIME usage
16559
16560 2004-04-05  David Schleef  <ds@schleef.org>
16561
16562         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16563         a deprecated function (hack!)
16564
16565 2004-04-05  Benjamin Otte  <otte@gnome.org>
16566
16567         * ext/esd/esdmon.c: (gst_esdmon_get):
16568           fix nonterminated vararg and memleak
16569
16570 2004-04-05  Benjamin Otte  <otte@gnome.org>
16571
16572         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16573         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16574         (gst_ladspa_set_property), (gst_ladspa_get_property),
16575         (gst_ladspa_instantiate), (gst_ladspa_activate),
16576         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16577           clean up debugging
16578
16579 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16580
16581         reviewed by Benjamin Otte  <otte@gnome.org>
16582
16583         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16584           check for broken LADSPA parameters (fixes #138635)
16585
16586 2004-04-05  Benjamin Otte  <otte@gnome.org>
16587
16588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16589           advertise buffer-frames correctly on sinkpads
16590
16591 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16592
16593         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16594         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16595         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16596         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16597         (gst_mad_check_caps_reset), (gst_mad_chain):
16598         add more debugging, only reset caps when we're not in error state
16599
16600 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16601
16602         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16603
16604 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16605
16606         reviewed by Benjamin Otte  <otte@gnome.org>
16607
16608         * configure.ac:
16609           fix == in test(1) operator
16610
16611 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16612
16613         reviewed by Benjamin Otte  <otte@gnome.org>
16614
16615         * configure.ac:
16616           fix --export-symblos-regex to a working regex.
16617
16618 2004-04-04  Benjamin Otte  <otte@gnome.org>
16619
16620         * sys/oss/.cvsignore:
16621           add for oss_probe
16622
16623 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16624
16625         reviewed by Benjamin Otte  <otte@gnome.org>
16626
16627         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16628           add missing 'new_media' argument (fixes #138168)
16629         * gst/matroska/matroska-demux.c:
16630         (gst_matroska_demux_handle_seek_event):
16631           add vararg terminator (fixes #138169)
16632
16633 2004-04-02  David Schleef  <ds@schleef.org>
16634
16635         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16636         disted (bug #138914)
16637
16638 2004-04-01  Benjamin Otte  <otte@gnome.org>
16639
16640         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16641         (gst_alsa_close_audio):
16642           handle case better where a soundcard can't pause
16643         * ext/ogg/gstoggdemux.c:
16644           don't crash when we get events but don't have pads yet
16645
16646 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16647
16648         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16649           throw an error if we couldn't probe any caps.
16650
16651 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16652
16653         * ext/dvdnav/gst-dvd:
16654         Add a really simple sample DVD player
16655
16656 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16657
16658         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16659         (gst_a52dec_push), (gst_a52dec_handle_event),
16660         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16661         (gst_a52dec_change_state):
16662         * ext/a52dec/gsta52dec.h:
16663           Use a debug category, Output timestamps correctly
16664           Emit tag info, Handle events, tell liba52dec about cpu
16665           capabilities so it can use MMX etc.
16666         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16667           Fix a crasher accessing invalid memory
16668         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16669         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16670         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16671         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16672         (dvdnavsrc_query):
16673           Some support for byte-format seeking.
16674           Small fixes for still frames and menu button overlays
16675         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16676         (gst_mpeg2dec_alloc_buffer):
16677           Use a debug category. Adjust the report level of several items to
16678           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16679           so it doesn't lose the GstBuffer pointer
16680         * gst/debug/Makefile.am:
16681         * gst/debug/gstdebug.c: (plugin_init):
16682         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16683         (gst_navseek_base_init), (gst_navseek_class_init),
16684         (gst_navseek_init), (gst_navseek_seek),
16685         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16686         (gst_navseek_get_property), (gst_navseek_chain),
16687         (gst_navseek_plugin_init):
16688         * gst/debug/gstnavseek.h:
16689           Add the navseek debug element for seeking back and forth in a
16690           video stream using arrow keys.
16691         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16692         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16693         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16694         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16695         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16696         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16697         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16698         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16699         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16700         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16701         * gst/mpeg2sub/gstmpeg2subt.h:
16702           Pretty much a complete rewrite. Now a loopbased element. May still
16703           require work to properly synchronise subtitle buffers.
16704         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16705         (gst_dvd_demux_send_subbuffer):
16706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16707           Don't attempt to create subbuffers of size 0
16708           Reduce a couple of error outputs to warnings.
16709         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16710         (gst_y4mencode_chain):
16711         Output the y4m frame header correctly.
16712
16713 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16714
16715         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16716           throw errors instead of allowing SIGFPE
16717
16718 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16719
16720         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16721         (gst_gconf_render_bin_from_key):
16722           leak plugging and style fixing
16723
16724 2004-03-31  David Schleef  <ds@schleef.org>
16725
16726         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16727         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16728         (bug #138225)
16729         * gst/debug/Makefile.am:
16730         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16731         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16732         plugin.
16733         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16734         (gst_negotiation_base_init), (gst_negotiation_class_init),
16735         (gst_negotiation_init), (gst_negotiation_getcaps),
16736         (gst_negotiation_pad_link), (gst_negotiation_chain),
16737         (gst_negotiation_set_property), (gst_negotiation_get_property),
16738         (gst_negotiation_plugin_init):  New element to talk about random
16739         negotiation things happening in a pipeline.
16740
16741 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16742
16743         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16744           fix integer addition with help of Stefan Kost
16745
16746 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16747
16748         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16749
16750 2004-03-30  David Schleef  <ds@schleef.org>
16751
16752         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16753         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16754         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16755         (bug #137504)
16756         * ext/mpeg2dec/gstmpeg2dec.h:
16757
16758 2004-03-30  David Schleef  <ds@schleef.org>
16759
16760         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16761
16762 2004-03-30  David Schleef  <ds@schleef.org>
16763
16764         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16765         Michael Petullo) to handle .mov
16766
16767 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16768
16769         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16770         (gst_osselement_rate_check_rate):
16771           probe caps correctly for sound cards that only support one format
16772
16773 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16774
16775         * ext/kio/kiosrc.cpp: (process_events):
16776           update handling event processing if inside KDE - untested
16777
16778 2004-03-29  David Schleef  <ds@schleef.org>
16779
16780         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16781         by 2 to not interfere with other colorspaces.
16782         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16783         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16784         one to not interfere with ffmpeg_colorspace.
16785
16786 2004-03-29  David Schleef  <ds@schleef.org>
16787
16788         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16789         aren't in the caps.
16790         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16791         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16792
16793 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16794
16795         * gst-libs/gst/riff/riff-media.c:
16796           fail on error, don't try to set stuff on NULL caps
16797
16798 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16799
16800         * configure.ac:
16801         * ext/Makefile.am:
16802         * ext/kio/Makefile.am:
16803         * ext/kio/kioreceiver.cpp:
16804         * ext/kio/kioreceiver.h:
16805         * ext/kio/kiosrc.cpp:
16806         * ext/kio/kiosrc.h:
16807           add experimental kiosrc plugin
16808         * ext/alsa/gstalsaplugin.c: (plugin_init):
16809           initialize debugging category only when we're sure registering the
16810           plugins worked.
16811
16812 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * examples/gstplay/player.c: (main):
16815         * gst-libs/gst/play/play.c: (gst_play_class_init),
16816         (gst_play_set_location), (gst_play_set_data_src),
16817         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16818         (gst_play_set_visualization), (gst_play_connect_visualization):
16819           check return values of element_set_state and return FALSE where
16820           failed
16821
16822 2004-03-29  Benjamin Otte  <otte@gnome.org>
16823
16824         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16825           try harder to check if an event is really a discont
16826
16827 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16828
16829         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16830         * po/az.po:
16831
16832 2004-03-28  Benjamin Otte  <otte@gnome.org>
16833
16834         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16835         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16836         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16837           get rid of non-standard "..." ranges in case statements.
16838
16839 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16840
16841         * gst/mpegstream/gstmpegdemux.c:
16842         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16843         specific functionality split to the new dvddemux element.
16844         * gst/mpegstream/gstdvddemux.c:
16845         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16846         streams, derived from mpegdemux.
16847         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16848         up. SCR based timestamp rewriting can be turned off (will probably
16849         completely disappear soon).
16850         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16851         hacking. General cleanup. All printf statements replaced by
16852         debugging messages. Almost complete libdvdnav support.
16853         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16854         by events. New properties for audio and subpicture languages.
16855         (dvdnavsrc_update_highlight): Now uses events.
16856         (dvdnavsrc_user_op): Cleaned up.
16857         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16858         based). Lots of cleanup, and propper support for most libdvdnav
16859         events.
16860         (dvdnavsrc_make_dvd_event): New function.
16861         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16862         (dvdnavsrc_make_clut_change_event): New function.
16863
16864 2004-03-26  Benjamin Otte  <otte@gnome.org>
16865
16866         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16867           fix bug where typefinding would claim it's theora whenever less then
16868           7 bytes of data were available
16869
16870 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16871
16872         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16873         (gst_alawdec_base_init), (gst_alawdec_class_init),
16874         (gst_alawdec_init), (gst_alawdec_chain):
16875         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16876         (gst_alawenc_base_init), (gst_alawenc_class_init),
16877         (gst_alawenc_init), (gst_alawenc_chain):
16878         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16879         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16880         (gst_mulawdec_init), (gst_mulawdec_chain):
16881         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16882         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16883         (gst_mulawenc_init), (gst_mulawenc_chain):
16884           Fix capsnego in all four, remove the unused property functions and
16885           simplify the chain functions slightly. I guess we could use macros
16886           or something similar for those, since the code is so similar, but
16887           I'm currently too lazy...
16888
16889 2004-03-24  David Schleef  <ds@schleef.org>
16890
16891         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16892         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16893         (gst_osselement_get_format_structure),
16894         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16895         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16896         (gst_osselement_rate_int_compare): Add code to handle rate probing
16897         (bug #120883)
16898         * sys/oss/gstosselement.h: same
16899         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16900         Use rate probing provided by osselement.
16901         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16902
16903 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16904
16905         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16906         (gst_xvidenc_get_property):
16907           ulong/int mess-up.
16908
16909 2004-03-24  David Schleef  <ds@schleef.org>
16910
16911         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16912         (gst_speexdec_init):
16913         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16914         (gst_speexenc_init):  Create the pad template correctly (from
16915         the static pad template, not a NULL pointer.)
16916
16917 2004-03-25  Benjamin Otte  <otte@gnome.org>
16918
16919         * gst/debug/Makefile.am:
16920         * gst/debug/breakmydata.c:
16921           add element that quasi-randomly changes bytes in the stream.
16922           Intended use is robustness checking of demuxers and decoders in
16923           media tests.
16924
16925 2004-03-24  Benjamin Otte  <otte@gnome.org>
16926
16927         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16928         (gst_alsa_probe_hw_params):
16929         * ext/alsa/gstalsa.h:
16930           debugging output fixes
16931
16932 2004-03-24  Benjamin Otte  <otte@gnome.org>
16933
16934         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16935           don't g_return_if_fail if element is PLAYING, fail silently as every
16936           other element.
16937         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16938           only fix needed for cast lvalue issues in gst-plugins
16939         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16940           add proxy_getcaps
16941
16942 2004-03-24  Benjamin Otte  <otte@gnome.org>
16943
16944         * gst/level/gstlevel.c: (gst_level_init):
16945           add proxying getcaps function, so level doesn't advertise impossible
16946           caps
16947
16948 2004-03-24  David Schleef  <ds@schleef.org>
16949
16950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16951         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16952         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16953         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16954         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16955         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16956         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16957         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16958         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16959         messages.  Divide the chunk size by the compression ratio
16960         (needed for MACE audio)
16961
16962 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16963
16964         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16965           Fix buffer overflow read error.
16966
16967 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16968
16969         * ext/alsa/gstalsa.h:
16970           Remove unused entry.
16971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16972           Add cinepak.
16973         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16974         (gst_videodrop_link), (gst_videodrop_chain):
16975           Fix, sort of. Was horribly broken with new capsnego. Bah...
16976
16977 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16978
16979         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16980         (plugin_init):
16981         Add a monkeysaudio typefind function
16982
16983 2004-03-23  Johan Dahlin  <johan@gnome.org>
16984
16985         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16986         (gst_play_video_fixate): Check so the structure has the field
16987         before trying to fixate them, this makes it possible to have
16988         fakesinks for video and audio output without printing errors on
16989         the output console.
16990
16991 2004-03-22  David Schleef  <ds@schleef.org>
16992
16993         * sys/oss/Makefile.am:
16994         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16995         (check_rate), (add_rate):  Rate probing test app.
16996
16997 2004-03-21  Benjamin Otte  <otte@gnome.org>
16998
16999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17000         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17001           add a fixation function that pretty much does the right thing (fixes
17002           #137556)
17003
17004 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17005
17006         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17007
17008 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17009
17010         reviewed by: Benjamin Otte  <otte@gnome.org>
17011
17012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17013           terminate gst_event_new_discontinuous correctly (fixes parts of
17014           #137711)
17015
17016 2004-03-19  David Schleef  <ds@schleef.org>
17017
17018         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17019         since it doesn't depend on X, and it's part of our ABI.
17020
17021 2004-03-19  Iain <iain@prettypeople.org>
17022
17023         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17024         is_int in the structure, not the local variable.
17025
17026 2004-03-19  David Schleef  <ds@schleef.org>
17027
17028         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17029         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17030         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17031         Improvements in caps negotiation.
17032
17033 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17034
17035         * po/LINGUAS:
17036         * po/af.po:
17037           adding Afrikaans (Petri Jooste)
17038
17039 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17040
17041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17042         (gst_ffmpegcolorspace_chain):
17043         throw error instead of g_critical (#137588)
17044
17045 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17046
17047         * Makefile.am:
17048         * configure.ac:
17049           dist common and m4 correctly
17050         * po/sv.po:
17051
17052 2004-03-17  David Schleef  <ds@schleef.org>
17053
17054         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17055         (bug #137348)
17056
17057 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17058
17059         * po/LINGUAS:
17060         * po/sv.po:
17061           adding Swedish translation (Christian Rose)
17062
17063 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17064
17065         * Makefile.am: use release.mak
17066
17067 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17068
17069         * common/ChangeLog:
17070         * common/gst-autogen.sh:
17071           add some explanation about the version detection
17072         * configure.ac:
17073           fix X check
17074
17075 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * configure.ac: bump nano to 1
17078
17079 === release 0.8.0 ===
17080
17081 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17082
17083         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17084
17085 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17086
17087         * configure.ac:
17088           update libtool version
17089         * gst-libs/gst/media-info/Makefile.am:
17090           actually use libtool version
17091
17092 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17093
17094         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17095
17096 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17097
17098         * configure.ac:
17099         * gst-plugins.spec.in:
17100         * pkgconfig/Makefile.am:
17101         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17102         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17103         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17104         * pkgconfig/gstreamer-libs.pc.in:
17105         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17106         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17107         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17108         * pkgconfig/gstreamer-plugins.pc.in:
17109           remove @VERSION@ from some of the pc files since core and plugins
17110           are decoupled.
17111           created gstreamer-plugins.pc as it's a better name, but keeping
17112           -libs around for now to get fixes upstream done first.
17113
17114 2004-03-15  Julien MOUTTE <julien@moutte.net>
17115
17116         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17117         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17118         * gst-libs/gst/play/play.h:
17119
17120 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17121
17122         * *.c, *.cc: don't mix tabs and spaces
17123
17124 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17125
17126         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17127           use the new ffmpegcolorspace
17128         * gst-plugins.spec.in:
17129           package new colorspace and media-info
17130         * configure.ac:
17131         * pkgconfig/Makefile.am:
17132           fix some more disting issues
17133         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17134         * pkgconfig/gstreamer-media-info.pc.in:
17135           generate media-info pc files
17136
17137 2004-03-15  Johan Dahlin  <johan@gnome.org>
17138
17139         * *.h: Revert indenting
17140
17141 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17142
17143         * configure.ac:
17144           adding ffmpegcolorspace element
17145         * gst/ffmpegcolorspace/Makefile.am:
17146         * gst/ffmpegcolorspace/avcodec.h:
17147         * gst/ffmpegcolorspace/common.h:
17148         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17149         * gst/ffmpegcolorspace/dsputil.h:
17150         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17152         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17153         (gst_ffmpeg_caps_to_pix_fmt):
17154         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17156         (gst_ffmpegcolorspace_caps_remove_format_info),
17157         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17158         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17159         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17160         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17161         (gst_ffmpegcolorspace_set_property),
17162         (gst_ffmpegcolorspace_get_property),
17163         (gst_ffmpegcolorspace_register):
17164         * gst/ffmpegcolorspace/imgconvert.c:
17165         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17166         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17167         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17168         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17169         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17170         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17171         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17172         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17173         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17174         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17175         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17176         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17177         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17178         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17179         (img_get_alpha_info), (deinterlace_line),
17180         (deinterlace_line_inplace), (deinterlace_bottom_field),
17181         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17182         * gst/ffmpegcolorspace/imgconvert_template.h:
17183         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17184         * gst/ffmpegcolorspace/mmx.h:
17185         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17186           adding ffmpegcolorspace element supplied by Ronald after cleaning
17187           up and pulling in the right bits of upstream source.
17188           I'm sure a better C/compiler wizard could do some cleaning up (for
17189           example use GLIB's malloc stuff), but as a first pass this
17190           works very well
17191
17192 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17193
17194         * ext/alsa/gstalsa.h:
17195           I assume Ronald forgot to commit the change to have cardname
17196           as a struct member.  Expect some public spanking at the next
17197           opportunity.
17198
17199 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17200
17201         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17202         (gst_alsa_open_audio), (gst_alsa_close_audio):
17203         * ext/alsa/gstalsa.c:
17204           Don't open the device if we're a mixer (= padless).
17205         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17206         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17207         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17208           Open mixer during state change rather than during object
17209           initialization. Also, get a device name. Currently in a somewhat
17210           hackish fashion, but I didn't really find something better.
17211
17212 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17213
17214         * *.c, *.h: run gst-indent
17215
17216 2004-03-14  Benjamin Otte  <otte@gnome.org>
17217
17218         * gst/modplug/gstmodplug.cc:
17219         * gst/modplug/gstmodplug.h:
17220           set correct timestamps on outgoing buffers
17221
17222 2004-03-14  Benjamin Otte  <otte@gnome.org>
17223
17224         * gst/modplug/gstmodplug.cc:
17225           handle events - don't do crap when a discont arrives that's not
17226           necessary
17227           This allows correct loading and playback of mods in Rhythmbox
17228
17229 2004-03-14  Benjamin Otte  <otte@gnome.org>
17230
17231         * configure.ac:
17232         * gst-libs/gst/gconf/Makefile.am:
17233         * pkgconfig/Makefile.am:
17234           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17235           they get rebuilt properly
17236         * configure.ac:
17237           when checking for vorbis, try pkgconfig first.
17238         * gst/modplug/gstmodplug.cc:
17239           add fixate function
17240
17241 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17242
17243         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17244           Fix for obvious mistake, where we first shift the offset and then
17245           read a samplesize element assuming the old offset. Note that this
17246           part still has something weird, i.e. my movies containing those
17247           don't actually play well, but at least there's something that looks
17248           like sound now.
17249
17250 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17251         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17252         (plugin_init):
17253         Add a typefind function for speex format
17254
17255 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17256
17257         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17258         (gst_asf_demux_setup_pad):
17259           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17260           instead of 0. Reason is simple: some elements have a fps range
17261           of 1-max instead of 0-max. So now ASF video actually works.
17262
17263 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17264
17265         * po/LINGUAS:
17266         * po/sr.po:
17267           adding serbian as a language
17268
17269 2004-03-13  Benjamin Otte  <otte@gnome.org>
17270
17271         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17272           return taglist correctly from _get function, don't gst_pad_push it.
17273           (fixes #137042)
17274
17275 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17276         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17277
17278 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17279
17280         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17281         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17282         (gst_alsa_mixer_track_new):
17283         * ext/alsa/gstalsamixertrack.h:
17284           Fix ancient leftovers... MixerTrack is a GObject.
17285
17286 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17287
17288         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17289         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17290           Don't block during probing...
17291
17292 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17293
17294         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17295         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17296         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17297         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17298         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17299         (gst_alsa_open_audio), (gst_alsa_close_audio):
17300         * ext/alsa/gstalsa.h:
17301           Add propertyprobe interface implementation, add some device-name
17302           property, all this so that it looks good in gnome-volume-control.
17303
17304 2004-03-12  David Schleef  <ds@schleef.org>
17305
17306         * configure.ac: the Hermes library controls hermescolorspace, not
17307         colorspace.
17308         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17309         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17310         not /* */
17311         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17312         * ext/sdl/sdlvideosink.h: ditto.
17313         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17314
17315 2004-03-12  Benjamin Otte  <otte@gnome.org>
17316
17317         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17318         (gst_x_overlay_got_xwindow_id):
17319         * gst-libs/gst/xoverlay/xoverlay.h:
17320           replace XID with unsigned long to get rid of the xlibs dependency in
17321           XOverlay (fixes #137004)
17322
17323 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17324         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17325         (gst_agingtv_setup):
17326         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17327         (gst_dicetv_base_init), (gst_dicetv_class_init),
17328         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17329         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17330         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17331         (gst_edgetv_setup), (gst_edgetv_rgb32):
17332         * gst/effectv/gsteffectv.c:
17333         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17334         (gst_quarktv_set_property):
17335         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17336         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17337         (gst_revtv_setup), (gst_revtv_rgb32):
17338         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17339         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17340         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17341         (gst_shagadelictv_rgb32):
17342         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17343         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17344         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17345         * gst/effectv/gstwarp.c:
17346         Port everything that can be ported to videofilter and fix up the caps.
17347         Can someone with a big-endian machine please check these?
17348
17349 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17350
17351         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17352         (gst_osssink_chain), (gst_osssink_change_state):
17353           Latest fixes for A/V sync, audio playback and such. This is about
17354           all... MPEG playback issues are mostly related to the async build-
17355           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17356
17357 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17358
17359         patch from: Stephane Loeuillet
17360
17361         * configure.ac:
17362           use pkg-config for some libraries, falling back to the old .m4 way
17363           (fixes #131270)
17364         * m4/libdv.m4:
17365           removed
17366
17367 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17368
17369         * configure.ac:
17370         * tools/Makefile.am:
17371         * tools/Makefile.in:
17372         * tools/gst-launch-ext-m.m:
17373         * tools/gst-launch-ext.1.in:
17374         * tools/gst-visualise-m.m:
17375         * tools/gst-visualise.1:
17376         * tools/gst-visualise.1.in:
17377           reorganizing generation of script tools
17378
17379 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * ext/divx/gstdivxdec.c:
17382           Downgrade priority. We prefer ffdec_mpeg4.
17383         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17384         (gst_faad_chain), (gst_faad_change_state):
17385           Fix capsnego. Doesn't work for some sounds because we don't have
17386           a 5:1 to stereo element.
17387         * ext/xvid/gstxvid.c: (plugin_init):
17388           Add priority.
17389         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17390         (gst_osssink_change_state):
17391           Add discont handling.
17392
17393 2004-03-09  Colin Walters  <walters@verbum.org>
17394
17395         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17396         conversion.
17397
17398 2004-03-09  Benjamin Otte  <otte@gnome.org>
17399
17400         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17401           the signals take 2 arguments
17402
17403 2004-03-09  David Schleef  <ds@schleef.org>
17404
17405         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17406         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17407         * ext/alsa/gstalsa.h:
17408         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17409
17410 2004-03-09  Benjamin Otte  <otte@gnome.org>
17411
17412         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17413         (gst_mikmod_change_state):
17414         * ext/mikmod/gstmikmod.h:
17415           make mikmod's loop function not loop infinitely and call
17416           gst_element_yield anymore
17417         * gst/modplug/gstmodplug.cc:
17418           fix pad negotiation (fixes #136590)
17419
17420 2004-03-09  David Schleef  <ds@schleef.org>
17421
17422         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17423         doesn't conflict with the internal colorspace plugin.
17424         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17425         satisfy the crappy-ass shell shipped by a certain vendor.
17426         * gst/videofilter/make_filter: same (bug #135299)
17427
17428 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17429
17430         * configure.ac: bump nano to 1
17431
17432 === release 0.7.6 ===
17433
17434 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17435
17436         * configure.in: releasing 0.7.6, "There"
17437
17438 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17439
17440         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17441         * pkgconfig/gstreamer-play.pc.in:
17442           synchronize the two
17443
17444 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17445
17446         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17447         (cdparanoia_open), (cdparanoia_event):
17448           fix/add error handling
17449         * po/POTFILES.in:
17450           add cdparanoia source
17451         * tools/Makefile.am:
17452           make scripts executable
17453
17454 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17455
17456         * configure.ac:
17457         * ext/vorbis/Makefile.am:
17458         * sys/Makefile.am:
17459           remove id3types, vorbisfile and xvideosink from the build (#133783)
17460
17461 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17462
17463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17464           Fix metadata read crash (#136537).
17465
17466 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17469         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17470           adding mime types, fixing the one-stop function
17471
17472 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17473
17474         * ext/nas/nassink.c and /ext/nas/nassink.h:
17475         More NAS love from Arwed von Merkatz
17476         So lets all sing 'Can you feel the NAS tonight'
17477
17478 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17479
17480         * tools/gst-launch-ext.in:
17481         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17482
17483 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17484
17485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17486         (gst_mpeg2dec_init):
17487         remove the user_data pad for now, because it is being used in
17488         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17489         If someone knows how to fix this properly, please do.
17490
17491 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17492
17493         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17494         (gst_osssink_get_time):
17495         add a warning, IMO this won't get triggered anymore, remove later
17496
17497 2004-03-07  David Schleef  <ds@schleef.org>
17498
17499         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17500         format (bug #136470)
17501
17502 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17503
17504         * gst-libs/Makefile.am:
17505         * gst-libs/gst/media-info/Makefile.am:
17506         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17507         (error_callback), (gst_media_info_error_create),
17508         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17509         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17510         * gst-libs/gst/media-info/media-info-priv.h:
17511         * gst-libs/gst/media-info/media-info-test.c: (main):
17512         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17513         (gst_media_info_class_init), (gst_media_info_instance_init),
17514         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17515         (gst_media_info_read_idler), (gst_media_info_read):
17516         * gst-libs/gst/media-info/media-info.h:
17517         fixed, should work now
17518
17519 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17520
17521         * ext/nas/nassink.c:
17522         A bunch of NAS fixes from Arwed von Merkatz
17523
17524 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17525
17526         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17527         (qtdemux_parse_trak):
17528           Fix crash (j might be greater than n_samples, in which case we're
17529           writing outside the allocated space for the array) and memleak.
17530
17531 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17532
17533         * sys/oss/gstosssink.c: (gst_osssink_chain):
17534           And another caller that couldn't handle delay < 0 (unsigned
17535           integer overflow). Video now continues playing on an audio
17536           buffer underrun, and the clock continues working. Audio still
17537           stalls.
17538
17539 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17540
17541         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17542         (gst_osssink_get_time):
17543           get_delay() may return values lower than 0. In those cases, we
17544           should not actually cast to *unsigned* int64, that will break
17545           stuff horribly. In my case, it screwed up A/V sync in movies
17546           in totem rather badly.
17547
17548 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17549
17550         * ext/faac/gstfaac.c: (gst_faac_chain):
17551         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17552         * ext/libpng/gstpngenc.c: (user_write_data):
17553         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17554         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17555         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17556         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17557         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17558         of any buffer), should fix some leaks. I hope I didn't unref buffers
17559         that shouldn't be...
17560
17561 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17562
17563         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17564         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17565         (error_callback), (gmi_reset), (gmi_seek_to_track),
17566         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17567         (gmip_find_type_post), (gmip_find_stream_post),
17568         (gmip_find_track_streaminfo_post):
17569         * gst-libs/gst/media-info/media-info-priv.h:
17570         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17571         (info_print), (main):
17572         * gst-libs/gst/media-info/media-info.c:
17573         (gst_media_info_error_create), (gst_media_info_error_element),
17574         (gst_media_info_instance_init), (gst_media_info_get_property),
17575         (gst_media_info_new), (gst_media_info_set_source),
17576         (gst_media_info_read_idler), (gst_media_info_read):
17577         * gst-libs/gst/media-info/media-info.h:
17578           first pass at making this work again.  This seems to work on
17579           tagged ogg/vorbis and mp3 files.
17580
17581 2004-03-06  Benjamin Otte  <otte@gnome.org>
17582
17583         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17584           fix huge leak: gst_buffer_merge doesn't unref the first argument
17585           itself.
17586
17587 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17588
17589         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17590           report layer/mode/emphasis
17591
17592 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17593
17594         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17595
17596 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17597
17598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17599           signal serial
17600
17601 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17602
17603         * ext/vorbis/vorbis.c: (plugin_init):
17604         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17605         (gst_vorbis_dec_init), (vorbis_dec_event):
17606         add debug category
17607         make vorbisdec handle _BYTE and _TIME queries
17608
17609 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17610
17611         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17612           from the xing header
17613
17614 2004-03-06  Benjamin Otte  <otte@gnome.org>
17615
17616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17617         (gst_audio_convert_link), (gst_audio_convert_change_state),
17618         (gst_audio_convert_buffer_from_default_format):
17619           do conversions from/to float correctly, fix some caps nego errors,
17620           export correct supported caps in template and getcaps, use correct
17621           caps in try_set_caps functions
17622
17623 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17624
17625         For some reason, I only committed a ChangeLog entry yesterday and
17626         not the corresponding code...
17627         * ext/mad/gstmad.c: Fix detection of Xing headers
17628         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17629
17630 2004-03-06  Benjamin Otte  <otte@gnome.org>
17631
17632         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17633         (gst_ogg_demux_src_query):
17634           make sure to handle the case where there's no current chain
17635           gracefully.
17636
17637 2004-03-05  David Schleef  <ds@schleef.org>
17638
17639         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17640         Add fixate function. (bug #131128)
17641         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17642         (gst_sdlvideosink_fixate):  Add fixate function.
17643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17644         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17645         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17646         Fix missing break that was causing ulaw to be interpreted as
17647         raw int.
17648
17649 2004-03-05  David Schleef  <ds@schleef.org>
17650
17651         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17652         Fix code that ignores return value of gst_buffer_merge().
17653         (bug #114560)
17654         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17655         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17656         * testsuite/gst-lint:  Check for above.
17657
17658 2004-03-05  David Schleef  <ds@schleef.org>
17659
17660         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17661         caps and throw an element error.  (bug #136334)
17662
17663 2004-03-05  David Schleef  <ds@schleef.org>
17664
17665         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17666         (gst_faad_chain): Fix negotiation.
17667         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17668         key and button events.
17669         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17670         dung heap of code.
17671         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17672         depends on gconf
17673         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17674         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17675         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17676         function to encourage better negotiation, particularly between
17677         audioconvert and osssink.
17678         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17679         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17680         more important.
17681         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17682         typefinding.
17683         * gst/vbidec/vbiscreen.c:  Add glib header
17684         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17685
17686 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17687
17688         * ext/mad/gstmad.c: Fix detection of Xing headers
17689         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17690
17691 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17692
17693         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17694         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17695           debug updates
17696
17697 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17698
17699         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17700         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17701         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17702         files, and report the parsed length as a GST_TAG_DURATION tag.
17703         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17704
17705 2004-03-05  Benjamin Otte  <otte@gnome.org>
17706
17707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17708           convert channels correctly. convert correctly to unsigned.
17709
17710 2004-03-05  Julien MOUTTE <julien@moutte.net>
17711
17712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17713         we have a window before clearing it.
17714
17715 2004-03-05  Julien MOUTTE <julien@moutte.net>
17716
17717         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17718         have a window before clearing it.
17719
17720 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17721
17722         * gconf/gstreamer.schemas.in:
17723         * gst-libs/gst/gconf/Makefile.am:
17724           version installation path the same way as for 0.6
17725         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17726         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17727         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17728           remove comment that was fixed
17729
17730 2004-03-05  David Schleef  <ds@schleef.org>
17731
17732         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17733         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17734         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17735         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17736         Add prototype code for handling seeking and querying.
17737
17738 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17739
17740         * examples/gstplay/player.c: (main):
17741           Initialize variables to NULL. Prevents a segfault because the
17742           (uninitialized) variable is not NULL, resulting in a crash on
17743           trying to reach error->message.
17744
17745 2004-03-05  Benjamin Otte  <otte@gnome.org>
17746
17747         * gst/audioconvert/gstaudioconvert.c:
17748         (gst_audio_convert_buffer_to_default_format):
17749         make float=>int conversion work correctly even in cornercases.
17750
17751 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17752
17753         * debian/README.Debian:
17754         * debian/build-deps:
17755         * debian/changelog:
17756         * debian/control:
17757         * debian/control.in:
17758         * debian/copyright:
17759         * debian/gstreamer-a52dec.files:
17760         * debian/gstreamer-aa.files:
17761         * debian/gstreamer-alsa.files:
17762         * debian/gstreamer-alsa.manpages:
17763         * debian/gstreamer-arts.files:
17764         * debian/gstreamer-artsd.files:
17765         * debian/gstreamer-audiofile.files:
17766         * debian/gstreamer-avifile.files:
17767         * debian/gstreamer-cdparanoia.files:
17768         * debian/gstreamer-colorspace.files:
17769         * debian/gstreamer-doc.files:
17770         * debian/gstreamer-dv.files:
17771         * debian/gstreamer-dvd.files:
17772         * debian/gstreamer-esd.files:
17773         * debian/gstreamer-festival.files:
17774         * debian/gstreamer-flac.files:
17775         * debian/gstreamer-gconf.conffiles:
17776         * debian/gstreamer-gconf.files:
17777         * debian/gstreamer-gconf.postinst:
17778         * debian/gstreamer-gnomevfs.files:
17779         * debian/gstreamer-gsm.files:
17780         * debian/gstreamer-http.files:
17781         * debian/gstreamer-jack.files:
17782         * debian/gstreamer-jpeg.files:
17783         * debian/gstreamer-mad.files:
17784         * debian/gstreamer-mikmod.files:
17785         * debian/gstreamer-misc.files:
17786         * debian/gstreamer-mpeg2dec.files:
17787         * debian/gstreamer-oss.files:
17788         * debian/gstreamer-plugin-apps.files:
17789         * debian/gstreamer-plugin-apps.manpages:
17790         * debian/gstreamer-plugin-libs-dev.files:
17791         * debian/gstreamer-plugin-libs.files:
17792         * debian/gstreamer-plugin-template.postinst:
17793         * debian/gstreamer-plugin-template.postrm:
17794         * debian/gstreamer-sdl.files:
17795         * debian/gstreamer-sid.files:
17796         * debian/gstreamer-vorbis.files:
17797         * debian/gstreamer-x.files:
17798         * debian/mk.control:
17799         * debian/rules:
17800         Debian package info not maintained here.
17801
17802 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17803
17804         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17805         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17806         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17807         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17808         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17809         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17810         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17811         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17812         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17813         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17814         * gst-libs/gst/colorbalance/colorbalance.c:
17815         (gst_color_balance_class_init):
17816         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17817         (gst_color_balance_channel_class_init):
17818         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17819         * gst-libs/gst/play/play.c: (gst_play_class_init):
17820         * gst-libs/gst/propertyprobe/propertyprobe.c:
17821         (gst_property_probe_iface_init):
17822         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17823         * gst-libs/gst/tuner/tunerchannel.c:
17824         (gst_tuner_channel_class_init):
17825         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17826         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17827         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17828         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17829         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17830         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17831         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17833         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17834           fix signals to use - instead of _
17835         * ext/libcaca/gstcacasink.h:
17836         * ext/sdl/sdlvideosink.h:
17837           fix header rename
17838
17839 2004-03-04  David Schleef  <ds@schleef.org>
17840
17841         * testsuite/gst-lint:  Add a check for bad signal names.
17842
17843 2004-03-04  <kost@imn.htwk-leipzig.de>
17844
17845         reviewed by David Schleef
17846
17847         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17848         modified the alpha channel and caused a warning. (bug #136192)
17849
17850 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17851
17852         * gst-plugins.spec.in:
17853         Change names of plugins to actually be correct. Try to keep things
17854         alphabetical to avoid getting beat up by Thomas
17855
17856 2004-03-03  Julien MOUTTE <julien@moutte.net>
17857
17858         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17859         Using ximagesink as a default if no gconf key found. We should
17860         probably consider using alsasink instead of osssink for the audio
17861         part.
17862
17863 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17864
17865         * configure.ac:
17866           fix --with-plugins, don't think it ever worked before
17867         * gst-plugins.spec.in:
17868           even more updates
17869
17870 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * ext/sdl/sdlvideosink.h:
17873         * sys/ximage/ximagesink.h:
17874         * sys/xvideo/xvideosink.h:
17875         * sys/xvimage/xvimagesink.h:
17876           Fix for move of gstvideosink.h -> videosink.h.
17877
17878 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17879
17880         * gst-libs/gst/xwindowlistener/Makefile.am:
17881           this is a plugin library, not a library
17882
17883 2004-03-01  David Schleef  <ds@schleef.org>
17884
17885         * AUTHORS:  Added some names.  Add yourself if you're still
17886         missing.
17887
17888 2004-03-01  David Schleef  <ds@schleef.org>
17889
17890         * MAINTAINERS: Add
17891
17892 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * gst-plugins.spec.in: clean up spec file
17895
17896 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17897
17898         * gst-libs/gst/video/Makefile.am:
17899         * gst-libs/gst/video/gstvideosink.c:
17900         * gst-libs/gst/video/gstvideosink.h:
17901           rename gstvideosink.h to videosink.h to match other headers
17902         * gst/mixmatrix/Makefile.am:
17903           fix plugin filename
17904         * gst/tags/Makefile.am: fix plugin filename
17905
17906 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17907
17908         * gst/tags/Makefile.am: fix plugin filename
17909
17910 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17911
17912         * examples/gstplay/player.c: (got_time_tick), (main):
17913           add error handler
17914           display time_tick more readably
17915         * gst/mixmatrix/Makefile.am:
17916           fix plugin file name
17917
17918 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17919
17920         * sys/oss/gstosselement.c: (gst_osselement_probe),
17921         (device_combination_append), (gst_osselement_class_probe_devices):
17922         * sys/oss/gstosselement.h:
17923           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17924           on my system using alsa oss emulation, fixes bug #135597
17925
17926 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17927
17928         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17929         (gst_videodrop_chain), (gst_videodrop_change_state):
17930         * gst/videodrop/gstvideodrop.h:
17931           Work based on timestamp of input data, not based on the expected
17932           framerate from the input. The consequence is that this element now
17933           not only scales framerates, but also functions as a framerate
17934           corrector or framerate stabilizer/constantizer.
17935
17936 2004-02-27  David Schleef  <ds@schleef.org>
17937
17938         patches from jmmv@menta.net (Julio M. Merino Vidal)
17939
17940         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17941         GST_ELEMENT_ERROR call (bug #135634)
17942         * gst/interleave/interleave.c: (interleave_buffered_loop),
17943         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17944         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17945         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17946         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17947         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17948         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17949         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17950         Fix GST_ELEMENT_ERROR call.
17951         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17952         GST_ELEMENT_ERROR call.
17953
17954 2004-02-27  Benjamin Otte  <otte@gnome.org>
17955
17956         * gst-libs/gst/audio/audio.h:
17957           add macro to make sure header isn't included twice
17958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17959           don't use gst_buffer_free
17960         * gst/playondemand/filter.func:
17961           don't use gst_data_free. Free data only once.
17962
17963 2004-02-26  David Schleef  <ds@schleef.org>
17964
17965         * gst-libs/gst/colorbalance/Makefile.am:
17966         * gst-libs/gst/mixer/Makefile.am:
17967         * gst-libs/gst/tuner/Makefile.am:
17968         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17969         should not be disted, -marshal.h files should not be installed,
17970         and -enum.h files _should_ be installed.  Fix to make this the
17971         case.
17972
17973 === release 0.7.5 ===
17974
17975 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17976
17977         * configure.ac: release 0.7.5, "Under The Sea"
17978
17979 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17980
17981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17982         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17983         * gst/videoscale/gstvideoscale.c:
17984         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17985           assorted debug/warning fixes
17986
17987 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17988
17989         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17990         (gst_videoscale_init), (gst_videoscale_chain),
17991         (gst_videoscale_set_property), (plugin_init):
17992         * gst/videoscale/gstvideoscale.h:
17993         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17994         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17995         (gst_videoscale_planar400), (gst_videoscale_packed422),
17996         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17997         (gst_videoscale_24bit), (gst_videoscale_16bit),
17998         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17999         (gst_videoscale_scale_plane_slow),
18000         (gst_videoscale_scale_point_sample),
18001         (gst_videoscale_scale_nearest),
18002         (gst_videoscale_scale_nearest_str2),
18003         (gst_videoscale_scale_nearest_str4),
18004         (gst_videoscale_scale_nearest_32bit),
18005         (gst_videoscale_scale_nearest_24bit),
18006         (gst_videoscale_scale_nearest_16bit):
18007         add debugging category and use it properly
18008         fix use of GST_PTR_FORMAT
18009
18010 2004-02-25  Andy Wingo  <wingo@pobox.com>
18011
18012         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18013         push only when channel->buffer is NULL. Prevents segfaults doing
18014         the state change after a nonlocal exit, like a scheme exception.
18015
18016         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18017         Handle the case where the intersected caps is empty.
18018
18019 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18020
18021         * gst/law/mulaw-decode.c: (mulawdec_link):
18022         * gst/law/mulaw.c: (plugin_init):
18023           fix mulawdec so it actually works again
18024
18025 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18026
18027         reviewed by: David Schleef  <ds@schleef.org>
18028
18029         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18030         (gst_gamma_init), (gst_gamma_set_property),
18031         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18032         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18033         for RGB, with separate r g and b correction factors. (#131167)
18034
18035 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18038           only signal tags for bitrate if they're > 0 (#134894)
18039
18040 2004-02-24  David Schleef  <ds@schleef.org>
18041
18042         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18043         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18044         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18045         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18046         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18047         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18048         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18049         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18050         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18051         category.  Attempt to fix timestamp calculation.
18052
18053 2004-02-24  Johan Dahlin  <johan@gnome.org>
18054
18055         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18056
18057 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18058
18059         * configure.ac:
18060         * gconf/Makefile.am:
18061         * gconf/gstreamer.schemas:
18062         * gst-libs/gst/gconf/Makefile.am:
18063         * gst-libs/gst/gconf/gconf.c:
18064           version gconf schemas and install locations
18065
18066 2004-02-23  Benjamin Otte  <otte@gnome.org>
18067
18068         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18069         (gst_xine_input_subclass_init):
18070           call parent dispose.
18071           change pad template for CD reader correctly
18072         * ext/xine/Makefile.am:
18073         * ext/xine/gstxine.h:
18074         * ext/xine/xine.c: (plugin_init):
18075         * ext/xine/xineaudiosink.c:
18076           wrap audio sinks, too
18077         * gst-libs/gst/resample/private.h:
18078         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18079         (gst_resample_reinit), (gst_resample_scale),
18080         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18081         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18082         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18083         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18084         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18085         * gst-libs/gst/resample/resample.h:
18086         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18087         (gst_audioscale_class_init), (gst_audioscale_link),
18088         (gst_audioscale_get_buffer), (gst_audioscale_init),
18089         (gst_audioscale_chain), (gst_audioscale_set_property),
18090         (gst_audioscale_get_property):
18091         * gst/audioscale/gstaudioscale.h:
18092           s/resample_*/gst_resample_*/i to not clobber namespaces
18093
18094 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18095
18096         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18097         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18098         (gst_riff_create_video_template_caps),
18099         (gst_riff_create_audio_template_caps),
18100         (gst_riff_create_iavs_template_caps):
18101         * gst-libs/gst/riff/riff-media.h:
18102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18103         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18104         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18105         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18107         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18108         (gst_matroska_demux_plugin_init): First batch implementing audio and
18109         video codec tags in demuxers.
18110
18111 2004-02-22  Benjamin Otte  <otte@gnome.org>
18112
18113         * ext/xine/Makefile.am:
18114         * ext/xine/gstxine.h:
18115         * ext/xine/xine.c: (plugin_init):
18116         * ext/xine/xineinput.c:
18117           add input plugin wrapper. Playback from files, http, mms and cdda
18118           works.
18119         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18120           remove leftover G_GNUC_UNUSED
18121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18122         (gst_asf_demux_identify_guid):
18123           improve debugging output
18124
18125 2004-02-22  Benjamin Otte  <otte@gnome.org>
18126
18127         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18128
18129         * autogen.sh:
18130           replace test -e with test -x for mkinstalldirs to be more portable.
18131           (fixes #134816)
18132
18133 2004-02-22  Benjamin Otte  <otte@gnome.org>
18134
18135         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18136
18137         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18138           set rank to PRIMARY
18139         * gst/volume/gstvolume.c: (plugin_init):
18140           set rank to NONE
18141         fixes #134960
18142
18143 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18144
18145         reviewed by Benjamin Otte  <otte@gnome.org>
18146
18147         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18148           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18149
18150 2004-02-22  Benjamin Otte  <otte@gnome.org>
18151
18152         * configure.ac:
18153           export [_]*{gst,Gst,GST}.* symbols from plugins
18154
18155 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18156
18157         reviewed by: Benjamin Otte  <otte@gnome.org>
18158
18159         * ext/lame/gstlame.c: (add_one_tag):
18160         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18162         (gst_vorbisenc_metadata_set1):
18163         * gst/tags/gstid3tag.c:
18164         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18165           apply fixes from bugs #135042 (lame can't write tags) and #133817
18166           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18167
18168 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18169
18170         * configure.ac: Export only gst_plugin_desc from plugins.
18171          Note that this change only makes any effect with Linux using libtool
18172          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18173          fine. And don't try to have several versions of libtool in different
18174          directories.
18175
18176 2004-02-20  Andy Wingo  <wingo@pobox.com>
18177
18178         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18179         interleave respectively.
18180
18181         * gst/interleave/deinterleave.c: New plugin: deinterleave
18182         (replaces on oneton).
18183         * gst/interleave/interleave.c: New plugin: interleave.
18184         * gst/interleave/plugin.h: Support file.
18185         * gst/interleave/plugin.c: Support file.
18186
18187         * configure.ac: Remove intfloat and oneton, add interleave.
18188
18189         * ext/sndfile/gstsf.c: Handle events better.
18190
18191         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18192         and float2int operation. int2float has scheduling problems as
18193         noted in in2float_chain.
18194
18195 2004-02-20  Benjamin Otte  <otte@gnome.org>
18196
18197         * ext/xine/Makefile.am:
18198         * ext/xine/gstxine.h:
18199         * ext/xine/xine.c:
18200         * ext/xine/xineaudiodec.c:
18201         * ext/xine/xinecaps.c:
18202           add first version of xine plugin wrapper. Currently only wraps the
18203           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18204         * configure.ac:
18205         * ext/Makefile.am:
18206           add xine plugin wrapper, disabled by default. Use --enable-xine to
18207           build. Note that it'll segfault on gst-register if you don't remove
18208           the goom and tvtime post plugins from xine.
18209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18210         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18211           add extradata parsing for QDM2.
18212           change around debugging prints.
18213
18214 2004-02-19  Benjamin Otte  <otte@gnome.org>
18215
18216         * ext/lame/gstlame.c: (gst_lame_chain):
18217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18218           use gst_tag_list_insert when you want to insert tags
18219
18220 2004-02-18  David Schleef  <ds@schleef.org>
18221
18222         * configure.ac:  Move massink to gst-rotten
18223         * ext/Makefile.am:
18224         * ext/mas/Makefile.am:
18225         * ext/mas/massink.c:
18226         * ext/mas/massink.h:
18227
18228 2004-02-18  David Schleef  <ds@schleef.org>
18229
18230         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18231         typefinding, since it seems to be worse than nothing.
18232         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18233         atom to recognize .mp4 and .m4a files as video/quicktime.
18234
18235 2004-02-18  David Schleef  <ds@schleef.org>
18236
18237         * gst/sine/demo-dparams.c: (quit_live),
18238         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18239         Use double dparams, not float.
18240         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18241         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18242         sync'd elements don't really work correctly.
18243         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18244         (volume_update_volume), (volume_get_property):  Change dparam
18245         to double.
18246
18247 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18248
18249         * sys/ximage/ximagesink.c:
18250         (gst_ximagesink_xwindow_update_geometry),
18251         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18252         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18253         (gst_ximagesink_init): Rework the way software video scaling works. So
18254         now we check on each chain call if the video frames are feeling the
18255         window. If not we try to renegotiate caps. On failure we memorize that
18256         and we won't try again for that PLAYING sessions.
18257         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18258         failure.
18259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18260         synchronous flag.
18261
18262 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18263
18264         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18265           break up _link so we can give a better debug message for errors
18266
18267 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18268
18269         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18270           set up debug category
18271
18272 2004-02-18  Julien MOUTTE <julien@moutte.net>
18273
18274         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18275         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18276         the way renegotiation work. The event handling function is not taking
18277         care of external windows and renegotiate method check for pad flags
18278         NEGOTIATING. Should fix : #133209
18279
18280 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18281
18282         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18283         pad is negotiating before trying renegotiation.
18284
18285 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18286
18287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18288           pass on all possible mime types as typefind hints
18289
18290 2004-02-17  Julien MOUTTE <julien@moutte.net>
18291
18292         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18294         possible SHM leak if we crash. All other apps using XShm are doing
18295         that.
18296
18297 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18298
18299         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18300         (gst_ximagesink_expose): Renegotiate size on expose.
18301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18302         size on expose.
18303
18304 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18305
18306         * testsuite/alsa/sinesrc.c:
18307           cosmetic fix to fix compile issue with gcc 2.95.4
18308
18309 2004-02-16  Julien MOUTTE <julien@moutte.net>
18310
18311         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18312         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18313         failed opening the audio device.
18314         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18315         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18316         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18317         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18318         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18319         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18320         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18321         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18322         Removing some useless g_return_if_fail like wingo suggested.
18323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18324         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18325         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18326         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18327         (gst_xvimagesink_update_colorbalance),
18328         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18329         (gst_xvimagesink_xcontext_clear),
18330         (gst_xvimagesink_get_fourcc_from_caps),
18331         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18332         (gst_xvimagesink_set_xwindow_id),
18333         (gst_xvimagesink_colorbalance_list_channels),
18334         (gst_xvimagesink_colorbalance_set_value),
18335         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18336         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18337
18338 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18339
18340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18341           throw error when not negotiated instead of asserting
18342
18343 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18344
18345         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18346         correct data refcounting.
18347
18348 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18349
18350         * gst/switch/gstswitch.c: (gst_switch_change_state),
18351         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18352         change, mostly the EOS flag.
18353
18354 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18355
18356         * examples/gstplay/player.c: (got_eos), (main): Adding some
18357         output for debugging.
18358         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18359         timeouts if we go to any state different from PLAYING.
18360         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18361         more EOS bugs in riff lib.
18362
18363 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18364
18365         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18366         visualization until i find a way to fix switch correctly.
18367         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18368         EOS arrives.
18369         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18370         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18371         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18372         Reworked switch to get a more correct behaviour with events and refing
18373         of data stored in sinkpads.
18374         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18375         we don't pull from a pad in EOS.
18376
18377 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18378
18379         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18380           remove v1 tag even if we can't read it (makes sure we don't detect
18381           it again)
18382
18383 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18384
18385         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18386         (gst_alsa_xrun_recovery):
18387         * ext/alsa/gstalsa.h:
18388           try xrun recovery when wait failed. Make xrun recovery function
18389           return TRUE/FALSE to indicate success. (might fix #134354)
18390
18391 2004-02-13  David Schleef  <ds@schleef.org>
18392
18393         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18394         (dynparm_value_changed), (main): Convert from float to double.
18395         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18396
18397 2004-02-13  David Schleef  <ds@schleef.org>
18398
18399         * gst/silence/gstsilence.c: (gst_silence_class_init),
18400         (gst_silence_set_clock), (gst_silence_get),
18401         (gst_silence_set_property), (gst_silence_get_property):
18402         * gst/silence/gstsilence.h: Add sync property.
18403         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18404         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18405         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18406         * gst/sine/gstsinesrc.h: Add sync property.
18407
18408 2004-02-13  David Schleef  <ds@schleef.org>
18409
18410         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18411         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18412
18413 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18414
18415         * configure.ac:
18416         * ext/Makefile.am:
18417         * gst-libs/ext/Makefile.am:
18418           move ffmpeg plugin to gst-ffmpeg module
18419
18420 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18421
18422         * configure.ac: use GST_ARCH to detect architecture
18423
18424 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18425
18426         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18427
18428 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18429
18430         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18431           classify LADSPA plugins based on number of src/sink pads
18432           (#133663, Stefan Kost)
18433         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18434           fix dparams registration
18435           (#133528, Stefan Kost)
18436         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18437           fix use of isprint and use g_ascii_isprint instead
18438           (#133316, Stefan Kost)
18439
18440 2004-02-11  David Schleef  <ds@schleef.org>
18441
18442         Convert a few inner loops to use liboil.  This is currently
18443         optional, and is only enabled if liboil is present (duh!).
18444         * configure.ac: Check for liboil-0.1
18445         * gst/intfloat/Makefile.am:
18446         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18447         (gst_int2float_chain_gint16):
18448         * gst/videofilter/Makefile.am:
18449         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18450         (tablelookup_u8), (gst_videobalance_planar411):
18451         * gst/videotestsrc/Makefile.am:
18452         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18453         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18454         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18455         (paint_hline_RGB565), (paint_hline_xRGB1555):
18456
18457 2004-02-11  David Schleef  <ds@schleef.org>
18458
18459         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18460         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18461         (gst_colorspace_getcaps), (gst_colorspace_link),
18462         (gst_colorspace_base_init), (gst_colorspace_init),
18463         (gst_colorspace_chain), (gst_colorspace_change_state),
18464         (plugin_init): Merge Ronald's patch (bug #117897) and update
18465         for new caps and negotiation.  Seems to work, although it
18466         shows off bugs in lcs.
18467
18468 2004-02-11  David Schleef  <ds@schleef.org>
18469
18470         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18471         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18472
18473 2004-02-11  David Schleef  <ds@schleef.org>
18474
18475         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18476         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18477         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18478         Add server and port properties
18479
18480 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18481
18482         * m4/a52.m4:
18483         * m4/aalib.m4:
18484         * m4/as-ffmpeg.m4:
18485         * m4/as-liblame.m4:
18486         * m4/as-slurp-ffmpeg.m4:
18487         * m4/check-libheader.m4:
18488         * m4/esd.m4:
18489         * m4/freetype2.m4:
18490         * m4/gconf-2.m4:
18491         * m4/glib.m4:
18492         * m4/gst-alsa.m4:
18493         * m4/gst-artsc.m4:
18494         * m4/gst-ivorbis.m4:
18495         * m4/gst-matroska.m4:
18496         * m4/gst-sdl.m4:
18497         * m4/gst-shout2.m4:
18498         * m4/gst-sid.m4:
18499         * m4/gtk.m4:
18500         * m4/libdv.m4:
18501         * m4/libfame.m4:
18502         * m4/libmikmod.m4:
18503         * m4/ogg.m4:
18504         * m4/vorbis.m4:
18505           fix underquotedness of macros (#133800)
18506         * m4/as-avifile.m4:
18507         * m4/xmms.m4:
18508           removed because no longer used
18509
18510 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18511
18512         * configure.ac:
18513           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18514           by autopoint (fixes #132996)
18515
18516 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18517
18518         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18519         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18520         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18521         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18522           fix memleaks
18523
18524 2004-02-11  David Schleef  <ds@schleef.org>
18525
18526         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18527         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18528         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18529         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18530         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18531         (gst_jpegenc_class_init), (gst_jpegenc_init),
18532         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18533         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18534         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18535         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18536
18537 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18538
18539         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18540         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18541         * ext/mikmod/gstmikmod.h:
18542           fix caps negotiation in mikmod
18543         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18544           output debug information
18545
18546 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18547
18548         * gst-libs/gst/colorbalance/Makefile.am:
18549         * gst-libs/gst/navigation/Makefile.am:
18550         * gst-libs/gst/xoverlay/Makefile.am:
18551           remove unused GST_OPT_CFLAGS from Makefiles
18552           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18553
18554 2004-02-07  David Schleef  <ds@schleef.org>
18555
18556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18557         push events to pads that haven't been created (#133508)
18558
18559 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18560
18561         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18562         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18563         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18564         (gst_dvdec_loop), (gst_dvdec_change_state):
18565         Second attempt at committing a working dvdec element.
18566
18567 2004-02-06  David Schleef  <ds@schleef.org>
18568
18569         Build fixes for OS X: (see #129600)
18570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18571         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18572         (gst_riff_read_strf_iavs):
18573         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18574         (gst_avi_demux_stream_odml):
18575         * gst/playondemand/Makefile.am:
18576         * gst/rtp/rtp-packet.c:
18577
18578 2004-02-05  David Schleef  <ds@schleef.org>
18579
18580         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18581         last change, because it Just Doesn't Compile.
18582
18583 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18584
18585         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18586           skip undecodable id3v2 tag instead of keeping it
18587
18588 2004-02-05  David Schleef  <ds@schleef.org>
18589
18590         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18591         Unref leaked buffer.  (Noticed by Ronald)
18592
18593 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18594
18595         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18596         Sync requires with other checks.  >= vs =.
18597
18598 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18599
18600         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18601         (gst_dvdec_video_link), (gst_dvdec_loop):
18602         * ext/dv/gstdvdec.h:
18603           rework the caps negotiation so that dvdec works again instead
18604           of just segfaulting.
18605
18606 === release 0.7.4 ===
18607
18608 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18609
18610         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18611         * configure.ac: changed for release
18612
18613 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18614
18615         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18616         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18617         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18618         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18619           reworked patch by David Lehn to fix libdir and includedir for
18620           uninstalled libraries
18621           removed play and gconf from gstreamer-libs since they have their
18622           own pkgconfig files
18623
18624 2004-02-04  David Schleef  <ds@schleef.org>
18625
18626         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18627         memleak.
18628
18629 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18630
18631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18632           use correct GST_TAG_ENCODER tag
18633
18634 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18635
18636         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18637           be sure to stop the clock when going to paused
18638         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18639           reset number of transmitted when going to ready.
18640         fixes #132935
18641
18642 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18643
18644         reviewed by Benjamin Otte
18645
18646         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18647           extract track count (fixes #133410)
18648
18649 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18650
18651         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18652           that should be !=, not == (fixes #132519)
18653
18654 2004-02-04  David Schleef  <ds@schleef.org>
18655
18656         Make sure set_explicit_caps() is called before adding pad.
18657         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18658         * gst/id3/gstid3types.c: (gst_id3types_loop):
18659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18660         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18661
18662 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18663
18664         * configure.ac:
18665           bump nano to 2, first prerelease
18666           put back AM_PROG_LIBTOOL
18667
18668 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18669
18670         * testsuite/alsa/Makefile.am:
18671           these are user test apps, not automatic testsuite tests
18672
18673 2004-02-04  David Schleef  <ds@schleef.org>
18674
18675         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18676         * gst/mpeg1videoparse/gstmp1videoparse.c:
18677         (mp1videoparse_parse_seq):
18678         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18680         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18681         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18682         (gst_xvideosink_getcaps):
18683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18684         * testsuite/gst-lint: more tests
18685
18686 2004-02-04  David Schleef  <ds@schleef.org>
18687
18688         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18689         with the code that they would expand to.
18690         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18691         (gst_flacdec_get_src_query_types),
18692         (gst_flacdec_get_src_event_masks):
18693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18694         (gst_gnomevfssrc_get_query_types),
18695         (gst_gnomevfssrc_get_event_mask):
18696
18697 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18698
18699         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18700         (gst_sinesrc_dispose):
18701           fix memleak by properly disposing sinesrc
18702
18703 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18704
18705         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18706         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18707         an overlay to redraw the image because it has been exposed.
18708         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18709         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18710         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18711         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18712         interface
18713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18714         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18715         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18716         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18717         interface
18718
18719 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18720
18721         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18722           more memleak fixage
18723
18724 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18725
18726         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18727         * gst/typefind/gsttypefindfunctions.c:
18728           fix memleaks shown by gst-typefind
18729
18730 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18731
18732         * common/glib-gen.mak:
18733           add hack rule to touch .Plo files
18734         * gst-libs/gst/colorbalance/Makefile.am:
18735         * gst-libs/gst/mixer/Makefile.am:
18736         * gst-libs/gst/play/Makefile.am:
18737         * gst-libs/gst/tuner/Makefile.am:
18738           remove glib_root variable
18739
18740 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18741
18742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18743           set explicit caps before adding the element, so the autopluggers can
18744           plug correctly.
18745         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18746         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18747         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18748         (dv_type_find):
18749           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18750           argument.
18751
18752 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18753
18754         * gst-libs/gst/colorbalance/Makefile.am:
18755         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18756         * gst-libs/gst/colorbalance/colorbalance.c:
18757         * gst-libs/gst/colorbalance/colorbalance.h:
18758         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18759         * gst-libs/gst/mixer/Makefile.am:
18760         * gst-libs/gst/mixer/mixer-marshal.list:
18761         * gst-libs/gst/mixer/mixer.c:
18762         * gst-libs/gst/mixer/mixer.h:
18763         * gst-libs/gst/mixer/mixermarshal.list:
18764         * gst-libs/gst/play/Makefile.am:
18765         * gst-libs/gst/play/play.h:
18766         * gst-libs/gst/tuner/Makefile.am:
18767         * gst-libs/gst/tuner/tuner-marshal.list:
18768         * gst-libs/gst/tuner/tuner.c:
18769         * gst-libs/gst/tuner/tuner.h:
18770         * gst-libs/gst/tuner/tunermarshal.list:
18771           use new glib-gen.mak snippet to clean up Makefile.am
18772           fix various bugs in Makefile.am's
18773
18774 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18775
18776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18777           handle chain parsing correctly in the multichain case
18778         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18779         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18780         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18781         (theora_dec_chain):
18782           handle events and queries correctly
18783
18784 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18785
18786         * .cvsignore:
18787         Ignore generated file _stdint.h.
18788
18789 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18790
18791         * gst-libs/gst/colorbalance/Makefile.am:
18792         * gst-libs/gst/colorbalance/colorbalance.h:
18793         * gst-libs/gst/mixer/Makefile.am:
18794         * gst-libs/gst/mixer/mixer.h:
18795         * gst-libs/gst/play/Makefile.am:
18796         * gst-libs/gst/play/play.h:
18797         * gst-libs/gst/tuner/Makefile.am:
18798         * gst-libs/gst/tuner/tuner.h:
18799         Generate enum type code with glib-mkenums.
18800         * gst-libs/gst/colorbalance/.cvsignore:
18801         * gst-libs/gst/mixer/.cvsignore:
18802         * gst-libs/gst/play/.cvsignore:
18803         * gst-libs/gst/tuner/.cvsignore:
18804         Ignore generated files.
18805
18806 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18807
18808         * gst-libs/gst/audio/.cvsignore:
18809         Ignore generated file.
18810         * gst-libs/gst/audio/Makefile.am:
18811         Do not install example filter.
18812
18813 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18814
18815         * examples/switch/.cvsignore:
18816         Ignore generated file.
18817
18818 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18819
18820         * common/m4/ax_create_stdint_h.m4:
18821         * configure.ac:
18822           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18823           _stdint.h.
18824         * Makefile.am:
18825           remove generated _stdint.h in DISTCLEANFILES
18826         * ext/a52dec/gsta52dec.c:
18827           include _stdint.h for a52dec. (should fix #133064)
18828
18829 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18830
18831         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18832         (gst_tag_to_vorbis_comments):
18833         Add replaygain support to vorbistag
18834
18835 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18836         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18837         (gst_ffmpeg_caps_to_extradata):
18838           Fix SVQ3 caps flag properties
18839           Use glib macro for bytes swap
18840
18841 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18842
18843         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18844         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18845         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18846         * ext/sndfile/gstsf.c: (plugin_init):
18847         * gst/avi/gstavi.c: (plugin_init):
18848         * sys/dxr3/dxr3init.c: (plugin_init):
18849         * sys/oss/gstossaudio.c: (plugin_init):
18850         * sys/v4l/gstv4l.c: (plugin_init):
18851         * sys/v4l2/gstv4l2.c: (plugin_init):
18852           remove textdomain calls
18853         * po/nl.po:
18854           update Dutch translation
18855
18856 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18857
18858         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18859         (gst_play_set_audio_sink): Moving volume in the audio thread for
18860         instantaneous volume change. Maybe i will add another volume in front
18861         of visualization later, not sure yet though.
18862
18863 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18864
18865         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18866         (gst_ximagesink_handle_xevents): Better X events handling, only take
18867         the latest events for configure and motion.
18868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18869
18870 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18871
18872         reviewed by: David Schleef  <ds@schleef.org>
18873
18874         Fix memory leaks:
18875         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18876         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18877
18878 2004-02-02  David Schleef  <ds@schleef.org>
18879
18880         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18881         of lines.
18882         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18883         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18884         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18885         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18886         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18887         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18888         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18889         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18890         (gst_float2_2_int_link):
18891         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18892         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18893         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18894         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18895         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18896         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18897         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18898         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18899         * testsuite/gst-lint: Add tests for bzero and ;;
18900
18901 2004-02-02  David Schleef  <ds@schleef.org>
18902
18903         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18904
18905 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18906
18907         * ext/aalib/gstaasink.c: (gst_aasink_open):
18908         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18910         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18911         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18912         (gst_afsink_close_file):
18913         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18914         (gst_afsrc_close_file):
18915         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18916         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18917         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18918         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18919         * ext/esd/esdmon.c: (gst_esdmon_get):
18920         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18921         * ext/faac/gstfaac.c: (gst_faac_chain):
18922         * ext/faad/gstfaad.c: (gst_faad_chain):
18923         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18924         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18925         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18926         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18927         (gst_flacdec_loop):
18928         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18929         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18930         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18931         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18932         (gst_gnomevfssink_close_file):
18933         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18934         (gst_gnomevfssrc_open_file):
18935         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18936         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18937         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18938         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18939         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18940         * ext/mad/gstmad.c: (gst_mad_chain):
18941         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18942         * ext/mpeg2dec/gstmpeg2dec.c:
18943         * ext/mpeg2enc/gstmpeg2enc.cc:
18944         * ext/mplex/gstmplex.cc:
18945         * ext/mplex/gstmplexibitstream.cc:
18946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18947         (gst_ogg_demux_push):
18948         * ext/raw1394/gstdv1394src.c:
18949         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18950         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18951         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18952         (gst_sf_loop):
18953         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18954         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18955         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18956         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18958         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18959         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18960         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18961         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18962         (gst_riff_read_element_data), (gst_riff_read_seek),
18963         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18964         * gst/adder/gstadder.c: (gst_adder_loop):
18965         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18966         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18967         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18968         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18969         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18970         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18971         * gst/goom/gstgoom.c: (gst_goom_chain):
18972         * gst/id3/gstid3types.c: (gst_id3types_loop):
18973         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18974         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18975         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18976         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18977         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18978         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18979         (gst_ebml_read_float), (gst_ebml_read_header):
18980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18981         (gst_matroska_demux_parse_blockgroup):
18982         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18984         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18985         * gst/silence/gstsilence.c: (gst_silence_get):
18986         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18987         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18988         * gst/speed/gstspeed.c: (speed_loop):
18989         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18990         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18991         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18992         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18993         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18994         (gst_wavparse_loop):
18995         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18996         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18997         (dxr3audiosink_close):
18998         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18999         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19000         (dxr3videosink_close), (dxr3videosink_write_data):
19001         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19002         * sys/oss/gstosssink.c: (gst_osssink_chain):
19003         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19004         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19005         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19006         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19007         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19008         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19009         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19010         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19011         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19012         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19013         (gst_v4l_set_audio):
19014         * sys/v4l/v4l_calls.h:
19015         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19016         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19017         (gst_v4lmjpegsink_playback_init),
19018         (gst_v4lmjpegsink_playback_start):
19019         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19020         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19021         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19022         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19023         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19024         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19025         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19026         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19027         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19028         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19029         (gst_v4l2_get_output), (gst_v4l2_set_output),
19030         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19031         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19032         (gst_v4l2_set_attribute):
19033         * sys/v4l2/v4l2_calls.h:
19034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19035         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19036         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19037         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19038         (gst_v4l2src_capture_stop):
19039         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19040         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19041         (gst_ximagesink_chain):
19042         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19043         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19044         (gst_xvideosink_xwindow_new):
19045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19046         (gst_xvimagesink_chain):
19047
19048 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19049
19050         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19051         (gst_volume_get_volume), (volume_class_init), (volume_init),
19052         (volume_chain_int16), (volume_update_volume):
19053         * gst/volume/gstvolume.h:
19054           make code more readable by removing magic numbers
19055           make mixer interface export 0-100 range
19056           make it internally map to 0.0-1.0 range so users don't distort
19057           output by putting the sliders at full volume
19058
19059 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19060
19061         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19062         (gst_play_state_change), (gst_play_seek_to_time):
19063         block the tick callback for 0.5 secs after doing a seek
19064
19065 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19066
19067         * gst-libs/gst/play/play.c: (gst_play_new):
19068           check for GError
19069
19070 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19071
19072         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19073         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19074         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19075         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19077         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19078
19079 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19080
19081         * configure.ac:
19082         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19083           check for a function added in vorbis 1.1
19084
19085 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19086
19087         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19088         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19089           really start/stop clock only on PLAYING <=> PAUSED
19090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19091           remove \n from debugging lines
19092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19093           make it work when seeking does not
19094         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19095           reset on DISCONT
19096
19097 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19098
19099         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19100           start clock on PAUSED=>PLAYING, not later
19101         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19102           extract correct time for different discont formats
19103         (gst_alsa_sink_get_time):
19104           don't segfault when no format is negotiated yet, just return 0
19105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19106         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19107         (gst_ogg_pad_push):
19108           handle flush and discont events correctly
19109         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19110           handle discont events correctly
19111
19112 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19113
19114         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19115         (gst_play_error_create), (gst_play_error_plugin),
19116         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19117         * gst-libs/gst/play/play.h:
19118           add error handling during creation
19119         * examples/gstplay/player.c: (main):
19120           use new gst_play_new
19121
19122
19123 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19124
19125         * ext/theora/theoradec.c: (theora_dec_chain):
19126           make comments work
19127         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19128         (vorbis_dec_src_event), (vorbis_dec_chain):
19129           add encoder tag, fix tag reading to be more error tolerant, change
19130           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19131           gst_pad_event_default.
19132         * gst/tags/gstvorbistag.c:
19133         (gst_tag_list_from_vorbiscomment_buffer):
19134           undefine function specific define at end of function
19135
19136 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19137
19138         * ext/flac/gstflac.c: (plugin_init):
19139         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19140         * ext/flac/gstflacdec.h:
19141         * ext/flac/gstflacenc.h:
19142           Fix typos
19143
19144 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19145
19146         * examples/gstplay/player.c: s/gstplay.h/play.h/
19147
19148 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19149
19150         * gst-libs/gst/play/Makefile.am:
19151         * gst-libs/gst/play/gstplay.c:
19152         * gst-libs/gst/play/gstplay.h:
19153         * gst-libs/gst/play/play.c:
19154           more surgery, operation complete
19155
19156 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19157
19158         * gst-libs/gst/play/play.old.c:
19159         * gst-libs/gst/play/play.old.h:
19160           after CVS surgery by moving, remove
19161         * gst-libs/gst/play/playpipelines.c:
19162           remove
19163
19164         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19165           add negotiation error
19166
19167 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19168
19169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19170         (gst_ogg_demux_push):
19171           add some seeking debug info
19172           send a flush when seeking
19173
19174 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19175
19176         * configure.ac:
19177           use AC_C_INLINE
19178         * configure.ac:
19179         * ext/Makefile.am:
19180         * ext/theora/Makefile.am:
19181         * ext/theora/theoradec.c:
19182           add theora video decoder. Does just do simple decoding for now and
19183           has been tested against Theora cvs only. It only works when theora
19184           is compiled with --enable-static.
19185         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19186           always reset packetno on DISCONT
19187
19188 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19189
19190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19191           Fix audio.
19192
19193 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19194
19195         * gst/mpegaudioparse/gstmpegaudioparse.c:
19196         (mp3_type_frame_length_from_header):
19197           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19198
19199 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19200
19201         * ext/esd/esdsink.c: (gst_esdsink_init):
19202           Since we have static pad template caps, we don't need to negotiate;
19203           either the core errors out or we know the format.
19204
19205 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19206
19207         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19208         (gst_riff_read_seek):
19209         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19210         (gst_ebml_read_seek):
19211           Fix event handling.
19212
19213 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19214
19215         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19216           removee video/x-theora from vp3 decoder, it doesn't handle raw
19217           theora streams
19218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19219           fix bug with finalizing element that never went to PAUSED
19220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19221           length and position queries were swapped
19222         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19223         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19224         (vorbis_dec_src_event):
19225           implement querying time and bytes
19226
19227 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19228
19229         * just about every source file:
19230           gst_element_error -> GST_ELEMENT_ERROR
19231
19232 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19233
19234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19235         emiting FLUSH and even before DISCONT.
19236         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19237         get the best instant seeking as possible yay!
19238
19239 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19240
19241         * gst/mpeg1videoparse/gstmp1videoparse.c:
19242         (gst_mp1videoparse_real_chain):
19243           Committed wrong version last week... Grr... Didn't notice until now.
19244
19245 2004-01-29  Julien MOUTTE <julien@moutte.net>
19246
19247         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19249         have_xwindow_id signal in xwindow_create.
19250
19251 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19252
19253         * ext/ogg/gstoggdemux.c:
19254           lots of changes - mainly support for chained bitstreams, seeking,
19255           querying and bugfixes of course
19256         * ext/vorbis/Makefile.am:
19257         * ext/vorbis/vorbisdec.c:
19258         * ext/vorbis/vorbisdec.h:
19259           add vorbisdec raw vorbis decoder
19260         * ext/vorbis/vorbis.c: (plugin_init):
19261           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19262         * gst/intfloat/Makefile.am:
19263         * gst/intfloat/float22int.c:
19264         * gst/intfloat/float22int.h:
19265         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19266           add float2intnew plugin. It converts multichannel interleaved float to
19267           multichannel interleaved int. The name should probably be changed.
19268         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19269         (plugin_init):
19270           add typefinding for raw theora video so oggdemux can detect it.
19271
19272 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19273
19274         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19275         sink element first.
19276         * gst/videoscale/gstvideoscale.c:
19277         (gst_videoscale_handle_src_event): Fixing src event handler.
19278
19279 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19280
19281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19282         (gst_v4lsrc_open), (gst_v4lsrc_close),
19283         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19284         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19285         * sys/v4l/gstv4lsrc.h:
19286         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19287         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19288           Implement resizing... Hack. But that's why v4l is b0rked...
19289
19290 2004-01-28  Julien MOUTTE <julien@moutte.net>
19291
19292         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19293         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19294         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19295         (gst_ximagesink_xwindow_destroy):
19296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19297         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19298         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19299         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19300         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19301         correctly cleaning the image created to check xshm calls on succes,
19302         added a lot of XSync calls in X11 functions, and fixed a segfault when
19303         no image format was defined before negotiation happened.
19304
19305 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19306
19307         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19308           use gst_element_get_time to get correct time
19309
19310 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19311
19312         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19313         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19314         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19316         (gst_xvimagesink_check_xshm_calls),
19317         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19318         X plugins are now able to detect that XShm calls will fail even if the
19319         server claims that it has XShm support (remote displays most of the
19320         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19321         so that we use non XShm functions. This feature is almost useless for
19322         xvimagesink as Xv is not supported on remote displays anyway, but
19323         it might happen than even on the local display XShm calls fail.
19324
19325 2004-01-27  David Schleef  <ds@schleef.org>
19326
19327         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19328         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19329         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19330         changed esdsink to only use 44100,16,2, since esd sucks at rate
19331         conversion and esdsink has had difficulty negotiating.
19332
19333 2004-01-27  Julien MOUTTE <julien@moutte.net>
19334
19335         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19336         (gst_play_seek_to_time): Fixing the way to get current position.
19337
19338 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19339
19340         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19341           use gst_element_get_time to get correct time
19342
19343 2004-01-27  Julien MOUTTE <julien@moutte.net>
19344
19345         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19346         fix ever... Inverting 2 lines of code make spider autoplug correctly
19347         tagged mp3 !
19348
19349 2004-01-27  David Schleef  <ds@schleef.org>
19350
19351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19352         Use gst_pad_try_set_caps_nonfixed().
19353
19354 2004-01-27  David Schleef  <ds@schleef.org>
19355
19356         * gst/ac3parse/gstac3parse.c: update to checklist 5
19357         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19358         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19359         * gst/audioscale/gstaudioscale.c: same
19360         * gst/auparse/gstauparse.c: same
19361         * gst/avi/gstavidemux.c: same
19362
19363 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19364
19365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19366           stop processing after EOS
19367
19368 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19369
19370         * gst/asfdemux/asfheaders.h:
19371         * gst/asfdemux/gstasfdemux.c:
19372         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19373         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19374         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19375           lot's of fixes to make data extraction simpler and get the code
19376           architecture and compiler independant. Add debugging category
19377         * gst/goom/gstgoom.c: (gst_goom_change_state):
19378           reset channel count on PAUSED=>READY, not READY=>PAUSED
19379
19380 2004-01-26  Colin Walters  <walters@verbum.org>
19381
19382         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19383         code to pull a bigger buffer in iradio mode.  This as a side effect
19384         makes typefinding work.
19385
19386 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19387
19388         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19389         Fix SVQ3 decoding on PPC
19390
19391 2004-01-26  Julien MOUTTE <julien@moutte.net>
19392
19393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19394         that one managed to stay there... Fixed.
19395
19396 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19397
19398         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19399         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19400         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19401         (qtdemux_video_caps):
19402         * gst/qtdemux/qtdemux.h:
19403         Add SVQ3 specific flags to qtdemux and ffmpeg
19404
19405 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19406
19407         * gst-libs/gst/audio/audio.h:
19408           remove buffer-frames from audio caps
19409         * gst/audioconvert/gstaudioconvert.c:
19410           fix plugin to really work.
19411
19412 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19413
19414         * gst-libs/gst/mixer/mixer.c:
19415         * gst-libs/gst/propertyprobe/propertyprobe.c:
19416         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19417         (gst_tuner_find_channel_by_name):
19418         * gst-libs/gst/tuner/tuner.h:
19419           Add gtk-doc style comments. Also fix a function name.
19420
19421 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19422
19423         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19424         (gst_divxdec_negotiate):
19425           Fix for new capsnego - also fixes gst-player with divxdec.
19426
19427 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19428
19429         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19430         (gst_play_identity_handoff), (gst_play_set_location),
19431         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19432         try in visualization implementation. Still have an issue with switch
19433         blocking when pulling from video_queue and only audio comes out of
19434         spider.
19435         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19436         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19437         release method. And check if the pad is usable before pulling.
19438
19439 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19440
19441         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19442         (gst_videobalance_init),
19443         (gst_videobalance_colorbalance_list_channels),
19444         (gst_videobalance_colorbalance_set_value),
19445         (gst_videobalance_colorbalance_get_value),
19446         (gst_videobalance_update_properties),
19447         (gst_videobalance_update_tables_planar411),
19448         (gst_videobalance_planar411):
19449         * gst/videofilter/gstvideobalance.h:
19450           Implement lookup-tables. +/- 10x faster.
19451
19452 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19455         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19456           The index reading was broken. The rest worked fine, but the whole
19457           goal of my rewrite was to make avidemux readable, and this was
19458           not at all readable. Please use typed variables.
19459
19460 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19461
19462         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19463           Additional pad usability check.
19464         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19465         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19466         (gst_mp1videoparse_real_chain):
19467           Fix MPEG video stream parsing. The original plugin had several
19468           issues, including not timestamping streams where the source was
19469           not timestamped (this happens with PTS values in mpeg system
19470           streams, but MPEG video is also a valid stream on its own so
19471           that needs timestamps too). We use the display time code for that
19472           for now. Also, if one incoming buffer contains multiple valid
19473           frames, we push them all on correctly now, including proper EOS
19474           handling. Lastly, several potential segfaults were fixed, and we
19475           properly sync on new sequence/gop headers to include them in next,
19476           not previous frames (since they're header for the next frame, not
19477           the previous). Also see #119206.
19478         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19479         (bpf_from_header):
19480           Move caps setting so we only do it after finding several valid
19481           MPEG-1 fraes sequentially, not right after the first one (which
19482           might be coincidental).
19483         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19484         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19485         (plugin_init):
19486           Add unsynced MPEG video stream typefinding, and change some
19487           probability values so we detect streams rightly. The idea is as
19488           follows: I can have an unsynced system stream which contains
19489           video. In the current code, I would randomly get a type for either
19490           system or video stream type found, because the probabilities are
19491           being calculated rather randomly. I now use fixed values, so we
19492           always prefer system stream if that was found (and that is how it
19493           should be). If no system stream was found, we can still identity                the stream as video-only.
19494
19495 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19496
19497         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19498         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19499           don't write to buffer. Extract data without the need of
19500           __attribute__ ((packed))
19501
19502 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19503
19504         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19505         (mpeg1_sys_type_find):
19506           Fix MPEG-1 stream typefinding.
19507
19508 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19511           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19512
19513 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19514
19515         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19516         * ext/esd/gstesd.c: (plugin_init):
19517           private debugging, better error reporting
19518
19519 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19520
19521         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19522         (gst_riff_read_init), (gst_riff_read_change_state):
19523         * gst-libs/gst/riff/riff-read.h:
19524           Remove stuff fromold metadata system.
19525
19526 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * ext/ogg/gstoggdemux.c:
19529           Fix wrong file comment.
19530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19531         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19532           Add metadata reading properly.
19533
19534 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19535
19536         * ext/Makefile.am:
19537           Fix nas DIST_SUBDIRS
19538           Uraeus:
19539           Fix bug where make distcheck doesn't get run on adding stuff to
19540           the build.
19541
19542 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19545         * ext/divx/gstdivxdec.h:
19546           Fix divx3 ("msmpeg4") playback using divxdec.
19547
19548 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19549
19550         * gst/typefind/gsttypefindfunctions.c:
19551         (mp3_type_frame_length_from_header): fix bug in length computation
19552         (mp3_type_find): improve debugging output
19553
19554 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19555
19556         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19557         (gst_play_set_location), (gst_play_seek_to_time),
19558         (gst_play_set_audio_sink), (gst_play_set_visualization),
19559         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19560         the pipeline from scratch. Visualization is back and switch went out as
19561         i realized it was not possible to use the way i wanted.
19562         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19563         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19564         clearing in state change from READY to NULL. So that one can clean the
19565         X ressources keeping the element.
19566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19567         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19568         (gst_xvimagesink_colorbalance_set_value),
19569         (gst_xvimagesink_colorbalance_get_value),
19570         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19571         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19572         change from READY to NULL and fixed some stupid bugs in colorbalance
19573         get/set values. Also added the following feature : when nobody tries to
19574         set some values to the colorbalance levels before the xcontext is
19575         grabbed, then when creating channels list from Xv attributes we set the
19576         internal values to the Xv defaults. This way we handle buggy Xv drivers
19577         that set default hue values far from the middle of the range (Thanks
19578         to Jon Trowbridge for pointing that issue).
19579         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19580         colorbalance levels have been set before xcontext is grabbed.
19581
19582 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19583
19584         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19585           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19586           it might block operations (which is bad for a mixer).
19587
19588 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19589
19590         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19591         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19592         (gmip_find_type_pre):
19593         * gst-libs/gst/media-info/media-info-priv.h:
19594         * gst-libs/gst/media-info/media-info.c:
19595         (gst_media_info_instance_init), (gst_media_info_read_idler):
19596         add fakesink to get caps on decoder src pad again
19597         fix callback prototype to match new have_type signal signature
19598
19599 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * gst/adder/gstadder.c: (gst_adder_link):
19602           fix non-compile and cut-n-paste code
19603
19604 2004-01-21  David Schleef  <ds@schleef.org>
19605
19606         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19607         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19608         (gst_swfdec_init), (gst_swfdec_change_state):
19609         * ext/swfdec/gstswfdec.h:
19610         Fix negotiation.
19611         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19612         (gst_adder_request_new_pad): Fix negotiation.
19613         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19614         Add a fixate function.
19615         * gst/intfloat/gstfloat2int.c:
19616         * gst/intfloat/gstfloat2int.h:
19617         * gst/intfloat/gstint2float.c:
19618         * gst/intfloat/gstint2float.h:
19619         Completely rewrite the negotiation.  Doesn't quite work yet,
19620         due to some buffer-frames problem.
19621
19622 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19623
19624         * ext/gnomevfs/gstgnomevfssrc.c:
19625         * sys/v4l2/v4l2_calls.h:
19626           fix includes for distcheck
19627
19628 2004-01-21  Christian Schaller <uraeus@gnome.org>
19629
19630         * ext/nas/
19631         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19632         based on earlier patch from Laurent Vivier
19633
19634 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19635
19636         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19637         Fix wma caps property
19638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19639         Fix typo (flags1 and flags2)
19640
19641 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19642
19643         * gst-libs/gst/media-info/media-info-priv.c:
19644         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19645         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19646         (gmip_find_stream), (gmip_find_track_metadata),
19647         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19648         (gmip_find_track_format):
19649         * gst-libs/gst/media-info/media-info-priv.h:
19650         * gst-libs/gst/media-info/media-info-test.c: (main):
19651         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19652         (gst_media_info_read_idler), (gst_media_info_read):
19653         * gst-libs/gst/media-info/media-info.h:
19654           register debugging category and use it for debugging
19655
19656 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19659         (gst_vorbisfile_new_link):
19660           signal streaminfo through tags
19661
19662 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19663
19664         * ext/mplex/gstmplex.cc:
19665         * ext/mplex/gstmplexibitstream.cc:
19666           g++ doesn't like NULL in our i18n/error macros, should be
19667           either (NULL) or ("").
19668
19669 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * sys/dxr3/dxr3audiosink.c:
19672         * sys/dxr3/dxr3init.c:
19673         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19674         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19675           Fix more error error error errors (missing includes here).
19676
19677 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19678
19679         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19680           fix thomas' error errors.
19681
19682 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19683
19684         * ext/mpeg2enc/gstmpeg2enc.cc:
19685           fix error errors.
19686
19687 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19688
19689         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19690         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19691           Fix for new error system.
19692
19693 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19694
19695         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19696           fix for new error reporting
19697
19698 2004-01-20  David Schleef  <ds@schleef.org>
19699
19700         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19701         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19702         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19703         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19704         and neither is 100+, most likely.
19705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19706         (gst_xvimagesink_getcaps): same
19707
19708 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19709
19710         * configure.ac:
19711           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19712           clashes with ffmpeg.
19713
19714 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19715
19716         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19717         (gst_switch_init): Fixed switch element : proxying link and setting
19718         caps from src to sink on request.
19719
19720 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19721
19722         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19723         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19724         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19725         fix element_error
19726
19727 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * sys/v4l/v4l_calls.h:
19730         * sys/v4l2/v4l2_calls.h:
19731           element_error fixes
19732
19733 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19734
19735         * gst-libs/gst/gst-i18n-plugin.h:
19736           add locale.h
19737           remove config.h inclusion
19738
19739 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19740
19741         * autogen.sh:
19742           adding autopoint invocation
19743         * Makefile.am:
19744         * configure.ac:
19745         * gst-libs/gst/gettext.h:
19746           adding gettext bits
19747         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19748         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19749         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19750         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19751         (gst_gnomevfssink_close_file):
19752         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19753         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19754         * gst-libs/gst/gst-i18n-plugin.h:
19755         * gst/avi/gstavi.c: (plugin_init):
19756         * sys/dxr3/dxr3init.c: (plugin_init):
19757         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19758         * sys/oss/gstossaudio.c: (plugin_init):
19759         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19760         * sys/v4l/gstv4l.c: (plugin_init):
19761         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19762         * sys/v4l2/gstv4l2.c: (plugin_init):
19763         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19764         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19765         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19766         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19767         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19768         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19769           make sure locale and translation domain are set
19770           fix translated strings
19771         * po/.cvsignore:
19772         * po/LINGUAS:
19773         * po/Makevars:
19774         * po/POTFILES.in:
19775         * po/nl.po:
19776           put translation files into place
19777         * sys/xvideo/imagetest.c: (main):
19778         * ext/dv/demo-play.c: (main):
19779           fix unnecessary translations
19780
19781 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19782
19783         * ext/sndfile/gstsf.c:
19784         * gst/avi/gstavimux.c:
19785         * ext/audiofile/gstafsink.c:
19786         * ext/audiofile/gstafsrc.c:
19787         * ext/gnomevfs/gstgnomevfssink.c:
19788         * ext/gnomevfs/gstgnomevfssrc.c:
19789         * sys/oss/gstosselement.c:
19790         * sys/v4l/v4l_calls.h:
19791           fix i18n include
19792
19793 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19794
19795         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19796         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19797         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19798         (gst_v4l2_get_output), (gst_v4l2_set_output),
19799         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19800         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19801         (gst_v4l2_set_attribute):
19802         update to new error handling
19803
19804 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19805
19806         * ext/sidplay/gstsiddec.cc:
19807         * gst/modplug/gstmodplug.cc:
19808           parenthese NULL because C++ seems angry about it
19809
19810 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19811
19812         * gst-libs/gst/gst-i18n-plugin.h:
19813           add skeleton i18n stuff, but needs to be further implemented
19814
19815 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19816
19817         * examples/gstplay/player.c: (main):
19818         * ext/aalib/gstaasink.c: (gst_aasink_open):
19819         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19821         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19822         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19823         (gst_afsink_close_file):
19824         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19825         (gst_afsrc_close_file):
19826         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19827         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19828         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19829         * ext/esd/esdmon.c: (gst_esdmon_get):
19830         * ext/esd/esdsink.c: (gst_esdsink_chain):
19831         * ext/faac/gstfaac.c: (gst_faac_chain):
19832         * ext/faad/gstfaad.c: (gst_faad_chain):
19833         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19834         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19835         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19836         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19837         (gst_flacdec_loop):
19838         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19839         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19840         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19841         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19842         (gst_gnomevfssink_close_file):
19843         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19844         (gst_gnomevfssrc_open_file):
19845         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19846         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19847         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19848         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19849         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19850         * ext/mad/gstmad.c: (gst_mad_chain):
19851         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19852         * ext/mpeg2dec/gstmpeg2dec.c:
19853         * ext/mpeg2enc/gstmpeg2enc.cc:
19854         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19855         * ext/mplex/gstmplex.cc:
19856         * ext/mplex/gstmplexibitstream.cc:
19857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19858         (gst_ogg_demux_push), (gst_ogg_pad_push):
19859         * ext/raw1394/gstdv1394src.c:
19860         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19861         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19862         * ext/sidplay/gstsiddec.cc:
19863         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19864         (gst_sf_loop):
19865         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19866         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19867         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19868         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19869         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19870         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19871         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19872         * gst-libs/gst/Makefile.am:
19873         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19874         (gst_riff_read_element_data), (gst_riff_read_seek),
19875         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19876         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19878         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19879         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19880         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19881         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19882         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19883         * gst/goom/gstgoom.c: (gst_goom_chain):
19884         * gst/id3/gstid3types.c: (gst_id3types_loop):
19885         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19886         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19887         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19888         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19889         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19890         (gst_ebml_read_float), (gst_ebml_read_header):
19891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19892         (gst_matroska_demux_parse_blockgroup):
19893         * gst/modplug/gstmodplug.cc:
19894         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19895         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19896         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19897         * gst/silence/gstsilence.c: (gst_silence_get):
19898         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19899         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19900         * gst/speed/gstspeed.c: (speed_loop):
19901         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19902         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19903         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19904         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19905         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19906         (gst_wavparse_loop):
19907         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19908         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19909         (dxr3audiosink_close):
19910         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19911         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19912         (dxr3videosink_close), (dxr3videosink_write_data):
19913         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19914         * sys/oss/gstosselement.h:
19915         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19916         (gst_osssink_chain):
19917         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19918         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19921         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19922         (gst_v4l_enable_overlay):
19923         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19924         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19925         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19926         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19927         (gst_v4l_set_audio):
19928         * sys/v4l/v4l_calls.h:
19929         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19930         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19931         (gst_v4lmjpegsink_playback_init),
19932         (gst_v4lmjpegsink_playback_start):
19933         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19934         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19935         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19936         (gst_v4lmjpegsrc_requeue_frame):
19937         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19938         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19939         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19940         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19941         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19942         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19943         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19944         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19945         (gst_v4l2src_capture_stop):
19946         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19948         (gst_ximagesink_chain):
19949         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19950         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19951         (gst_xvideosink_xwindow_new):
19952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19953         (gst_xvimagesink_chain):
19954         use new error signal, function and categories
19955
19956 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19957
19958         * configure.ac:
19959         * ext/Makefile.am:
19960         * ext/musicbrainz/gsttrm.c:
19961         * ext/musicbrainz/gsttrm.h:
19962         * ext/musicbrainz/Makefile.am:
19963         Add a trm plugin
19964
19965 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19966
19967         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19968         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19969         synchronous property for debugging.
19970         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19972         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19973         smaller block, fixing indent.
19974
19975 2004-01-16  David Schleef  <ds@schleef.org>
19976
19977         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19978         property affects the video stream.
19979         * sys/xvimage/xvimagesink.c:
19980         * sys/xvimage/xvimagesink.h:
19981         Add synchronous property for debugging.  Should probably be
19982         disabled in non-CVS builds.  Make sure that the Xv attribute
19983         exists before we set it (crash!).  Fix a silly float bug that
19984         caused colorbalance to just not work.
19985
19986 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19987
19988         * tools/gst-launch-ext.in - update for new plugins
19989
19990 2004-01-16  David Schleef  <ds@schleef.org>
19991
19992         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19993         already-freed caps.
19994
19995 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19996
19997         * Update spec for new colorspace plugin and libcaca plugin
19998         * Fix compilation of libcaca plugin (clock -> id)
19999
20000 2004-01-16  Julien MOUTTE <julien@moutte.net>
20001
20002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20003         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20004         (gst_xvimagesink_set_xwindow_id),
20005         (gst_xvimagesink_colorbalance_set_value),
20006         (gst_xvimagesink_colorbalance_get_value),
20007         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20008         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20009         correct colorbalance properties. They can now be set when the element
20010         is still in NULL state. The values will be committed to the Xv Port
20011         when xcontext is initialized.
20012         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20013         brightness int values in the GstXvImagesink structure.
20014
20015 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * gst-libs/gst/Makefile.am:
20018           restructure so having local patches works easier.
20019
20020 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20021
20022         * ext/mpeg2enc/Makefile.am:
20023         * ext/mpeg2enc/gstmpeg2enc.cc:
20024         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20025           Bugfix with respect to EOS handling.
20026
20027 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20028
20029         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20030           Link with right caps (else, it segfaults).
20031         * ext/mplex/gstmplexjob.cc:
20032           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20033
20034 2004-01-15  David Schleef  <ds@schleef.org>
20035
20036         * gst-libs/gst/audio/Makefile.am:
20037         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20038         from the template.
20039         * gst-libs/gst/audio/gstaudiofilter.c:
20040         * gst-libs/gst/audio/gstaudiofilter.h:
20041         Add bytes_per_sample and size and n_samples calculation.
20042         * gst-libs/gst/audio/gstaudiofilterexample.c:
20043         Remove, now autogenerated.
20044         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20045         Moved from gstaudiofilterexample, object name changed, code added
20046         so that it actually works.
20047         * gst-libs/gst/audio/make_filter:
20048         Script to build an audiofilter subclass from the template.
20049         * gst/colorspace/Makefile.am:
20050         * gst/colorspace/yuv2yuv.c:
20051         Remove file, since it's GPL, and we don't use it.
20052
20053 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20054
20055         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20057         them use the buffer free function to test how the buffer was allocated.
20058
20059 2004-01-15  David Schleef  <ds@schleef.org>
20060
20061         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20062         that handles osssink fallback.
20063         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20064         (gst_audio_convert_getcaps):
20065         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20066         Add audio/x-qdm2 for QDM2 audio.
20067         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20068         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20069         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20070         Decrease minimum size to 16x16.
20071         * gst/wavparse/gstwavparse.c:
20072         Convert disabled pad template caps to new caps.
20073         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20075         (gst_xvimagesink_chain): Throw element error when display cannot
20076         be opened.  Increase minimum framerate to 1.0.  Check the data
20077         free function on a buffer to make sure it is the type we expect
20078         before manipulating it.
20079
20080 2004-01-15  Julien MOUTTE <julien@moutte.net>
20081
20082         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20083         (gst_videobalance_colorbalance_set_value): Implement passthru if
20084         settings are in the middle.
20085         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20086
20087 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20088
20089         * gst/videofilter/Makefile.am:
20090         * gst/volume/Makefile.am:
20091           Since we use videofilter symbols, link to it.
20092
20093 2004-01-15  Julien MOUTTE <julien@moutte.net>
20094
20095         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20096         mixer interface type to HARDWARE.
20097         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20098         type to SOFTWARE.
20099         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20100         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20101         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20102         (gst_volume_interface_init), (gst_volume_list_tracks),
20103         (gst_volume_set_volume), (gst_volume_get_volume),
20104         (gst_volume_set_mute), (gst_volume_mixer_init),
20105         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20106         (volume_init): Implementing mixer interface.
20107         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20108         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20109         (gst_osselement_change_state): Removing some trailing commas in
20110         structures.
20111         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20112         interface type to HARDWARE.
20113         * sys/v4l/gstv4lcolorbalance.c:
20114         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20115         type to HARDWARE.
20116         * sys/v4l2/gstv4l2colorbalance.c:
20117         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20118         interface type to HARDWARE.
20119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20120         same code than ximagesink for event handling.
20121
20122 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20123
20124         * ext/snapshot/Makefile.am:
20125         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20126         (gst_snapshot_chain):
20127         * ext/snapshot/gstsnapshot.h:
20128           This has to be a joke... Snapshot should be connected to a tee,
20129           colorspace element before it and EOS after that, where the other
20130           src of the tee receives normal data.
20131           The current way is *wrong*.
20132
20133 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20134
20135         * ext/hermes/gsthermescolorspace.c:
20136           Fix another compile error. Same as below.
20137
20138 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20139
20140         * gst/colorspace/gstcolorspace.c:
20141         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20142         (gst_colorspace_i420_to_yv12):
20143           Fix compiling... Didn't test if it actually works.
20144
20145 2004-01-15  David Schleef  <ds@schleef.org>
20146
20147         * configure.ac:
20148         * gst/colorspace/Makefile.am:
20149         * gst/colorspace/gstcolorspace.c:
20150         * gst/colorspace/gstcolorspace.h:
20151         * gst/colorspace/yuv2rgb.c:
20152         * gst/colorspace/yuv2rgb.h:
20153         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20154         code and GPL code.  Fix for new caps negotiation.  Rewrite
20155         much of the format handling code, and some of the conversion
20156         code.  Basically, rewrote almost everything.  This element
20157         handles I420, YV12 to RGB conversions.
20158         * ext/hermes/Makefile.am:
20159         * ext/hermes/gsthermescolorspace.c:
20160         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20161         Remove non-Hermes related code.  This element handles lots of
20162         RGB to RGB conversions, but no YUV.
20163         * ext/hermes/gstcolorspace.c:
20164         * ext/hermes/gstcolorspace.h:
20165         * ext/hermes/rgb2yuv.c:
20166         * ext/hermes/yuv2rgb.c:
20167         * ext/hermes/yuv2rgb.h:
20168         * ext/hermes/yuv2rgb_mmx16.s:
20169         * ext/hermes/yuv2yuv.c:
20170         * ext/hermes/yuv2yuv.h:
20171         Remove old code.
20172
20173 2004-01-14  Colin Walters  <walters@verbum.org>
20174
20175         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20176         they've already been.
20177
20178 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20179
20180         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20181           assume tag mode when pad is not connected
20182
20183 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20184
20185         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20186           Don't update the time of the clock
20187         (gst_alsa_sink_loop):
20188           sync to the clock given to alsasink, not the own clock
20189         * sys/oss/gstosssink.c: (gst_osssink_chain):
20190           sync to the clock
20191         (gst_osssink_change_state):
20192           activate the clock
20193         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20195           remove bogus code that made DISCONT events unhandled
20196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20197           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20198           #131502)
20199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20200         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20201         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20202           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20203           2nd warning in bug #131502)
20204
20205 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20206
20207         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20208         (gst_videobalance_colorbalance_set_value),
20209         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20210         for colorbalance interface implementation.
20211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20212         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20213         (gst_ximagesink_dispose), (gst_ximagesink_init),
20214         (gst_ximagesink_class_init): Adding DISPLAY property.
20215         * sys/ximage/ximagesink.h: Adding display_name to store display.
20216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20217         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20218         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20219         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20220         properties (they still need polishing though for gst-launch use : no
20221         xcontext yet, i ll do that tomorrow).
20222         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20223
20224 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20225
20226         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20227         (gst_play_set_location), (gst_play_set_visualization): Preparing
20228         switch integration, adding videobalance in the pipeline.
20229
20230 2004-01-14  Julien MOUTTE <julien@moutte.net>
20231
20232         * gst-libs/gst/colorbalance/colorbalance.c:
20233         (gst_color_balance_class_init): Adding a default type.
20234         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20235         the type.
20236         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20237         (gst_videobalance_dispose), (gst_videobalance_class_init),
20238         (gst_videobalance_init), (gst_videobalance_interface_supported),
20239         (gst_videobalance_interface_init),
20240         (gst_videobalance_colorbalance_list_channels),
20241         (gst_videobalance_colorbalance_set_value),
20242         (gst_videobalance_colorbalance_get_value),
20243         (gst_videobalance_colorbalance_init): Implementing colorbalance
20244         interface.
20245         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20246         list.
20247         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20248         bug which was triggering a BadAccess X error when setting an overlay
20249         before pad was really negotiated.
20250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20251         Using the colorbalance type macro.
20252
20253 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20254
20255         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20256         (gst_flacenc_chain):
20257           handle tags correctly
20258         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20259           extract ID3v1 tags correctly
20260
20261 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20262
20263         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20264         (plugin_init):
20265           Improve matroska typefinding for odd-typed headers...
20266
20267 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20268
20269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20270           Fix for using incremental number on padnames.
20271
20272 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20273
20274         * ext/divx/gstdivxdec.c:
20275         * ext/divx/gstdivxenc.c:
20276           Set category to divx4linux instead of divx (too generic).
20277         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20278         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20279         (gst_wavparse_loop), (gst_wavparse_change_state):
20280         * gst/wavparse/gstwavparse.h:
20281           fix parsing of WAV files with non-standard fmt-tag size and fix
20282           skipping of unrecognized chunks... Someone please fix this thing
20283           to use rifflib so all this is automated.
20284         * sys/v4l/Makefile.am:
20285         * sys/v4l2/Makefile.am:
20286           Add X_CFLAGS because we depend on X (for overlay).
20287
20288 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20289
20290         * ext/mpeg2dec/gstmpeg2dec.c:
20291           Don't issue a timestamp unless we tagged the frame
20292           with a PTS.
20293
20294 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20295
20296         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20297           Query the audio element to get the time, not the clock. We're
20298           interested in the element's time here.
20299
20300 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20301
20302         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20304         * ext/esd/esdsink.c: (gst_esdsink_chain):
20305         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20306         * ext/mas/massink.c: (gst_massink_chain):
20307         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20308         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20309         (gst_matroska_demux_parse_metadata):
20310         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20311         (gst_mpeg_parse_release_locks):
20312         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20313         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20314         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20315         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20316         (gst_osssink_change_state):
20317         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20318         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20319         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20320         (gst_xvideosink_release_locks):
20321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20322           use element time.
20323         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20324         (gst_alsa_clock_stop):
20325         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20326         (gst_audio_clock_get_internal_time):
20327           simplify for use with new clocking code.
20328         * testsuite/alsa/Makefile.am:
20329         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20330           fix testsuite for new caps system
20331
20332 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20333
20334         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20335         * ext/flac/gstflacenc.c: (add_one_tag):
20336           length is already host endian, no need to convert. Fixes playback of
20337           tagged files on PPC. (bug #128384)
20338
20339 2004-01-13  Julien MOUTTE <julien@moutte.net>
20340
20341         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20342         colorbalance interface stating if it is hardware based or software
20343         based.
20344         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20345         Removing a trailing comma.
20346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20347         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20348         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20349         the documentation seems to be wrong on the -1000 to 1000 interval.
20350
20351 2004-01-12  David Schleef  <ds@schleef.org>
20352
20353         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20354         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20355         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20356         Fix negotiation.  Add a bufferalloc function for the sink pad,
20357         and generally clean up some of the code.
20358
20359 2004-01-12  Julien MOUTTE <julien@moutte.net>
20360
20361         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20362         (gst_color_balance_channel_dispose): Adding safety check in dispose
20363         method.
20364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20365         (gst_xvimagesink_xcontext_clear),
20366         (gst_xvimagesink_interface_supported),
20367         (gst_xvimagesink_colorbalance_list_channels),
20368         (gst_xvimagesink_colorbalance_set_value),
20369         (gst_xvimagesink_colorbalance_get_value),
20370         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20371         Adding colorbalance interface support to set XV parameters such as
20372         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20373         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20374         interface.
20375
20376 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20377
20378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20379         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20380         (gst_audio_convert_init), (gst_audio_convert_set_property),
20381         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20382         (gst_audio_convert_link),
20383         (gst_audio_convert_buffer_to_default_format),
20384         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20385           - implement _getcaps and use it
20386           - improve linking
20387           - remove float caps since no float conversion is actually done
20388           - remove properties and arguments that were to be used for rate
20389             conversion
20390
20391 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20392
20393         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20394         (gst_audio_structure_set_int):
20395         * gst-libs/gst/audio/audio.h:
20396           add helper functions for _getcaps matching the standard audio
20397           templates
20398
20399 2004-01-12  David Schleef  <ds@schleef.org>
20400
20401         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20402         Test that pad is negotiated before getting its caps.
20403
20404 2004-01-12  Julien MOUTTE <julien@moutte.net>
20405
20406         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20407         analyzing the pads of an element the bin is mostly in READY state so
20408         no caps were negotiated. This helper function needs to work with
20409         _get_caps directly then. I was not freeing them though, added that to
20410         fix the mem leak.
20411
20412 2004-01-12  Julien MOUTTE <julien@moutte.net>
20413
20414         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20416         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20417         than the free_func.
20418
20419 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20420
20421         * sys/oss/gstossaudio.c: (plugin_init):
20422         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20423         * sys/oss/gstosselement.h:
20424           make an oss debugging category
20425           make failure more descriptive
20426
20427 2004-01-11  David Schleef  <ds@schleef.org>
20428
20429         * ext/ffmpeg/gstffmpeg.c:
20430         * ext/ffmpeg/gstffmpegcodecmap.c:
20431         * ext/ffmpeg/gstffmpegdec.c:
20432         * ext/ffmpeg/gstffmpegenc.c:
20433         * ext/ffmpeg/gstffmpegprotocol.c:
20434         * ext/gdk_pixbuf/gstgdkanimation.c:
20435         * ext/jpeg/gstjpeg.c:
20436         * ext/libpng/gstpng.c:
20437         * ext/mpeg2dec/perftest.c:
20438         * ext/speex/gstspeex.c:
20439         * gst-libs/gst/resample/dtos.c:
20440         * gst/intfloat/gstintfloatconvert.c:
20441         * gst/oneton/gstoneton.c:
20442         * gst/rtjpeg/RTjpeg.c:
20443         * gst/rtp/gstrtp.c:
20444         * sys/dxr3/dxr3init.c:
20445         * sys/glsink/gstgl_nvimage.c:
20446         * sys/glsink/gstgl_pdrimage.c:
20447         * sys/glsink/gstglsink.c:
20448         * testsuite/gst-lint:
20449         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20450
20451 2004-01-11  David Schleef  <ds@schleef.org>
20452
20453         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20454         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20455         * ext/gdk_pixbuf/gstgdkanimation.c:
20456         (gst_gdk_animation_iter_create_pixbuf):
20457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20458         (gst_gdk_pixbuf_chain):
20459         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20460         * ext/jack/gstjack.c: (gst_jack_change_state):
20461         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20462         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20463         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20464         * gst/videofilter/gstvideofilter.c:
20465         (gst_videofilter_set_output_size):
20466         Remove all usage of gst_pad_get_caps(), and replace it with
20467         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20468
20469 2004-01-11  David Schleef  <ds@schleef.org>
20470
20471         * configure.ac:
20472         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20473         * ext/divx/gstdivxdec.c:
20474         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20475         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20476         handle images that span multiple buffers.  Now work with both
20477         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20478         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20479         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20480         video/video.h changes
20481         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20483         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20484         of GstData free function.
20485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20486         same.
20487
20488 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20489
20490         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20491         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20492         (gst_v4l2element_get_property):
20493         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20494           add norm, channel and frequency properties.
20495         * sys/v4l2/gstv4l2tuner.c:
20496           fixes for tuner interface changes
20497         * sys/v4l2/gstv4l2element.h:
20498         * sys/v4l2/gstv4l2src.c:
20499         * sys/v4l2/gstv4l2src.h:
20500         * sys/v4l2/v4l2src_calls.c:
20501         * sys/v4l2/v4l2src_calls.h:
20502           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20503
20504 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20505
20506         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20507         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20508         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20509         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20510         * gst-libs/gst/tuner/tuner.h:
20511           GObjects aren't const.
20512           Add find_by_name functions.
20513           Add checks to _changed functions.
20514         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20515         (gst_v4l_tuner_get_norm):
20516           Fixes for above.
20517
20518 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20519
20520         * gst-libs/gst/video/video.h:
20521           Fix caps template names to be understandable.
20522           Prefix everything with GST_VIDEO.
20523         * ext/aalib/gstaasink.c:
20524         * ext/divx/gstdivxdec.c:
20525         * ext/divx/gstdivxenc.c:
20526         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20527         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20528         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20529         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20530         * ext/libcaca/gstcacasink.c:
20531         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20532         * ext/snapshot/gstsnapshot.c:
20533         * ext/swfdec/gstswfdec.c:
20534         * ext/xvid/gstxviddec.c:
20535         * ext/xvid/gstxvidenc.c:
20536         * gst/chart/gstchart.c:
20537         * gst/deinterlace/gstdeinterlace.c:
20538         * gst/effectv/gsteffectv.c:
20539         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20540         * gst/goom/gstgoom.c:
20541         * gst/median/gstmedian.c:
20542         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20543         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20544         * gst/overlay/gstoverlay.c:
20545         * gst/smooth/gstsmooth.c:
20546         * gst/smpte/gstsmpte.c:
20547         * gst/synaesthesia/gstsynaesthesia.c:
20548         * gst/videocrop/gstvideocrop.c:
20549         * gst/videodrop/gstvideodrop.c:
20550         * gst/y4m/gsty4mencode.c:
20551         * sys/qcam/gstqcamsrc.c:
20552         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20553           Make them work with new video.h file.
20554         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20555         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20557         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20558           Make it work with new buffer allocation system.
20559
20560 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20561
20562         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20563         pad_alloc_buffer implementation to use ->srcpad
20564         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20565         pad_alloc_buffer implementation to use ->srcpad
20566         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20567         pad_alloc_buffer implementation to use ->srcpad
20568         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20569         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20570         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20571         a reference to everything we need.
20572         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20574         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20575         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20576         a reference to everything we need.
20577         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20578
20579 2004-01-11  David Schleef  <ds@schleef.org>
20580
20581         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20582         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20583         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20584         structure members.
20585         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20586         value during a resize/renegotiation.
20587         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20588         gst_pad_alloc_buffer();
20589         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20590         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20591         structure members.
20592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20593         Fix for rename of buffer private structure members.
20594         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20595         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20596         Fix for rename of buffer private structure members.
20597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20598         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20599         Fix for rename of buffer private structure members.
20600
20601 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20602
20603         reviewed by: David Schleef <ds@schleef.org>
20604
20605         * gst/videofilter/Makefile.am:
20606         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20607         from the patch by ds to fit in with recent make_filter changes.
20608
20609 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20610
20611         * configure.ac: Adding examples/switch/Makefile
20612         * examples/Makefile.am: Adding examples/switch
20613         * examples/switch/Makefile.am: Adding switcher example.
20614         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20615         (switch_timer), (main): Adding an example demonstrating switch usage
20616         with 2 videotestsrc showing different patterns.
20617         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20618         (gst_switch_init): Fixing switch with the new caps system.
20619
20620 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20621
20622         * gst-libs/gst/video/video.h:
20623           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20624           They should probably be like
20625           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20626
20627 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20628
20629         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20630         (qtdemux_parse_trak):
20631           fix audio chunk size/timestamp calculation
20632
20633 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20634
20635         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20636           fix SVQ3 caps
20637
20638 2004-01-11  Steve Baker  <steve@stevebaker.org>
20639
20640         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20641         (gst_agingtv_base_init), (gst_agingtv_class_init),
20642         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20643         (gst_agingtv_set_property), (gst_agingtv_get_property):
20644         Port agingTV to videofilter
20645
20646 2004-01-09  Julien MOUTTE <julien@moutte.net>
20647
20648         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20649         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20650
20651 2004-01-09  Julien MOUTTE <julien@moutte.net>
20652
20653         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20654         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20655         * gst-libs/gst/xoverlay/xoverlay.c:
20656         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20657         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20658         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20659         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20660         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20661         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20662         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20663         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20664         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20665         interface implementation to handle xid being 0 and fix some bugs
20666         triggered by Benjamin's testcase.
20667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20668         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20669         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20670         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20671         interface implementation to handle xid being 0 and fix some bugs
20672         triggered by Benjamin's testcase.
20673
20674 2004-01-09  David Schleef  <ds@schleef.org>
20675
20676         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20677         mouse pointer events.  It works.
20678
20679 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20680
20681         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20682           Use explicit caps - fix capsnego.
20683         * ext/xvid/gstxviddec.c:
20684         * ext/xvid/gstxvidenc.c:
20685           Remove macro-inside-macro which caused compile errors.
20686         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20687           Error out if it's not a RIFF file. Else we error out without
20688           gst_element_error() which is not good...
20689
20690 2004-01-08  David Schleef  <ds@schleef.org>
20691
20692         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20693         Fix pad_link function to handle formats that ffmpeg returns
20694         as multiple caps structures.
20695         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20696         Only complain if source buffer is _smaller_ than expected.
20697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20698         (gst_videoscale_handle_src_event): Resize navigation events
20699         when passing them upstream.
20700         * gst/videotestsrc/gstvideotestsrc.c:
20701         * gst/videotestsrc/gstvideotestsrc.h:
20702         * gst/videotestsrc/videotestsrc.c:
20703         * gst/videotestsrc/videotestsrc.h:
20704         Rewrite many of the buffer painting functions to handle odd
20705         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20706         been verified to work with my video card.
20707         * testsuite/gst-lint:  Add check for elements calling
20708         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20709
20710 2004-01-08  David Schleef  <ds@schleef.org>
20711
20712         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20713         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20714
20715 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20716
20717         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20718         configure event is not emiting the desired size signal. That fixes
20719         aspect ratio issues with gst-player.
20720
20721 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20724           Fix capsnego.
20725
20726 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20727
20728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20729         public method to fire size signal.
20730
20731 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20732
20733         * examples/gstplay/Makefile.am: Adding the interface library.
20734         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20735         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20736         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20737         GST_IS_X_OVERLAY before signal connect.
20738         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20739         Removing the have_video_size signal.
20740         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20741         and associated public method.
20742         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20743         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20744         signal.
20745         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20746         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20747         signal.
20748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20749         Using XOverlay public method to fire size signal.
20750
20751 2004-01-07  David Schleef  <ds@schleef.org>
20752
20753         * gst/videofilter/Makefile.am:
20754         * gst/videofilter/gstvideotemplate.c:
20755         * gst/videofilter/make_filter:
20756         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20757         Convert make_filter to /bin/sh script.
20758
20759 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20760
20761         * gst/modplug/gstmodplug.cc: fix element description
20762
20763 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20764
20765         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20766         (got_video_size): Adding some new lines in g_print calls.
20767         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20768         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20769         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20770         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20771         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20772         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20773         Complete code review, reverting some stuff i disagree with, adding
20774         some fixes : time synchronization on invalid timestamps, renegotiation
20775         of private window.
20776         * sys/ximage/ximagesink.h:
20777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20778         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20779         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20780         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20781         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20782         (gst_xvimagesink_buffer_new),
20783         (gst_xvimagesink_navigation_send_event),
20784         (gst_xvimagesink_set_xwindow_id),
20785         (gst_xvimagesink_get_desired_size),
20786         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20787         stuff i disagree with, adding some fixes : Renegotiation of private
20788         window, implementing get_desired_size.
20789
20790 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20791
20792         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20793         (gst_afsink_handle_event):
20794         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20795         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20796         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20797         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20798         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20799           Fix for instantiate-test (see core). Also remove dead code from
20800           jpegenc (which still needs fixing, but that's lower on my TODO
20801           list...).
20802         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20803           Never return NULL as caps.
20804
20805 2004-01-07  David Schleef  <ds@schleef.org>
20806
20807         * configure.ac:
20808         * ext/Makefile.am:
20809         * ext/librfb/Makefile.am:
20810         * ext/librfb/gstrfbsrc.c:
20811         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20812         is the protocol used by VNC.
20813
20814 2004-01-07  David Schleef  <ds@schleef.org>
20815
20816         * gst/videofilter/gstvideotemplate.c:
20817         * gst/videofilter/gstvideotemplate.h:
20818         * gst/videofilter/make_filter:
20819         Merge videotemplate header into source file.
20820         * gst/effectv/Makefile.am:
20821         * gst/effectv/gsteffectv.c: (plugin_init):
20822         * gst/effectv/gstwarp.c:
20823         Make warpTV a subclass of videofilter.
20824
20825 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20826
20827         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20828           Add guard against invalid utf-8 conversions in mad. Just in case.
20829
20830 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20831
20832         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20833           Fix for bug shown by poisoning
20834
20835 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20836
20837         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20838         (gst_v4lmjpegsrc_buffer_free):
20839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20840         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20841         (gst_v4lsrc_buffer_free):
20842           Fix for removed bufferpools.
20843
20844 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20845
20846         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20847         Fix caps negotiation.
20848
20849         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20850         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20851         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20852         (dvdnavsrc_event):
20853         * ext/mpeg2dec/gstmpeg2dec.c:
20854         * gst-libs/gst/navigation/navigation.c:
20855         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20856         * gst-libs/gst/navigation/navigation.h:
20857         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20858         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20860         Super-simple first version of mouse and keyboard events. Clicking
20861         on a DVD menu now works, although it may not take you where you
20862         expected.
20863
20864         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20865         * gst/videotestsrc/gstvideotestsrc.c:
20866         (gst_videotestsrc_src_fixate):
20867         These fixate functions were broken - they never actually
20868         fixated :)
20869
20870 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20873         (gst_icecastsend_init):
20874           fix for new caps system.
20875         * gst-libs/gst/mixer/mixertrack.h:
20876         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20877           Add 'master track' flag (for tools like ACME that only want to
20878           change the main volume).
20879
20880 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20881
20882         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20883         (gst_xvid_csp_to_caps):
20884         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20885         * ext/xvid/gstxvidenc.c:
20886         ifdef out ARGB type when it isn't available
20887         in xvidcore 1.0.0beta2
20888
20889 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20890
20891         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20892           When we have received a new SCR right in the first buffer after
20893           a seek (so in the same cycle that handles the discont), we should
20894           handle the buffer instead of unreffing it, else we lose data.
20895
20896 2004-01-06  Iain <iain@prettypeople.org>
20897
20898         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20899           buffer-frames caps too.
20900
20901         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20902           caps that we need, don't destroy them all and rebuild them. And when
20903           creating src pads, use the src pad template rather than the sink...
20904
20905 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20906
20907         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20908           Add pad to element *after* setting functions such as event handler.
20909           Without this, the scheduler (opt) will link pads, set the event
20910           handler from the default event function (dispatcher in gstpad.c)
20911           and *after* that, we will set our own event function, which will
20912           thus never be used (and thus mpegdemux doesn't handle events).
20913
20914 2004-01-04  David Schleef  <ds@schleef.org>
20915
20916         Fix the fixate functions to handle new prototype:
20917         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20918         * gst/videotestsrc/gstvideotestsrc.c:
20919         (gst_videotestsrc_src_fixate):
20920         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20921         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20923
20924 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20925
20926         * sys/ximage/ximagesink.h:
20927         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20928         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20929         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20930         (gst_ximagesink_xoverlay_init):
20931           assorted fixes to make (re)embedding work
20932         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20933         (gst_ximagesink_get_desired_size):
20934           implement desired size additions to XOverlay
20935
20936 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20937
20938         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20939         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20940         (gst_x_overlay_got_desired_size):
20941         * gst-libs/gst/xoverlay/xoverlay.h:
20942           Add optional "desired size" signal and querying.
20943
20944 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20945
20946         * gst/matroska/matroska-demux.c:
20947         (gst_matroska_demux_parse_blockgroup):
20948           Fix EBML-laced block parsing. Diffs are relative to previous
20949           lace, not the first lace. Thanks to Mosu from the Matroska
20950           team for detecting this.
20951         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20952         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20953         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20954         (gst_wavparse_change_state):
20955         * gst/wavparse/gstwavparse.h:
20956           Quickfix for capsnego.
20957
20958 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20959
20960         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20961           Fix indenting, fix pad creation.
20962
20963 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20964
20965         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20966         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20967         (gst_xviddec_sink_link):
20968           Implement src_getcaps() so proper size caps is negotiated.
20969
20970 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20971
20972         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20973           Finish flac decoder on EOS. See #116178.
20974
20975 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20976
20977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20978         (gst_matroska_demux_add_stream):
20979         * gst/matroska/matroska-ids.h:
20980           Add getcaps() function to fix capsnego...
20981
20982 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20983
20984         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20985         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20986         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20987           Fix more integer overflows. Again, see #126967.
20988
20989 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20990
20991         * ext/mpeg2dec/gstmpeg2dec.c:
20992           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20993           #130416.
20994
20995 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20996
20997         * configure.ac:
20998         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20999         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21000         * ext/xvid/gstxvid.h:
21001         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21002         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21003         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21004         (gst_xviddec_change_state):
21005         * ext/xvid/gstxviddec.h:
21006         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21007         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21008         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21009         (gst_xvidenc_link), (gst_xvidenc_set_property),
21010         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21011         * ext/xvid/gstxvidenc.h:
21012           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21013
21014 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21015
21016         * gst/rtp/rtp-packet.c:
21017           Add sys/types.h include, since OS X doesn't define in_addr_t
21018           in netinet/in.h, like it does on Linux (see #129600).
21019
21020 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21021
21022         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21025           Correct logic of dispose function (see #129306).
21026
21027 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21028
21029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21030         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21031         (gst_mpeg_parse_init):
21032         * gst/mpegstream/gstmpegparse.h:
21033           Remove clock (which was never provided, i.e. dead code), and
21034           also fix integer overflows at high PTS values (see #126967).
21035
21036 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21037
21038         * ext/flac/gstflacdec.c:
21039         * ext/libpng/gstpngenc.h:
21040         * ext/mikmod/gstmikmod.h:
21041           OS X fixes (see #126628).
21042
21043 2004-01-02  David Schleef  <ds@schleef.org>
21044
21045         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21046         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21047         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21048         (gst_mpeg_parse_class_init): Move pad template registration
21049         to class_init, since the derived class (mpegdemux) doesn't
21050         want them.
21051
21052 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * sys/ximage/Makefile.am:
21055         * sys/xvideo/Makefile.am:
21056         * sys/xvimage/Makefile.am:
21057           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21058           after installation (see #127664).
21059
21060 2004-01-02  David Schleef  <ds@schleef.org>
21061
21062         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21063         (gst_ffmpegenc_connect):  Negotiation fixes.
21064         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21065         Remove inappropriate gst_caps_free().
21066         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21067         Reenable Ronald's internal resize code, since the core handles
21068         it correctly now.
21069
21070 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21071
21072         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21073         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21074         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21075           Fix pad template stuff.
21076
21077 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21078
21079         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21080         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21081           fix signed integer reading/writing.
21082
21083 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21084
21085         * ext/alsa/README:
21086           Remove outdated document
21087
21088 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21089
21090         * gst/cutter/gstcutter.c: (gst_cutter_init):
21091           src pad was being created twice - oops.
21092
21093 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21094
21095         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21096           Comment out internal resize. It doesn't handle the resulting
21097           XEvent internally, does another try_set_caps() which leads to
21098           a really nice loop.
21099           Real fix will come when Julien and Dave are awake. ;).
21100
21101 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21102
21103         * ext/mpeg2enc/gstmpeg2enc.cc:
21104           fix const/nonconst compile issue.
21105
21106 2004-01-02  David Schleef  <ds@schleef.org>
21107
21108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21109         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21110         Add fixate function and a check for bad formats.
21111
21112 2004-01-01  David Schleef  <ds@schleef.org>
21113
21114         Negotiation fixes:
21115         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21116         (gst_audiofilter_init):
21117         * gst/debug/efence.c: (gst_efence_init):
21118         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21119         (gst_deinterlace_init):
21120         * gst/volume/gstvolume.c: (volume_connect):
21121
21122 2004-01-01  David Schleef  <ds@schleef.org>
21123
21124         Convert elements to use gst_pad_use_explicit_caps() where
21125         appropriate:
21126         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21127         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21128         (gst_afparse_open_file):
21129         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21130         (gst_afsrc_open_file):
21131         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21132         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21133         (gst_ffmpegdec_chain):
21134         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21135         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21136         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21137         (gst_gdk_pixbuf_chain):
21138         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21139         (gst_jpegdec_chain):
21140         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21141         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21142         (gst_mikmod_negotiate):
21143         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21144         (gst_mpeg2dec_negotiate_format):
21145         * ext/mpeg2enc/gstmpeg2enc.cc:
21146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21147         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21148         (gst_speexdec_sinkconnect):
21149         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21150         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21151         (gst_vorbisfile_new_link):
21152         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21153         (gst_ac3parse_chain):
21154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21155         (gst_asf_demux_setup_pad):
21156         * gst/auparse/gstauparse.c: (gst_auparse_init),
21157         (gst_auparse_chain):
21158         * gst/id3/gstid3types.c: (gst_id3types_loop):
21159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21160         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21161         (mp1videoparse_parse_seq):
21162         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21163         (bpf_from_header):
21164         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21165         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21166         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21167         (gst_mpeg_parse_send_data):
21168         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21169         (gst_qtdemux_add_stream):
21170         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21171         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21172         (gst_wavparse_parse_fmt):
21173
21174 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21175
21176         * configure.ac:
21177           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21178           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21179           it therefore uses the wrong include paths. Too bad... Note
21180           that 1.6.1.93 is not release yet. ;).
21181           Also add a check for mplex, which is now using the lib'ified
21182           mplex from mjpegtools, too.
21183         * ext/ffmpeg/gstffmpegcodecmap.c:
21184           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21185           issues. I don't think ffmpeg handles 3ivx correctly, so this
21186           probably won't work. But it won't hurt either.
21187         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21188         (gst_ffmpegdec_chain):
21189         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21190         (gst_ffmpegenc_chain_audio):
21191           Fix memleak in audio encoding. Close codec if open fails, this
21192           calls the cleanup routines so we can re-use the context.
21193         * ext/mpeg2enc/gstmpeg2enc.cc:
21194           Fix pad template names/types, fix memory issue with getcaps().
21195         * ext/mpeg2enc/gstmpeg2encoder.cc:
21196         * ext/mpeg2enc/gstmpeg2encoder.hh:
21197           Fix compile issue with new caps system (const thingy).
21198         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21199         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21200           We read a first frame right on initing, so that we have a caps
21201           when we init the output. This caps is cached in padprivate and
21202           read as first frame.
21203         * ext/mplex/Makefile.am:
21204         * ext/mplex/gstmplex.cc:
21205         * ext/mplex/gstmplex.h:
21206         * ext/mplex/gstmplex.hh:
21207         * ext/mplex/gstmplexibitstream.cc:
21208         * ext/mplex/gstmplexibitstream.hh:
21209         * ext/mplex/gstmplexjob.cc:
21210         * ext/mplex/gstmplexjob.hh:
21211         * ext/mplex/gstmplexoutputstream.cc:
21212         * ext/mplex/gstmplexoutputstream.hh:
21213           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21214           had issues, didn't do capsnego, supported only a subset of the
21215           mplex features and required a mplex fork in our local CVS. Plus
21216           that it worked agaist a very old mplex version. Rewriting was
21217           faster than updating it.
21218         * gst-libs/ext/Makefile.am:
21219         * gst-libs/ext/mplex/INSTRUCT:
21220         * gst-libs/ext/mplex/Makefile.am:
21221         * gst-libs/ext/mplex/README:
21222         * gst-libs/ext/mplex/TODO:
21223         * gst-libs/ext/mplex/ac3strm_in.cc:
21224         * gst-libs/ext/mplex/audiostrm.hh:
21225         * gst-libs/ext/mplex/audiostrm_out.cc:
21226         * gst-libs/ext/mplex/aunit.hh:
21227         * gst-libs/ext/mplex/bits.cc:
21228         * gst-libs/ext/mplex/bits.hh:
21229         * gst-libs/ext/mplex/buffer.cc:
21230         * gst-libs/ext/mplex/buffer.hh:
21231         * gst-libs/ext/mplex/fastintfns.h:
21232         * gst-libs/ext/mplex/format_codes.h:
21233         * gst-libs/ext/mplex/inputstrm.cc:
21234         * gst-libs/ext/mplex/inputstrm.hh:
21235         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21236         * gst-libs/ext/mplex/mjpeg_logging.cc:
21237         * gst-libs/ext/mplex/mjpeg_logging.h:
21238         * gst-libs/ext/mplex/mjpeg_types.h:
21239         * gst-libs/ext/mplex/mpastrm_in.cc:
21240         * gst-libs/ext/mplex/mpegconsts.cc:
21241         * gst-libs/ext/mplex/mpegconsts.h:
21242         * gst-libs/ext/mplex/mplexconsts.hh:
21243         * gst-libs/ext/mplex/multplex.cc:
21244         * gst-libs/ext/mplex/outputstream.hh:
21245         * gst-libs/ext/mplex/padstrm.cc:
21246         * gst-libs/ext/mplex/padstrm.hh:
21247         * gst-libs/ext/mplex/stillsstream.cc:
21248         * gst-libs/ext/mplex/stillsstream.hh:
21249         * gst-libs/ext/mplex/systems.cc:
21250         * gst-libs/ext/mplex/systems.hh:
21251         * gst-libs/ext/mplex/vector.cc:
21252         * gst-libs/ext/mplex/vector.hh:
21253         * gst-libs/ext/mplex/videostrm.hh:
21254         * gst-libs/ext/mplex/videostrm_in.cc:
21255         * gst-libs/ext/mplex/videostrm_out.cc:
21256         * gst-libs/ext/mplex/yuv4mpeg.cc:
21257         * gst-libs/ext/mplex/yuv4mpeg.h:
21258         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21259         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21260           We don't fork mjpegtools' mplex in our CVS anymore.
21261         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21262         (gst_avi_demux_add_stream):
21263         * gst/avi/gstavidemux.h:
21264           Add getcaps() function for proper caps nego. This makes some
21265           parts of AVI playback/reading work.
21266         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21267           Resize window on new capsnego. This is probably wrong, but
21268           I'm still committing it because with current capsnego, the
21269           first successfull capsnego is auto-fixated, therefore rounded
21270           down to the lowest values in the caps. this results in a 16x16
21271           XWindow that is not reized when real capsnego finishes.
21272           Dave, I see more cases of this, do you know a proper solution?
21273         * tools/gst-launch-ext.in:
21274           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21275
21276 2003-12-31  David Schleef  <ds@schleef.org>
21277
21278         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21279         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21280           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21281
21282 2003-12-30  David Schleef  <ds@schleef.org>
21283
21284         * ext/ffmpeg/gstffmpegcolorspace.c:
21285         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21286         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21287         (gst_ffmpegcsp_chain): Negotiation fixes
21288         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21290         (gst_audio_convert_link), (gst_audio_convert_channels):
21291         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21292         (gst_audioscale_link), (gst_audioscale_get_buffer),
21293         (gst_audioscale_chain): Negotiation fixes
21294         * gst/audioscale/gstaudioscale.h:
21295         * gst/videofilter/gstvideofilter.c:
21296         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21297         (gst_videofilter_link), (gst_videofilter_init),
21298         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21299         (gst_videofilter_find_format_by_structure):
21300         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21302         (gst_videoscale_link):
21303         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21304         (videoscale_find_by_structure), (gst_videoscale_setup):
21305         * gst/videoscale/videoscale.h: Negotiation fixes
21306         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21307         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21308         function, restrict resizing to a multiple of 4 (hack until
21309         everyone supports odd sizes correctly).
21310
21311 2003-12-29  Colin Walters  <walters@verbum.org>
21312
21313         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21314         signed.
21315
21316 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21317
21318         * ext/sndfile/gstsf.c: (gst_sf_loop):
21319           Fix warning about discarding const qualifier
21320
21321 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21322
21323         * gst/cutter/gstcutter.c:
21324         * gst/videoscale/gstvideoscale.c:
21325         * gst/volenv/gstvolenv.c:
21326         * gst-libs/gst/audio/audio.c:
21327         * gst-libs/gst/video/video.c:
21328           Fix warnings
21329
21330 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21331
21332         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21333           Don't send ALSA debugging to stderr.
21334         * ext/alsa/gstalsa.h:
21335           Use GST_WARNING instead of g_warning when ALSA functions fail.
21336
21337 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21338
21339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21340           Free XVAdapterInfo correctly.
21341
21342 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21343
21344         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21345         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21346           Make id3tag use correct caps nego.
21347
21348 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21349
21350         * ext/ivorbis/vorbis.c:
21351         * ext/ivorbis/vorbisenc.h:
21352         * ext/ivorbis/vorbisfile.c:
21353           Modify so that it uses the new caps things
21354
21355 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21356
21357         * testsuite/spider/spider1.c: (main):
21358         * testsuite/spider/spider2.c: (main):
21359         * testsuite/spider/spider3.c: (main):
21360           Make tests compile again. They probably don't work.
21361
21362 2003-12-24  Colin Walters  <walters@verbum.org>
21363
21364         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21365         we can't fixate the caps anymore.
21366
21367 2003-12-23  David Schleef  <ds@schleef.org>
21368
21369         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21370         * sys/oss/gstosssink.c: (gst_osssink_init),
21371         (gst_osssink_sink_fixate): Add fixate function.
21372
21373 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21374
21375         * ext/ffmpeg/gstffmpegcodecmap.c:
21376         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21377         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21378         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21379         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21380         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21381         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21382         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21383           fix typo in RGB masks, and move back to "old" colorspace
21384           capsnego code until whoever wrote this new crap has actually
21385           tested it so that it works.
21386           And yes, this works, keep it that way please.
21387
21388 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21389
21390         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21391         (gst_divxdec_init), (gst_divxdec_negotiate):
21392         * ext/divx/gstdivxdec.h:
21393         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21394         (gst_divxenc_init):
21395         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21396         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21397         * ext/mpeg2enc/gstmpeg2enc.cc:
21398         * ext/mpeg2enc/gstmpeg2encoder.cc:
21399         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21400         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21401         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21402         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21403         (dxr3spusink_init):
21404         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21405         (dxr3videosink_init):
21406           Fix caps breakage after Dave's caps branch merge.
21407
21408 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21409
21410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21411           Fix for 24bpp display.
21412
21413 2003-12-23  Colin Walters  <walters@verbum.org>
21414
21415         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21416         a GnomeVFSHandle directly.
21417
21418 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21419
21420         * gst/volume/Makefile.am:
21421         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21422         (volume_base_init), (volume_init):
21423           Reenable volume element and fix to work with new caps stuff.
21424           Rhythmbox needs this.
21425
21426 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21427
21428         * gst/qtdemux/qtdemux.c: (plugin_init):
21429           qtdemux requires bytestream
21430
21431 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21432
21433         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21434           Fix remaining caps handling errors due to CAPS merge.
21435
21436 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21437
21438         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21439         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21440         (gst_faad_srcconnect):
21441           Port to new caps system.
21442
21443 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21444
21445         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21446         (got_video_size), (main): using g_print instead of g_message.
21447         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21448         signal which was not emitted because of "switch" element added to the
21449         bin but not connected. (Removing from the bin temporarily)
21450
21451 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21452
21453         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21454         find X development files. I don't understand the previous tests and
21455         they fail on my debian/ppc unstable. This one works.
21456         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21457         exiting.
21458         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21459         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21460         (gst_play_set_visualization): Add some safety checks in set_ methods
21461         and state_change. This was throwing some ugly CRITICAL messages when
21462         pipeline was getting disposed and casts were failing.
21463
21464 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21465
21466         * configure.ac:
21467           Improve mpeg2enc detection. This is for distributions that do
21468           ship mjpegtools, but without mpeg2enc. Also does object check
21469           for might there ever be ABI incompatibility.
21470         * ext/mpeg2enc/gstmpeg2enc.cc:
21471           Add Andrew as second maintainer (he's helping me), and also add
21472           an error if no caps was set. This happens if I pull before capsnego
21473           and that's something I should solve sometime else.
21474         * gst/matroska/matroska-demux.c:
21475         (gst_matroska_demux_parse_blockgroup):
21476           Fix time parsing.
21477         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21478         (gst_matroska_mux_track_header):
21479           Add caps to templates.
21480         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21481           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21482         * gst/mpegstream/gstmpegdemux.c:
21483           Remove layer since it causes warnings about unfixed caps.
21484         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21485           Fix obvious typo (we error out if caps were set, we should of
21486           course error out if *no* caps were set).
21487         * sys/oss/gstosselement.c: (gst_osselement_convert):
21488           Fix format conversion, we confused bits/bytes.
21489         * sys/oss/gstosselement.h:
21490           Improve documentation for 'bps'.
21491         * sys/v4l/TODO:
21492           Remove stuff about plugins that need removing - this was done
21493           ages ago.
21494         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21495         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21496         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21497         (gst_v4lsrc_src_query):
21498         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21499         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21500           Add get_query_types(), get_formats() and query() functions.
21501
21502 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21503
21504         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21505         * moved CVS to freedesktop.org