ext/ogg/gstoggdemux.c: Free the list, patch from bug #322704 (Alessandro Decina).
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2
3         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
4         patch from bug #322704 (Alessandro Decina).
5
6 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7
8         * gst-libs/gst/audio/Makefile.am:
9           folded audiofilter into the audio library
10
11 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12
13         * gst/videoscale/gstvideoscale.h:
14         * gst/videoscale/gstvideoscale.c:
15           remove unimplemented scale methods
16
17 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18
19         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20           Don't leak caps.
21
22 2005-11-28  Julien MOUTTE  <julien@moutte.net>
23
24         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
25         (gst_ximagesink_setcaps):
26         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
27         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
28         happens (only visible on ximagesink but bug is in xv too) set_caps was
29         destroying the internal x[v]image used to memcpy non locally alloced
30         buffers so that it got renewed on next _chain. The issue is that 
31         _expose will try to put that image as it reffed it in _put.
32         Using gst_buffer_unref instead of destroy fixes it !
33
34 2005-11-28  Edward Hervey  <edward@fluendo.com>
35
36         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
37         (try_to_link_1), (queue_filled_cb):
38         Better use of the queues. Start with a small size queue and only increase
39         the size of the queues when the other queues are empty.
40
41 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
42
43         * gst-libs/gst/video/Makefile.am:
44           compile in copied-over videofilter into the video library
45         * gst-libs/gst/video/videosink.h:
46           rename the header to gstvideosink.h since it's a base GstObject class
47         * sys/ximage/ximagesink.h:
48         * sys/xvimage/xvimagesink.h:
49           use the new header
50
51 2005-11-28  Wim Taymans  <wim@fluendo.com>
52
53         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
54         * gst/playback/gstplaybasebin.h:
55         Prepare to handle errors betters.
56
57         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
58         Set sinks to PAUSED first before adding and linking them so that
59         we don't interrupt dataflow.
60
61 2005-11-28  Wim Taymans  <wim@fluendo.com>
62
63         * gst-libs/gst/audio/TODO:
64         Updated TODO
65
66         * gst-libs/gst/audio/gstaudiosink.c:
67         (gst_audioringbuffer_open_device),
68         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
69         (gst_audioringbuffer_release):
70         Small cleanups.
71
72         * gst-libs/gst/audio/gstbaseaudiosink.c:
73         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
74         (gst_base_audio_sink_change_state):
75         Slave to the master clock when going to PLAYING and unslave when
76         going to PAUSED.
77
78         * gst-libs/gst/audio/gstringbuffer.c:
79         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
80         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
81         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
82         (gst_ring_buffer_clear_all), (wait_segment),
83         (gst_ring_buffer_commit), (gst_ring_buffer_read),
84         (gst_ring_buffer_advance):
85         * gst-libs/gst/audio/gstringbuffer.h:
86         Add some docs and cleanups.
87
88 2005-11-28  Julien MOUTTE  <julien@moutte.net>
89
90         * sys/xvimage/xvimagesink.c:
91         (gst_xvimagesink_navigation_send_event): Fix navigation events
92         coordinates translation with pixel aspect ratios.
93
94 2005-11-28  Julien MOUTTE  <julien@moutte.net>
95
96         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
97         Use calculated video geometry from _setcaps instead of buffer
98         caps to respect pixel aspect ratio. (fixes #322388)
99
100 2005-11-28  Julien MOUTTE  <julien@moutte.net>
101
102         * docs/libs/tmpl/gstcolorbalance.sgml:
103         * docs/libs/tmpl/gstmixer.sgml:
104         * docs/libs/tmpl/gstxoverlay.sgml:
105         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
106         interface.
107
108 2005-11-28  Julien MOUTTE  <julien@moutte.net>
109
110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
111         Refuse to create an XvImage if we can't find the format.
112
113 2005-11-28  Edward Hervey  <edward@fluendo.com>
114
115         * gst-libs/gst/riff/riff-media.c:
116         (gst_riff_create_audio_template_caps):
117         Add ATRAC3 to the list of riff-possible audio caps.
118         I know we still don't have a plugin for atrac3, but it's saner to output
119         that than a cryptic mimetype.
120
121 2005-11-27  Edward Hervey  <edward@fluendo.com>
122
123         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
124         Don't try to create a zero-sized subbuffer.
125
126 2005-11-27  Julien MOUTTE  <julien@moutte.net>
127
128         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
129         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
130         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
131         (gst_ximagesink_expose): Fixed a tricky race.
132         * sys/ximage/ximagesink.h:
133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
134         (gst_xvimagesink_expose): Fixed a tricky race.
135         * sys/xvimage/xvimagesink.h:
136
137 2005-11-27  Edward Hervey  <edward@fluendo.com>
138
139         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
140         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
141         Remove unused properties, and add queues between demuxers and decoders
142         so that a lot more files can preroll properly.
143
144 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
145
146         * gst-libs/gst/net/Makefile.am:
147         * gst-libs/gst/rtp/Makefile.am:
148         * gst-libs/gst/tag/Makefile.am:
149           remove silly include
150         * gst/tags/Makefile.am:
151         * gst/tags/gsttagediting.c:
152         * gst/tags/gsttageditingprivate.h:
153         * gst/tags/tagedit.vcproj:
154           remove directory, is as good as empty
155
156 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
157
158         * configure.ac:
159           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
160         * gst-libs/Makefile.am:
161         * gst-libs/gst/audio/Makefile.am:
162         * gst-libs/gst/interfaces/Makefile.am:
163         * gst-libs/gst/net/Makefile.am:
164         * gst-libs/gst/riff/Makefile.am:
165         * gst-libs/gst/rtp/Makefile.am:
166         * gst-libs/gst/tag/Makefile.am:
167         * gst-libs/gst/video/Makefile.am:
168           and use them
169
170 2005-11-27  Julien MOUTTE  <julien@moutte.net>
171
172         * docs/libs/tmpl/gstcolorbalance.sgml:
173         * docs/libs/tmpl/gstmixer.sgml:
174         * docs/libs/tmpl/gstxoverlay.sgml:
175         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
176         * sys/ximage/ximagesink.h:
177         * sys/xvimage/xvimagesink.h: More and more documentation.
178
179 2005-11-26  Julien MOUTTE  <julien@moutte.net>
180
181         * docs/libs/gst-plugins-base-libs-docs.sgml:
182         * docs/libs/gst-plugins-base-libs-sections.txt:
183         * docs/libs/tmpl/gstcolorbalance.sgml:
184         * docs/libs/tmpl/gstmixer.sgml:
185         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
186         to documentation.
187
188 2005-11-26  Julien MOUTTE  <julien@moutte.net>
189
190         * docs/plugins/Makefile.am:
191         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
193         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
194
195 2005-11-26  Julien MOUTTE  <julien@moutte.net>
196
197         * docs/plugins/Makefile.am:
198         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
199         * docs/plugins/gst-plugins-base-plugins-sections.txt:
200         * docs/plugins/inspect/plugin-adder.xml:
201         * docs/plugins/inspect/plugin-alsa.xml:
202         * docs/plugins/inspect/plugin-audioconvert.xml:
203         * docs/plugins/inspect/plugin-audiorate.xml:
204         * docs/plugins/inspect/plugin-audioresample.xml:
205         * docs/plugins/inspect/plugin-audiotestsrc.xml:
206         * docs/plugins/inspect/plugin-decodebin.xml:
207         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
208         * docs/plugins/inspect/plugin-gnomevfs.xml:
209         * docs/plugins/inspect/plugin-ogg.xml:
210         * docs/plugins/inspect/plugin-playbin.xml:
211         * docs/plugins/inspect/plugin-subparse.xml:
212         * docs/plugins/inspect/plugin-tcp.xml:
213         * docs/plugins/inspect/plugin-theora.xml:
214         * docs/plugins/inspect/plugin-typefindfunctions.xml:
215         * docs/plugins/inspect/plugin-video4linux.xml:
216         * docs/plugins/inspect/plugin-videorate.xml:
217         * docs/plugins/inspect/plugin-videoscale.xml:
218         * docs/plugins/inspect/plugin-videotestsrc.xml:
219         * docs/plugins/inspect/plugin-volume.xml:
220         * docs/plugins/inspect/plugin-vorbis.xml:
221         * docs/plugins/inspect/plugin-ximagesink.xml:
222         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
223         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
224
225 2005-11-26  Edward Hervey  <edward@fluendo.com>
226
227         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
228         Properly return GstFlowReturn from gst_pad_push in chain functions.
229
230 2005-11-25  Michael Smith  <msmith@fluendo.com>
231
232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
233         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
234         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
235         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
236           Handle various conditions better when we don't understand a stream.
237           Removes a heap of CRITICALs on ogg streams containing unknown data.
238
239 2005-11-24  Andy Wingo  <wingo@pobox.com>
240
241         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
242         Be threadsafe.
243
244 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
245
246         * configure.ac: back to HEAD
247
248 === release 0.9.6 ===
249
250 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
251
252         * configure.ac:
253           releasing 0.9.6, "White Eight"
254
255 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
256
257         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
258         * docs/plugins/inspect/plugin-sine.xml:
259           remove sinesrc some more
260
261 2005-11-23  Wim Taymans  <wim@fluendo.com>
262
263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
264         If we are reading too slowly, jump forward in the ringbuffer
265         instead of blocking.
266
267 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
268
269         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
270         (gst_visual_chain):
271         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
272         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
273         (gst_videorate_chain):
274         * gst/videotestsrc/gstvideotestsrc.c:
275         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
277         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
278         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
279         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
280         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
281           Updates for API changes
282
283 2005-11-23  Wim Taymans  <wim@fluendo.com>
284
285         * gst-libs/gst/audio/gstbaseaudiosink.c:
286         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
287         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
288         Fix for calibration API change.
289
290 2005-11-23  Michael Smith <msmith@fluendo.com>
291
292         * gst-libs/gst/audio/multichannel.c:
293         (gst_audio_get_channel_positions),
294         (gst_audio_set_channel_positions),
295         (gst_audio_set_structure_channel_positions_list),
296         (gst_audio_fixate_channel_positions):
297           Use gst_value_array_*() functions on value arrays, not
298           gst_value_list_*().
299
300 2005-11-23  Edward Hervey  <edward@fluendo.com>
301
302         * autogen.sh:
303         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
304         Fixes autogen
305
306 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
307
308         * check/Makefile.am:
309         * check/elements/videotestsrc.c: (setup_videotestsrc),
310         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
311         (main):
312           add a test for videotestsrc
313
314 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
315
316         * gst/sine/.cvsignore:
317         * gst/sine/Makefile.am:
318         * gst/sine/gstsinesrc.c:
319         * gst/sine/gstsinesrc.h:
320         * gst/sine/sinesrc.vcproj:
321           and remove sinesrc from the repository.  Closes #321446
322
323 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
324
325         * configure.ac:
326         * gst-plugins-base.spec.in:
327           remove sinesrc from the build
328
329 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
330
331         * check/Makefile.am:
332         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
333         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
334         (main):
335           add a test for audiotestsrc, testing all waves.  Even seems
336           leak-free at first glance, nice job Stefan
337
338 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
339
340         * po/af.po:
341         * po/az.po:
342         * po/cs.po:
343         * po/en_GB.po:
344         * po/hu.po:
345         * po/it.po:
346         * po/nb.po:
347         * po/nl.po:
348         * po/or.po:
349         * po/sq.po:
350         * po/sr.po:
351         * po/sv.po:
352         * po/uk.po:
353         * po/vi.po:
354           Translation string updates
355
356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
357         (gst_v4lsrc_set_caps):
358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
359         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
360         * sys/v4l/v4lsrc_calls.h:
361           Improve v4lsrc, by making it work again.
362
363 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
364
365         * ext/libvisual/visual.c: (gst_visual_chain):
366           Fix the fps calculations.
367
368         * gst/ffmpegcolorspace/avcodec.h:
369           Move structure element for clarity
370
371         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
372         * gst-libs/gst/interfaces/tunernorm.h:
373         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
374         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
375         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
376         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
377         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
378         (gst_v4lmjpegsrc_getcaps):
379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
380         (gst_v4lsrc_set_caps):
381         * sys/v4l/gstv4lsrc.h:
382         * sys/v4l/v4l_calls.c: (gst_v4l_open):
383         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
384         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
385         * sys/v4l/v4lsrc_calls.h:
386           Fractional framerates...
387
388 2005-11-22  Wim Taymans  <wim@fluendo.com>
389
390         * gst-libs/gst/audio/gstbaseaudiosink.c:
391         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
392         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
393         And we provide a clock by default, of course...
394
395 2005-11-22  Wim Taymans  <wim@fluendo.com>
396
397         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
398         This clock can be slaved to a master clock now.
399
400         * gst-libs/gst/audio/gstbaseaudiosink.c:
401         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
402         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
403         (gst_base_audio_sink_set_clock),
404         (gst_base_audio_sink_set_property),
405         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
406         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
407         * gst-libs/gst/audio/gstbaseaudiosink.h:
408         Handle slaving the internal clock to the clock selected in the
409         pipeline.
410         Add property to make the basesink not provide a clock.
411
412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
413         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
414         (gst_base_rtp_depayload_wait):
415         * gst-libs/gst/rtp/gstbasertpdepayload.h:
416         We can use the clock in GstElement, no need to store it ourselves.
417
418 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
419
420         * docs/libs/tmpl/gstaudio.sgml:
421           update
422         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
423         (gst_paranoia_endian_get_type):
424         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
425         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
426         * gst/audiotestsrc/gstaudiotestsrc.c:
427         (gst_audiostestsrc_wave_get_type):
428         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
429         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
430         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
431         (gst_sync_method_get_type), (gst_unit_type_get_type),
432         (gst_client_status_get_type), (gst_multifdsink_class_init),
433         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
434         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
435         (gst_multifdsink_get_property):
436         * gst/tcp/gstmultifdsink.h:
437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
438         * gst/videotestsrc/gstvideotestsrc.c:
439         (gst_videotestsrc_pattern_get_type):
440           remove deprecated properties
441           fix up enums to correctly have short lowercase dashed nicks
442
443 2005-11-22  Michael Smith <msmith@fluendo.com>
444
445         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
446         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
447           Add underscore.
448
449 2005-11-22  Michael Smith <msmith@fluendo.com>
450
451         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
452         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
453           Use utility method for scaling clocktime for fractional framerates.
454
455 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
456
457         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
458         (gst_visual_chain):
459         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
460         * ext/theora/theoradec.c: (theora_handle_type_packet):
461         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
462         (theora_enc_chain):
463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
464         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
465         * gst-libs/gst/video/video.h:
466         * gst/ffmpegcolorspace/avcodec.h:
467         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
468         (gst_ffmpeg_caps_to_pixfmt):
469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
470         (gst_ffmpegcsp_set_caps):
471         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
472         (gst_videorate_setcaps), (gst_videorate_blank_data),
473         (gst_videorate_chain):
474         * gst/videotestsrc/gstvideotestsrc.c:
475         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
476         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
477         (gst_videotestsrc_event), (gst_videotestsrc_create):
478         * gst/videotestsrc/gstvideotestsrc.h:
479         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
480         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
481         (gst_ximagesink_get_times), (gst_ximagesink_init):
482         * sys/ximage/ximagesink.h:
483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
484         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
485         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
486         * sys/xvimage/xvimagesink.h:
487           Convert elements to use fractions for their framerate.
488           V4L elements to come later tonight.
489
490 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
491
492         * gst-libs/gst/audio/audio.c:
493         * gst-libs/gst/audio/audio.h:
494           remove some deprecated functions
495
496 2005-11-22  Andy Wingo  <wingo@pobox.com>
497
498         * Update for gst_tag_setter API changes.
499
500 2005-11-22  Andy Wingo  <wingo@pobox.com>
501
502         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
503         (gst_ogg_demux_perform_seek):
504         * ext/theora/theoradec.c (theora_dec_sink_event):
505         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
506         update-funcnames.
507
508 2005-11-22  Wim Taymans  <wim@fluendo.com>
509
510         * examples/seeking/seek.c: (main):
511         Give higher priority to bus signals than the gtk events
512         to fix a race condition in the segment looping.
513
514 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
515
516         * ext/theora/Makefile.am:
517         * ext/vorbis/Makefile.am:
518         * gst-libs/gst/tag/Makefile.am:
519         * gst-plugins-base.spec.in:
520           Rename libgsttagedit to libgsttag (#322117).
521
522 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
523
524         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
526           Call gst_x_overlay_prepare_xwindow_id() to give applications
527           a final chance to set their own xwindow id before the video
528           sink creates its own window.
529
530 2005-11-22  Julien MOUTTE  <julien@moutte.net>
531
532         * sys/xvimage/xvimagesink.c:
533         (gst_xvimagesink_navigation_send_event): Handle navigation
534         events correcly with borders if applicable.
535
536 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
537
538         Patch by: Luca Ognibene
539
540         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
541         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
543         (gst_ffmpegcsp_caps_remove_format_info):
544         * gst/ffmpegcolorspace/imgconvert.c:
545         * gst/ffmpegcolorspace/imgconvert_template.h:
546           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
547           #318353); use gst_structure_has_name().
548
549 2005-11-22  Julien MOUTTE  <julien@moutte.net>
550
551         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
552         (gst_ximagesink_class_init): Add debug macros on functions.
553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
554         (gst_xvimagesink_xwindow_draw_borders),
555         (gst_xvimagesink_xvimage_put),
556         (gst_xvimagesink_xwindow_update_geometry),
557         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
558         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
559         (gst_xvimagesink_xcontext_clear),
560         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
561         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
562         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
563         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
564         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
565         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
566         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
567         expose while being PAUSED, out of data flow navigation events, etc..
568
569 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
570
571         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
572         * gst-libs/gst/audio/audio.h:
573           fix prototype - wondering why the test worked regardless
574
575 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
576
577         * check/Makefile.am:
578         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
579         * gst-libs/gst/audio/audio.h:
580           add a method that returns a proper GstClockTime
581
582 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
585         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
586         * gst-libs/gst/interfaces/xoverlay.h:
587           Remove everything having to do with the desired size; add 
588           gst_x_overlay_prepare_xwindow_id() function; remove the
589           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
590           post a message on the bus instead (#321816).
591
592         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
594         (gst_xvimagesink_xoverlay_init):
595           Remove desired size stuff (#321816).
596
597 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
600         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
601         (mpeg_video_type_find), (mpeg_video_stream_type_find):
602           Terminate vararg functions with NULL instead of 0 to 
603           make gcc4 happy.
604
605 2005-11-21  Andy Wingo  <wingo@pobox.com>
606
607         patch by: Sebastien Cote <sebas642@yahoo.ca>
608         
609         * gst-libs/gst/rtp/gstrtpbuffer.h: 
610         * gst-libs/gst/rtp/gstrtpbuffer.c
611         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
612
613 2005-11-21  Andy Wingo  <wingo@pobox.com>
614
615         * gst/playback/gstplaybin.c (gen_audio_element) 
616         (gen_video_element): Use the new MISSING_PLUGIN core error
617         category. Closes #320060.
618
619         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
620         * gst/videorate/gstvideorate.c (gst_videorate_event):
621         * ext/theora/theoradec.c (theora_dec_sink_event): 
622         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
623         stream lock.
624
625         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
626         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
627         stream lock changes.
628
629 2005-11-21  Wim Taymans  <wim@fluendo.com>
630
631         * gst-libs/gst/audio/gstbaseaudiosink.c:
632         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
633         (gst_base_audio_sink_provide_clock),
634         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
635         (gst_base_audio_sink_change_state):
636         * gst/audioresample/gstaudioresample.c:
637         Segment update fix.
638
639 2005-11-21  Andy Wingo  <wingo@pobox.com>
640
641         * *.h:
642         * *.c: Ran scripts/update-macros. Oh yes.
643
644 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * sys/ximage/Makefile.am:
647         * sys/ximage/ximage.c:
648           Rename ximage plugin to ximagesink (#321426) (Don't forget to
649           remove your old libgstximage.* manually if necessary).
650
651 2005-11-21  Michael Smith <msmith@fluendo.com>
652
653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
654           Minimal fix for bug #320200: set the min/max bitrate in the correct
655           units. A better fix would be to upgrade to the RATEMANAGE2
656           interface, rather than using the deprecated interface used here, but
657           that would require an update in our libvorbis dependency (to 1.1),
658           which is probably undesirable.
659
660 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
661
662         * ext/libvisual/visual.c: (get_buffer):
663         * gst-libs/gst/audio/gstbaseaudiosrc.c:
664         (gst_base_audio_src_fixate):
665         * gst/audioconvert/gstaudioconvert.c:
666         (gst_audio_convert_fixate_caps):
667         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
668         * gst/audiotestsrc/gstaudiotestsrc.c:
669         (gst_audiotestsrc_src_fixate):
670         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
671         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
672         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
673         * gst/videotestsrc/gstvideotestsrc.c:
674         (gst_videotestsrc_src_fixate):
675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
677           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
678           (#322027)
679
680
681 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
682
683         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
684         (gst_riff_create_iavs_caps):
685         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
686         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
687         (gst_riff_parse_info):
688         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
691           Fixes for GST_FOURCC_FORMAT API change.
692
693 2005-11-21  Andy Wingo  <wingo@pobox.com>
694
695         patch by: Alessandro Dessina <alessandro nnva org>
696
697         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
698         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
699         (gst_ogg_parse_chain):
700         * ext/theora/theoraenc.c (theora_set_header_on_caps):
701         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
702         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
703         gst_value_list calls on arrays. Fixes #321962.
704
705 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
706
707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
708         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
709         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
710         * gst/adder/gstadder.c: (gst_adder_init),
711         (gst_adder_request_new_pad), (gst_adder_collected),
712         (gst_adder_change_state):
713           Update for gst_collectpads_foo() to gst_collect_pads_foo()
714           API change.
715
716 2005-11-21  Michael Smith <msmith@fluendo.com>
717
718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
719         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
720           Properly handle pad_push return values.
721
722 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
723
724         * gst-libs/gst/tag/Makefile.am:
725         * gst-libs/gst/tag/gstvorbistag.c:
726         (gst_tag_list_to_vorbiscomment_buffer):
727           Remove obsolete vorbistag element and debug category.
728
729         * gst/playback/gstplaybasebin.c: (check_queue):
730           Don't divide by 0 when queue-threshold is 0.
731
732         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
733           Don't modify an existing pixel-aspect-ratio if we fail to read
734           a new one.
735
736 2005-11-20  Wim Taymans  <wim@fluendo.com>
737
738         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
739         (gst_vorbisenc_push_packet):
740         GST_PAD_IS_USABLE is gone, use the return value of
741         the push or pad_alloc_buffer instead.
742
743 2005-11-18  Julien MOUTTE  <julien@moutte.net>
744
745         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
746         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
747         (gst_ximagesink_ximage_destroy),
748         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
749         (gst_ximagesink_xwindow_new),
750         (gst_ximagesink_xwindow_update_geometry),
751         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
752         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
753         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
754         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
755         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
756         (gst_ximagesink_navigation_send_event),
757         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
758         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
759         (gst_ximagesink_finalize), (gst_ximagesink_init),
760         (gst_ximagesink_class_init):
761         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
762         This new version brings correct software scaling, non flickering
763         window while resizing, pixel aspect ratio handling, usage of
764         hardware buffer pools, out of data flow event thread for 
765         navigation and handling of expose events even when being PAUSED,
766         a new property to keep video aspect ratio when resizing, etc...
767
768 2005-11-18  Julien MOUTTE  <julien@moutte.net>
769
770         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
771         (gst_videoscale_fixate_caps): Introduce back caps fixate with
772         handling of PAR.
773
774 2005-11-18    <bilboed@dvdsrc.fluendo.com>
775
776         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
777         Unsetting IS_SINK flag from the fakesink, so decodebin
778         never behaves as a sink.
779
780 2005-11-17  Wim Taymans  <wim@fluendo.com>
781
782         * gst-libs/gst/audio/gstbaseaudiosrc.c:
783         (gst_base_audio_src_change_state):
784         Fix the audiosrc base class again, we did not unflush.
785
786 2005-11-17  Julien MOUTTE  <julien@moutte.net>
787
788         * examples/seeking/seek.c: (make_dv_pipeline),
789         (make_vorbis_theora_pipeline), (make_avi_pipeline),
790         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
791         to ogg/vorbis/theora pipeline.
792
793 2005-11-17  Wim Taymans  <wim@fluendo.com>
794
795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
796         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
797         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
798         Fix EOS on multiple streams.
799         More debugging.
800
801 2005-11-16  Wim Taymans  <wim@fluendo.com>
802
803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
804         (gst_ogg_demux_perform_seek):
805         Segment done must include stream time.
806
807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
808         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
809         (gst_ogg_mux_change_state):
810         Fix ogg muxer again.
811
812 2005-11-16  Wim Taymans  <wim@fluendo.com>
813
814         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
815         Fix compile again.
816
817 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
818
819         * ext/libvisual/visual.c: (gst_visual_init):
820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
821         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
822         (gst_ogg_parse_chain):
823         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
824         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
825         * ext/theora/theoradec.c: (gst_theora_dec_init):
826         * ext/theora/theoraenc.c: (gst_theora_enc_init):
827         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
828         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
829         * gst/adder/gstadder.c: (gst_adder_class_init),
830         (gst_adder_dispose):
831         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
832         * gst/subparse/gstsubparse.c: (gst_subparse_init):
833         * gst/videorate/gstvideorate.c: (gst_videorate_init):
834           Fix a whole set of pad template leaks
835
836 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
837
838         * check/generic/states.c: (GST_START_TEST):
839           fix the test so that it only checks for elements that are part of
840           this source module
841
842 2005-11-16  Michael Smith <msmith@fluendo.com>
843
844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
845         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
846         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
847         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
848         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
849         (gst_ogg_mux_change_state):
850           Fix leaking collectpads.
851
852 2005-11-16  Edward Hervey  <edward@fluendo.com>
853
854         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
855         (gst_videorate_event), (gst_videorate_chain):
856         Handle segment seeks
857
858 2005-11-16  Wim Taymans  <wim@fluendo.com>
859
860         * gst-libs/gst/audio/gstbaseaudiosink.c:
861         (gst_base_audio_sink_provide_clock),
862         (gst_base_audio_sink_change_state):
863         Set ringbuffer to non-flushing when going to PAUSED, set to
864         flushing again when going to READY.
865
866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
867         (gst_ring_buffer_stop):
868         Start in flushing mode by default.
869         Don't set flushing in the _stop method, let the app call
870         this explicitly.
871
872 2005-11-16  Julien MOUTTE  <julien@moutte.net>
873
874         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
875         * gst-libs/gst/video/videosink.h: Add helper function needed
876         for video sinks.
877
878 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * gst/videoscale/gstvideoscale.c:
881         (gst_videoscale_handle_src_event):
882           Don't leak reference to pad parent.
883
884 2005-11-16  Wim Taymans  <wim@fluendo.com>
885
886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
887         Set ringbuffer to flushing when stopping so that we don't
888         block on wait_segment anymore and livelock.
889
890 2005-11-16  Wim Taymans  <wim@fluendo.com>
891
892         * examples/seeking/seek.c: (send_event), (do_seek),
893         (loop_toggle_cb), (segment_done), (main):
894         Added looping checkbox.
895
896 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
897
898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
899         (gst_ogg_demux_init):
900         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
901         (gst_vorbis_dec_init):
902           revert unrefs, they don't pass make check
903
904 2005-11-15  Johan Dahlin  <johan@gnome.org>
905
906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
907         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
908         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
909         (gst_vorbis_dec_init):
910         Fix pad template leaks. 
911
912 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
913
914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
915           Make state change function thread safe.
916
917 2005-11-15  Edward Hervey  <edward@fluendo.com>
918
919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
920         (gst_ogg_demux_class_init):
921         Implement GstElement::send_event, so we can send seek events
922         in GST_STATE_READY
923
924 2005-11-14  Julien MOUTTE  <julien@moutte.net>
925
926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
927         Discovered how to take away flickering while resizing the
928         window. Please don't put that in ximagesink, refactoring in
929         progress.
930
931 2005-11-14  Michael Smith <msmith@fluendo.com>
932
933         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
934         (gst_multifdsink_render):
935           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
936
937 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
938
939         * gst/playback/gstplaybin.c: (gen_audio_element):
940           Use autoaudiosink, it tends to be more widely available than
941           autoaudiiosink.
942           
943 2005-11-14  Andy Wingo  <wingo@pobox.com>
944
945         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
946         as well if it is available. Fixes #316442.
947
948 2005-11-14  Michael Smith <msmith@fluendo.com>
949
950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
951         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
952         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
953         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
954         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
955         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
957         (gst_vorbisenc_change_state):
958           Fix a small memory leak in vorbisenc.
959           Fix large memory leaks in oggmux, also fix lots of state change
960           bugs in oggmux.
961
962 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
963
964         * gst/videotestsrc/gstvideotestsrc.c:
965         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
966         (gst_videotestsrc_src_fixate):
967           move fixation to a fixate function
968           remove negotiate function, basesrc's is good enough
969           fixes a bug for check when using the element alone
970
971 2005-11-13  Edward Hervey  <edward@fluendo.com>
972
973         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
974         (key_toggle_cb), (main):
975         Added checkboxes for adding/removing the accurate and key_unit seek
976         flags.
977
978 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
979
980         * configure.ac: back to HEAD
981
982 === release 0.9.5 ===
983
984 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
985
986         * configure.ac:
987           releasing 0.9.5, "No No Kia"
988
989 2005-11-11  Edward Hervey  <edward@fluendo.com>
990
991         * examples/seeking/seek.c: (make_parselaunch_pipeline):
992         Added parse-launch syntax seeking mode for the seeking example.
993         This should help stress-test even more cases.
994         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
995
996 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
997
998         * sys/xvimage/xvimagesink.c:
999         (gst_xvimagesink_navigation_send_event):
1000           Check whether peer pad exists before sending navigation events
1001           to it.
1002
1003 2005-11-11  Michael Smith <msmith@fluendo.com>
1004
1005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1006         (gst_vorbisenc_buffer_from_packet):
1007         * ext/vorbis/vorbisenc.h:
1008           Set duration on encoded buffers. This allows oggmux's
1009           max_page_delay parameter to actually work.
1010
1011 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1014         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1015         (gst_ffmpegcsp_avpicture_fill):
1016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1017         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1018           Make palettes work again (see #132341). Use our own macros
1019           for rounding up.
1020
1021 2005-11-10  Andy Wingo  <wingo@pobox.com>
1022
1023         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1024         string doober.
1025
1026 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1027
1028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1029         (gst_ffmpegcsp_transform_caps):
1030           Prefer passthrough in transform_caps
1031
1032 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1033
1034         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1035           check for ALSA errors properly, instead of relying on ALSA's
1036           error strings to serve to the user.
1037
1038 2005-11-10  Wim Taymans  <wim@fluendo.com>
1039
1040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1041         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1042         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1043         Modernise the seek code.
1044
1045 2005-11-10  Michael Smith <msmith@fluendo.com>
1046         
1047         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1048         (setup_substreams), (set_active_source):
1049           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1050           trying to go to NULL if we failed to read a file.
1051
1052 2005-11-10  Wim Taymans  <wim@fluendo.com>
1053
1054         * gst/audiotestsrc/gstaudiotestsrc.c:
1055         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1056         (gst_audiotestsrc_create):
1057         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1058         (gst_sinesrc_get_times), (gst_sinesrc_create):
1059         * gst/videotestsrc/gstvideotestsrc.c:
1060         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1061         (gst_videotestsrc_create):
1062         The base class can now sync for us.
1063
1064 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1065
1066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1067           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1068           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1069           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1070           format=(fourcc)I420" ! xvimagesink
1071
1072 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1073
1074         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1075         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1076         (gst_sinesrc_newsegment):
1077           Send newsegment event in TIME format, set duration if
1078           num-buffers is set, fix duration querying.
1079
1080 2005-11-10  Michael Smith <msmith@fluendo.com>
1081
1082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1083         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1084         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1085         (gst_ogg_mux_collected):
1086          Fix EOS handling, partially. Now forwarding an EOS event once we have
1087          EOS on all pads works correctly. However, we still don't properly set
1088          EOS on the actual ogg stream pages.
1089
1090 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1091
1092         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1093           Set elements to NULL state before disposing of them.
1094
1095 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1096
1097         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1098
1099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1100         (gst_base_rtp_depayload_init),
1101         (gst_base_rtp_depayload_set_gst_timestamp):
1102         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1103           We need to send a newsegment event for each instance, not
1104           just for the first instance of this class (get rid of
1105           static variable in function). (#321011).
1106           
1107 2005-11-08  Michael Smith <msmith@fluendo.com>
1108
1109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1110         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1111         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1112         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1113           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1114           This makes us mux things correctly according to the ogg muxing
1115           rules. Still not handling EOS correctly right now, though.
1116
1117 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * gst/audioconvert/gstaudioconvert.c:
1120           Fix typo in docs. 
1121
1122 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1123
1124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1125         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1126           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1127           creating a new chain; should fix live streaming. Also
1128           add more debug output and fix a typo.
1129
1130 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1131
1132         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1133
1134         * gst/volume/gstvolume.c: (volume_set_caps):
1135           Fix compilation on Solaris with Forte. (#320923)
1136
1137 2005-11-08  Wim Taymans  <wim@fluendo.com>
1138
1139         * gst-libs/gst/audio/gstbaseaudiosink.c:
1140         (gst_base_audio_sink_render):
1141         No need to do a typecheck.
1142
1143 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1144
1145         * ext/alsa/gstalsa.h:
1146           We register a debug category, so let's use it.
1147
1148 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1149
1150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1151         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1152         Fixed a small problem.
1153
1154 2005-11-04  Wim Taymans  <wim@fluendo.com>
1155
1156         * examples/seeking/Makefile.am:
1157         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1158         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1159         (make_playerbin_pipeline), (format_value), (update_scale),
1160         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1161         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1162         (print_usage), (main):
1163         Added app for playback speed testing.
1164
1165         * examples/seeking/seek.c: (dynamic_link),
1166         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1167         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1168         (message_received), (main):
1169         Updated seek example.
1170
1171 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1172
1173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1174         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1175         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1176         (gst_base_rtp_depayload_set_clock):
1177         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1178         Don't sleep on the bench (system clock) when you have a nice 
1179         comfortable bed (Gstreamer clock) to sleep on.
1180
1181 2005-11-03  Wim Taymans  <wim@fluendo.com>
1182
1183         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1184         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1185         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1186         Handle the case where a pad_block failed.
1187
1188 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1189
1190         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1191
1192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1193         (gst_base_rtp_depayload_add_to_queue),
1194         (gst_base_rtp_depayload_push),
1195         (gst_base_rtp_depayload_set_gst_timestamp),
1196         (gst_base_rtp_depayload_queue_release):
1197           Fixes some bugs in the depayloader's queuing/de-queueing code.
1198
1199 2005-10-31  Michael Smith <msmith@fluendo.com>
1200
1201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1202         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1203         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1204           Patch from Alessandro Decina <alessandro@nnva.org>.
1205           Make oggdemux only find the final time in a chain, not per-pad,
1206           since the per-pad information can be very expensive to locate, and
1207           it isn't used anywhere. This makes reading a file containing
1208           OggSkeleton reasonably fast.
1209           Also, make chain finding work when there are logical bitstreams that
1210           can't be decoded. Fixes #319110.
1211
1212 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1213
1214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1215         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1216         (gst_base_rtp_depayload_chain),
1217         (gst_base_rtp_depayload_add_to_queue),
1218         (gst_base_rtp_depayload_push),
1219         (gst_base_rtp_depayload_set_gst_timestamp),
1220         (gst_base_rtp_depayload_queue_release),
1221         (gst_base_rtp_depayload_start_thread),
1222         (gst_base_rtp_depayload_set_property),
1223         (gst_base_rtp_depayload_get_property):
1224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1225         Some random fixes, to fullfill the desires of thomas.
1226
1227 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1228
1229         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1230         (gst_base_rtp_depayload_add_to_queue),
1231         (gst_base_rtp_depayload_push):
1232         Fixed the queueing algorithm.
1233
1234 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1235
1236         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1237         (gst_base_rtp_depayload_push):
1238         A small fix
1239
1240 2005-10-31  Wim Taymans  <wim@fluendo.com>
1241
1242         * gst-libs/gst/audio/gstringbuffer.h:
1243         Don't break ABI.
1244
1245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1246         (gst_ffmpeg_caps_to_pixfmt):
1247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1248         (gst_ffmpegcsp_set_caps):
1249         Some more comments.
1250         Handle missing required caps fields better.
1251
1252 2005-10-31  Wim Taymans  <wim@fluendo.com>
1253
1254         * gst-libs/gst/audio/gstbaseaudiosink.c:
1255         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1256         (gst_base_audio_sink_render):
1257         * gst-libs/gst/audio/gstringbuffer.c:
1258         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1259         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1260         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1261         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1262         (gst_ring_buffer_read):
1263         * gst-libs/gst/audio/gstringbuffer.h:
1264         Add flushing mode to the ringbuffer so that it in all cases does
1265         not try to handle more audio. This makes sure it does not try to
1266         block anymore when flushing and fixes a livelock.
1267
1268 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1269
1270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1271         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1272         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1273           Explicitly check for -1 values before doing a conversion
1274           and always map them to -1. (#315545)
1275
1276 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1277
1278         * gst/playback/gstplaybin.c: (gen_video_element):
1279           first try autovideosink, then xvimagesink, then error out
1280         * po/POTFILES.in:
1281           add translatable file
1282         * po/af.po:
1283         * po/az.po:
1284         * po/cs.po:
1285         * po/en_GB.po:
1286         * po/hu.po:
1287         * po/it.po:
1288         * po/nb.po:
1289         * po/nl.po:
1290         * po/or.po:
1291         * po/sq.po:
1292         * po/sr.po:
1293         * po/sv.po:
1294         * po/uk.po:
1295         * po/vi.po:
1296           update translations
1297
1298 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1299
1300         * gst-libs/gst/rtp/gstbasedepayload.c:
1301         * gst-libs/gst/rtp/gstbasedepayload.h:
1302           Minor cleanups
1303
1304 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1305
1306         * gst/playback/.cvsignore:
1307         * gst/playback/decodetest.c:
1308         * gst/playback/test3.c:
1309           Port these two tests as well.
1310
1311 2005-10-27  Wim Taymans  <wim@fluendo.com>
1312
1313         * ext/theora/theoradec.c: (theora_dec_src_query),
1314         (theora_dec_sink_event):
1315         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1316         (theora_enc_change_state):
1317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1318         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1319         Take proper locks when handling events.
1320
1321 2005-10-27  Wim Taymans  <wim@fluendo.com>
1322
1323         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1324         (gst_adder_change_state):
1325         Fix timestamps and fix deadlock when stopping the collectpads.
1326
1327 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1328
1329         * gst-libs/gst/rtp/gstrtpbuffer.h:
1330         Declaring the payload types as strings too so that they can be used
1331         in the padtemplate inialization.
1332
1333 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1334
1335         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1336
1337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1338         (gst_base_rtp_depayload_class_init):
1339         Fixes a small but nasty bug. The derived elements no longer segfaults
1340         on finalization.
1341
1342 2005-10-26  Michael Smith <msmith@fluendo.com>
1343
1344         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1345           When clearing an audioconvert context, set tmpbufsize to zero, so
1346           we'll allocate it again later if required.
1347           This fixes audioconvert re-negotiating formats, which previously
1348           segfaulted with a NULL destination buffer.
1349
1350 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1351
1352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1353         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1354         (gst_base_rtp_depayload_set_gst_timestamp),
1355         (gst_base_rtp_depayload_queue_release):
1356         Fixed a smalll memleak.
1357
1358 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1360         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1361         (gst_base_rtp_depayload_finalize),
1362         (gst_base_rtp_depayload_setcaps),
1363         (gst_base_rtp_depayload_add_to_queue),
1364         (gst_base_rtp_depayload_push),
1365         (gst_base_rtp_depayload_set_gst_timestamp),
1366         (gst_base_rtp_depayload_queue_release),
1367         (gst_base_rtp_depayload_thread),
1368         (gst_base_rtp_depayload_change_state):
1369         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1370         Changed the C++ comments to C comments
1371
1372 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1373
1374         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1375         * gst/tcp/gsttcpclientsrc.h:
1376         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1377         * gst/tcp/gsttcpserversrc.h:
1378           Remove unused 'curoffset' structure member.
1379
1380 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1381
1382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1383         (gst_base_rtp_depayload_base_init),
1384         (gst_base_rtp_depayload_finalize):
1385         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1386         * gst-libs/gst/rtp/gstbasertppayload.h:
1387           The pad-template on the sinkpad should be set by the derived classes.
1388           Also added some useful macros.
1389
1390 2005-10-24  Wim Taymans  <wim@fluendo.com>
1391
1392         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1393         Correctly flush decoder samples even if we could not
1394         copy them to an output buffer. Fixes #319618.
1395
1396 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1397
1398         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1400         the caps against our xcontext caps.
1401
1402 2005-10-24  Wim Taymans  <wim@fluendo.com>
1403
1404         * gst-libs/gst/audio/gstbaseaudiosink.c:
1405         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1406         Remove g_print
1407         Use sync property from baseclass to disable sync.
1408
1409 2005-10-24  Wim Taymans  <wim@fluendo.com>
1410
1411         * gst-libs/gst/audio/gstbaseaudiosink.c:
1412         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1413         Buffers with no timestamps get aligned with previous buffers or
1414         on underrun, played ASAP.
1415
1416 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1417
1418         * gst-libs/gst/video/video.h:
1419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1420         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1422         here comes my change on caps for framerate and geometry range.
1423         We are now accepting 1 to MAXINT for width and height, and from
1424         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1425         to be blended correctly in videomixer.
1426
1427 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1428
1429         * configure.ac:
1430           back to HEAD
1431
1432 === release 0.9.4 ===
1433
1434 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1435
1436         * NEWS:
1437         * RELEASE:
1438         * configure.ac:
1439           releasing 0.9.4, "Velociraptor"
1440
1441 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1442
1443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1444         * po/POTFILES.in:
1445           STOPPED -> FAILED
1446
1447 2005-10-21  Wim Taymans  <wim@fluendo.com>
1448
1449         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1450         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1451         (pad_blocked), (close_pad_link), (new_pad):
1452         Don't try to remove elements twice.
1453
1454 2005-10-21  Wim Taymans  <wim@fluendo.com>
1455
1456         * ext/theora/theoradec.c: (theora_dec_src_query),
1457         (theora_dec_sink_event):
1458         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1459         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1460         (vorbis_handle_data_packet):
1461         * ext/vorbis/vorbisdec.h:
1462         Fix old naming.
1463
1464         * gst-libs/gst/audio/gstbaseaudiosink.c:
1465         (gst_base_audio_sink_render):
1466         Don't try to sync on buffers without a timestamp.
1467
1468 2005-10-21  Wim Taymans  <wim@fluendo.com>
1469
1470         * ext/theora/theoradec.c: (theora_dec_src_query),
1471         (theora_dec_sink_event):
1472         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1473         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1474         (vorbis_handle_data_packet):
1475         * ext/vorbis/vorbisdec.h:
1476         Fix old naming.
1477
1478 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1481         (gst_vorbisenc_src_query):
1482           Implement position and duration queries.
1483
1484         * gst/playback/test3.c: (update_scale), (main):
1485           Fix for async state changes and print nicer output.
1486
1487 2005-10-20  Wim Taymans  <wim@fluendo.com>
1488
1489         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1490         (dump_element_stats), (main):
1491         * gst/playback/test6.c: (main):
1492         Fix tests again
1493
1494 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1497         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1498           Don't use functions for position queries when handling
1499           duration queries.
1500
1501 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1502
1503         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1504         (vorbis_handle_data_packet), (vorbis_dec_chain),
1505         (vorbis_dec_change_state):
1506         * ext/vorbis/vorbisdec.h:
1507           Vorbis streams can be embedded in other container formats
1508           than ogg, container formats where the demuxer might set 
1509           timestamps on encoded vorbis buffers instead of those silly 
1510           granulepos thingies. In short: make vorbisdec handle 
1511           timestamps on incoming buffers as well.
1512
1513 2005-10-20  Wim Taymans  <wim@fluendo.com>
1514
1515         * gst/playback/gstplaybasebin.c: (group_destroy),
1516         (gst_play_base_bin_change_state):
1517         Fix leak.
1518         Handle case where playbasebin is now ASYNC because
1519         decodebin is.
1520
1521 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1522
1523         * gst/audioconvert/Makefile.am:
1524         * gst/audioconvert/bufferframesconvert.c:
1525         * gst/audioconvert/plugin.c: (plugin_init):
1526         * gst/audioconvert/plugin.h:
1527           And bye bye buffer-frames-convert
1528
1529 2005-10-19  Wim Taymans  <wim@fluendo.com>
1530
1531         * check/elements/audioconvert.c:
1532         * docs/libs/tmpl/gstaudio.sgml:
1533         * docs/libs/tmpl/gstcolorbalance.sgml:
1534         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1535         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1536         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1537         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1538         * gst-libs/gst/audio/audio.h:
1539         * gst/audioconvert/audioconvert.h:
1540         * gst/audioconvert/gstaudioconvert.c:
1541         (gst_audio_convert_parse_caps):
1542         * gst/volume/gstvolume.c:
1543         Bye bye buffer-frames.
1544
1545 2005-10-19  Wim Taymans  <wim@fluendo.com>
1546
1547         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1548         (query_positions_elems), (query_positions_pads), (update_scale),
1549         (do_seek), (set_update_scale), (message_received), (main):
1550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1551         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1552         (gst_ogg_demux_loop):
1553         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1554         * ext/theora/theoradec.c: (theora_dec_src_query),
1555         (theora_dec_sink_event):
1556         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1557         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1558         * gst/adder/gstadder.c: (gst_adder_query):
1559         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1560         * gst/playback/test3.c: (update_scale):
1561         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1562         (dump_element_stats), (main):
1563         * gst/playback/test6.c: (main):
1564         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1565         Query API update.
1566
1567 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1568
1569         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1570         (xml_check_first_element), (xml_type_find), (smil_type_find),
1571         (plugin_init):
1572           Add typefinding for SMIL and for generic XML. Based on patch by
1573           Akos Maroy (#308663).
1574
1575 2005-10-18  Wim Taymans  <wim@fluendo.com>
1576
1577         * gst/playback/Makefile.am:
1578         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1579         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1580         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1581         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1582         (gst_decode_bin_change_state):
1583         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1584         (gst_play_bin_send_event_to_sink):
1585         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1586         (dump_element_stats), (main):
1587         * gst/playback/test6.c: (main):
1588         Make playbin async, it'll commit state to paused when all streams
1589         are detected.
1590         Remove ugly hack.
1591         Added test6.c to show async behaviour.
1592
1593 2005-10-18  Wim Taymans  <wim@fluendo.com>
1594
1595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1596         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1597         Fix for segment-start/stop API change.
1598
1599 2005-10-18  Wim Taymans  <wim@fluendo.com>
1600
1601         * check/Makefile.am:
1602         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1603         (main):
1604         Add future test for clock selection.
1605
1606 2005-10-18  Wim Taymans  <wim@fluendo.com>
1607
1608         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1609         (gst_alsasink_close):
1610         Set handle to NULL.
1611
1612         * gst-libs/gst/audio/gstringbuffer.c:
1613         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1614         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1615         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1616         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1617         (gst_ring_buffer_read):
1618         More debug info.
1619
1620 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1621
1622         * gst/audiotestsrc/Makefile.am:
1623         * gst/sine/Makefile.am:
1624         * gst/volume/Makefile.am:
1625           fix broken build of controllerized plugins
1626
1627 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1628
1629         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1630
1631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1632         (gst_riff_create_video_template_caps):
1633           Add support for Indeo-3 (IV32).
1634
1635 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1636
1637         * configure.ac:
1638           rewrite
1639
1640 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1641
1642         * gst-libs/gst/video/video.c: (gst_video_get_size):
1643         * gst/audiotestsrc/gstaudiotestsrc.c:
1644           doc updates
1645
1646 2005-10-17  Andy Wingo  <wingo@pobox.com>
1647
1648         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1649         with the collectpads change.
1650         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1651
1652         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1653
1654         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1655
1656         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1657         alloc_buffer flow return to callers.
1658         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1659         change. Fix some memleaks in theoraenc.
1660
1661         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1662         in strange circumstance.
1663
1664 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1665
1666         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1667         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1668         from caps, let's use the caps...
1669
1670 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1671
1672         * configure.ac:
1673           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1674
1675 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1676
1677         * gst-libs/gst/interfaces/Makefile.am:
1678           fix silly typo
1679
1680 2005-10-16  Andy Wingo  <wingo@pobox.com>
1681
1682         * gst/playback/gstdecodebin.c
1683         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1684         function!
1685         (try_to_link_1): Increase kraziness level.
1686
1687 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1688
1689         * configure.ac:
1690           restructure like the core one
1691         * gst-libs/gst/audio/Makefile.am:
1692         * gst-libs/gst/interfaces/Makefile.am:
1693         * gst-libs/gst/net/Makefile.am:
1694         * gst-libs/gst/riff/Makefile.am:
1695         * gst-libs/gst/rtp/Makefile.am:
1696         * gst-libs/gst/tag/Makefile.am:
1697         * gst-libs/gst/video/Makefile.am:
1698           use correct linker flags, now the libs are properly versioned
1699         * check/elements/audioconvert.c: (verify_convert):
1700         * ext/alsa/gstalsaplugin.c:
1701         * ext/cdparanoia/gstcdparanoia.c:
1702         * ext/gnomevfs/gstgnomevfs.c:
1703         * ext/libvisual/visual.c:
1704         * ext/ogg/gstogg.c:
1705         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1706         * ext/theora/theora.c:
1707         * ext/vorbis/vorbis.c:
1708         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1709         * gst-libs/gst/tag/gsttagediting.c:
1710         * gst-libs/gst/video/video.c:
1711         * gst/adder/gstadder.c:
1712         * gst/audioconvert/plugin.c:
1713         * gst/audiorate/gstaudiorate.c:
1714         * gst/audioresample/gstaudioresample.c:
1715         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1716         * gst/audioscale/gstaudioscale.c:
1717         * gst/audioscale/resample.c:
1718         * gst/audiotestsrc/gstaudiotestsrc.c:
1719         * gst/ffmpegcolorspace/gstffmpeg.c:
1720         * gst/playback/gstdecodebin.c: (close_pad_link):
1721         * gst/playback/gstplaybin.c: (gen_video_element),
1722         (gen_audio_element):
1723         * gst/sine/gstsinesrc.c:
1724         * gst/subparse/gstsubparse.c:
1725         * gst/tags/gsttagediting.c:
1726         * gst/tcp/gsttcpplugin.c:
1727         * gst/typefind/gsttypefindfunctions.c:
1728         * gst/videorate/gstvideorate.c:
1729         * gst/videoscale/gstvideoscale.c:
1730         * gst/videotestsrc/gstvideotestsrc.c:
1731         * gst/volume/gstvolume.c:
1732         * sys/v4l/gstv4l.c:
1733         * sys/ximage/ximage.c:
1734         * sys/xvimage/xvimagesink.c:
1735           fix up defines
1736
1737 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1738
1739         * ext/vorbis/vorbisenc.c:
1740         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1741         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1742         (gst_tag_to_vorbis_comments):
1743           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1744
1745 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1746
1747         * examples/stats/mp2ogg.c:
1748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1749           typo fixes
1750
1751 2005-10-13  Michael Smith <msmith@fluendo.com>
1752
1753         * ext/ogg/gstoggmux.c:
1754           Use magic glib macros to define constants as 64 bit, to ensure
1755           appropriate vararg passing.
1756
1757 2005-10-13  Michael Smith <msmith@fluendo.com>
1758
1759         * ext/ogg/gstoggmux.c:
1760         * gst/audioconvert/audioconvert.c: (float):
1761           Don't use LL suffix, as it's not portable, and neither of these
1762           uses required it anyway.
1763
1764 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1765
1766         * examples/indexing/indexmpeg.c: (main):
1767         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1768         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1769         (cdparanoia_convert), (cdparanoia_query):
1770         * ext/cdparanoia/gstcdparanoia.h:
1771         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1772         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1773         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1775         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1776         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1777         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1778         (gst_multifdsink_render), (gst_multifdsink_start),
1779         (gst_multifdsink_stop):
1780         * gst/tcp/gstmultifdsink.h:
1781         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1782         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1783         (gst_tcpclientsink_stop):
1784         * gst/tcp/gsttcpclientsink.h:
1785         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1786         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1787         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1788         * gst/tcp/gsttcpclientsrc.h:
1789         * gst/tcp/gsttcpserversink.h:
1790         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1791         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1792         (gst_tcpserversrc_stop):
1793         * gst/tcp/gsttcpserversrc.h:
1794         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1795         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1796         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1797           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1798           moved bitshift from macro to enum definition
1799
1800 2005-10-12  Wim Taymans  <wim@fluendo.com>
1801
1802         * examples/seeking/Makefile.am:
1803         Oops.
1804
1805 2005-10-12  Wim Taymans  <wim@fluendo.com>
1806
1807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1808         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1809         Don't assert on normal stuff.
1810
1811         * gst/playback/gstplaybin.c: (do_playbin_seek):
1812         API fix.
1813
1814 2005-10-12  Wim Taymans  <wim@fluendo.com>
1815
1816         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1817         * examples/seeking/Makefile.am:
1818         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1819         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1820         (do_seek), (set_update_scale), (message_received), (main):
1821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1822         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1823         Update for _get_state() API change.
1824
1825 2005-10-11  Wim Taymans  <wim@fluendo.com>
1826
1827         * gst-libs/gst/audio/gstbaseaudiosink.c:
1828         (gst_base_audio_sink_render):
1829         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1830         (gst_base_audio_src_create):
1831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1832         (gst_ring_buffer_read):
1833         Cleanups.
1834         Commit and read from ringbuffer in samples rather than bytes.
1835
1836 2005-10-11  Wim Taymans  <wim@fluendo.com>
1837
1838         * gst-libs/gst/audio/gstbaseaudiosink.c:
1839         (gst_base_audio_sink_render):
1840         Respect segment rate and accum when scheduling samples.
1841
1842 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1843
1844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1845         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1846         EOS correctly, that needs more work.
1847
1848 2005-10-11  Wim Taymans  <wim@fluendo.com>
1849
1850         * check/generic/states.c: (GST_START_TEST):
1851         remove old property.
1852
1853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1854         (gst_ogg_demux_perform_seek):
1855         * ext/theora/theoradec.c: (theora_dec_sink_event):
1856         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1857         (vorbis_handle_data_packet):
1858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1859         (gst_base_rtp_depayload_set_gst_timestamp):
1860         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1861         Update for newsegment API change.
1862
1863 2005-10-11  Michael Smith <msmith@fluendo.com>
1864
1865         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1866         (do_playbin_seek), (gst_play_bin_send_event):
1867           Override send_event differently, so that we can takes bits of
1868           functionality from GstPipeline (special handling for seeks,
1869           including pausing/resuming, and resetting stream time) and still get
1870           the appropriate behaviour of only forwarding event to a single sink,
1871           rather than all of them.
1872           Unfortunately requires a lot of code duplication, but the
1873           alternatives are equally ugly in the end.
1874
1875 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1876
1877         * check/elements/audioconvert.c: (setup_audioconvert),
1878         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1879         (GST_START_TEST), (audioconvert_suite):
1880           clean up tests a little, fix some leaks.
1881
1882 2005-10-10  Wim Taymans  <wim@fluendo.com>
1883
1884         * ext/alsa/gstalsasink.c:
1885         Also allow unsigned int.
1886
1887         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1888         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1889         Small cleanup
1890
1891 2005-10-10  Wim Taymans  <wim@fluendo.com>
1892
1893         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1894         Small update, use API as stated in design docs.
1895
1896         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1897         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1898         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1899         (message_received), (main):
1900         Updated seek example for GOption. Some usability improvements.
1901
1902 2005-10-10  Wim Taymans  <wim@fluendo.com>
1903
1904         * gst/audioconvert/audioconvert.h:
1905         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1906         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1907         Alloc temp storage somewhere else where we can do it more
1908         portable.
1909
1910 2005-10-10  Wim Taymans  <wim@fluendo.com>
1911
1912         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1913         (gst_tcpserversrc_start):
1914         Don't block in accept while doing the state change, move
1915         to poll and make cancellable.
1916
1917 2005-10-09  Philippe Khalaf <burger@speedy.org>
1918
1919         * gst-libs/gst/rtp/rtpbasedepayload.c:
1920         Set timestamp and add queue delay to timestamp
1921         * gst-libs/gst/rtp/rtpbuffer.h:
1922         Set correct payload type for h263
1923
1924 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1925
1926         * gst/audiotestsrc/gstaudiotestsrc.c:
1927         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1928         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1929         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1930         (gst_audiotestsrc_create_triangle),
1931         (gst_audiotestsrc_create_silence),
1932         (gst_audiotestsrc_create_white_noise),
1933         (gst_audiotestsrc_init_pink_noise),
1934         (gst_audiotestsrc_generate_pink_noise_value),
1935         (gst_audiotestsrc_create_pink_noise),
1936         (gst_audiotestsrc_change_wave):
1937         * gst/audiotestsrc/gstaudiotestsrc.h:
1938           fixed typo, added pink noise
1939
1940 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1941
1942         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1943         (plugin_init):
1944           Add wavpack and spc typefind functions from 0.8 branch.
1945
1946 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1947
1948         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1949         (ar_type_find), (msdos_type_find), (plugin_init):
1950           Add typefind functions for tar archives, ar archives,
1951           RAR archives, and msdos-executables (dlls, exe, etc.).
1952           Some of those would be wrongly identified as mpeg
1953           streams of some sort before (#315550).
1954
1955 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1956
1957         * configure.ac:
1958         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1959         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1960         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1961         * gst/audiotestsrc/Makefile.am:
1962         * gst/audiotestsrc/gstaudiotestsrc.c:
1963         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1964         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1965         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1966         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1967         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1968         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1969         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1970         (gst_audiotestsrc_create_silence),
1971         (gst_audiotestsrc_create_white_noise),
1972         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1973         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1974         (gst_audiotestsrc_start), (plugin_init):
1975         * gst/audiotestsrc/gstaudiotestsrc.h:
1976           add new plugin and element
1977         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1978           use gobject_class
1979
1980 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1981
1982         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1983         (gst_adder_init), (gst_adder_request_new_pad),
1984         (gst_adder_change_state):
1985           Add query function to source pad, so adder reports the correct
1986           time/sample position when queried (#315457); fix state change
1987           function; use GST_DEBUG_FUNCPTR() for pad functions.
1988
1989 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1990
1991         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1992           Fix leaks in typefind registration
1993           Clean up the gratuitous commenting and whitespacing a little
1994
1995 2005-10-08  Wim Taymans  <wim@fluendo.com>
1996
1997         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1998         Only actually wait for the thread to be stopped if it's 
1999         running.
2000
2001 2005-10-08  Wim Taymans  <wim@fluendo.com>
2002
2003         * gst-libs/gst/audio/gstbaseaudiosink.c:
2004         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2005         If we receive EOS we can start playback of what we had.
2006
2007 2005-10-08  Wim Taymans  <wim@fluendo.com>
2008
2009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2010         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2011         (gst_multifdsink_stop):
2012         Fix crasher when going to NULL multiple times.
2013
2014 2005-10-06  Wim Taymans  <wim@fluendo.com>
2015
2016         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2017         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2018         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2019         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2020         patch from Edgard Lima <edgard.lima@indt.org.br>
2021         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2022
2023 2005-10-06  Wim Taymans  <wim@fluendo.com>
2024
2025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2026         Report the FLOW_RETURN as string in the error message.
2027
2028         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2029         Don't assert when clearing an unnegotiated buffer.
2030
2031 2005-10-04  Michael Smith <msmith@fluendo.com>
2032
2033         * gst/playback/gstplaybasebin.c: (group_destroy),
2034         (gen_preroll_element), (remove_groups), (setup_source):
2035         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2036         (setup_sinks), (gst_play_bin_send_event),
2037         (gst_play_bin_change_state):
2038           Set state to NULL before removing from bin. Fix refcounting.
2039
2040 2005-10-04  Michael Smith <msmith@fluendo.com>
2041
2042         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2043           Correct refcounting in send_event() function. Previously was wrong
2044           if the first sink was unable to handle the event.
2045
2046 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2047
2048         * configure.ac:
2049           back to development
2050
2051 === release 0.9.3 ===
2052
2053 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2054
2055         * configure.ac:
2056           Releasing 0.9.3, "De Facto"
2057
2058 2005-10-03  Andy Wingo  <wingo@pobox.com>
2059
2060         * gst/playback/gstdecodebin.c (try_to_link_1)
2061         (remove_element_chain): set element to NULL before removing it.
2062
2063 2005-10-02  Johan Dahlin  <johan@gnome.org>
2064
2065         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2066         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2067         MT safe.
2068
2069 2005-10-02  Andy Wingo  <wingo@pobox.com>
2070
2071         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2072         (gst_ring_buffer_prepare_read): 
2073         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2074         Demote to LOG.
2075
2076 2005-09-29  Wim Taymans  <wim@fluendo.com>
2077
2078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2079         * ext/theora/theoradec.c: (theora_handle_data_packet):
2080         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2081         Propagate error codes from alloc_buffer too.
2082
2083 2005-09-29  Wim Taymans  <wim@fluendo.com>
2084
2085         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2086         We use fixed caps.
2087
2088         * gst/playback/Makefile.am:
2089         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2090         (dump_element_stats), (main):
2091         Added example stream introspection code.
2092
2093 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2094
2095         * gst/adder/gstadder.c: (gst_adder_collected):
2096           fix adder for float elements
2097
2098 2005-09-28  Wim Taymans  <wim@fluendo.com>
2099
2100         * gst-libs/gst/audio/gstbaseaudiosink.c:
2101         (gst_base_audio_sink_class_init),
2102         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2103         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2104         (gst_base_audio_src_class_init),
2105         (gst_base_audio_src_provide_clock):
2106         get_clock -> provide_clock
2107
2108 2005-09-28  Andy Wingo  <wingo@pobox.com>
2109
2110         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2111         and unlocking.
2112
2113         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2114         unlocking.
2115
2116         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2117         Actually add the pad template.
2118         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2119
2120         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2121         I'm at it...
2122
2123         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2124         from fdsrc. Get caps in create() instead of start() so it can be
2125         interrupted. Interruption somewhat untested.
2126
2127         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2128         Proper EOS handling.
2129
2130 2005-09-27  Andy Wingo  <wingo@pobox.com>
2131
2132         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2133
2134         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2135
2136         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2137
2138         * gst/tcp/gsttcp.h: 
2139         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2140         out of tcpclientsrc.c. Cancellable.
2141         (gst_tcp_socket_read): Made private, cancellable, with better
2142         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2143         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2144         whole buffer, and better diagnostics.
2145         (gst_tcp_gdp_read_caps): Same.
2146
2147         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2148
2149 2005-09-26  Andy Wingo  <wingo@pobox.com>
2150
2151         * gst/sine/gstsinesrc.h:
2152         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2153         change the 'sync' property to 'is-live' and implement it halfway,
2154         update for controller api change.
2155
2156         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2157         controller api change.
2158
2159 2005-09-24  Wim Taymans  <wim@fluendo.com>
2160
2161         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2162         * gst-libs/gst/audio/gstaudiosink.c:
2163         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2164         (gst_audioringbuffer_stop):
2165         * gst-libs/gst/audio/gstbaseaudiosink.c:
2166         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2167         (gst_base_audio_sink_change_state):
2168         * gst-libs/gst/audio/gstbaseaudiosink.h:
2169         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2170         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2171         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2172         * gst-libs/gst/audio/gstringbuffer.h:
2173         Fix sync again. Moved sample alignment to basesink.
2174
2175 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2176
2177         * docs/plugins/Makefile.am:
2178         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2179         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2180         * gst/volume/gstvolume.c:
2181           add/fix docs
2182         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2183         * gst-libs/gst/audio/audio.h:
2184           add conversion macros for frames <-> clocktime
2185
2186 2005-09-23  David Schleef  <ds@schleef.org>
2187
2188         * gst/audioresample/Makefile.am:
2189         * gst/audioresample/debug.h:
2190         * gst/audioresample/gstaudioresample.c:
2191         * gst/audioresample/resample.c: Convert to using gst debugging
2192
2193 2005-09-22  Wim Taymans  <wim@fluendo.com>
2194
2195         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2196         (gst_play_bin_send_event):
2197         Only seek on one sink, the first one that succeeds.
2198
2199 2005-09-22  Michael Smith <msmith@fluendo.com>
2200
2201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2202         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2203         Don't flush encoder state unless we have an initialised encoder.
2204         Clear out encoder state on PAUSED_TO_READY.
2205
2206 2005-09-22  Wim Taymans  <wim@fluendo.com>
2207
2208         * gst-libs/gst/rtp/gstbasertppayload.c:
2209         (gst_basertppayload_class_init), (gst_basertppayload_init),
2210         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2211         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2212         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2213         (gst_basertppayload_set_property),
2214         (gst_basertppayload_get_property),
2215         (gst_basertppayload_change_state):
2216         * gst-libs/gst/rtp/gstbasertppayload.h:
2217         Added max-ptime to control amount of data in the rtp packets.
2218
2219 2005-09-21  Andy Wingo  <wingo@pobox.com>
2220
2221         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2222         thingies.
2223
2224         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2225         can be called multiple times, dogs.
2226
2227 2005-09-21  Wim Taymans  <wim@fluendo.com>
2228
2229         * gst-libs/gst/rtp/gstbasertppayload.c:
2230         (gst_basertppayload_class_init), (gst_basertppayload_init),
2231         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2232         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2233         (gst_basertppayload_push), (gst_basertppayload_get_property),
2234         (gst_basertppayload_change_state):
2235         Allow 0 ssrc too.
2236
2237 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2238
2239         * docs/libs/compiling.sgml:
2240           fixing typos
2241
2242 2005-09-20  Wim Taymans  <wim@fluendo.com>
2243
2244         * gst-libs/gst/rtp/gstbasertppayload.c:
2245         (gst_basertppayload_class_init), (gst_basertppayload_init),
2246         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2247         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2248         (gst_basertppayload_push), (gst_basertppayload_set_property),
2249         (gst_basertppayload_get_property),
2250         (gst_basertppayload_change_state):
2251         * gst-libs/gst/rtp/gstbasertppayload.h:
2252         Added property to configure sequence number offsets.
2253
2254 2005-09-20  Wim Taymans  <wim@fluendo.com>
2255
2256         * gst-libs/gst/rtp/gstbasertppayload.c:
2257         (gst_basertppayload_class_init), (gst_basertppayload_init),
2258         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2259         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2260         (gst_basertppayload_push), (gst_basertppayload_set_property),
2261         (gst_basertppayload_get_property),
2262         (gst_basertppayload_change_state):
2263         * gst-libs/gst/rtp/gstbasertppayload.h:
2264         Make timestamp offset configurable.
2265
2266 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2267
2268         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2269           fix wrong pop/unref
2270
2271 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2272
2273         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2274
2275         * gst-libs/gst/interfaces/propertyprobe.c:
2276         (gst_property_probe_probe_property_name),
2277         (gst_property_probe_needs_probe_name),
2278         (gst_property_probe_get_values_name),
2279         (gst_property_probe_probe_and_get_values_name):
2280           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2281           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2282
2283 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2284
2285         * check/Makefile.am:
2286           have some tests be disabled for valgrinding
2287         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2288         (GST_START_TEST):
2289         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2290           Fix A Leak.  Chain To Parent Finalize.
2291
2292 2005-09-19  Wim Taymans  <wim@fluendo.com>
2293
2294         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2295         Fixed wav pipeline.
2296
2297 2005-09-19  Wim Taymans  <wim@fluendo.com>
2298
2299         * gst-libs/gst/rtp/gstbasertppayload.c:
2300         (gst_basertppayload_class_init), (gst_basertppayload_init),
2301         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2302         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2303         (gst_basertppayload_push), (gst_basertppayload_get_property),
2304         (gst_basertppayload_change_state):
2305         Posting ERROR and WARNING messages is good.
2306
2307 2005-09-19  Wim Taymans  <wim@fluendo.com>
2308
2309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2310         (gst_base_rtp_depayload_add_to_queue),
2311         (gst_base_rtp_depayload_push),
2312         (gst_base_rtp_depayload_set_gst_timestamp),
2313         (gst_base_rtp_depayload_queue_release):
2314         This one was not supposed to go in.
2315
2316 2005-09-19  Wim Taymans  <wim@fluendo.com>
2317
2318         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2319         Fix for bus API.
2320
2321         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2322         (gst_base_rtp_depayload_chain),
2323         (gst_base_rtp_depayload_add_to_queue),
2324         (gst_base_rtp_depayload_push),
2325         (gst_base_rtp_depayload_set_gst_timestamp),
2326         (gst_base_rtp_depayload_queue_release):
2327         Some cleanups.
2328
2329         * gst-libs/gst/rtp/gstbasertppayload.c:
2330         (gst_basertppayload_class_init), (gst_basertppayload_init),
2331         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2332         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2333         (gst_basertppayload_get_property),
2334         (gst_basertppayload_change_state):
2335         Added debugging category.
2336
2337 2005-09-18  David Schleef  <ds@schleef.org>
2338
2339         * gst/playback/gstdecodebin.c: free plugin list correctly
2340         * gst/playback/gstplaybin.c: emit warning if autovideosink
2341           and autoaudiosink can't be found (instead of segfaulting)
2342
2343 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2344
2345         * check/elements/audioconvert.c: (GST_START_TEST):
2346           try out 24 bit conversion
2347
2348 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2349
2350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2351         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2352         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2353         * ext/vorbis/vorbisenc.h:
2354           Fix EOS handling.  Still needs a fix in the ogg muxer to
2355           mark the last page as eos.
2356
2357 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2358
2359         * common/gtk-doc-plugins.mak:
2360         * docs/plugins/Makefile.am:
2361         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2362         * gst/ffmpegcolorspace/Makefile.am:
2363         * gst/ffmpegcolorspace/avcodec.h:
2364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2365         * gst/tcp/gstmultifdsink.c:
2366           fix up ffmpegcolorspace docs; extract header
2367
2368 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2369
2370         * common/gtk-doc-plugins.mak:
2371         * docs/plugins/Makefile.am:
2372         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2373         * ext/theora/Makefile.am:
2374         * ext/theora/gsttheoraenc.h:
2375         * ext/theora/theoraenc.c:
2376         * ext/vorbis/vorbisenc.c:
2377           pick up signals and args for vorbis; add some docs for vorbis
2378
2379 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2380
2381         * common/gstdoc-scangobj:
2382         * common/gtk-doc-plugins.mak:
2383         * docs/libs/Makefile.am:
2384         * docs/plugins/gst-plugins-base-plugins.args:
2385         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2386         * docs/plugins/gst-plugins-base-plugins.interfaces:
2387         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2388         * docs/plugins/gst-plugins-base-plugins.signals:
2389           only scanobj stuff from our source module.  Not sure yet
2390           if that's correct, given the hierarchy stuff :)
2391
2392 2005-09-15  Wim Taymans  <wim@fluendo.com>
2393
2394         * gst/audioconvert/gstaudioconvert.c:
2395         And enable 24 bits mode as well..
2396
2397 2005-09-15  Wim Taymans  <wim@fluendo.com>
2398
2399         * gst-libs/gst/rtp/Makefile.am:
2400         * gst-libs/gst/rtp/gstbasertppayload.c:
2401         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2402         (gst_basertppayload_class_init), (gst_basertppayload_init),
2403         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2404         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2405         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2406         (gst_basertppayload_set_property),
2407         (gst_basertppayload_get_property),
2408         (gst_basertppayload_change_state):
2409         * gst-libs/gst/rtp/gstbasertppayload.h:
2410         Added rtp payloader base class.
2411
2412 2005-09-15  Andy Wingo  <wingo@pobox.com>
2413
2414         * configure.ac (plugindir): Remove the EOL matcher from the
2415         regexp, as it causes me problems. Libtool? Make? Who knows?
2416
2417 2005-09-14  David Schleef  <ds@schleef.org>
2418
2419         * check/generic/states.c: 
2420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2421         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2422           Fixes for changes in registry API.
2423
2424         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2425           to GST_PLUGIN_LDFLAGS.
2426         * ext/libvisual/visual.c: Make the library shut up.
2427         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2428         * gst-libs/gst/audio/gstaudiofilter.c: same
2429
2430 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2431
2432         * docs/plugins/Makefile.am:
2433         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2434         * docs/plugins/inspect/plugin-libvisual.xml:
2435         * docs/plugins/tmpl/element-tcpserversink.sgml:
2436         * ext/theora/theoraenc.c:
2437           add libvisual plugin and theoraenc element to docs
2438
2439 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2440
2441         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2442         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2443         * ext/theora/theoraenc.c:
2444           add theoraenc
2445
2446 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2447
2448         * gst/audioconvert/Makefile.am:
2449           Audioconvert derives from GstBaseTransform and should
2450           link to the library with our base elements to avoid
2451           unresolved symbols. Makes things work with MinGW (#316160)
2452
2453         * gst/playback/test4.c: (main):
2454           Fix MinGW build problem and use g_usleep() instead of 
2455           sleep() (#316162)
2456
2457 2005-09-12  Wim Taymans  <wim@fluendo.com>
2458
2459         * gst/audioconvert/audioconvert.c: (float),
2460         (audio_convert_prepare_context), (audio_convert_convert):
2461         * gst/audioconvert/audioconvert.h:
2462         Cleanups, speedups, simplifications, added back support
2463         for 24 bits.
2464
2465 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2466
2467         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2468         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2469         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2470         * docs/plugins/tmpl/element-tcpserversink.sgml:
2471         * gst/ffmpegcolorspace/gstffmpeg.c:
2472         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2473         * gst/videotestsrc/gstvideotestsrc.c:
2474         * gst/volume/gstvolume.c:
2475           add more elements to the docs
2476
2477 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2478
2479         * check/Makefile.am:
2480         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2481         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2482           Add extra tests for basetransform based components. 
2483           Comment out the test_element_negotiation test until we decide
2484           if it's testing correct behaviour.
2485         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2486         (gst_visual_chain), (gst_visual_change_state):
2487           Slightly more correct but still bogus timestamping.
2488           Fix state change function.
2489         * gst/audioconvert/gstaudioconvert.c:
2490         (gst_audio_convert_class_init):
2491         * gst/audioresample/gstaudioresample.c:
2492         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2493         (gst_ffmpegcsp_class_init):
2494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2495         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2496         (gst_videoscale_prepare_image):
2497         * gst/volume/gstvolume.c: (gst_volume_class_init),
2498         (volume_transform_ip):
2499           Basetransform updates. Enable passthrough modes.
2500         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2501         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2502         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2503           Negotiation fix that allows the window to return to the original
2504           size and renegotiate passthrough upstream. Extra debug output.
2505
2506 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2507
2508         * gst/sine/gstsinesrc.c:
2509         * gst/volume/gstvolume.c:
2510           fix up header include
2511
2512 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * gst-libs/gst/audio/gstbaseaudiosink.c:
2515         (gst_base_audio_sink_render):
2516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2517         * gst/volume/gstvolume.c: (gst_volume_class_init),
2518         (volume_transform):
2519           fixing lost sync, some more debugging
2520
2521 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2522
2523         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2524         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2525         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2526         (gst_xvimagesink_check_xshm_calls):
2527           Fix compilation when XShm is not available.
2528
2529 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2530
2531         * ext/libvisual/visual.c: (gst_visual_dispose),
2532         (gst_visual_getcaps), (gst_visual_src_setcaps),
2533         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2534         (gst_visual_change_state):
2535           Finish fixing up libvisual plugin so that it runs. 
2536
2537 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2538
2539         * ext/vorbis/vorbisenc.c:
2540         * gst-libs/gst/tag/gstvorbistag.c:
2541           gsttaginterface.h -> gsttagsetter.h
2542
2543 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2544
2545         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2546           added another test that failes for me (test is not active by default)
2547
2548 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2549
2550         * configure.ac:
2551           v4l2 is no longer in gst-plugins-base
2552
2553 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2554
2555         * configure.ac:
2556           In the output at the end, don't show the first plugin on the same
2557           line as "Core plug-ins, always built:".
2558           Indent the output as for other plugin categories
2559         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2560           #define that can be used to not use peer buffer_alloc functions for
2561           test purposes.
2562         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2563         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2564         (gst_ximagesink_show_frame):
2565         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2566         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2567         (gst_xvimagesink_show_frame):
2568           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2569           fails gracefully instead of XError aborting or deadlocking.
2570
2571 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2572
2573         * ext/libvisual/Makefile.am:
2574           link against gst-base-libs
2575
2576 2005-09-06  David Schleef  <ds@schleef.org>
2577
2578         * configure.ac: Enable libvisual plugin.
2579         * ext/libvisual/Makefile.am:
2580         * ext/libvisual/visual.c: Fixes to make it compile.
2581
2582 === release 0.9.2 ===
2583
2584 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2585
2586         * NEWS:
2587         * RELEASE:
2588         * configure.ac:
2589         * docs/random/ChangeLog-0.8:
2590           releasing 0.9.2, "Spoon"
2591
2592 2005-09-05  Michael Smith <msmith@fluendo.com>
2593
2594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2595           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2596           that in the vorbisenc element.
2597
2598 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2599
2600         * common/gtk-doc-plugins.mak:
2601         * docs/plugins/Makefile.am:
2602           fix distcheck
2603         * gst/audioresample/resample.c:
2604           fix wrong docstring
2605
2606 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2607
2608         * common/gst-xmlinspect.py:
2609         * common/gtk-doc-plugins.mak:
2610           only inspect plugins for this given package
2611           require gst-python 0.9
2612
2613 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2614
2615         * Makefile.am:
2616         * autogen.sh:
2617         * common/gst-xmlinspect.py:
2618         * configure.ac:
2619         * docs/Makefile.am:
2620         * docs/plugins/inspect/plugin-alsa.xml:
2621         * docs/plugins/inspect/plugin-audioresample.xml:
2622         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2623         * docs/plugins/inspect/plugin-ogg.xml:
2624         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2625         * docs/plugins/tmpl/element-multifdsink.sgml:
2626         * docs/plugins/tmpl/element-tcpserversink.sgml:
2627         * docs/plugins/tmpl/element-vorbisenc.sgml:
2628         * gst-plugins-base.spec.in:
2629           various doc-related updates
2630
2631 2005-08-31  Wim Taymans  <wim@fluendo.com>
2632
2633         * gst-libs/gst/audio/gstbaseaudiosink.c:
2634         (gst_base_audio_sink_render):
2635         Resync if the buffer timestamps drift more than a 10th 
2636         of a second.
2637
2638 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2639
2640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2641         (gst_v4lsrc_get_property):
2642           The 'timestamp-offset' property is registered as an int64, so
2643           let's use g_value_{set|get}_int64() in our setter and getter
2644           functions (makes it work and fixes warnings with gst-inspect).
2645
2646 2005-08-30  Wim Taymans  <wim@fluendo.com>
2647
2648         * check/elements/audioconvert.c: (setup_audioconvert):
2649         * check/elements/audioresample.c: (setup_audioresample):
2650         * check/elements/volume.c: (setup_volume):
2651         Fix checks.
2652
2653 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2654
2655         * common/gtk-doc-plugins.mak:
2656         * common/plugins.xsl:
2657         * docs/plugins/Makefile.am:
2658           make module a param
2659
2660 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2661
2662         * examples/seeking/seek.c: (make_mp3_pipeline),
2663         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2664         (play_cb), (pause_cb), (stop_cb):
2665           update the example
2666
2667 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2668
2669         * gst/volume/gstvolume.c: (gst_volume_class_init),
2670         (volume_transform):
2671           do not update controlled params, if buffer has no timestamp
2672
2673 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2674
2675         * configure.ac:
2676         * gst/sine/Makefile.am:
2677         * gst/volume/Makefile.am:
2678           controllerized elements also need to link against controller-libs ;)
2679
2680 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2681
2682         * docs/libs/tmpl/gstcolorbalance.sgml:
2683         * docs/libs/tmpl/gstgconf.sgml:
2684         * docs/libs/tmpl/gstmixer.sgml:
2685         * docs/libs/tmpl/gstringbuffer.sgml:
2686         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2687         (gst_sinesrc_create):
2688         * gst/volume/gstvolume.c: (gst_volume_class_init),
2689         (volume_transform):
2690           controllerized two audio plugins
2691
2692 2005-08-29  Andy Wingo  <wingo@pobox.com>
2693
2694         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2695         (vorbis_handle_data_packet): Fix some int overflow errors.
2696
2697         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2698         -1.
2699         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2700         valid.
2701         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2702         if it's valid. Fixed streaming-mode playback.
2703
2704         * check/elements/volume.c (cleanup_volume): Fix for running
2705         CK_FORK=no.
2706
2707         * check/elements/audioconvert.c: Convert from native endian, not
2708         little endian.
2709
2710 2005-08-29  Michael Smith <msmith@fluendo.com>
2711
2712         * ext/ogg/Makefile.am:
2713         * ext/ogg/gstogg.c: (plugin_init):
2714         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2715         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2716         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2717         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2718         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2719         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2720         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2721         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2722         Add an ogg parser element.
2723
2724 2005-08-28  Andy Wingo  <wingo@pobox.com>
2725
2726         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2727
2728 2005-08-26  Wim Taymans  <wim@fluendo.com>
2729
2730         * gst/audioconvert/audioconvert.c: (if), (float),
2731         (audio_convert_get_func_index), (check_default),
2732         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2733         (audio_convert_clean_context), (audio_convert_get_sizes),
2734         (audio_convert_convert):
2735         Cleanups.
2736
2737 2005-08-26  Wim Taymans  <wim@fluendo.com>
2738
2739         * gst/audioconvert/audioconvert.c: (if), (float),
2740         (audio_convert_get_func_index), (check_default),
2741         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2742         (audio_convert_clean_context), (audio_convert_get_sizes),
2743         (audio_convert_convert):
2744         More elegant and working temp buffer selection algo.
2745
2746 2005-08-26  Wim Taymans  <wim@fluendo.com>
2747
2748         * gst/audioconvert/audioconvert.c: (if), (float),
2749         (audio_convert_get_func_index), (check_default),
2750         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2751         (audio_convert_clean_context), (audio_convert_get_sizes),
2752         (get_temp_buffer), (audio_convert_convert):
2753         Use realloc else we lose our original data.
2754
2755 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2756
2757         * gst/audioresample/gstaudioresample.c:
2758           use base class' newsegment to properly timestamp
2759
2760 2005-08-26  Wim Taymans  <wim@fluendo.com>
2761
2762         * gst/audioconvert/audioconvert.c: (if), (float),
2763         (audio_convert_get_func_index), (check_default),
2764         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2765         (audio_convert_clean_context), (audio_convert_get_sizes),
2766         (get_temp_buffer), (audio_convert_convert):
2767         * gst/audioconvert/gstaudioconvert.c:
2768         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2769         (gst_audio_convert_transform_caps),
2770         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2771         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2772         Oops, allocate enough space to perform the channel mix.
2773
2774 2005-08-26  Wim Taymans  <wim@fluendo.com>
2775
2776         * gst/audioconvert/Makefile.am:
2777         * gst/audioconvert/audioconvert.c: (if), (float),
2778         (audio_convert_get_func_index), (check_default),
2779         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2780         (audio_convert_clean_context), (audio_convert_get_sizes),
2781         (get_temp_buffer), (audio_convert_convert):
2782         * gst/audioconvert/audioconvert.h:
2783         * gst/audioconvert/gstaudioconvert.c:
2784         (gst_audio_convert_class_init), (gst_audio_convert_init),
2785         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2786         (gst_audio_convert_get_unit_size),
2787         (gst_audio_convert_transform_caps),
2788         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2789         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2790         * gst/audioconvert/gstaudioconvert.h:
2791         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2792         (gst_channel_mix_fill_identical),
2793         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2794         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2795         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2796         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2797         (gst_channel_mix_mix):
2798         * gst/audioconvert/gstchannelmix.h:
2799         Cleanups, librarify a bit, optimize, better negotiation and more.
2800
2801 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2802
2803         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2804         Another from MikeS:
2805         During typefinding, don't support negative offsets
2806         (offsets from the end of the stream) in our typefind->peek() function
2807         - nothing embedded in ogg ever needs them. However, we need to recognise
2808         those requests and reject them, otherwise we return invalid pointers.
2809
2810 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2811
2812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2813         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2814         (vorbisdec_finalize), (vorbis_handle_type_packet):
2815           Big shout-out to MikeS for fixing this giant memory leak.
2816           Huzzah!
2817
2818 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2819
2820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2821         (audio_convert_get_unit_size):
2822           plug some leaks
2823
2824 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2825
2826         * check/Makefile.am:
2827         * check/elements/audioconvert.c: (setup_audioconvert),
2828         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2829         (GST_START_TEST), (audioconvert_suite), (main):
2830           add a test for audioconvert
2831         * gst/audioresample/gstaudioresample.c:
2832         * gst/audioresample/gstaudioresample.h:
2833           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2834           note that for buffers of 1/3 sec this means DURATION(c) is 
2835           one nanosecond more than for a and b
2836
2837 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2838
2839         * check/Makefile.am:
2840         * check/elements/audioresample.c: (setup_audioresample),
2841         (cleanup_audioresample), (fail_unless_perfect_stream),
2842         (test_perfect_stream_instance), (GST_START_TEST),
2843           add a check for audioresample
2844         (audioresample_suite), (main):
2845         * check/elements/volume.c: (GST_START_TEST):
2846           remove unused method
2847         * gst/audioresample/gstaudioresample.c:
2848           set correct buffer parameters since we're changing them
2849         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2850           add some debug
2851
2852 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2853
2854         * gst/audioresample/debug.c:
2855         * gst/audioresample/gstaudioresample.c:
2856           add room for extra overlap samples when asked to transform size
2857           protect against possible mem corruption and check for discrepancies
2858           between written size and outbuffer's size so we can warn for
2859           potential problems
2860         * gst/audioresample/resample.c: (resample_init),
2861         (resample_get_output_size_for_input), (resample_get_output_size),
2862         (resample_set_n_channels), (resample_set_format):
2863           set debug level based on RESAMPLE_DEBUG env var
2864           make sure that get_output_size* returns a whole number of
2865           sample_size
2866           set sample_size each time either channel or format is set
2867         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2868         * gst/audioresample/resample_functable.c:
2869         (resample_scale_functable):
2870         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2871           remove r->sample_size, it's done in resample.c now
2872           add some debugging to the ref implementation
2873           make sure we only give back bytes that are wholes of the sample
2874           size
2875
2876 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2877         * gst/playback/gstplaybasebin.c: (fill_buffer):
2878         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2879
2880 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2881
2882         * gst/volume/gstvolume.c:
2883           made set_caps function static
2884
2885 2005-08-24  Wim Taymans  <wim@fluendo.com>
2886
2887         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2888         (gst_vorbisenc_change_state):
2889         Stop leaking taglists.
2890
2891 2005-08-24  Wim Taymans  <wim@fluendo.com>
2892
2893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2894         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2895         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2896         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2897         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2898         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2899         Parse seeking events better.
2900         Unref static caps.
2901         Generate correct newsegment events, fixes seeking in live oggs.
2902
2903         * ext/theora/theoradec.c: (theora_dec_src_query),
2904         (theora_dec_src_event), (theora_dec_src_getcaps),
2905         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2906         Use newsegment values to report correct play time.
2907
2908         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2909         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2910         * ext/vorbis/vorbisdec.h:
2911         Parse and use newsegment values to report correct play time.
2912
2913         * gst-libs/gst/audio/gstbaseaudiosink.c:
2914         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2915         Clear ringbuffer on flush.
2916         Use newsegment values to calculate playback time.
2917
2918         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2920         Basesink does newsegment calculations for us now.
2921
2922 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2923
2924         * check/Makefile.am:
2925         * configure.ac:
2926           add core's plugins to the mix so that playbin works
2927         * check/generic/states.c: (GST_START_TEST):
2928           set a 0 timeout on pipelines, so they don't force the next
2929           state change
2930         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2931         (gst_play_base_bin_change_state):
2932           remove the crappy error handling and do GST error handling
2933
2934 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2935
2936         * check/Makefile.am:
2937         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2938           add same test as to core, it bitches out on playbin atm.
2939
2940 2005-08-24  Wim Taymans  <wim@fluendo.com>
2941
2942         * configure.ac:
2943         Remove audioscale.
2944
2945 2005-08-24  Wim Taymans  <wim@fluendo.com>
2946
2947         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2948         (gst_videoscale_prepare_size), (parse_caps),
2949         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2950         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2951         (gst_videoscale_transform):
2952         * gst/videoscale/gstvideoscale.h:
2953         Refactor, make use of BaseTranform really well.
2954
2955 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2956
2957         * configure.ac:
2958           compile audioresample
2959         * gst/audioresample/Makefile.am:
2960         * gst/audioresample/buffer.c:
2961         * gst/audioresample/functable.c:
2962         * gst/audioresample/gstaudioresample.c:
2963         * gst/audioresample/gstaudioresample.h:
2964         * gst/audioresample/resample.c:
2965         (resample_get_output_size_for_input):
2966         * gst/audioresample/resample.h:
2967         * gst/audioresample/resample_chunk.c:
2968         * gst/audioresample/resample_functable.c:
2969         * gst/audioresample/resample_ref.c:
2970           port to use basetransform; doesn't work in all cases yet
2971
2972 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2973
2974         * gst/audioconvert/gstaudioconvert.c:
2975         (gst_audio_convert_class_init), (gst_audio_convert_init),
2976         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2977         (audio_convert_fixate_caps), (audio_convert_set_caps),
2978         (audio_convert_transform),
2979         (gst_audio_convert_buffer_to_default_format),
2980         (gst_audio_convert_buffer_from_default_format),
2981         (gst_audio_convert_channels):
2982         * gst/audioconvert/gstchannelmix.c:
2983         * gst/audioconvert/gstchannelmix.h:
2984           port to basetransform
2985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2986         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2987         (gst_ffmpegcsp_get_unit_size):
2988         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2989         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2990           fix for basetransform changes
2991
2992 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2993
2994         * check/Makefile.am:
2995           Add CHECK_CFLAGS and LDFLAGS
2996
2997         * gst/playback/gstplaybasebin.c: (fill_buffer):
2998           GST_MESSAGE_SRC became a GObject
2999
3000 2005-08-24  Wim Taymans  <wim@fluendo.com>
3001
3002         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3003         (gst_ring_buffer_clear_all):
3004         * gst-libs/gst/audio/gstringbuffer.h:
3005         Added function to clear the ringbuffer.
3006
3007 2005-08-24  Andy Wingo  <wingo@pobox.com>
3008
3009         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3010         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3011         of _open and _close.
3012
3013         * sys/v4l/gstv4lxoverlay.h:
3014         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3015         an Xv connection here, instead of all the time. Make Xv only be
3016         loaded if you axe for it. Kindof a workaround for buggy behaviour
3017         of Xv when using remote xservers (XvQueryExtension would block).
3018         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3019         replace the _open and _close public API. Only start the xv
3020         connection if necessary.
3021         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3022
3023 2005-08-23  David Schleef  <ds@schleef.org>
3024
3025         * gst/audioresample/Makefile.am: Leet audioresampling code
3026         * gst/audioresample/buffer.c:
3027         * gst/audioresample/buffer.h:
3028         * gst/audioresample/debug.c:
3029         * gst/audioresample/debug.h:
3030         * gst/audioresample/functable.c:
3031         * gst/audioresample/functable.h:
3032         * gst/audioresample/gstaudioresample.c:
3033         * gst/audioresample/gstaudioresample.h:
3034         * gst/audioresample/resample.c:
3035         * gst/audioresample/resample.h:
3036         * gst/audioresample/resample_chunk.c:
3037         * gst/audioresample/resample_functable.c:
3038         * gst/audioresample/resample_ref.c:
3039
3040 2005-08-23  Wim Taymans  <wim@fluendo.com>
3041
3042         * examples/seeking/seek.c: (make_vorbis_pipeline),
3043         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3044         Small seek updates.
3045
3046 2005-08-23  Andy Wingo  <wingo@pobox.com>
3047
3048         * gst-libs/gst/audio/gstbaseaudiosrc.c
3049         (gst_base_audio_src_fixate): Only fixate endianness if it is
3050         present in the caps.
3051
3052 2005-08-22  Andy Wingo  <wingo@pobox.com>
3053
3054         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3055         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3056         device-name property.
3057
3058         * gst-libs/gst/audio/gstaudiosrc.h:
3059         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3060         close_device in the ring buffer, like gstaudiosink.
3061
3062         * ext/alsa/gstalsamixer.h:
3063         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3064         macro to implement the interface without much code. Cleanups. 
3065
3066         * ext/alsa/gstalsasrc.h:
3067         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3068         READY.
3069
3070         * ext/alsa/Makefile.am: Add new files.
3071         * ext/alsa/gstalsamixerelement.c: 
3072         * ext/alsa/gstalsamixerelement.c: Split element code out from
3073         mixer code so that alsasrc can be a mixer too.
3074
3075 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3076
3077         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3078         (GST_START_TEST):
3079         * check/elements/vorbisdec.c: (setup_vorbisdec),
3080         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3081         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3082         (vorbis_handle_identification_packet),
3083         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3084         (vorbis_handle_header_packet), (vorbis_dec_push),
3085         (vorbis_dec_chain):
3086           use the setup/teardown methods to save code.  save code is good.
3087
3088 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3089
3090         * check/Makefile.am:
3091           add ext dir for plugins
3092           add vorbisdec test conditionally
3093         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3094         (GST_START_TEST), (volume_suite):
3095           add a test with wrong caps
3096         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3097         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3098           add a vorbisdec test
3099         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3100         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3101           clean up debug output
3102         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3103           yay, fix a segfault/security issue in vorbisdec
3104           gst-launch fakesrc ! vorbisdec wasn't happy
3105         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3106         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3107         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3108         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3109         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3110         (gst_vorbisenc_set_metadata), (get_constraints_string),
3111         (update_start_message), (gst_vorbisenc_setup),
3112         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3113         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3114         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3115         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3116         * ext/vorbis/vorbisenc.h:
3117           march in line
3118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3119         (gst_ffmpegcsp_transform):
3120           have the kow come home
3121         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3122           debug my func ptr
3123         * gst/volume/gstvolume.c: (volume_set_caps):
3124           add a debug
3125
3126 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3127
3128         * Makefile.am:
3129         * check/.cvsignore:
3130         * check/Makefile.am:
3131         * check/elements/.cvsignore:
3132         * check/elements/volume.c: (chain_func), (event_func),
3133         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3134         (main):
3135         * configure.ac:
3136           add unit test structure for gst-plugins-base
3137           add a test for volume
3138         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3139         (gst_volume_set_volume), (gst_volume_get_volume),
3140         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3141         (volume_funcfind), (volume_process_float), (volume_process_int16),
3142         (volume_set_caps), (volume_transform), (volume_update_mute),
3143         (volume_update_volume), (volume_set_property),
3144         (volume_get_property):
3145           document a little; use basetransform vmethod _set_caps
3146
3147 2005-08-19  Andy Wingo  <wingo@pobox.com>
3148
3149         * ext/alsa/gstalsamixertrack.h:
3150         * ext/alsa/gstalsamixertrack.c:
3151         * ext/alsa/gstalsamixeroptions.h:
3152         * ext/alsa/gstalsamixeroptions.c:
3153         * ext/alsa/gstalsamixer.h:
3154         * ext/alsa/gstalsamixer.c: Port to 0.9.
3155
3156         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3157         Remove gstalsa.c and alsaclock. No more cruft here.
3158         
3159 2005-08-18  Wim Taymans  <wim@fluendo.com>
3160
3161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3162         (gst_base_rtp_depayload_chain),
3163         (gst_base_rtp_depayload_add_to_queue),
3164         (gst_base_rtp_depayload_push),
3165         (gst_base_rtp_depayload_queue_release):
3166         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3167         Fix for RTPBuffer changes.
3168
3169         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3170         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3171         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3172         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3173         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3174         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3175         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3176         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3177         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3178         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3179         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3180         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3181         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3182         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3183         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3184         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3185         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3186         (gst_rtpbuffer_get_payload):
3187         * gst-libs/gst/rtp/gstrtpbuffer.h:
3188         Don't subclass GstBuffer but add methods and helper functions
3189         to construct and manipulate RTP packets in regular GstBuffers.
3190
3191 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3192
3193         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3194           moved statement below switch
3195         * gst/volume/gstvolume.c: (gst_volume_class_init):
3196           added debug ptr
3197
3198 2005-08-16  Wim Taymans  <wim@fluendo.com>
3199
3200         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3201         (gst_base_audio_src_change_state):
3202         Open and close device in READY<->NULL state change.
3203
3204 2005-08-16  Andy Wingo  <wingo@pobox.com>
3205
3206         * examples/seeking/Makefile.am: Don't compile non-compiling
3207         compiled objects with the compiler.
3208
3209         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3210         elements.
3211
3212 2005-08-12  Philippe Khalaf <burger@speedy.org>
3213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3215           Made a thread to release the queue.
3216           Removed timestamp conversion for now.
3217
3218 2005-08-10  Philippe Khalaf <burger@speedy.org>
3219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3220         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3221           Added rtp timestamp -> gst timestamp conversion.
3222           Fixed several problems with queue.
3223
3224 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3225
3226         * gst-libs/gst/audio/gstaudioclock.h:
3227         * gst-libs/gst/audio/gstaudiofilter.h:
3228         * gst-libs/gst/audio/gstaudiosink.h:
3229         * gst-libs/gst/audio/gstaudiosrc.h:
3230         * gst-libs/gst/audio/gstbaseaudiosink.h:
3231         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3232         * gst-libs/gst/audio/gstringbuffer.h:
3233         * gst-libs/gst/net/gstnetbuffer.h:
3234         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3235         * gst-libs/gst/rtp/gstrtpbuffer.h:
3236           Add padding (you will need to rebuild gst-plugins-base,
3237           gst-plugins and all applications afterwards!)
3238
3239 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3240
3241         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3242         (gst_riff_parse_chunk):
3243           Fix bug in debug message and add some more debug messages.
3244
3245 2005-08-08  Edward Hervey  <edward@fluendo.com>
3246
3247         * gst-libs/gst/riff/riff-media.c:
3248         backported updates since branch
3249
3250 2005-08-08  Andy Wingo  <wingo@pobox.com>
3251
3252         * gst-libs/gst/audio/gstbaseaudiosink.c
3253         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3254         like good elements should. Close on READY->NULL too.
3255
3256         * gst-libs/gst/audio/gstaudiosink.c
3257         (gst_audioringbuffer_open_device,
3258         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3259         (gst_audioringbuffer_release): Updates for new ring buffer API,
3260         hook into the new audio sink api.
3261
3262         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3263         (GstAudioSinkClass.close): Just open and close the device -- no
3264         resource allocation or configuration.
3265         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3266         vmethods, handle device setup and resource allocation.
3267
3268         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3269         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3270         base class API.
3271
3272         * gst-libs/gst/audio/gstringbuffer.h
3273         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3274         New vmethods.
3275
3276         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3277         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3278         New API functions. The device should be opened before acquiring
3279         and closed after releasing.
3280
3281 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3282
3283         * gst-libs/gst/interfaces/mixer.h:
3284           Reset padding to GST_PADDING.
3285
3286 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3287
3288         * gst/playback/gstplaybin.c: (remove_sinks):
3289           Remove visualization from parent explicitely; works around some
3290           apparent refcount issue that I haven't tracked down yet.
3291
3292 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3293
3294         * ext/alsa/gstalsasink.c: (set_hwparams):
3295           Assign debug category, add negotiation debug msgs.
3296
3297 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3298
3299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3300           Fix error code for file-not-found to NOT_FOUND.
3301
3302 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3303
3304         * common/gtk-doc-plugins.mak:
3305         * docs/plugins/Makefile.am:
3306         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3307         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3308           renamed to actual element names, so much nicer to look at
3309         * docs/plugins/tmpl/gstmultifdsink.sgml:
3310           remove
3311         * docs/plugins/tmpl/multifdsink.sgml:
3312         * docs/plugins/tmpl/tcpserversink.sgml:
3313           add
3314         * ext/alsa/gstalsa.c:
3315         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3316         * ext/ogg/gstoggmux.c:
3317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3318         * gst/playback/gstdecodebin.c:
3319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3320         * gst/tcp/gsttcpserversink.c:
3321           various fixes and documentation additions
3322
3323 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3324
3325         * common/Makefile.am:
3326         * common/gstdoc-scangobj:
3327         * common/gtk-doc-plugins.mak:
3328         * common/gtk-doc.mak:
3329           add a custom scangobj that uses the registry
3330           add a custom gtk-doc-plugins.mak that uses it
3331           some doc build fixes
3332         * configure.ac:
3333         * docs/Makefile.am:
3334         * docs/plugins/Makefile.am:
3335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3337         * docs/plugins/gst-plugins-base-plugins.types:
3338         * docs/plugins/tmpl/gstmultifdsink.sgml:
3339           add docs for one element, multifdsink
3340         * gst/adder/gstadder.h:
3341         * gst/volume/gstvolume.h:
3342           don't privatize enum
3343         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3344         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3345         (gst_sync_method_get_type), (gst_client_status_get_type),
3346         (gst_multifdsink_class_init),
3347         (gst_multifdsink_client_queue_buffer),
3348         (gst_multifdsink_handle_client_write):
3349         * gst/tcp/gstmultifdsink.h:
3350         * gst/tcp/gsttcp.h:
3351         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3352         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3353         (gst_tcpclientsink_render):
3354         * gst/tcp/gsttcpclientsink.h:
3355         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3356         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3357         (gst_tcpclientsrc_start):
3358         * gst/tcp/gsttcpclientsrc.h:
3359         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3360         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3361         * gst/tcp/gsttcpserversrc.h:
3362         * gst/typefind/gsttypefindfunctions.c:
3363           remove superfluous Type stuff
3364
3365 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3366
3367         * gst/playback/gstplaybin.c: (gen_video_element):
3368           Enable videoscale.
3369
3370 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3371
3372         * gst-libs/gst/gconf/gconf.c:
3373         * gst-libs/gst/gconf/gconf.h:
3374           Fix some Andy Problem [tm].
3375
3376 2005-08-04  Andy Wingo  <wingo@pobox.com>
3377
3378         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3380         (gst_ffmpegcsp_get_size): Adapt to API changes.
3381
3382         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3383         Implement an in-place do-nothing transform.
3384
3385 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3386
3387         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3388         (gst_ximagesink_renegotiate_size):
3389           Do not set new window sizes yet if we prepare a new buffer size
3390           for upstream renegotiation (software scaling) at some point in the
3391           future, because this new size waqs not actually accepted yet. Once
3392           accepted, renegotiation later on will set the new sizes just fine.
3393           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3394           embedding testcase.
3395
3396 2005-08-03  Andy Wingo  <wingo@pobox.com>
3397
3398         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3399         (gst_ximagesink_buffer_alloc): 
3400         Protect the height, width, and desired_caps with the pool_lock.
3401         Fixes videotestsrc ! queue ! ximagesink.
3402
3403 2005-08-02  Edward Hervey  <edward@fluendo.com>
3404
3405         * gst/volume/gstvolume.c:
3406         include left from controller cleanup
3407
3408 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3410           Stop collectpads before calling the parent state
3411           change function on PAUSED->READY.
3412
3413 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3414         * configure.ac:
3415           When testing for X libs, use the X CFlags 
3416         * gst/adder/gstadder.c: (gst_adder_change_state):
3417           Stop the collectpads before calling parent state change function
3418           on PAUSED->READY, otherwise we deadlock deactivating pads.
3419
3420 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3421
3422         * configure.ac:
3423         * docs/libs/tmpl/gstcolorbalance.sgml:
3424         * docs/libs/tmpl/gstmixer.sgml:
3425         * examples/Makefile.am:
3426         * gst/sine/Makefile.am:
3427         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3428         (gst_sinesrc_set_property), (plugin_init):
3429         * gst/sine/gstsinesrc.h:
3430         * gst/volume/Makefile.am:
3431         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3432         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3433         (volume_process_float), (volume_process_int16),
3434         (volume_set_property), (plugin_init):
3435         * gst/volume/gstvolume.h:
3436           deactivate and remove dparams (libgstcontrol)
3437
3438 2005-07-29  Wim Taymans  <wim@fluendo.com>
3439
3440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3441         Convert me to BaseTransform!! help..
3442
3443 2005-07-29  Andy Wingo  <wingo@pobox.com>
3444
3445         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3446         sinks.
3447
3448         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3449         support of both endiannesses.
3450
3451 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3452
3453         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3454           Fix confusing debug message (s/event/query/)
3455
3456 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3457
3458         * gst/videotestsrc/videotestsrc.h:
3459           Use "_stdint.h" instead of <stdint.h>
3460
3461 2005-07-27  Wim Taymans  <wim@fluendo.com>
3462
3463         * ext/vorbis/Makefile.am:
3464         Revert wrong commit.
3465
3466 2005-07-27  Wim Taymans  <wim@fluendo.com>
3467
3468         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3469         More compilation fixen.
3470
3471 2005-07-27  Wim Taymans  <wim@fluendo.com>
3472
3473         * gst-libs/gst/audio/gstbaseaudiosink.c:
3474         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3475         (gst_base_audio_sink_create_ringbuffer),
3476         (gst_base_audio_sink_change_state):
3477         Fix compilation.
3478
3479 2005-07-27  Wim Taymans  <wim@fluendo.com>
3480
3481         * examples/seeking/seek.c: (setup_dynamic_link),
3482         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3483         (query_positions_elems), (query_positions_pads), (do_seek):
3484         Update seek example.
3485
3486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3487         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3488         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3489         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3490         (gst_ogg_demux_handle_event),
3491         (gst_ogg_demux_deactivate_current_chain),
3492         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3493         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3494         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3495         (gst_ogg_demux_loop):
3496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3497         * ext/theora/theoradec.c: (theora_dec_src_event),
3498         (theora_dec_src_getcaps), (theora_dec_sink_event),
3499         (theora_dec_push), (theora_dec_chain):
3500         * ext/vorbis/Makefile.am:
3501         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3502         (vorbis_dec_sink_event), (vorbis_dec_push),
3503         (vorbis_handle_data_packet):
3504         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3505         (gst_vorbisenc_chain):
3506         * gst/playback/gststreaminfo.c: (cb_probe):
3507         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3508         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3509         * gst/videoscale/gstvideoscale.c:
3510         (gst_videoscale_handle_src_event):
3511         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3512         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3513         (gst_ximagesink_navigation_send_event):
3514         * sys/xvimage/xvimagesink.c:
3515         (gst_xvimagesink_navigation_send_event):
3516         Various event updates and cleanups
3517
3518 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3519
3520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3521           Fix segfault for I420/YV12.
3522
3523 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3524
3525         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3526           Report bitrate.
3527
3528 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3529
3530         * gst/playback/gstplaybin.c: (gen_video_element),
3531         (gen_audio_element):
3532           Switch to auto*sink elements as default sinks; add volume element
3533           so that volume control in totem works.
3534
3535 2005-07-21  Wim Taymans  <wim@fluendo.com>
3536
3537         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3538         * gst/playback/gstplaybin.c: (setup_sinks),
3539         (gst_play_bin_change_state):
3540         Refcount fix and more comments.
3541
3542 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3543
3544         * sys/ximage/Makefile.am:
3545         * sys/ximage/ximage.c: (plugin_init):
3546         * sys/ximage/ximagesink.c:
3547         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3548         
3549
3550 2005-07-21  Wim Taymans  <wim@fluendo.com>
3551
3552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3553         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3554         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3555         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3556         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3557         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3558         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3559         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3560         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3561         Generate correct disconts for live chained oggs.
3562
3563         * gst-libs/gst/audio/gstbaseaudiosink.c:
3564         (gst_base_audio_sink_render),
3565         (gst_base_audio_sink_create_ringbuffer),
3566         (gst_base_audio_sink_change_state):
3567         Handle discont math correctly.
3568
3569         * gst/playback/gstplaybin.c: (add_sink):
3570         Some small debug cleanup.
3571
3572 2005-07-21  Wim Taymans  <wim@fluendo.com>
3573
3574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3575         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3576         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3577         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3578         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3579         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3580         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3581         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3582         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3583         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3584         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3585         (gst_ogg_demux_change_state), (gst_ogg_print):
3586         Reorganize code to send the right disconts when in streaming
3587         mode.
3588
3589 2005-07-20  Andy Wingo  <wingo@pobox.com>
3590
3591         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3592         fix (?), fixes a seggie mcfalterson (#310894).
3593
3594 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3595
3596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3597         (gst_ogg_mux_set_header_on_caps):
3598         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3599         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3600         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3601         * gst-libs/gst/audio/multichannel.c:
3602         (gst_audio_set_channel_positions),
3603         (gst_audio_set_structure_channel_positions_list):
3604         * gst/playback/gstdecodebin.c: (dynamic_create):
3605         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3606         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3607           Fixes for API changes in core.
3608
3609 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3610
3611         * gst/playback/gstplaybasebin.c: (fill_buffer):
3612           Use _new_custom() so we can set custom message types for buffering
3613           messages.
3614
3615 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3616
3617         * configure.ac:
3618         * gst-libs/gst/Makefile.am:
3619         * gst-libs/gst/gconf/.cvsignore:
3620         * gst-libs/gst/gconf/Makefile.am:
3621         * gst-libs/gst/gconf/test-gconf.c:
3622         * pkgconfig/Makefile.am:
3623         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3624         * pkgconfig/gstreamer-gconf.pc.in:
3625           Remove gconf stuff, use gconf elements instead from now on.
3626
3627 2005-07-20  Wim Taymans  <wim@fluendo.com>
3628
3629         * gst-libs/gst/audio/TODO:
3630         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3631         (gst_audio_clock_get_internal_time):
3632         * gst-libs/gst/audio/gstaudioclock.h:
3633         * gst-libs/gst/audio/gstbaseaudiosink.c:
3634         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3635         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3636         (gst_base_audio_sink_render),
3637         (gst_base_audio_sink_create_ringbuffer),
3638         (gst_base_audio_sink_change_state):
3639         Make sure the audio clock always returns an increasing value.
3640
3641 2005-07-19  Andy Wingo  <wingo@pobox.com>
3642
3643         * gst/videotestsrc/: Cleanups.
3644
3645 2005-07-19  Wim Taymans  <wim@fluendo.com>
3646
3647         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3648         Better debugging.
3649
3650 2005-07-19  Wim Taymans  <wim@fluendo.com>
3651
3652         * examples/seeking/seek.c: (make_dv_pipeline),
3653         (make_vorbis_theora_pipeline), (query_rates),
3654         (query_positions_elems), (query_positions_pads), (do_seek):
3655         Make correct DV pipeline.
3656
3657 2005-07-18  Andy Wingo  <wingo@pobox.com>
3658
3659         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3660         default. Also because it's the only thing that really works. (This
3661         is used in the GConf elements).
3662         Use AS_LIBTOOL_TAGS.
3663
3664 2005-07-18  Wim Taymans  <wim@fluendo.com>
3665
3666         * gst/playback/gstdecodebin.c: (remove_element_chain):
3667         * gst/playback/gstplaybin.c: (add_sink):
3668         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3669         (gst_stream_info_set_mute):
3670         * gst/playback/gststreamselector.c:
3671         (gst_stream_selector_get_linked_pad),
3672         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3673         More leak and compile fixes.
3674
3675 2005-07-18  Wim Taymans  <wim@fluendo.com>
3676
3677         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3678         (query_rates), (query_positions_elems), (query_positions_pads),
3679         (do_seek), (seek_cb), (stop_seek):
3680         Updated seek example. 
3681
3682         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3683         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3684         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3685         * gst/playback/gstplaybin.c: (add_sink):
3686         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3687         (gst_stream_info_set_mute):
3688         Some refcount leak fixes.
3689
3690 2005-07-16  Wim Taymans  <wim@fluendo.com>
3691
3692         * gst-libs/gst/audio/gstbaseaudiosink.c:
3693         (gst_base_audio_sink_render):
3694         Align samples even if we have roundoff errors in the 
3695         timestamp conversion.
3696
3697 2005-07-16  Wim Taymans  <wim@fluendo.com>
3698
3699         * docs/libs/tmpl/gstringbuffer.sgml:
3700         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3701         (query_rates), (query_positions_elems), (query_positions_pads),
3702         (update_scale), (do_seek):
3703         Updated seek example.
3704
3705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3706         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3707         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3708         (gst_ogg_demux_loop):
3709         Push out correct discont values.
3710
3711         * ext/theora/theoradec.c: (theora_dec_src_convert),
3712         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3713         (theora_dec_sink_event), (theora_handle_type_packet),
3714         (theora_handle_header_packet), (theora_dec_push),
3715         (theora_handle_data_packet), (theora_dec_chain),
3716         (theora_dec_change_state):
3717         Better timestamping.
3718
3719         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3720         (vorbis_dec_sink_event), (vorbis_dec_push),
3721         (vorbis_handle_data_packet), (vorbis_dec_chain):
3722         * ext/vorbis/vorbisdec.h:
3723         Better timestamping.
3724
3725         * gst-libs/gst/audio/gstbaseaudiosink.c:
3726         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3727         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3728         Handle syncing on timestamps instead of sample offsets. Make
3729         use of DISCONT values as described in design docs.
3730
3731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3732         (gst_base_audio_src_get_time):
3733         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3734         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3735         (gst_ring_buffer_read):
3736         * gst-libs/gst/audio/gstringbuffer.h:
3737         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3738         (gst_ximagesink_show_frame):
3739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3740         Correcly convert buffer timestamp to stream time.
3741
3742 2005-07-16  Wim Taymans  <wim@fluendo.com>
3743
3744         * gst/audioconvert/gstaudioconvert.c:
3745         (gst_audio_convert_get_buffer):
3746         Timestamp buffers correctly.
3747
3748         * gst/playback/gstplaybin.c: (gen_video_element):
3749         Make internal fakesink silent.
3750
3751 2005-07-15  Wim Taymans  <wim@fluendo.com>
3752
3753         * gst/ffmpegcolorspace/Makefile.am:
3754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3755         (gst_ffmpegcsp_caps_remove_format_info),
3756         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3757         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3758         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3759         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3760         Ported ffmpegcolorspace to basetransform.
3761
3762         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3763         * gst/volume/gstvolume.c: (volume_transform):
3764         Ported to new API.
3765
3766 2005-07-14  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/videotestsrc/Makefile.am:
3769         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3770         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3771         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3772         (gst_videotestsrc_init), (gst_videotestsrc_event),
3773         (gst_videotestsrc_create), (gst_videotestsrc_start),
3774         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3775         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3776         (gst_videotestsrc_get_property):
3777         * gst/videotestsrc/gstvideotestsrc.h:
3778         Make videotestsrc a pushsrc.
3779
3780 2005-07-14  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst/tcp/gstfdset.c: (gst_fdset_free):
3783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3784         (gst_multifdsink_add), (gst_multifdsink_remove),
3785         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3786         (gst_multifdsink_remove_client_link),
3787         (gst_multifdsink_client_queue_data),
3788         (gst_multifdsink_client_queue_caps),
3789         (gst_multifdsink_client_queue_buffer),
3790         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3791         (gst_multifdsink_stop):
3792         * gst/tcp/gstmultifdsink.h:
3793         0.8 backporting.
3794
3795         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3796         Also draw image when not from a pool.
3797
3798 2005-07-14  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3801         (mute_stream), (silence_stream):
3802         Small debug additions.
3803
3804 2005-07-14  Wim Taymans  <wim@fluendo.com>
3805
3806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3807         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3808         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3809         Better error recovery, ignore unconnected pads and
3810         non-fatal errors.
3811
3812 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3813
3814         * docs/libs/tmpl/gstaudio.sgml:
3815         * docs/libs/tmpl/gstcolorbalance.sgml:
3816         * docs/libs/tmpl/gstgconf.sgml:
3817         * docs/libs/tmpl/gstmixer.sgml:
3818         * docs/libs/tmpl/gstringbuffer.sgml:
3819         * docs/libs/tmpl/gsttuner.sgml:
3820         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3821         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3822         (gst_tcpclientsrc_class_init):
3823         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3824         (gst_tcpserversrc_class_init):
3825         * sys/v4l/gstv4lelement.c:
3826           more autistic cleanliness in functions/names/defines
3827
3828 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3829
3830         * configure.ac:
3831           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3832           added manually to each Makefile.am so we are sure it goes
3833           *last* and doesn't add -L flags before linking in libs of our
3834           own, like, say, internal .la libs, that then accidentally pick
3835           up the installed copy.
3836         * docs/libs/Makefile.am:
3837         * ext/alsa/Makefile.am:
3838         * ext/cdparanoia/Makefile.am:
3839         * ext/gnomevfs/Makefile.am:
3840         * ext/libvisual/Makefile.am:
3841         * ext/ogg/Makefile.am:
3842         * ext/theora/Makefile.am:
3843         * ext/vorbis/Makefile.am:
3844         * gst-libs/gst/video/Makefile.am:
3845         * gst/adder/Makefile.am:
3846         * gst/audioconvert/Makefile.am:
3847         * gst/audiorate/Makefile.am:
3848         * gst/audioscale/Makefile.am:
3849         * gst/ffmpegcolorspace/Makefile.am:
3850         * gst/playback/Makefile.am:
3851         * gst/sine/Makefile.am:
3852         * gst/subparse/Makefile.am:
3853         * gst/tags/Makefile.am:
3854         * gst/tcp/Makefile.am:
3855         * gst/typefind/Makefile.am:
3856         * gst/videorate/Makefile.am:
3857         * gst/videoscale/Makefile.am:
3858         * gst/videotestsrc/Makefile.am:
3859         * gst/volume/Makefile.am:
3860         * sys/v4l/Makefile.am:
3861         * sys/ximage/Makefile.am:
3862         * sys/xvimage/Makefile.am:
3863           adapt properly to this change. This should make sure that
3864           plugins and libs properly link to the as-yet-uninstalled
3865           copies of stuff like libgstinterfaces and libgstvideo
3866
3867 2005-07-13  Andy Wingo  <wingo@pobox.com>
3868
3869         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3870         (gst_v4lsrc_fixate): Fixate on format as well.
3871
3872         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3873         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3874         buffer points to it.
3875         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3876         rather just doing X calls ourselves. Also fixes a memleak.
3877
3878 2005-07-12  Andy Wingo  <wingo@pobox.com>
3879
3880         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3881         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3882         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3883         TRUE to avoid deadlocks if an element holds on to our buffers.
3884
3885 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3886
3887         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3888         (gst_sinesrc_init), (gst_sinesrc_create),
3889         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3890         (gst_sinesrc_start):
3891         * gst/sine/gstsinesrc.h:
3892           removing num-buffers property before moving it
3893
3894 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3895
3896         * configure.ac:
3897           use overridable ERROR_CFLAGS
3898         * docs/libs/gst-plugins-base-libs.types:
3899         * docs/libs/tmpl/gstringbuffer.sgml:
3900         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3901         (gst_alsasink_class_init):
3902         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3903         (gst_alsasrc_class_init):
3904         * gst-libs/gst/audio/audio.h:
3905         * gst-libs/gst/audio/gstaudioclock.h:
3906         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3907         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3908         (gst_audio_filter_link), (gst_audio_filter_init),
3909         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3910         (gst_audio_filter_get_property),
3911         (gst_audio_filter_class_add_pad_templates):
3912         * gst-libs/gst/audio/gstaudiofilter.h:
3913         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3914         (gst_audio_filter_template_get_type),
3915         (gst_audio_filter_template_base_init),
3916         (gst_audio_filter_template_class_init),
3917         (gst_audio_filter_template_init),
3918         (gst_audio_filter_template_set_property),
3919         (gst_audio_filter_template_get_property), (plugin_init),
3920         (gst_audio_filter_template_setup),
3921         (gst_audio_filter_template_filter),
3922         (gst_audio_filter_template_filter_inplace):
3923         * gst-libs/gst/audio/gstaudiosink.c:
3924         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3925         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3926         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3927         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3928         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3929         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3930         * gst-libs/gst/audio/gstaudiosink.h:
3931         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3932         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3933         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3934         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3935         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3936         (gst_audio_src_class_init), (gst_audio_src_init),
3937         (gst_audio_src_create_ringbuffer):
3938         * gst-libs/gst/audio/gstaudiosrc.h:
3939         * gst-libs/gst/audio/gstbaseaudiosink.c:
3940         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3941         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3942         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3943         (gst_base_audio_sink_set_property),
3944         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3945         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3946         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3947         (gst_base_audio_sink_create_ringbuffer),
3948         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3949         * gst-libs/gst/audio/gstbaseaudiosink.h:
3950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3951         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3952         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3953         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3954         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3955         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3956         (gst_base_audio_src_event), (gst_base_audio_src_create),
3957         (gst_base_audio_src_create_ringbuffer),
3958         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3959         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3960         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3961         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3962         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3963         (gst_ring_buffer_debug_spec_caps),
3964         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3965         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3966         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3967         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3968         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3969         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3970         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3971         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3972         (gst_ring_buffer_clear):
3973         * gst-libs/gst/audio/gstringbuffer.h:
3974         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3975         (gst_video_sink_class_init), (gst_video_sink_get_type):
3976         * gst-libs/gst/video/videosink.h:
3977         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3978         (gst_multifdsink_class_init),
3979         (gst_multifdsink_handle_client_write),
3980         (gst_multifdsink_change_state):
3981         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3982         (gst_tcpclientsink_setcaps):
3983         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3984         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3985         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3986         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3987         (gst_ximagesink_send_pending_navigation),
3988         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3989         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3991         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3992         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3993         (gst_xvimagesink_send_pending_navigation),
3994         (gst_xvimagesink_navigation_send_event),
3995         (gst_xvimagesink_set_xwindow_id),
3996         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3997         (gst_xvimagesink_get_type):
3998         more macro splitting
3999
4000 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4001
4002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4003           plug a memleak, allows me to import 1479 albums in one go
4004           in jamboree
4005         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4006         (vorbis_handle_type_packet), (vorbis_dec_chain),
4007         (vorbis_dec_change_state):
4008           fix some format strings
4009
4010 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4011
4012         * docs/libs/tmpl/gstcolorbalance.sgml:
4013         * docs/libs/tmpl/gstmixer.sgml:
4014         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4015         (gst_alsasink_set_property), (gst_alsasink_get_property):
4016         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4017         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4018           add device property
4019
4020 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4021
4022         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4023         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4024         (audiocast_register_listener), (audiocast_thread_run),
4025         (gst_gnomevfssrc_send_additional_headers_callback),
4026         (gst_gnomevfssrc_received_headers_callback),
4027         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4028         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4029         (gst_gnomevfssrc_get_size):
4030           add/clean up debugging
4031         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4032           cleanups
4033
4034 2005-07-07  Andy Wingo  <wingo@pobox.com>
4035
4036         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4037         framerate. Need to get a handle on when exactly this function is
4038         called, tho.
4039
4040         * sys/v4l/v4lsrc_calls.h:
4041         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4042         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4043         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4044
4045         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4046         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4047         v4lelements are sources.
4048
4049         * sys/v4l/gstv4lxoverlay.h:
4050         * sys/v4l/gstv4lxoverlay.c:
4051         * sys/v4l/gstv4ltuner.h:
4052         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4053         
4054         * sys/v4l/gstv4lsrc.h:
4055         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4056         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4057         or something should handle that. Made a live source.
4058
4059         * sys/v4l/gstv4lelement.h:
4060         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4061         signals. Some cleanups.
4062
4063         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4064
4065         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4066         stuff.
4067
4068         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4069         stuff.
4070
4071         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4072
4073 2005-07-07  Wim Taymans  <wim@fluendo.com>
4074
4075         * ext/theora/theoradec.c: (theora_get_query_types),
4076         (theora_dec_src_getcaps), (theora_dec_push):
4077         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4079         Remove deprecated/unused query types.
4080
4081 2005-07-06  Wim Taymans  <wim@fluendo.com>
4082
4083         * ext/alsa/Makefile.am:
4084         * ext/alsa/gstalsaplugin.c: (plugin_init):
4085         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4086         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4087         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4088         (gst_alsasrc_class_init), (gst_alsasrc_init),
4089         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4090         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4091         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4092         (gst_alsasrc_reset):
4093         * ext/alsa/gstalsasrc.h:
4094         * gst-libs/gst/audio/Makefile.am:
4095         * gst-libs/gst/audio/gstaudiosink.c:
4096         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4097         (gst_audioringbuffer_start):
4098         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4099         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4100         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4101         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4102         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4103         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4104         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4105         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4106         * gst-libs/gst/audio/gstaudiosrc.h:
4107         * gst-libs/gst/audio/gstbaseaudiosink.c:
4108         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4109         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4110         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4111         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4112         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4113         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4114         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4115         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4116         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4117         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4118         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4119         (gst_baseaudiosrc_change_state):
4120         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4121         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4122         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4123         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4124         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4125         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4126         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4127         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4128         * gst-libs/gst/audio/gstringbuffer.h:
4129         Added audiosource base classes.
4130         Ported alsasrc, still very basic.
4131
4132 2005-07-06  Wim Taymans  <wim@fluendo.com>
4133
4134         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4135         (theora_dec_push), (theora_handle_data_packet):
4136         Prepare for better timestamp fix later.
4137
4138         * gst/audioconvert/gstaudioconvert.c:
4139         List most accurate caps first
4140
4141         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4142         Use proper pad task function.
4143
4144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4145         (gst_xvimagesink_show_frame):
4146         Fix deadlock when alloc failed.
4147
4148 2005-07-05  Andy Wingo  <wingo@pobox.com>
4149
4150         * ext/gnomevfs/gstgnomevfssrc.c:
4151         * gst/sine/gstsinesrc.c:
4152         * gst/tcp/gsttcpserversrc.c:
4153         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4154
4155         * sys/v4l/: Port from 0.8.
4156
4157         * Many files: Null if we got it....
4158
4159 2005-07-05  Andy Wingo  <wingo@pobox.com>
4160
4161         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4162         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4163         Signedness fixes.
4164
4165 2005-07-05  Wim Taymans  <wim@fluendo.com>
4166
4167         * configure.ac:
4168         * gst/tcp/Makefile.am:
4169         * gst/tcp/README:
4170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4171         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4172         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4173         (is_sync_frame), (gst_multifdsink_handle_client_write),
4174         (gst_multifdsink_render), (gst_multifdsink_start),
4175         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4176         * gst/tcp/gstmultifdsink.h:
4177         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4178         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4179         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4180         * gst/tcp/gsttcp.h:
4181         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4182         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4183         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4184         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4185         * gst/tcp/gsttcpclientsink.h:
4186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4187         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4188         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4189         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4190         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4191         * gst/tcp/gsttcpclientsrc.h:
4192         * gst/tcp/gsttcpplugin.c: (plugin_init):
4193         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4194         * gst/tcp/gsttcpserversink.h:
4195         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4196         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4197         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4198         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4199         (gst_tcpserversrc_stop):
4200         * gst/tcp/gsttcpserversrc.h:
4201         * gst/tcp/gsttcpsink.c:
4202         * gst/tcp/gsttcpsink.h:
4203         * gst/tcp/gsttcpsrc.c:
4204         * gst/tcp/gsttcpsrc.h:
4205         Ported tcp plugins to 0.9. 
4206         
4207
4208 2005-07-05  Andy Wingo  <wingo@pobox.com>
4209
4210         * gst/playback/gstplaybasebin.c (fill_buffer):
4211         message_new_application fixen.
4212
4213         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4214         Style fix.
4215
4216 2005-07-04  Wim Taymans  <wim@fluendo.com>
4217
4218         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4219         Set caps on output buffer.
4220
4221 2005-07-04  Andy Wingo  <wingo@pobox.com>
4222
4223         * ext/gnomevfs/gstgnomevfssrc.c
4224         (gst_gnomevfssrc_received_headers_callback) 
4225         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4226         hopefully.
4227
4228         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4229         No refcount leakage.
4230
4231         * configure.ac: Enable -Werror.
4232         
4233         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4234         * gst/audioconvert/bufferframesconvert.c
4235         (buffer_frames_convert_fixate):
4236         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4237         (gst_audio_convert_fixate):
4238         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4239         (gst_sinesrc_create): Fixate func changes.
4240         
4241         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4242         (gst_ximagesink_buffer_alloc): Unused var.
4243
4244 2005-07-01  Andy Wingo  <wingo@pobox.com>
4245
4246         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4247         getcaps to do explicit caps. Needs to be done in all decoders,
4248         possibly via a base class.
4249
4250         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4251
4252         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4253         caps on the sink pad, just rely on the pad template. Also, setting
4254         ANY caps on a pad is not valid because the caps are not fixed.
4255
4256         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4257         caps on the buffer, and get the width from the desired_caps if
4258         they're set.
4259         (gst_ximagesink_renegotiate_size): Implement via setting the
4260         desired_caps on the ximagesink.
4261         (gst_ximagesink_setcaps): Only reset the width of the player if it
4262         wasn't already set. Not sure if this is right.
4263         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4264
4265         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4266         that the user wants. NULL unless the window has been resized.
4267
4268         * gst/volume/gstvolume.c (volume_transform): Adapt to
4269         basetransform refcount changes.
4270         
4271 2005-07-01  Andy Wingo  <wingo@pobox.com>
4272
4273         * gst/videoscale/gstvideoscale.c:
4274         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4275         from BaseTransform, implements a transform_caps. Removed dead code
4276         including some PAR stuff that was never reached -- should probably
4277         be added back somehow.
4278
4279 2005-07-01  Andy Wingo  <wingo@pobox.com>
4280
4281         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4282         come later.
4283
4284 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4285
4286         * configure.ac:
4287         * docs/libs/Makefile.am:
4288         * docs/libs/gst-plugins-libs.types:
4289         * ext/alsa/Makefile.am:
4290         * ext/alsa/gstalsamixer.h:
4291         * ext/alsa/gstalsamixeroptions.h:
4292         * ext/alsa/gstalsamixertrack.h:
4293         * gst-libs/gst/Makefile.am:
4294         * gst-libs/gst/colorbalance/.cvsignore:
4295         * gst-libs/gst/colorbalance/Makefile.am:
4296         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4297         * gst-libs/gst/colorbalance/colorbalance.c:
4298         * gst-libs/gst/colorbalance/colorbalance.h:
4299         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4300         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4301         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4302         * gst-libs/gst/interfaces/Makefile.am:
4303         * gst-libs/gst/interfaces/colorbalance.c:
4304         (gst_color_balance_class_init):
4305         * gst-libs/gst/interfaces/colorbalance.h:
4306         * gst-libs/gst/interfaces/interfaces-marshal.list:
4307         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4308         * gst-libs/gst/interfaces/mixer.h:
4309         * gst-libs/gst/interfaces/mixeroptions.h:
4310         * gst-libs/gst/interfaces/navigation.c:
4311         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4312         * gst-libs/gst/interfaces/tuner.h:
4313         * gst/volume/Makefile.am:
4314         * gst/volume/gstvolume.c:
4315         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4316         * sys/ximage/Makefile.am:
4317         * sys/ximage/ximagesink.c:
4318         * sys/xvimage/Makefile.am:
4319         * sys/xvimage/xvimagesink.c:
4320           fold in all interfaces into an interfaces dir, preserving CVS
4321           history
4322
4323 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4324
4325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4326           Fix build after riff changes.
4327
4328 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4329
4330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4331         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4332         (gst_riff_create_video_template_caps),
4333         (gst_riff_create_audio_template_caps),
4334         (gst_riff_create_iavs_template_caps):
4335         * gst-libs/gst/riff/riff-media.h:
4336         * gst-libs/gst/riff/riff-read.h:
4337         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4338           Add gst_riff_init() to initialize the debug category, instead
4339           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4340
4341 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4342
4343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4344           Oops, I shouldn't apply hacks.
4345
4346 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4347
4348         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4349           Remove pad_loop function which doesn't work.
4350
4351 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4352
4353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4354           Send EOS when deactivating.
4355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4356         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4357         (gen_preroll_element), (probe_triggered), (mute_stream),
4358         (silence_stream), (new_decoded_pad), (setup_substreams),
4359         (set_active_source):
4360         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4361         (remove_sinks), (add_sink):
4362         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4363           Change for new probe API.
4364
4365 2005-06-29  Wim Taymans  <wim@fluendo.com>
4366
4367         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4368         * gst-libs/gst/audio/gstbaseaudiosink.c:
4369         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4370         (gst_baseaudiosink_change_state):
4371         * gst-libs/gst/audio/gstbaseaudiosink.h:
4372         * gst-libs/gst/audio/gstringbuffer.c:
4373         (gst_ringbuffer_set_callback):
4374         Fix compilation error.
4375         Ringbuffer starts out as not running.
4376         Free our clock in dispose.
4377         When releasing the ringbuffer we need to renegotiate so
4378         clear the pad caps.
4379
4380 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4381
4382         * autogen.sh:
4383         * configure.ac:
4384         * docs/Makefile.am:
4385         * docs/libs/Makefile.am:
4386         * docs/libs/gst-plugins-libs-docs.sgml:
4387         * docs/libs/gst-plugins-libs-sections.txt:
4388         * docs/libs/gst-plugins-libs.types:
4389         * docs/libs/tmpl/gstaudio.sgml:
4390         * docs/libs/tmpl/gstcolorbalance.sgml:
4391         * docs/libs/tmpl/gstringbuffer.sgml:
4392         * gst-libs/gst/audio/gstringbuffer.c:
4393         (gst_ringbuffer_set_callback):
4394           reinstate gtk-doc docs for plugin libs
4395
4396 2005-06-28  Wim Taymans  <wim@fluendo.com>
4397
4398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4399         (gst_ogg_demux_init):
4400         Removed pad loop function.
4401
4402 2005-06-28  Wim Taymans  <wim@fluendo.com>
4403
4404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4405         If we're building a chain we are not in an error case
4406         when we queue a buffer.
4407
4408 2005-06-28  Andy Wingo  <wingo@pobox.com>
4409
4410         * *.c: Don't cast to GstObject before reffing/unreffing.
4411
4412 2005-06-27  Andy Wingo  <wingo@pobox.com>
4413
4414         * gst/videotestsrc/gstvideotestsrc.c
4415         (gst_videotestsrc_activate_push): Activation API changes.
4416
4417         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4418         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4419         they have refs on the decodebin.
4420
4421         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4422         parent class.
4423         (gst_ogg_pad_typefind): Don't leak a pad ref.
4424         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4425         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4426         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4427
4428 2005-06-27  Edward Hervey  <edward@fluendo.com>
4429
4430         * ext/theora/theoradec.c: (theora_dec_change_state): 
4431         re-arranged call to parent's state change in order to avoid locks (or
4432         worse).
4433
4434 2005-06-26  Edward Hervey  <edward@fluendo.com>
4435
4436         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4437         2nd argument of 'unknow-type' signal is a GstCaps and not a
4438         GstMiniObject
4439
4440 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4441         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4442           Set the worker thread's running flag to TRUE before starting the
4443           thread.
4444         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4445           Catch a failure to add typefind to the bin.
4446
4447 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4448
4449         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4450         (gst_sinesrc_init), (gst_sinesrc_create),
4451         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4452         (gst_sinesrc_start):
4453         * gst/sine/gstsinesrc.h:
4454           add num-buffers and timestamp-offset properties
4455         * gst/videotestsrc/gstvideotestsrc.c:
4456         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4457         (gst_videotestsrc_get_property):
4458           add timestamp-offset property
4459
4460 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4461
4462         * configure.ac: add videorate
4463         * gst-plugins-base.spec.in: add videorate
4464
4465 2005-06-23  Wim Taymans  <wim@fluendo.com>
4466
4467         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4468         (gst_videorate_getcaps), (gst_videorate_setcaps),
4469         (gst_videorate_event), (gst_videorate_chain):
4470         Fixed videorate, fixating an already fixated caps is not
4471         an error.
4472
4473 2005-06-23  Wim Taymans  <wim@fluendo.com>
4474
4475         * ext/ogg/README:
4476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4477         Buffer on caps is not boxed anymore.
4478
4479 2005-06-22  Wim Taymans  <wim@fluendo.com>
4480
4481         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4483         Set buffers on caps as miniobjects and not as boxed.
4484
4485 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4486
4487         * configure.ac:
4488           back to HEAD
4489
4490 === release 0.9.1 ===
4491
4492 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4493
4494         * .cvsignore:
4495         * NEWS:
4496         * README:
4497         * RELEASE:
4498         * configure.ac:
4499         * po/af.po:
4500         * po/az.po:
4501         * po/cs.po:
4502         * po/en_GB.po:
4503         * po/hu.po:
4504         * po/it.po:
4505         * po/nb.po:
4506         * po/nl.po:
4507         * po/or.po:
4508         * po/sq.po:
4509         * po/sr.po:
4510         * po/sv.po:
4511         * po/uk.po:
4512         * po/vi.po:
4513           updates for release
4514
4515 2005-06-09  Andy Wingo  <wingo@pobox.com>
4516
4517         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4518         
4519 2005-06-09  Andy Wingo  <wingo@pobox.com>
4520
4521         * configure.ac:
4522         * gst-libs/gst/Makefile.am:
4523         * gst-libs/gst/net/Makefile.am:
4524         Add gstnet to build.
4525
4526 2005-06-09  Andy Wingo  <wingo@pobox.com>
4527
4528         * gst-libs/gst/gconf/gconf.c:
4529         * gst/playback/test.c:
4530         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4531         fixes.
4532
4533         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4534
4535         * ext/theora/theoraenc.c (theora_enc_chain): 
4536         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4537
4538         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4539         RealPad.
4540
4541 2005-06-02  Wim Taymans  <wim@fluendo.com>
4542
4543         * gst-libs/gst/net/Makefile.am:
4544         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4545         * pkgconfig/gstreamer-libs.pc.in:
4546         Added net stuff, version net lib.
4547
4548 2005-06-02  Wim Taymans  <wim@fluendo.com>
4549
4550         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4551         (query_rates), (query_positions_elems), (query_positions_pads),
4552         (do_seek):
4553         Updated seek example.
4554
4555 2005-06-02  Andy Wingo  <wingo@pobox.com>
4556
4557         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4558         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4559         list.
4560
4561         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4562         remove the typefind, the bin dispose will do it for us. When it's
4563         removed and unreffed, the signal handler will be disconnected,
4564         too.
4565         (unlinked): It's too difficult to disconnect from unlinked
4566         handlers, as they are on pads not elements. Just punt if the pads
4567         aren't grandkids of the bin.
4568
4569 2005-06-02  Wim Taymans  <wim@fluendo.com>
4570
4571         * ext/ogg/README:
4572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4573         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4575         * ext/theora/theoradec.c: (theora_dec_src_query),
4576         (theora_handle_data_packet):
4577         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4578         (theora_enc_chain):
4579         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4580         (vorbis_handle_data_packet):
4581         * gst/audioconvert/bufferframesconvert.c:
4582         (buffer_frames_convert_chain):
4583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4584         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4585         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4586         (gst_ffmpegcsp_chain):
4587         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4588         (gst_videorate_getcaps), (gst_videorate_setcaps),
4589         (gst_videorate_event), (gst_videorate_chain):
4590         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4591         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4593         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4594         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4595         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4596         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4597         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4598         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4599         Cleanups and buffer alloc.
4600
4601 2005-05-31  Wim Taymans  <wim@fluendo.com>
4602
4603         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4604         Don't try to call the delay method when the device is not
4605         opened.
4606
4607 2005-05-31  Wim Taymans  <wim@fluendo.com>
4608
4609         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4610         Get actual segment size and buffer size after opening
4611         the device.
4612
4613 2005-05-30  Wim Taymans  <wim@fluendo.com>
4614
4615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4616         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4617         Also FLUSH upstream, makes the loop function exit faster.
4618         
4619         * ext/theora/theoradec.c: (theora_dec_src_query):
4620         Some more debug info in the query.
4621         
4622         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4623         (gst_ximagesink_setcaps):
4624         Release lock on par error, better error reporting.
4625
4626 2005-05-26  Wim Taymans  <wim@fluendo.com>
4627
4628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4629         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4630         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4631         Clear chains in READY
4632         Queue packets until the chain is activated.
4633
4634 2005-05-25  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst-libs/gst/audio/gstaudiosink.c:
4637         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4638         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4639         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4640         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4641         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4642         (gst_audiosink_create_ringbuffer):
4643         * gst-libs/gst/audio/gstbaseaudiosink.c:
4644         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4645         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4646         (gst_baseaudiosink_set_property), (build_linear_format),
4647         (debug_spec_caps), (debug_spec_buffer),
4648         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4649         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4650         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4651         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4652         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4653         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4654         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4655         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4656         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4657         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4658         (wait_segment), (gst_ringbuffer_commit),
4659         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4660         (gst_ringbuffer_clear):
4661         Various small cleanups.
4662
4663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4664         (gst_audio_convert_change_state):
4665         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4666         No need to take the locks anymore.
4667
4668 2005-05-25  Wim Taymans  <wim@fluendo.com>
4669
4670         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4671         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4672         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4673         (type_found):
4674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4675         (group_destroy), (group_commit), (queue_overrun),
4676         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4677         (mute_stream), (new_decoded_pad), (setup_substreams),
4678         (setup_source), (mute_group_type), (set_active_source),
4679         (gst_play_base_bin_change_state):
4680         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4681         (gen_video_element), (gen_text_element), (gen_audio_element),
4682         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4683         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4684         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4685         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4686         Some playbin cleanups mostly refcounting sloppyness.
4687
4688 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4689
4690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4691           Work with streaming input.
4692
4693 2005-05-25  Wim Taymans  <wim@fluendo.com>
4694
4695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4696         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4697         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4698         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4699         No need to take the STREAM lock anymore.
4700
4701 2005-05-25  Wim Taymans  <wim@fluendo.com>
4702
4703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4704         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4705         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4706         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4707         (gst_ogg_demux_sink_activate):
4708         * ext/theora/theoradec.c: (theora_dec_src_event),
4709         (theora_handle_comment_packet), (theora_dec_chain),
4710         (theora_dec_change_state):
4711         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4712         (vorbis_handle_data_packet), (vorbis_dec_chain),
4713         (vorbis_dec_change_state):
4714         Remove STREAM locks as they are taken in core now.
4715         Never set bogus granulepos on vorbis/theora.
4716         Fix leaks in theoradec tag parsing.
4717
4718 2005-05-25  Wim Taymans  <wim@fluendo.com>
4719
4720         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4721         Fix memleaks, GST_BUFFER_DATA() is not freed.
4722
4723 2005-05-25  Wim Taymans  <wim@fluendo.com>
4724
4725         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4726         Open non-blocking, set to blocking mode afterwards to avoid
4727         lockups when audio device is busy.
4728
4729 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4730
4731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4732           This can't be good.
4733
4734 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4735
4736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4737         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4738         (gst_audio_convert_setcaps):
4739           Implement instant setup switching.
4740
4741 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4742
4743         * gst/playback/gstplaybasebin.c: (probe_triggered):
4744           Fix missing unlock.
4745         * gst/playback/gstplaybin.c: (add_sink):
4746           First add, then link (otherwise pad link fails).
4747
4748 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4749
4750         * examples/Makefile.am:
4751         fix buildbot (make distcheck)
4752
4753 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4754
4755         * gst/playback/gstplaybin.c: (gen_vis_element):
4756           Remove some wrong code. Doesn't work yet.
4757
4758 2005-05-19  Wim Taymans  <wim@fluendo.com>
4759
4760         * gst-libs/gst/net/Makefile.am:
4761         * gst-libs/gst/net/README:
4762         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4763         (gst_netbuffer_class_init), (gst_netbuffer_init),
4764         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4765         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4766         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4767         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4768         * gst-libs/gst/net/gstnetbuffer.h:
4769         Added buffer subclass to store extra to/from addresses for
4770         network sources/sinks.
4771
4772 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4773
4774         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4775           Don't lock an unassigned variable.
4776
4777 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4778
4779         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4780           Increase buffer for video, decrease buffer for other media types.
4781         * gst/playback/gstplaybin.c: (gen_video_element),
4782         (gen_audio_element):
4783           Change names for debugging purposes.
4784
4785 2005-05-18  Wim Taymans  <wim@fluendo.com>
4786
4787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4788         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4789         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4790         (gst_ffmpegcsp_chain):
4791         Enable buffer alloc passthrough if the source and dest
4792         formats are the same.
4793
4794 2005-05-17  Wim Taymans  <wim@fluendo.com>
4795
4796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4797         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4798         (gst_ogg_demux_chain_unlocked):
4799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4800         (gst_audio_convert_caps_remove_format_info),
4801         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4802         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4804         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4805         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4806         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4807         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4808         (gst_ffmpegcsp_get_property):
4809         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4810         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4811         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4812         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4813         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4814         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4815         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4816         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4817         Leak fixes in oggdemux.
4818         Some cleanups in audioconvert.
4819         Make passthrough work along with buffer_alloc etc.
4820         Make buffer_alloc and buffer recycling actually work in
4821         xvimagesink.
4822
4823 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4824
4825         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4826           make the compiler happy
4827
4828 2005-05-17  Wim Taymans  <wim@fluendo.com>
4829
4830         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4832         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4833         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4834         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4835         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4836         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4837         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4838         (gst_xvimagesink_set_xwindow_id):
4839         * sys/xvimage/xvimagesink.h:
4840         Port xvimagesink to new MiniObject.
4841
4842 2005-05-17  Wim Taymans  <wim@fluendo.com>
4843
4844         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4845         (gst_audiofilter_chain):
4846         * gst-libs/gst/audio/gstaudiosink.c:
4847         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4848         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4849         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4850         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4851         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4852         (gst_audiosink_create_ringbuffer):
4853         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4854         (gst_audio_convert_caps_remove_format_info),
4855         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4856         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4858         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4859         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4860         Fix passthrough in ffmpegcolorspace.
4861         Fix memset in audiosink on wrong memory.
4862
4863 2005-05-16  David Schleef  <ds@schleef.org>
4864
4865         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4866         to GstMiniObject.
4867
4868 2005-05-16  David Schleef  <ds@schleef.org>
4869
4870         Port from GstData to GstMiniObject.
4871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4873         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4874         (gst_ogg_mux_collected):
4875         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4876         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4877         (theora_handle_data_packet):
4878         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4879         (theora_set_header_on_caps), (theora_enc_chain):
4880         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4881         (vorbis_handle_comment_packet):
4882         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4883         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4884         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4885         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4886         * gst/audioconvert/gstaudioconvert.c:
4887         (gst_audio_convert_get_buffer):
4888         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4889         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4890         (mute_stream), (silence_stream):
4891         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4892         * gst/volume/gstvolume.c: (volume_transform):
4893         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4894         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4895         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4896         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4897         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4898         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4899         (gst_ximagesink_buffer_alloc):
4900         * sys/ximage/ximagesink.h:
4901
4902 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4903
4904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4905         (fill_buffer), (check_queue), (queue_threshold_reached),
4906         (queue_out_of_data):
4907         * gst/playback/gstplaybasebin.h:
4908           Post buffer-fullness on the bus.
4909
4910 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4911
4912         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4913         (try_to_link_1):
4914         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4915         (group_commit), (probe_triggered), (setup_source),
4916         (gst_play_base_bin_change_state):
4917         * gst/playback/gstplaybasebin.h:
4918         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4919         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4920         (gst_play_bin_change_state):
4921           Move setup_output_pads into a virtual function, remove
4922           group-switch (no longer needed) and redirect (handled by bus
4923           now) signals.
4924
4925 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4926
4927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4928         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4929         (get_active_group), (get_building_group), (group_destroy),
4930         (group_commit), (check_queue), (queue_overrun),
4931         (queue_threshold_reached), (queue_out_of_data),
4932         (gen_preroll_element), (remove_groups), (unknown_type),
4933         (add_element_stream), (no_more_pads), (probe_triggered),
4934         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4935         (setup_substreams), (setup_source), (finish_source),
4936         (prepare_output), (muted_group_change_state),
4937         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4938         (gst_play_base_bin_change_state):
4939         * gst/playback/gstplaybasebin.h:
4940         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4941         (gst_play_bin_init), (gst_play_bin_set_property),
4942         (gen_video_element), (gen_text_element), (gen_audio_element),
4943         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4944         (gst_play_bin_change_state):
4945         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4946         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4947         (stream_info_change_state), (gst_stream_info_set_mute),
4948         (gst_stream_info_get_property):
4949         * gst/playback/gststreaminfo.h:
4950         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4951         (gst_stream_selector_get_linked_pad),
4952         (gst_stream_selector_getcaps),
4953         (gst_stream_selector_get_linked_pads),
4954         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4955         * gst/playback/gststreamselector.h:
4956           Rough port of playbin. Needs some more work, but is mostly done,
4957           and uses a few locks in important places, which should make stuff
4958           like chain-switches clean. Still uses GST_STATE() in a few places,
4959           which isn't all that good an idea, subtitles/elements disabled
4960           because no elements to test with and thus probably broken, query
4961           and event handling moved to GstBin, internal thread removed
4962           alltogether because the pipeline does that for us now. Can play
4963           Ogg/Vorbis files. Haven't tested anything else yet.
4964
4965 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4966
4967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4968           Do no-more-pads (needed for autoplugging).
4969
4970 2005-05-10  Andy Wingo  <wingo@pobox.com>
4971
4972         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4973         message to the bus with the tags. Still not sent downstream tho.
4974
4975         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4976         get_parent.
4977         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4978         avoid refcounting hassles.
4979
4980 2005-05-09  Andy Wingo  <wingo@pobox.com>
4981
4982         * gst/volume/Makefile.am:
4983         * gst/volume/demo.c
4984         * gst/volume/gstvolume.h
4985         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4986         basetransform. Probably need an audio filter base class.
4987
4988 2005-05-09  Wim Taymans  <wim@fluendo.com>
4989
4990         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4991         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4992         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4993         (gst_vorbisenc_chain):
4994         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4995         (gst_audio_convert_caps_remove_format_info),
4996         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4997         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4998         Make caps writable before writing to it.
4999         Fix negotiation in audioconvert some more.
5000
5001 2005-05-09  Wim Taymans  <wim@fluendo.com>
5002
5003         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5004         (gst_videorate_getcaps), (gst_videorate_setcaps),
5005         (gst_videorate_event), (gst_videorate_chain):
5006         Better negotiation.
5007
5008 2005-05-09  Wim Taymans  <wim@fluendo.com>
5009
5010         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5011         (gst_videorate_getcaps), (gst_videorate_setcaps),
5012         (gst_videorate_blank_data), (gst_videorate_init),
5013         (gst_videorate_event), (gst_videorate_chain),
5014         (gst_videorate_change_state):
5015         Port videorate, do a better job at negotiation while we're at
5016         it.
5017
5018 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5019
5020         * configure.ac:
5021           Disable libvisual
5022
5023         * examples/Makefile.am:
5024         * gst-libs/gst/audio/Makefile.am:
5025         * gst-libs/gst/riff/Makefile.am:
5026         * gst-libs/gst/tag/Makefile.am:
5027         * gst-libs/gst/video/Makefile.am:
5028           Fixups for missing variables.
5029
5030 2005-05-09  Wim Taymans  <wim@fluendo.com>
5031
5032         * examples/seeking/seek.c: (make_theora_pipeline),
5033         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5034         (query_rates), (query_positions_elems), (query_positions_pads),
5035         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5037         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5038         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5040         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5042         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5043         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5044         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5045         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5046         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5047         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5048         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5049         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5050         (theora_dec_src_convert), (theora_dec_sink_convert),
5051         (theora_dec_src_query), (theora_dec_sink_query),
5052         (theora_dec_src_event), (theora_dec_sink_event),
5053         (theora_handle_comment_packet), (theora_handle_type_packet),
5054         (theora_handle_header_packet), (theora_handle_data_packet),
5055         (theora_dec_chain):
5056         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5057         (vorbis_dec_convert), (vorbis_dec_src_query),
5058         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5059         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5060         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5061         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5063         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5064         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5065         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5066         (gst_play_bin_query):
5067         * gst/playback/test3.c: (update_scale):
5068         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5069         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5070         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5071         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5072         (gst_videotestsrc_src_query):
5073         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5074         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5075         (paint_hline_YUV9):
5076         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5077         Port to new query API.
5078         Updated seek.
5079         Cleanups in x[v]imagesink
5080
5081 2005-05-09  Andy Wingo  <wingo@pobox.com>
5082
5083         * ext/alsa/gstalsasink.h:
5084         * ext/gnomevfs/gstgnomevfssrc.c:
5085         (gst_gnomevfssrc_get_icy_metadata):
5086         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5087         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5088         * ext/theora/theoradec.c (theora_dec_src_query)
5089         (theora_dec_src_event, theora_dec_sink_event)
5090         (theora_handle_comment_packet, theora_handle_data_packet):
5091         * ext/theora/theoraenc.c (theora_enc_chain):
5092         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5093         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5094         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5095         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5096         (qt_type_find):
5097         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5098         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5099         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5100         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5101         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5102         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5103         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5104         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5105         (paint_setup_RGB565, paint_setup_xRGB1555):
5106         * gst/videotestsrc/videotestsrc.h:
5107         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5108         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5109         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5110         GCC4 fixes.
5111         
5112         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5113         gst_pad_query_position. Fixes oggdemux.
5114
5115 2005-05-08  David Schleef  <ds@schleef.org>
5116
5117         * configure.ac: Require liboil.
5118         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5119         a few more.
5120         * gst/videotestsrc/videotestsrc.c:
5121         * gst/videotestsrc/videotestsrc.h:
5122
5123 2005-05-06  Wim Taymans  <wim@fluendo.com>
5124
5125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5126         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5127         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5128         Well, unreffing a buffer right before pushing it is asking
5129         for trouble..
5130
5131 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5132
5133         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5134
5135 2005-05-06  Wim Taymans  <wim@fluendo.com>
5136
5137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5138         (gst_audio_convert_caps_remove_format_info),
5139         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5140         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5142         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5143         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5144         * gst/sine/Makefile.am:
5145         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5146         (gst_sinesrc_class_init), (gst_sinesrc_init),
5147         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5148         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5149         (gst_sinesrc_update_freq):
5150         * gst/sine/gstsinesrc.h:
5151         * gst/tcp/gstmultifdsink.c:
5152         * sys/xvimage/xvimagesink.c:
5153         Fixed negotiation wrt _peer_get_caps()
5154         Some cleanups.
5155
5156
5157 2005-05-06  Wim Taymans  <wim@fluendo.com>
5158
5159         * gst-libs/gst/audio/gstaudiosink.c:
5160         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5161         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5162         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5163         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5164         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5165         (gst_audiosink_create_ringbuffer):
5166         * gst-libs/gst/audio/gstbaseaudiosink.c:
5167         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5168         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5169         (gst_baseaudiosink_set_property), (build_linear_format),
5170         (debug_spec_caps), (debug_spec_buffer),
5171         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5172         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5173         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5174         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5175         * gst-libs/gst/audio/gstbaseaudiosink.h:
5176         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5177         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5178         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5179         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5180         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5181         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5182         (wait_segment), (gst_ringbuffer_commit),
5183         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5184         (gst_ringbuffer_clear):
5185         * gst-libs/gst/audio/gstringbuffer.h:
5186         Make the base audiosink return an error when there is no
5187         audiobuffer negotiated.
5188
5189 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5190
5191         * ext/Makefile.am:
5192         Disable cdparanoia until someone ports it!
5193
5194 2005-05-06  Wim Taymans  <wim@fluendo.com>
5195
5196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5197         (gst_ogg_demux_sink_activate):
5198         And revert after wingo's revert.. sigh..
5199
5200 2005-05-05  Andy Wingo  <wingo@pobox.com>
5201
5202         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5203         GObject.
5204         * configure.ac: Return audiorate and subparse from the ghetto.
5205         Re-enable -Wall -Werror.
5206         * gst/subparse/gstsubparse.c:
5207         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5208         or chain-based. Cleaned up a bit. Not tested.
5209         
5210 2005-05-05  Christian Schaller <christian@fluendo.com> 
5211
5212         * Makefile.am: remove stuff that is not building
5213         * configure.ac: remove stuff that is not building
5214         * examples/Makefile.am: remove stuff that is not building
5215         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5216         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5217         * sys/Makefile.am: remove stuff that is not building
5218         * testsuite/Makefile.am: remove stuff that is not building
5219
5220 2005-05-05  Andy Wingo  <wingo@pobox.com>
5221
5222         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5223         * gst-libs/gst/tag/gstvorbistag.c:
5224         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5225         * gst/adder/gstadder.h:
5226         * gst/audioconvert/gstchannelmix.c:
5227         (gst_audio_convert_fill_one_other):
5228         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5229         (gst_audiorate_init), (gst_audiorate_chain):
5230         * gst/playback/gstplaybasebin.c: (setup_source):
5231         * gst/playback/test3.c: (update_scale):
5232         Some GCC4 fixes
5233         
5234         * po/af.po:
5235         * po/az.po:
5236         * po/cs.po:
5237         * po/en_GB.po:
5238         * po/hu.po:
5239         * po/it.po:
5240         * po/nb.po:
5241         * po/nl.po:
5242         * po/or.po:
5243         * po/sq.po:
5244         * po/sr.po:
5245         * po/sv.po:
5246         * po/uk.po:
5247         * po/vi.po: Foo
5248
5249 2005-05-05  Wim Taymans  <wim@fluendo.com>
5250
5251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5252         (gst_audio_convert_caps_remove_format_info),
5253         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5254         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5255         * gst/videotestsrc/gstvideotestsrc.c:
5256         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5257         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5258         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5259         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5260         Don't ignore _push() return values.
5261         Make sure no processing is done when shutting down.
5262         Videotestsrc pad activation fix.
5263
5264 2005-05-05  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/adder/Makefile.am:
5267         * gst/adder/gstadder.c: (gst_adder_setcaps),
5268         (gst_adder_class_init), (gst_adder_init),
5269         (gst_adder_request_new_pad), (gst_adder_collected),
5270         (gst_adder_change_state):
5271         * gst/adder/gstadder.h:
5272         Ported adder as an example of a mixer element using
5273         collect pads. Needs more negotiation work.
5274
5275 2005-05-05  Wim Taymans  <wim@fluendo.com>
5276
5277         * ext/theora/theoradec.c: (_inc_granulepos),
5278         (theora_dec_src_event), (theora_dec_sink_event),
5279         (theora_handle_comment_packet), (theora_handle_type_packet),
5280         (theora_handle_header_packet), (theora_handle_data_packet),
5281         (theora_dec_chain):
5282         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5283         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5284         (theora_push_buffer), (theora_push_packet),
5285         (theora_enc_sink_event), (theora_enc_chain),
5286         (theora_enc_change_state), (theora_enc_set_property),
5287         (theora_enc_get_property):
5288         Added stream lock to decoder so that we can serialize
5289         the discont event.
5290         More theoraenc porting, recover from errors, do clean
5291         shutdown.
5292
5293 2005-05-05  Wim Taymans  <wim@fluendo.com>
5294
5295         * ext/ogg/Makefile.am:
5296         * ext/ogg/README:
5297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5298         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5299         (gst_ogg_print):
5300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5301         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5302         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5303         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5304         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5305         (gst_ogg_mux_change_state):
5306         Ported ogg muxer.
5307
5308 2005-05-05  Wim Taymans  <wim@fluendo.com>
5309
5310         * docs/design-audiosinks.txt:
5311         * gst-libs/gst/audio/TODO:
5312         * gst-libs/gst/audio/gstaudiosink.c:
5313         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5314         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5315         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5316         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5317         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5318         (gst_audiosink_create_ringbuffer):
5319         * gst-libs/gst/audio/gstbaseaudiosink.c:
5320         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5321         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5322         (gst_baseaudiosink_set_property), (build_linear_format),
5323         (debug_spec_caps), (debug_spec_buffer),
5324         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5325         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5326         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5327         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5328         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5329         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5330         (gst_ringbuffer_release), (gst_ringbuffer_play),
5331         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5332         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5333         (gst_ringbuffer_set_sample), (wait_segment),
5334         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5335         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5336         More work on the audiosink, mostly debugging and a race in
5337         shutdown.
5338
5339 2005-04-28  Wim Taymans  <wim@fluendo.com>
5340
5341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5342         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5343         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5344         (vorbis_dec_src_query), (vorbis_dec_src_event),
5345         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5346         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5347         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5348         Don't crap out when seeking back to position 0.
5349
5350 2005-04-28  Wim Taymans  <wim@fluendo.com>
5351
5352         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5353         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5354         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5355         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5356         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5357         Make audio sink configurable, use alsasink as default.
5358
5359 2005-04-28  Wim Taymans  <wim@fluendo.com>
5360
5361         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5362         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5363         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5364         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5365         (vorbis_dec_change_state):
5366         * ext/vorbis/vorbisdec.h:
5367         Refactor, use STREAM_LOCK.
5368
5369 2005-04-28  Wim Taymans  <wim@fluendo.com>
5370
5371         * ext/theora/theoradec.c: (_inc_granulepos),
5372         (theora_dec_sink_event), (theora_handle_comment_packet),
5373         (theora_handle_type_packet), (theora_handle_header_packet),
5374         (theora_handle_data_packet), (theora_dec_chain),
5375         (theora_dec_change_state):
5376         Refactor a bit, use STREAM_LOCK.
5377
5378 2005-04-28  Wim Taymans  <wim@fluendo.com>
5379
5380         * ext/alsa/Makefile.am:
5381         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5382         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5383         (gst_alsa_link), (gst_alsa_close_audio):
5384         * ext/alsa/gstalsaplugin.c: (plugin_init):
5385         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5386         (gst_alsasink_dispose), (gst_alsasink_base_init),
5387         (gst_alsasink_class_init), (gst_alsasink_init),
5388         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5389         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5390         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5391         (gst_alsasink_reset):
5392         * ext/alsa/gstalsasink.h:
5393         Implement alsasink with simple open/write/close API. 
5394         Make alsa dir build by disabling compilation of code.
5395
5396 2005-04-28  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst-libs/gst/audio/Makefile.am:
5399         * gst-libs/gst/audio/audio.h:
5400         * gst-libs/gst/audio/audioclock.c:
5401         * gst-libs/gst/audio/audioclock.h:
5402         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5403         (gst_audio_clock_class_init), (gst_audio_clock_init),
5404         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5405         * gst-libs/gst/audio/gstaudioclock.h:
5406         * gst-libs/gst/audio/gstaudiosink.c:
5407         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5408         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5409         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5410         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5411         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5412         (gst_audiosink_create_ringbuffer):
5413         * gst-libs/gst/audio/gstbaseaudiosink.c:
5414         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5415         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5416         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5417         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5418         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5419         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5420         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5421         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5422         * gst-libs/gst/audio/gstbaseaudiosink.h:
5423         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5424         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5425         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5426         (gst_ringbuffer_release), (gst_ringbuffer_play),
5427         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5428         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5429         (gst_ringbuffer_set_sample), (wait_segment),
5430         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5431         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5432         * gst-libs/gst/audio/gstringbuffer.h:
5433         Make ringbuffer faster and more simple by removing the locks
5434         in the playback thread.
5435         Add sample accurate playback based on buffer sample offsets.
5436         Make the baseaudiosink provide a clock.
5437         Parse caps in the base class.
5438         Correctly handle seeking, flushing and state changes.
5439
5440 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5441
5442         * configure.ac:
5443         * gst/audioconvert/Makefile.am:
5444         * gst/audioscale/Makefile.am:
5445           Fix part of the build.  Come on guys, autogen didn't even work :)
5446
5447 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5448
5449         * configure.ac:
5450         * gst-libs/gst/Makefile.am:
5451         * gst-libs/gst/media-info/.cvsignore:
5452         * gst-libs/gst/media-info/Makefile.am:
5453         * gst-libs/gst/media-info/README:
5454         * gst-libs/gst/media-info/media-info-priv.c:
5455         * gst-libs/gst/media-info/media-info-priv.h:
5456         * gst-libs/gst/media-info/media-info-test.c:
5457         * gst-libs/gst/media-info/media-info.c:
5458         * gst-libs/gst/media-info/media-info.h:
5459         * gst-libs/gst/media-info/media-info.vcproj:
5460         * pkgconfig/Makefile.am:
5461         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5462         * pkgconfig/gstreamer-media-info.pc.in:
5463           Remove media-info, which is also successed by playbin (see Totem
5464           implementation).
5465
5466 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5467
5468         * configure.ac:
5469         * examples/Makefile.am:
5470         * examples/gstplay/.cvsignore:
5471         * examples/gstplay/Makefile.am:
5472         * examples/gstplay/player.c:
5473         * gst-libs/gst/Makefile.am:
5474         * gst-libs/gst/play/.cvsignore:
5475         * gst-libs/gst/play/Makefile.am:
5476         * gst-libs/gst/play/play.c:
5477         * gst-libs/gst/play/play.h:
5478         * gst-libs/gst/play/play.vcproj:
5479         * pkgconfig/Makefile.am:
5480         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5481         * pkgconfig/gstreamer-play.pc.in:
5482           Remove libgstplay, playbin is now the official successor.
5483
5484 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5485
5486         * configure.ac:
5487         * gst-libs/gst/Makefile.am:
5488         * gst-libs/gst/xwindowlistener/Makefile.am:
5489         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5490         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5491           Remove deprecated xwindowlistener (I've moved xwindowlistening
5492           in the v4l/v4l2 plugins over to serverside).
5493
5494 2005-04-25  David Schleef  <ds@schleef.org>
5495
5496         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5497         to examples/dynparams.  Examples do not belong interspersed with
5498         source code.
5499         * examples/dynparams/demo-dparams.c:
5500         * gst/sine/Makefile.am:
5501         * gst/sine/demo-dparams.c:
5502
5503 2005-04-25  David Schleef  <ds@schleef.org>
5504
5505         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5506         * gst-libs/gst/audio/Makefile.am:
5507         * gst-libs/gst/riff/Makefile.am:
5508         * gst-libs/gst/tag/Makefile.am:
5509         * gst-libs/gst/video/Makefile.am:
5510         * gst-libs/gst/xwindowlistener/Makefile.am:
5511
5512         Convert to 0.9 API, seems to work:
5513         * sys/ximage/Makefile.am:
5514         * sys/ximage/ximagesink.c:
5515
5516 2005-04-24  David Schleef  <ds@schleef.org>
5517
5518         Link plugins against libraries:
5519         * ext/alsa/Makefile.am:
5520         * gst/tcp/Makefile.am:
5521
5522         Remove asm code that should be in liboil
5523         * gst/videoscale/Makefile.am:
5524         * gst/videoscale/videoscale_x86_asm.s:
5525
5526         gettext wants these checked in:
5527         * po/af.po:
5528         * po/az.po:
5529         * po/cs.po:
5530         * po/en_GB.po:
5531         * po/hu.po:
5532         * po/it.po:
5533         * po/nb.po:
5534         * po/nl.po:
5535         * po/or.po:
5536         * po/sq.po:
5537         * po/sr.po:
5538         * po/sv.po:
5539         * po/uk.po:
5540         * po/vi.po:
5541
5542 2005-04-24  David Schleef  <ds@schleef.org>
5543
5544         Convert gst_main() to g_main_loop_run()
5545         * gst/playback/decodetest.c: (main):
5546         * gst/playback/test2.c: (main):
5547         * gst/playback/test3.c: (main):
5548         * gst/playback/test4.c: (main):
5549
5550         Link plugins against libraries:
5551         * ext/libvisual/Makefile.am:
5552         * sys/xvimage/Makefile.am:
5553
5554 2005-04-24  David Schleef  <ds@schleef.org>
5555
5556         * configure.ac: Remove idct and resample libs
5557         * gst-libs/gst/Makefile.am: same
5558
5559         Remove usage of gst_library_load():
5560         * ext/alsa/gstalsaplugin.c: (plugin_init):
5561         * ext/libvisual/visual.c: (plugin_init):
5562         * ext/ogg/gstogg.c: (plugin_init):
5563         * ext/theora/theora.c: (plugin_init):
5564         * ext/vorbis/vorbis.c: (plugin_init):
5565         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5566         * gst/audioscale/gstaudioscale.c:
5567         * gst/adder/gstadder.c: (plugin_init):
5568         * gst/audioconvert/plugin.c: (plugin_init):
5569         * sys/ximage/ximagesink.c: (plugin_init):
5570         * sys/xvimage/xvimagesink.c: (plugin_init):
5571         * gst/tcp/gsttcpplugin.c: (plugin_init):
5572
5573         Link plugins against libraries:
5574         * ext/ogg/Makefile.am:
5575         * ext/theora/Makefile.am:
5576         * ext/vorbis/Makefile.am:
5577         * gst/audioconvert/Makefile.am:
5578
5579         Create proper libraries:
5580         * gst-libs/gst/riff/Makefile.am:
5581         * gst-libs/gst/audio/Makefile.am:
5582         * gst-libs/gst/video/Makefile.am:
5583
5584         Move resample library to audioscale plugin directory:
5585         * gst-libs/gst/resample/Makefile.am:
5586         * gst-libs/gst/resample/README:
5587         * gst-libs/gst/resample/dtof.c:
5588         * gst-libs/gst/resample/dtos.c:
5589         * gst-libs/gst/resample/functable.c:
5590         * gst-libs/gst/resample/private.h:
5591         * gst-libs/gst/resample/resample.c:
5592         * gst-libs/gst/resample/resample.h:
5593         * gst-libs/gst/resample/resample.vcproj:
5594         * gst-libs/gst/resample/test.c:
5595         * gst/audioscale/Makefile.am:
5596         * gst/audioscale/README:
5597         * gst/audioscale/dtof.c:
5598         * gst/audioscale/dtos.c:
5599         * gst/audioscale/functable.c:
5600         * gst/audioscale/private.h:
5601         * gst/audioscale/resample.c:
5602         * gst/audioscale/resample.h:
5603         * gst/audioscale/test.c:
5604
5605         Move tagedit library to gst-libs:
5606         * gst-libs/gst/tag/Makefile.am:
5607         * gst-libs/gst/tag/gstid3tag.c:
5608         * gst-libs/gst/tag/gsttagediting.c:
5609         * gst-libs/gst/tag/gsttageditingprivate.h:
5610         * gst-libs/gst/tag/gstvorbistag.c:
5611         * gst/tags/Makefile.am:
5612         * gst/tags/gstid3tag.c:
5613         * gst/tags/gstvorbistag.c:
5614
5615         Fix for core changes:
5616         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5617         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5618         (gst_sinesrc_getrange):
5619
5620 2005-04-23  David Schleef  <ds@schleef.org>
5621
5622         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5623         in gst-plugins in a long time, and properly belongs in liboil.
5624         * gst-libs/gst/idct/Makefile.am:
5625         * gst-libs/gst/idct/README:
5626         * gst-libs/gst/idct/dct.h:
5627         * gst-libs/gst/idct/doieee:
5628         * gst-libs/gst/idct/fastintidct.c:
5629         * gst-libs/gst/idct/floatidct.c:
5630         * gst-libs/gst/idct/idct.c:
5631         * gst-libs/gst/idct/idct.h:
5632         * gst-libs/gst/idct/idtc.vcproj:
5633         * gst-libs/gst/idct/ieeetest.c:
5634         * gst-libs/gst/idct/intidct.c:
5635
5636 2005-04-20  Wim Taymans  <wim@fluendo.com>
5637
5638         * docs/design-audiosinks.txt:
5639         * gst-libs/gst/audio/Makefile.am:
5640         * gst-libs/gst/audio/TODO:
5641         * gst-libs/gst/audio/gstaudiosink.c:
5642         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5643         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5644         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5645         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5646         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5647         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5648         (gst_audiosink_class_init), (gst_audiosink_init),
5649         (gst_audiosink_create_ringbuffer):
5650         * gst-libs/gst/audio/gstaudiosink.h:
5651         * gst-libs/gst/audio/gstbaseaudiosink.c:
5652         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5653         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5654         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5655         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5656         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5657         (gst_baseaudiosink_create_ringbuffer),
5658         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5659         * gst-libs/gst/audio/gstbaseaudiosink.h:
5660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5661         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5662         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5663         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5664         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5665         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5666         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5667         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5668         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5669         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5670         * gst-libs/gst/audio/gstringbuffer.h:
5671         An attempt at a set of audio base classes together with some
5672         design docs.
5673
5674 2005-04-20  Wim Taymans  <wim@fluendo.com>
5675
5676         * gst/audioconvert/Makefile.am:
5677         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5678         (gst_audio_convert_caps_remove_format_info),
5679         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5680         (gst_audio_convert_channels):
5681         Link against audio libs.
5682         Fix audio convert plugin.
5683
5684 2005-04-20  Wim Taymans  <wim@fluendo.com>
5685
5686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5687         (gst_ogg_demux_sink_activate):
5688         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5689         (theora_set_header_on_caps), (theora_enc_sink_event),
5690         (theora_enc_chain):
5691         Fix theora encoder.
5692
5693 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5694
5695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5696         * gst/playback/gstdecodebin.c: (find_compatibles):
5697           Work with staticpadtemplates in elementfactories.
5698
5699 2005-04-12  Wim Taymans  <wim@fluendo.com>
5700
5701         * gst/playback/README:
5702         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5703         (compare_ranks), (print_feature), (gst_decode_bin_init),
5704         (dynamic_create), (dynamic_free), (find_compatibles),
5705         (mimetype_is_raw), (close_pad_link), (got_redirect),
5706         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5707         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5708         (gst_decode_bin_change_state):
5709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5710         (gst_play_base_bin_init), (group_destroy), (group_commit),
5711         (check_queue), (queue_overrun), (queue_threshold_reached),
5712         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5713         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5714         (got_redirect), (setup_source), (play_base_eos),
5715         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5716         (gst_play_base_bin_remove_element):
5717         * gst/playback/gstplaybasebin.h:
5718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5719         (gst_play_bin_init), (gst_play_bin_dispose),
5720         (gst_play_bin_set_property), (gen_video_element),
5721         (gen_text_element), (gen_audio_element), (remove_sinks),
5722         (gst_play_bin_send_event):
5723         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5724         (stream_info_change_state), (gst_stream_info_set_mute):
5725         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5726         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5727         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5728         (gst_stream_selector_chain):
5729         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5730         (main):
5731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5732         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5733         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5734         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5735         Raw and crude port of decodebin. 
5736         Make playbin compile.
5737
5738 2005-04-06  Wim Taymans  <wim@fluendo.com>
5739
5740         * ext/gnomevfs/Makefile.am:
5741         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5742         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5743         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5744         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5745         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5746         (gst_gnomevfssrc_stop):
5747         * ext/ogg/Makefile.am:
5748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5749         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5750         * ext/theora/Makefile.am:
5751         * ext/theora/theoradec.c: (_inc_granulepos),
5752         (theora_dec_sink_event), (theora_dec_chain):
5753         * ext/vorbis/Makefile.am:
5754         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5755         (vorbis_dec_sink_event), (vorbis_dec_chain):
5756         * gst-libs/gst/audio/Makefile.am:
5757         * sys/xvimage/Makefile.am:
5758         Make gnomevfssrc extend the source base class.
5759         Fix linking against libs in various plugins.
5760
5761 2005-04-06  Andy Wingo  <wingo@pobox.com>
5762
5763         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5764         GST_BASE_LIBS.
5765
5766         * configure.ac: Add check and AC_SUBST for libgstbase.
5767
5768 2005-03-31  Wim Taymans  <wim@fluendo.com>
5769
5770         * examples/seeking/Makefile.am:
5771         * examples/seeking/cdparanoia.c: (main):
5772         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5773         (play_cb), (pause_cb), (stop_cb), (main):
5774         * examples/seeking/playbin.c:
5775         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5776         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5777         (make_sid_pipeline), (make_vorbis_pipeline),
5778         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5779         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5780         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5781         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5782         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5783         (stop_cb), (main):
5784         * examples/seeking/spider_seek.c:
5785         * examples/seeking/vorbisfile.c:
5786         * ext/gnomevfs/Makefile.am:
5787         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5788         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5789         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5790         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5791         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5792         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5793         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5794         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5795         * ext/ogg/README:
5796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5797         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5798         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5799         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5800         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5801         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5802         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5803         (gst_ogg_demux_factory_filter), (compare_ranks),
5804         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5805         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5806         (gst_ogg_chain_new), (gst_ogg_chain_free),
5807         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5808         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5809         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5810         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5811         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5812         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5813         (gst_ogg_demux_get_prev_page),
5814         (gst_ogg_demux_deactivate_current_chain),
5815         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5816         (gst_ogg_demux_bisect_forward_serialno),
5817         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5818         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5819         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5820         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5821         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5822         (gst_ogg_demux_change_state), (gst_ogg_print):
5823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5824         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5825         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5826         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5827         (gst_ogg_mux_loop):
5828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5829         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5830         (theora_dec_src_convert), (theora_dec_sink_convert),
5831         (theora_dec_src_query), (theora_dec_src_event),
5832         (theora_dec_sink_event), (theora_dec_chain),
5833         (theora_dec_change_state):
5834         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5835         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5836         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5837         (theora_enc_change_state):
5838         * ext/vorbis/Makefile.am:
5839         * ext/vorbis/oggvorbisenc.c:
5840         * ext/vorbis/oggvorbisenc.h:
5841         * ext/vorbis/vorbis.c: (plugin_init):
5842         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5843         (vorbis_dec_src_query), (vorbis_dec_src_event),
5844         (vorbis_dec_sink_event), (vorbis_dec_chain),
5845         (vorbis_dec_change_state):
5846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5847         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5848         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5849         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5850         (gst_vorbisenc_change_state):
5851         * ext/vorbis/vorbisenc.h:
5852         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5853         * gst-libs/gst/audio/audioclock.c:
5854         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5855         (gst_audiofilter_init), (gst_audiofilter_chain):
5856         * gst-libs/gst/audio/testchannels.c: (main):
5857         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5858         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5859         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5860         (gmip_find_track_streaminfo), (gmip_find_track_format):
5861         * gst-libs/gst/media-info/media-info.c:
5862         (gst_media_info_read_idler):
5863         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5864         (gst_play_get_all_by_interface):
5865         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5866         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5867         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5868         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5869         (gst_riff_parse_info):
5870         * gst-libs/gst/riff/riff-read.h:
5871         * gst-libs/gst/riff/riff.c: (plugin_init):
5872         * gst-libs/gst/video/Makefile.am:
5873         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5874         (gst_videosink_class_init), (gst_videosink_get_type):
5875         * gst-libs/gst/video/videosink.h:
5876         * gst/audioconvert/bufferframesconvert.c:
5877         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5878         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5879         * gst/audioconvert/channelmixtest.c: (main):
5880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5881         (gst_audio_convert_chain),
5882         (gst_audio_convert_caps_remove_format_info),
5883         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5884         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5885         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5886         (gst_audio_convert_buffer_to_default_format),
5887         (gst_audio_convert_buffer_from_default_format),
5888         (gst_audio_convert_channels):
5889         * gst/audioconvert/gstchannelmix.h:
5890         * gst/ffmpegcolorspace/avcodec.h:
5891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5892         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5893         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5894         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5895         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5896         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5897         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5898         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5899         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5900         (dv_type_find):
5901         * gst/videotestsrc/gstvideotestsrc.c:
5902         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5903         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5904         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5905         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5906         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5907         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5908         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5910         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5911         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5912         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5913         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5914         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5915         (gst_xvimagesink_navigation_send_event),
5916         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5917         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5918         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5919         * sys/xvimage/xvimagesink.h:
5920         Plugin port to 0.9, ogg/theora playback should work in the seek
5921         example now.
5922         Removed old examples.
5923         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5924         explained in 0.9 TODO doc.
5925
5926
5927 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5928
5929         * autogen.sh:
5930         * configure.ac:
5931         * ext/Makefile.am:
5932         * gst/Makefile.am:
5933         * po/POTFILES.in:
5934         * po/af.po:
5935         * po/az.po:
5936         * po/cs.po:
5937         * po/en_GB.po:
5938         * po/hu.po:
5939         * po/it.po:
5940         * po/nb.po:
5941         * po/nl.po:
5942         * po/or.po:
5943         * po/sq.po:
5944         * po/sr.po:
5945         * po/sv.po:
5946         * po/uk.po:
5947         * po/vi.po:
5948         * sys/Makefile.am:
5949         * testsuite/Makefile.am:
5950           remove a whole bunch of plugins.  This module now contains a set
5951           of free reference plugins/elements as agreed.
5952
5953 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5954
5955         * configure.ac:
5956           hunting season on 0.9 is now OPEN
5957
5958 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5959
5960         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5961           Kick the hell out of gcc for not warning me about a symbol conflict.
5962
5963 2005-02-22  Luca Ognibene  <luogni@tin.it>
5964
5965         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5966
5967         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5968           Don't leak caps string (fixes #168134)
5969
5970         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5971         (gst_jpegenc_init), (gst_jpegenc_finalize),
5972         (gst_jpegenc_change_state):
5973           Don't leak line buffers and context struct (fixes #168133).
5974
5975 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5976
5977         * configure.ac:
5978         * ext/dirac/gstdiracdec.cc:
5979         (gst_diracdec_chain):
5980           Since dirac 0.5.0 the framerate in dirac is expressed as a
5981           rational number. Fix build and up requirement to 0.5.0, and
5982           also pass parameters to gst_diracdec_link in the right order
5983           (fixes #167959).
5984
5985 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5986
5987         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5988         * ext/faad/gstfaad.h:
5989         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5990         certain invalid muxed streams, where some packets will contain 
5991         junk after decoder data. Partially fixes #149158.
5992
5993 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5994         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5995           Make sure we only write to writable buffers
5996
5997 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5998
5999         * gst-libs/gst/riff/riff-media.c:
6000         (gst_riff_create_audio_caps_with_data):
6001           Do actually fix invalid RIFF fmt header values for alaw
6002           and mulaw audio instead of just saying so.
6003
6004         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6005           Give gst_riff_create_audio_caps_with_data() a chance to
6006           fix up broken format header fields before extracting any
6007           parameters from the header. (fixes #167633)
6008
6009 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6010
6011         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6012
6013         * gst/audioconvert/bufferframesconvert.c:
6014         (buffer_frames_convert_link):
6015           Don't leak othercaps. (fixes #167878)
6016
6017 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6018
6019         * configure.ac:
6020         * ext/libvisual/visual.c: (gst_visual_srclink),
6021         (gst_visual_change_state):
6022           Support libvisual 0.2.0.
6023
6024 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6025
6026         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6027         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6028           Use same rowstrides for I420 as used everywhere else.
6029
6030 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6031
6032         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6033           Declare variables at beginning of block and make gcc-2.95 happy
6034           (fixes # 167482, patch by Gergely Nagy).
6035           
6036         * gst/tcp/gsttcpclientsrc.c:
6037         * gst/tcp/gsttcpclientsrc.h:
6038           Move some includes into the header, so that struct sockaddr_in is
6039           defined when it should be defined on FreeBSD as well (fixes
6040           #167483).
6041           
6042         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6043           Don't pass uninitialised values to setsockopt() here either.
6044
6045 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6046
6047         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6048
6049         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6050           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6051
6052 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6053
6054         * gst/playback/gstplaybin.c: (add_sink):
6055           Invert bin_add/link order to workaround deadlock in opt.
6056
6057 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6058
6059         * gst/modplug/gstmodplug.cc:
6060           Add missing break causing position queries to fail.
6061
6062 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6063
6064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6065           Granpos can apparently be -1, which screws up calculations...
6066
6067 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6068
6069         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6070         (gst_ximagesink_send_pending_navigation),
6071         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6072         (gst_ximagesink_init):
6073         * sys/ximage/ximagesink.h:
6074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6075         (gst_xvimagesink_send_pending_navigation),
6076         (gst_xvimagesink_navigation_send_event),
6077         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6078         * sys/xvimage/xvimagesink.h:
6079           Use a mutex protected list to marshal navigation
6080           events into the stream thread from whichever thread
6081           sends them.
6082
6083 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6084
6085         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6086           Display current position and track length; misc. clean-ups.
6087           
6088         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6089         (speed_init), (speed_chain):
6090           Add query function, so that the stream length and current position
6091           get adjusted when queried (note that current position queries may
6092           still be wrong if the audio sink returns values based on buffer
6093           timestamps instead of passing on the query).
6094
6095 2005-02-13  Benjamin Otte  <otte@gnome.org>
6096
6097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6098         (gst_audio_convert_channels):
6099           create channel conversion matrix when linking
6100         * gst/audioconvert/.cvsignore:
6101         * gst/audioconvert/Makefile.am:
6102         * gst/audioconvert/channelmixtest.c: (main):
6103           add (ugly) test that ensures stereo <=> mono conversion works
6104           correctly
6105
6106 2005-02-13  Benjamin Otte  <otte@gnome.org>
6107
6108         * gst/audioconvert/gstchannelmix.h:
6109           include missing header file
6110         * gst/audioconvert/gstchannelmix.c:
6111         (gst_audio_convert_fill_compatible):
6112           use same sign for both channels when converting to/from compatible
6113           channel. Previously used different signs made the signals cancel
6114           each other out and appear like silence. (fixes #167269)
6115
6116 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6117
6118         * gst/ffmpegcolorspace/avcodec.h:
6119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6120         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6121         (gst_ffmpegcsp_avpicture_fill):
6122         * gst/ffmpegcolorspace/imgconvert.c:
6123           Convert to and from YV12 (fixes #156379).
6124
6125 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6126
6127         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6128         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6129         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6130         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6131         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6132         methods from chain and negotiation and vice versa (Fixes #166142).
6133         * sys/ximage/ximagesink.h: Add stream_lock.
6134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6135         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6136         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6137         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6138
6139 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6140
6141         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6142           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6143           error message when we can't open the DVD device (when dvdnav_open()
6144           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6145           the above). Send something more useful instead (fixes #167117).
6146
6147 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6148
6149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6150         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6151         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6152         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6153         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6154         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6155         methods from chain and negotiation and vice versa (Fixes #166142).
6156         Fix a possible bug of images in the buffer pool being discarded because
6157         we are looking at the wrong geometry.
6158         * sys/xvimage/xvimagesink.h: Add stream_lock.
6159
6160 2005-02-11  David Schleef  <ds@schleef.org>
6161
6162         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6163         unsigned int. (fixes #167128)
6164
6165 2005-02-11  David Schleef  <ds@schleef.org>
6166
6167         * gst/librfb/Makefile.am: Testing stuff before committing is
6168           for wimps... and people with fast machines.  Fix stupid
6169           mistake.
6170
6171 2005-02-11  David Schleef  <ds@schleef.org>
6172
6173         * configure.ac: Pull in librfb from my CVS tree, because it is
6174           too small and annoying to be separate.  Move rfbsrc plugin
6175           to gst/.
6176         * ext/Makefile.am:
6177         * ext/librfb/Makefile.am:
6178         * ext/librfb/gstrfbsrc.c:
6179         * gst/librfb/Makefile.am:
6180         * gst/librfb/gstrfbsrc.c:
6181         * gst/librfb/rfb.c:
6182         * gst/librfb/rfb.h:
6183         * gst/librfb/rfbbuffer.c:
6184         * gst/librfb/rfbbuffer.h:
6185         * gst/librfb/rfbbytestream.c:
6186         * gst/librfb/rfbbytestream.h:
6187         * gst/librfb/rfbcontext.h:
6188         * gst/librfb/rfbdecoder.c:
6189         * gst/librfb/rfbdecoder.h:
6190         * gst/librfb/rfbutil.h:
6191
6192 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6193
6194         * gst/speed/Makefile.am:
6195         * gst/speed/demo-mp3.c: (main):
6196         * gst/speed/filter.func:
6197         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6198         (speed_class_init), (speed_init), (speed_chain_int16),
6199         (speed_chain_float32), (speed_chain), (speed_set_property),
6200         (speed_get_property), (speed_change_state):
6201         * gst/speed/gstspeed.h:
6202           Fix speed element and make it chain-based (fixes #156467),
6203           and make it handle more than one channel.
6204
6205 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6206
6207         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6208         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6209         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6210         * ext/dts/gstdtsdec.h:
6211           Don't clobber the stack constructing the channels array.
6212           Make the element chain-based. DTS tracks can now be played.
6213           
6214 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6215
6216         * gst-libs/gst/audio/multichannel.h:
6217         * gst-libs/gst/gconf/gconf.h:
6218         * gst-libs/gst/idct/idct.h:
6219         * gst-libs/gst/media-info/media-info-priv.h:
6220         * gst-libs/gst/play/play.h:
6221         * gst-libs/gst/resample/private.h:
6222         * gst-libs/gst/resample/resample.h:
6223         * gst-libs/gst/riff/riff-ids.h:
6224         * gst-libs/gst/video/video.h:
6225         * gst-libs/gst/video/videosink.h:
6226           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6227           missing, so that they work when included from C++ code.
6228
6229 2005-02-09  David Schleef  <ds@schleef.org>
6230
6231         * testsuite/gst-lint: Check for non-statically scoped
6232           parent_class variables.  This won't be a problem once
6233           plugins are loaded with RTLD_LOCAL.
6234
6235 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6236
6237         * ext/mplex/gstmplexibitstream.cc:
6238           gcc madness.
6239
6240 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6241
6242         * ext/ogg/gstogmparse.c:
6243         * gst/debug/gstnavigationtest.c:
6244           Die, thou faulty symbol pollutors (non-static parent_class).
6245
6246 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6247
6248         * ext/mplex/gstmplexibitstream.cc:
6249           Fix event handling (#165525).
6250
6251 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6252
6253         * ext/mikmod/gstmikmod.c:
6254         * gst/modplug/gstmodplug.cc:
6255           Add missing endianness to template (fixes #165509).
6256
6257 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6258
6259         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6260           Fix wrong order of reading of optional bytes (#165290).
6261
6262 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6263
6264         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6265           Implement FILLER event awareness.
6266
6267 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6268
6269         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6270           Fix track calculations (#166208).
6271
6272 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6273
6274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6275
6276         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6277         * ext/libpng/gstpngenc.c:
6278           Fix byte-order, use proper fixed caps. Fixes #164197.
6279
6280 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6281
6282         * configure.ac:
6283           Add dvdlpcmdec 
6284
6285         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6286         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6287           Don't push buffers if the src pad isn't negotiated yet.
6288           
6289         * gst/audioconvert/gstaudioconvert.c:
6290         (gst_audio_convert_buffer_to_default_format),
6291         (gst_audio_convert_buffer_from_default_format):
6292           Add support for 24-bit width.
6293
6294         * gst/dvdlpcmdec/.cvsignore:
6295         * gst/dvdlpcmdec/Makefile.am:
6296         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6297         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6298         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6299         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6300         (plugin_init):
6301         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6302           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6303           format. Needs support for the channels maps if someone can find 
6304           a DVD LPCM track with > 2 channels.
6305
6306         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6307         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6308         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6309         * gst/mpegstream/gstdvddemux.h:
6310         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6311         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6312         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6313         * gst/mpegstream/gstmpegdemux.h:
6314         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6315         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6316         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6317         (gst_mpeg_parse_handle_src_query),
6318         (gst_mpeg_parse_handle_src_event):
6319           Use audio/x-dvd-lpcm for LPCM output.
6320           Add DTS output.
6321
6322 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6323
6324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6325
6326         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6327         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6328           Add BGRA handling (#165736).
6329
6330 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6331
6332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6333
6334         * gst/law/alaw-decode.c: (alawdec_link):
6335         * gst/law/alaw-encode.c: (alawenc_link):
6336         * gst/law/mulaw-decode.c: (mulawdec_link):
6337         * gst/law/mulaw-encode.c: (mulawenc_link):
6338           Fix caps memleaks (#166600).
6339
6340 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6341
6342         * ext/tarkin/mem.h:
6343         * ext/tarkin/wavelet.h:
6344         * ext/tarkin/yuv.h:
6345         * gst/ffmpegcolorspace/avcodec.h:
6346           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6347           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6348
6349 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6350
6351         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6353         (gst_xvimagesink_change_state):
6354           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6355           Xv video (and thereby regenerate Xv colourkey) in clear() so
6356           that PLAY -> READY -> PLAY works (fixes #162504).
6357
6358 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6359
6360         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6361           Switch to list instead of range, since MJPEG-devices really just
6362           support decimations, not any size.
6363
6364 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6365         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6366         (gst_mpeg2dec_reset), (free_all_buffers),
6367         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6368         * ext/mpeg2dec/gstmpeg2dec.h:
6369           The libmpeg2 user-allocated buffer management is awkward, 
6370           to say the least. Hopefully this fixes things.
6371
6372 2005-02-04  Andy Wingo  <wingo@pobox.com>
6373
6374         * gst/audioconvert/bufferframesconvert.c
6375         (buffer_frames_convert_fixate): New function, fixates to 256
6376         frames per buffer by default. (Much better than 1.)
6377         (buffer_frames_convert_init): Set the fixate function for both src
6378         and sink pad.
6379         (buffer_frames_convert_link): After success setting nonfixed caps,
6380         get the negotiated caps so we can know how many buffer-frames it
6381         will be. No idea how this worked at all before.
6382
6383 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6384
6385         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6386         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6387         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6388         (handle_sequence), (handle_picture):
6389         * ext/mpeg2dec/gstmpeg2dec.h:
6390           Rearrange buffer tracking and refcounting and refactor
6391           a little for readability. 
6392
6393 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6394         * sys/v4l/gstv4l.c: (plugin_init):
6395         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6396         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6397         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6398         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6399         * sys/v4l/gstv4ljpegsrc.h:
6400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6401         * sys/v4l/v4l_calls.h:
6402         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6403         (gst_v4lsrc_get_fps):
6404         * sys/v4l/v4lsrc_calls.h:
6405           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6406           you jpeg inside rgb frames" driver.
6407           Don't error in the v4lsrc link function, just return 
6408           REFUSED.
6409
6410 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6411
6412         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6413         (gst_qcamsrc_open):
6414           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6415
6416 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6417
6418         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6419           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6420
6421 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6422
6423         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6424           Reset negotiated state on PAUSED->READY.
6425
6426 2005-02-02  David Schleef  <ds@schleef.org>
6427
6428         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6429         whereever possible.  (Fixes #165997)
6430         * examples/capsfilter/capsfilter1.c: (main):
6431         * examples/dynparams/filter.c: (create_ui):
6432         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6433         * examples/seeking/chained.c: (main):
6434         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6435         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6436         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6437         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6438         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6439         * examples/switch/switcher.c: (main):
6440         * ext/dv/demo-play.c: (main):
6441         * ext/faad/gstfaad.c: (gst_faad_change_state):
6442         * ext/mad/gstmad.c: (gst_mad_chain):
6443         * ext/smoothwave/demo-osssrc.c: (main):
6444         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6445         (gst_gconf_render_bin_from_description),
6446         (gst_gconf_get_default_audio_sink),
6447         (gst_gconf_get_default_video_sink),
6448         (gst_gconf_get_default_audio_src),
6449         (gst_gconf_get_default_video_src),
6450         (gst_gconf_get_default_visualization_element):
6451         * gst/level/demo.c: (main):
6452         * gst/level/plot.c: (main):
6453         * gst/playback/gstplaybin.c: (gen_video_element),
6454         (gen_audio_element):
6455         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6456         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6457         * gst/sine/demo-dparams.c: (main):
6458         * gst/spectrum/demo-osssrc.c: (main):
6459         * gst/speed/demo-mp3.c: (main):
6460         * gst/volume/demo.c: (main):
6461         * testsuite/embed/embed.c: (main):
6462
6463 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6464
6465         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6466         (gst_tcpclientsink_finalize):
6467         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6468         (gst_tcpclientsrc_finalize):
6469         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6470         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6471         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6472         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6473           Don't leak the hostname when shutting down.
6474           In tcpserversrc, take a copy of the default hostname.
6475
6476 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6477
6478         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6479           Set caps to systemstream=TRUE.
6480
6481 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6482
6483         * testsuite/Makefile.am:
6484           Fix more OSX buildbots.
6485
6486 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6487
6488         * ext/mpeg2dec/gstmpeg2dec.c:
6489           Don't send things to NULL PAD_PEERs
6490
6491         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6492           Copy-on-write the incoming buffer.
6493
6494         * gst/mpegstream/gstdvddemux.h:
6495         * gst/mpegstream/gstmpegclock.h:
6496         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6497         (normal_seek), (gst_mpeg_demux_handle_src_event):
6498         * gst/mpegstream/gstmpegdemux.h:
6499         * gst/mpegstream/gstmpegpacketize.h:
6500         * gst/mpegstream/gstmpegparse.c:
6501         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6502         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6503         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6504         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6505         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6506         * gst/mpegstream/gstmpegparse.h:
6507         * gst/mpegstream/gstrfc2250enc.h:
6508           Various changes to the way time is computed that make seeking and
6509           total time estimation much better here.
6510           Use G_BEGIN/END_DECLS instead of __cplusplus
6511
6512         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6513           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6514
6515 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6516
6517         * gst/subparse/gstsubparse.c:
6518           Fix OSX buildbot.
6519
6520 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6521
6522         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6523         (theora_enc_chain), (theora_enc_change_state):
6524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6525         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6526         (gst_vorbisenc_change_state):
6527         * ext/vorbis/vorbisenc.h:
6528           Set granulepos and timestamp correctly for streams not
6529           starting at 0, taking into account the initial delay.
6530
6531 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6532
6533         * gst/mpegstream/gstdvddemux.c:
6534           Add audio/x-dts to audio pad template caps
6535
6536 2005-01-30  David Schleef  <ds@schleef.org>
6537
6538         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6539         (create_context), (gst_polypsink_link): Fix silly endianness
6540         bug.  Add some debugging.  Remove float from caps; it doesn't
6541         work.  Attempt to get remote audio working.
6542
6543 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6544
6545         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6546           Add 3IV2 fourcc.
6547
6548 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6549
6550         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6551         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6552         (gst_avi_demux_stream_data):
6553         * gst/avi/gstavidemux.h:
6554           Invert DIB images. Fixes #132341.
6555
6556 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6557
6558         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6559         (gst_ffmpegcsp_chain):
6560           D'oh, reference the palette data, not the palette structure.
6561           Fixes color distortion in #132341.
6562
6563 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6564
6565         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6566           PAR can be non-fixed when not provided as argument (#162626).
6567
6568 2005-01-29  David Moore  <dcm@acm.org>
6569
6570         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6571
6572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6573         (gst_qtdemux_loop_header):
6574           Re-apply patch from #142272 that allows non-seekable sources,
6575           re-proposed by Daniel Drake <dsd@gentoo.org>.
6576
6577 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6578
6579         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6580           Use the src template for creating the src pad (#162330).
6581
6582 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6583
6584         * configure.ac:
6585         * ext/musepack/Makefile.am:
6586         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6587         (gst_musepackdec_init), (gst_musepackdec_dispose),
6588         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6589         (gst_musepack_stream_init), (gst_musepackdec_loop),
6590         (gst_musepackdec_change_state):
6591         * ext/musepack/gstmusepackdec.cpp:
6592         * ext/musepack/gstmusepackdec.h:
6593         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6594         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6595         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6596         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6597         * ext/musepack/gstmusepackreader.cpp:
6598         * ext/musepack/gstmusepackreader.h:
6599           Update to 1.1 API (#165446).
6600
6601 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6602
6603         * ext/Makefile.am:
6604           Unbreak buildbot.
6605
6606 2005-01-28  Andy Wingo  <wingo@pobox.com>
6607
6608         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6609         to reflect a different dubious internet source. Add a reference
6610         and some commentary.
6611
6612 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6613
6614         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6615         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6616         * gst/playback/gststreamselector.h:
6617           Be more selective when we're redoing caps negotiation from
6618           within the chain function on a stream change.
6619
6620 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6621
6622         * configure.ac:
6623         * ext/Makefile.am:
6624         * ext/amrnb/Makefile.am:
6625         * ext/amrnb/amrnb.c: (plugin_init):
6626         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6627         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6628         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6629         (gst_amrnbdec_state_change):
6630         * ext/amrnb/amrnbdec.h:
6631         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6632         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6633         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6634         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6635         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6636         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6637         * ext/amrnb/amrnbparse.h:
6638           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6639         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6640           Add AMR-NB/-WB raw formats.
6641         * ext/alsa/gstalsa.c: (gst_alsa_link):
6642           Keep valid time when changing format.
6643         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6644         (qtdemux_parse_trak):
6645           Add some more format-specific options (#140141, #143555, #155163).
6646
6647 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6648
6649         * gst/matroska/matroska-demux.c:
6650         (gst_matroska_demux_parse_blockgroup):
6651           Fix logic error in timing of subtitle stream synchronization.
6652         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6653           Add skip-chunk, which is found in kodak-camera streams.
6654
6655 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6656
6657         * po/LINGUAS:
6658         * po/vi.po:
6659           Adding Vietnamese translation (submitted by Clytie Siddall)
6660
6661 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662
6663         * gst/playback/gstdecodebin.c: (try_to_link_1):
6664           Use realpad for signal.
6665
6666 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6667
6668         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6669           Fix category so decodebin picks it up.
6670
6671 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6672
6673         * ext/mad/Makefile.am:
6674         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6675         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6676         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6677         (found_type), (gst_id3demux_bin_change_state):
6678         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6679         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6680         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6681         (gst_id3_tag_change_state), (plugin_init):
6682         * ext/mad/gstmad.h:
6683           Add id3demuxbin (which is a simple bin consisting of id3demux
6684           and typefind), take over rank from id3demux, remove typefind
6685           code from id3demux. Makes all broken mp3s that I know of work,
6686           and thereby fixes #152688.
6687
6688 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6689
6690         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6691
6692         * ext/mad/gstmad.c: (gst_mad_src_event):
6693         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6694           Allow seeks on audio pad, make mad forward those (#164826).
6695         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6696           Set duration (#165335).
6697
6698 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6699
6700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6701         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6702         (gst_asf_demux_process_ext_content_desc),
6703         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6704         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6705         * gst/asfdemux/gstasfdemux.h:
6706           Improve metadata display, e.g. if the metadata comes before the
6707           streams are loaded (which is perfectly valid).
6708
6709 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * tools/gst-launch-ext-m.m:
6712           Fix AVI/ASF pipelines (#165340).
6713
6714 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6715         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6716         build failure on amd64
6717
6718 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6719
6720         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6721         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6722           Check environment variables GST_ID3V2_TAG_ENCODING,
6723           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6724           list of character encodings to force interpretation of non-unicode
6725           strings stored in an ID3v2 tag to a particular encoding. If none
6726           is specified, try to use current locale's encoding, then fall back
6727           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6728         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6729         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6730           Check environment variables GST_ID3V1_TAG_ENCODING,
6731           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6732           list of character encodings to use in case a string encountered
6733           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6734           specified, try to use the current locale's encoding, then fall
6735           back to ISO-8859-1 (which will always succeed).
6736
6737 2005-01-25  Benjamin Otte  <otte@gnome.org>
6738
6739         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6740           - on half framerate, compute the rate in advance so the comparisons
6741             don't compare wrong values
6742           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6743             behaviour
6744           - don't use mad_header_decode anymore, mad_frame_decode does that
6745             automatically
6746           - when getting rid of consumed bytes, reset the stream's skiplen
6747           (fixes #163867)
6748
6749 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6750
6751         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6752           Use 1/2 a second for default max_discont, as PES streams from DVB
6753           seem to have larger spacings in the SCR. 
6754           Fix a typo.
6755
6756 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6757
6758         * gst/playback/gstplaybasebin.c: (group_commit):
6759           Notify delayed stream-info availability.
6760
6761 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6762         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6763         (gst_a52dec_handle_event), (gst_a52dec_chain):
6764         Add some debug output. Check that a discont has a valid
6765         time associated.
6766         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6767         (gst_alsa_sink_loop):
6768         Ignore TAG events. A little extra debug for broken timestamps.
6769         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6770         (dvdnavsrc_change_state):
6771         Ensure we send a discont to engage the link before we send any
6772         other events.
6773         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6774         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6775         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6776         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6777         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6778         dvd://title works in totem because typefinding sends a seek that ends
6779         up going back to chapter 1 regardless.
6780         * ext/mpeg2dec/gstmpeg2dec.c:
6781         * ext/mpeg2dec/gstmpeg2dec.h:
6782         Output correct timestamps and handle disconts.
6783         * ext/ogg/gstoggdemux.c: (get_relative):
6784         Small guard against a null dereference.
6785         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6786         (gst_textoverlay_set_property):
6787         Free memory when done. Don't call gst_event_filler_get_duration on
6788         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6789         g_warning.
6790         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6791         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6792         (gst_sw_srclink), (gst_smoothwave_chain):
6793         Draw solid lines, prettier colours.
6794         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6795         Add a default palette that'll work for some movies.
6796         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6797         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6798         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6799         * gst/mpegstream/gstdvddemux.h:
6800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6801         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6802         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6803         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6804         * gst/mpegstream/gstmpegparse.h:
6805         Use PTM/NAV events when for timestamp adjustment when connected to 
6806         dvdnavsrc. Don't use many discont events where one suffices.
6807         * gst/playback/gstplaybasebin.c: (group_destroy),
6808         (gen_preroll_element), (gst_play_base_bin_add_element):
6809         * gst/playback/gstplaybasebin.h:
6810         Make sure we remove subtitles from the same bin we put them in.
6811         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6812         (gst_subparse_buffer_format_autodetect),
6813         (gst_subparse_change_state):
6814         Fix some memleaks and invalid accesses.
6815         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6816         (oggskel_type_find), (cmml_type_find), (plugin_init):
6817         Some typefind functions for Annodex v3.0 files
6818         * gst/wavparse/gstwavparse.h:
6819         GstRiffReadClass is the correct parent class.
6820
6821 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6822
6823         * gst-libs/gst/riff/riff-media.c:
6824         (gst_riff_create_video_caps_with_data):
6825           Add extradata to huffyuv (fixes #165013).
6826         * gst-libs/gst/riff/riff-read.c:
6827         (gst_riff_read_strf_vids_with_data):
6828           Fix extradata extraction if it is in the chunk size.
6829
6830 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6831
6832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6833
6834         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6835         (gst_quarktv_change_state), (gst_quarktv_dispose):
6836           Memory free'ing location fix (#164708).
6837
6838 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6839
6840         * gst/playback/gstplaybasebin.c: (group_commit),
6841         (gen_preroll_element), (probe_triggered), (gen_source_element),
6842         (setup_source), (gst_play_base_bin_change_state),
6843         (gst_play_base_bin_add_element):
6844           Don't block for streams.
6845         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6846         (gst_stream_info_set_mute):
6847           Use gst_pad_set_active_recursive.
6848
6849 2005-01-25  Andy Wingo  <wingo@pobox.com>
6850
6851         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6852         for #ifndef HAVE_XVIDEO.
6853
6854 2005-01-24  Jeffrey C. Ollie
6855
6856         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6857
6858         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6859         * ext/gsm/gstgsmdec.h:
6860         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6861         * ext/gsm/gstgsmenc.h:
6862         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6863         was given by property. Add proper buffer timestamps and offsets.
6864
6865 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6866
6867         * gst-libs/gst/riff/riff-media.c:
6868         (gst_riff_create_audio_caps_with_data):
6869           Audio can be <8000Hz.
6870
6871 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6872
6873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6874           Explicit state change to workaround refcount bugs.
6875
6876 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6877
6878         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6879         (gst_avimux_riff_get_avi_header):
6880           Fix...
6881
6882 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6883
6884         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6885         (gst_riff_read_element_data):
6886         * gst-libs/gst/riff/riff-read.h:
6887           Add _peek version (req'ed in CDXA).
6888         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6889         (gst_cdxaparse_loop):
6890           Fix parsing in playbin.
6891         * gst/playback/gstdecodebin.c: (close_pad_link):
6892           Ignore current_ pads, they cause major annoyance.
6893
6894 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6895
6896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6897           Safety guard.
6898
6899 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6900
6901         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6902           Fix padding...
6903
6904 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6905
6906         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6907           Allow for 0-sized buffers. Fixes length query problems in
6908           starwars.mkv from the testsuite.
6909
6910 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6911
6912         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6913         (gst_video_box_i420), (gst_video_box_chain):
6914           Fix row strides for I420 (fixes #163159)
6915           
6916 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6917
6918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6919           MPEG2 has a useful rate property, so we can actually use that.
6920           For MPEG-1, continue using the bytes/time properties.
6921
6922 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6923
6924         * gst-libs/gst/riff/riff-media.c:
6925         (gst_riff_create_video_caps_with_data),
6926         (gst_riff_create_video_template_caps):
6927           Add intel-h263.
6928
6929 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6930
6931         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6932           Fail if caps negotiation fails. Should fix #162184, and should
6933           definately be in there regardless of it fixing the actual bug.
6934         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6935         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6936         (gst_avimux_riff_get_avix_header),
6937         (gst_avimux_riff_get_video_header),
6938         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6939         (gst_avimux_start_file), (gst_avimux_handle_event),
6940         (gst_avimux_change_state):
6941         * gst/avi/gstavimux.h:
6942           Refactor structure writing to use GST_WRITE_UINT macros, add
6943           metadata writing support.
6944
6945 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6946
6947         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6948           Elements may already be destroyed when this function is called.
6949
6950 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6951
6952         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6953         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6954           More memory leak fixes (#149162).
6955
6956 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6957
6958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6959         (gst_qtdemux_add_stream):
6960           Fix two memleaks.
6961
6962 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6963
6964         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6965           Argh...
6966
6967 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6968
6969         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6970           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6971           when fixating to six channels in Totem.
6972
6973 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6974
6975         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6976           Fix compile warnings on Solaris 10 buildbot
6977
6978 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6979
6980         * ext/dvdread/dvdreadsrc.c: (_read):
6981           Don't read beyond the last cell in a chapter (fixes 
6982           invalid memory access)
6983
6984 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6985
6986         * ext/dvdread/stream_labels.c:
6987         (dvdreadsrc_get_audio_stream_labels):
6988           Use NULL for an empty GList instead of g_list_alloc(); fix 
6989           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6990           of GString (easier to bulk free later)
6991
6992 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6993
6994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6995
6996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6997         (gst_ffmpeg_pixfmt_to_caps):
6998           Fix BGRA32 caps (#164209).
6999
7000 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7001
7002         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7003
7004         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7005         (gst_ffmpeg_caps_to_pixfmt):
7006           alpha_mask can be RGBA/ABGR. Fixes #164265.
7007
7008 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7009
7010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7011
7012         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7013         (gst_mpeg2dec_alloc_buffer):
7014         * ext/mpeg2dec/gstmpeg2dec.h:
7015           Crop if decoding size is not the actual image size (#163676).
7016
7017 2005-01-17  Steve Baker  <steve@stevebaker.org>
7018
7019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7020
7021         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7022         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7023           Add libsndfile typefind functions (#163309).
7024
7025 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7026
7027         * tools/gst-launch-ext-m.m:
7028           Add .aac, fix .m1v/.m2v (#163891).
7029
7030 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7031
7032         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7033           Sanity check, don't wait endlessly since the clock might not
7034           actually run at this point (which is a deadlock). Fixes #164069.
7035
7036 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7037
7038         * gst/playback/gstplaybasebin.c: (probe_triggered):
7039           Of course, only pause if group is done...
7040
7041 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7042
7043         * gst/playback/gstplaybasebin.c: (probe_triggered):
7044           Thread safety.
7045
7046 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7047
7048         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7049           Don't return state change success when the parent
7050           failed.
7051
7052 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7055           Free events (fix memleak in #162905).
7056
7057 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7058
7059         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7060
7061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7062         (gst_ffmpeg_caps_to_pixfmt):
7063           Fix for depth = 15. Fixes #161675.
7064
7065 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7066
7067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7068           Set FPS correctly, even for webcams and the like.
7069         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7070           Don error on setting while capturing.
7071
7072 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7073
7074         * ext/dv/gstdvdec.c:
7075         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7076         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7077           I'm a bad boy. using /1001. to force C to do float division
7078           and not integer division (as it did in my last commit)
7079           Thanks to David I. Lehn for pointing this mistake.
7080
7081 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7082
7083         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7084           Revert Johan??s 1.35->1.36 since it breaks compat.
7085
7086 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7087
7088         * ext/dv/gstdvdec.c:
7089         * ext/libfame/gstlibfame.c:
7090         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7091         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7092           replace framerate aproximations by their real value
7093           (24000/1001, 30000/1001, 60000/1001)
7094           Finish fixing bug #164049
7095
7096 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7097
7098         * ext/ogg/gstoggmux.c:
7099           eos/bos debugging
7100         * gst/tcp/gstmultifdsink.c:
7101         * gst/tcp/gstmultifdsink.h:
7102         * gst/tcp/gsttcp.c:
7103         * gst/tcp/gsttcp.h:
7104         * gst/tcp/gsttcpclientsink.c:
7105         * gst/tcp/gsttcpclientsrc.c:
7106         * gst/tcp/gsttcpserversink.c:
7107         * gst/tcp/gsttcpserversrc.c:
7108           improve reusability of elements after state changes and errors
7109           make multifdsink throw away streamheaders when receiving new ones
7110
7111 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7112
7113         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7114           Fix for if items are already in list...
7115
7116 2005-01-12  Benjamin Otte  <otte@gnome.org>
7117
7118         * gst/adder/gstadder.c: (gst_adder_loop):
7119           fix adder a bit so it doesn't screw up with events as much anymore
7120
7121 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7122
7123         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7124         (pixbufscale_scale), (gst_pixbufscale_chain):
7125         * ext/gdk_pixbuf/pixbufscale.h:
7126           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7127           to ensure rowstrides are calculated the same way as 
7128           ffmpegcolorspace
7129           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7130           that we pick up duration and offset also.
7131
7132 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7133
7134         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7135         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7136           Reusability fixes.
7137
7138 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7139
7140         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7141         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7142         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7143         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7144           Update flags when requested.
7145
7146 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7147
7148         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7149           Fix dmix.
7150
7151 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7152
7153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7154         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7155         (probe_triggered), (new_decoded_pad), (gen_source_element),
7156         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7157         * gst/playback/gstplaybasebin.h:
7158         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7159         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7160         (gst_play_bin_change_state):
7161           Implement group-switch signal for use in apps to clear metadata
7162           cache, clean up subtitle, add suburi property instead of # hack,
7163           some error-out fixes.
7164
7165 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7166
7167         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7168           Debug.
7169         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7170           If we got a state change in the _get handler, don't return success.
7171
7172 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7173
7174         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7175         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7176           Make jpegdec quiet on MJPEG decoding
7177         * gst/asfdemux/README:
7178           Fix mimetypes for MJPEG and H263
7179
7180 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7181
7182         * ext/theora/theoradec.c: (theora_dec_chain):
7183           Fix broken code generation by gcc by swapping arguments.
7184         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7185           Fix \n in debug.
7186
7187 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7188
7189         * TODO:
7190           delete this file, it is by far outdated
7191         * ext/alsa/gstalsa.1: remove
7192         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7193         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7194         (gst_alsa_get_caps):
7195           Add HW probing for supported sample rates. Fixes #161704
7196
7197 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7198
7199         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7200           Don't crash, biatch! :).
7201
7202 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7203
7204         * ext/musepack/gstmusepackreader.cpp:
7205         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7206           Some work on tags - still doesn't work in playbin...
7207         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7208           Handle events...
7209
7210 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7211
7212         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7213           Also shove tags on kid pads.
7214
7215 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7216
7217         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7218           Don't bail on unknown events.
7219         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7220           Don't crash on events before negotiation.
7221         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7222           Send tags on pads, too.
7223         * gst/playback/gststreamselector.c:
7224         (gst_stream_selector_request_new_pad):
7225           Forward events on first pad if no input was selected yet.
7226
7227 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7228
7229         * gst/playback/gstplaybasebin.c: (setup_substreams):
7230           Don't disable streamtype if the stream doesn't exist, since
7231           then playing a video after audio will disable both and nothing
7232           will happen. Fixes the testsuite.
7233
7234 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7235
7236         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7237         (gst_v4l_xoverlay_set_xwindow_id):
7238         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7239         (gst_v4l2_xoverlay_set_xwindow_id):
7240           Add debug categories, fix overlay disabling.
7241
7242 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7243
7244         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7245         * ext/alsa/gstalsa.h:
7246           Add HW probing for period_count/size and buffer_size MIX/MAX
7247           Adjust default/user defined value if out of bounds
7248           Should fix bug #162024
7249
7250 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7251
7252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7253           Fix warning (#161191).
7254
7255 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7256
7257         * ext/dvdread/stream_labels.c:
7258         (dvdreadsrc_get_audio_stream_labels):
7259           Fix warning (init the good variable in switch default)
7260
7261 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7262
7263         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7264
7265         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7266           Fix gcc-2.95 compile (#163485).
7267
7268 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7269
7270         * configure.ac:
7271         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7272         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7273         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7274         (gst_flacenc_change_state):
7275         * ext/flac/gstflacenc.h:
7276           Update for API change in flac-1.1.1. Update requirement in
7277           configure.ac. Fixes #162974.
7278
7279 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7280
7281         * gst/playback/gstplaybasebin.c: (group_destroy):
7282           Remove hack to get rid of assert and get rid of unlinked
7283           signals properly.
7284
7285 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7286
7287         * gst/playback/gstplaybasebin.c: (setup_source):
7288           Set source to NULL so that resources are free'ed. Fixes issues
7289           with playback of CDDA and similar device-accessing things.
7290
7291 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7292
7293         * testsuite/embed/Makefile.am:
7294           test->noinst, fix make test in buildbot.
7295
7296 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7297
7298         * ext/dvdread/stream_labels.c: new file
7299         * ext/dvdread/stream_labels.h: new file
7300         * ext/dvdread/Makefile.am:
7301         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7302           Extract audio stream label from DVD IFO files.
7303           It only dump them on the console for now, still have to
7304           make playbin aware of them.
7305
7306 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7307
7308         * gst/playback/gstplaybasebin.c: (setup_source):
7309           Fix hanging subs.
7310
7311 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7312
7313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7314         (gen_preroll_element), (remove_groups), (setup_subtitle),
7315         (gen_source_element), (setup_source):
7316         * gst/playback/gstplaybasebin.h:
7317           Multiple .sub files is just a stupid idea... Fix some threading
7318           mistakes. Interestingly, external .sub files cause playbin to
7319           hang, I don't know why... Parsing fixes contributed by Fran??ois
7320           Kooman <fkooman@tuxed.net>.
7321
7322 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7323
7324         * testsuite/embed/Makefile.am:
7325           Fix buildbot.
7326
7327 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7328
7329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7330
7331         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7332         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7333         (gst_pngenc_set_property):
7334         * ext/libpng/gstpngenc.h:
7335           Add compression level property (#163323).
7336
7337 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7338
7339         * configure.ac:
7340         * examples/capsfilter/capsfilter1.c: (main):
7341         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7342         * ext/dvdread/Makefile.am:
7343         * ext/dvdread/demo-play:
7344         * ext/dvdread/demo-play.c:
7345         * gconf/gstreamer.schemas.in:
7346         * gst-libs/gst/gconf/gconf.c:
7347         * sys/v4l/TODO:
7348         * testsuite/Makefile.am:
7349         * testsuite/embed/Makefile.am:
7350         * testsuite/embed/embed.c: (cb_expose), (main):
7351           Remove all references to xvideosink, fix examples (#140845).
7352         * gst/playback/gstplaybasebin.c: (group_destroy):
7353           Apparently, disposal does not unlink - so do explicitely.
7354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7355           Add debug.
7356
7357 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7358
7359         * README: fix PKG_CONFIG_PATH instructions, what was there
7360         previously was breaking default search path, not nice. 
7361         Fixes #163358
7362
7363 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7364
7365         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7366         (gst_audioscale_chain):
7367           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7368           when resampling - how the ^@$^!@^! is this possible?!?
7369
7370 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7371
7372         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7373           Reset variables on READY.
7374         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7375         (gst_matroska_mux_loop):
7376           Require data before writing header.
7377
7378 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7379
7380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7381
7382         * ext/mad/gstmad.c: (gst_mad_chain):
7383           Don't call mad_stream_sync() directly after recovering sync.
7384           Fixes #151661.
7385
7386 2005-01-09  Martin Eikermann  <meiker@upb.de>
7387
7388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7389
7390         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7391         (snapshot_handler), (gst_snapshot_sinkconnect),
7392         (gst_snapshot_chain):
7393           Allocate resources when required, fix recursive signal emission
7394           and fix caps. Fixes #161667.
7395
7396 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7397
7398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7399
7400         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7401         (gst_pngdec_chain):
7402           Handle only 8-bppc (bits-per-pixel-component) images, better
7403           error handling and correct strides. Fixes #163177.
7404         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7405         (gst_pngenc_chain):
7406           Better error handling. Fixes #163348.
7407
7408 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7409
7410         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7411         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7412         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7413         (dvdnavsrc_uri_handler_init):
7414           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7415         * gst/playback/gstplaybasebin.c: (gen_source_element):
7416           Add MMS to streaming URIs.
7417
7418 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7419
7420         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7421         * sys/xvimage/xvimagesink.c:
7422         (gst_xvimagesink_navigation_send_event):
7423           Check for pad availability before sending event.
7424
7425 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7426
7427         * gst-plugins.spec.in:
7428           Add subparse.
7429
7430 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7431
7432         * configure.ac:
7433           Since we use functions from CVS, up requirement.
7434
7435 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7436
7437         * gst/playback/Makefile.am:
7438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7439         (group_destroy), (group_commit), (group_is_muted),
7440         (gen_preroll_element), (add_stream), (unknown_type),
7441         (probe_triggered), (preroll_unlinked), (mute_stream),
7442         (silence_stream), (new_decoded_pad), (setup_substreams),
7443         (setup_source), (get_active_source), (mute_group_type),
7444         (muted_group_change_state), (set_active_source),
7445         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7446         (play_base_eos), (gst_play_base_bin_change_state):
7447         * gst/playback/gstplaybasebin.h:
7448         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7449         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7450         (gst_stream_info_dispose), (stream_info_mute_pad),
7451         (stream_info_change_state), (gst_stream_info_set_mute):
7452         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7453         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7454         (gst_stream_selector_init), (gst_stream_selector_dispose),
7455         (gst_stream_selector_get_linked_pad),
7456         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7457         (gst_stream_selector_get_linked_pads),
7458         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7459         * gst/playback/gststreamselector.h:
7460           Adding stream selection support plus required properties for
7461           applications to use this. Fully fixes #100931.
7462
7463 2005-01-08  Benjamin Otte  <otte@gnome.org>
7464
7465         * gst/games/gstpuzzle.c: (nav_event_handler):
7466           - handle nav events differently: forward every event no matter if it
7467             was handled or not.
7468           - translate events
7469           You can now cheat by using navigationtest ! puzzle and moving the
7470           mouse close to the edge of a tile. ;)
7471
7472 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7473
7474         * configure.ac:
7475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7476         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7477         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7478         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7479         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7480         (gst_ogm_parse_plugin_init):
7481         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7482         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7483         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7484         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7485         * ext/pango/gsttextoverlay.h:
7486         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7487         (gst_matroska_demux_handle_seek_event),
7488         (gst_matroska_demux_sync_streams),
7489         (gst_matroska_demux_parse_blockgroup),
7490         (gst_matroska_demux_subtitle_caps),
7491         (gst_matroska_demux_plugin_init):
7492         * gst/matroska/matroska-ids.h:
7493         * gst/playback/gstdecodebin.c: (close_pad_link):
7494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7495         (gen_preroll_element), (remove_groups), (add_stream),
7496         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7497         (setup_source):
7498         * gst/playback/gstplaybasebin.h:
7499         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7500         * gst/subparse/Makefile.am:
7501         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7502         (gst_subparse_base_init), (gst_subparse_class_init),
7503         (gst_subparse_init), (gst_subparse_formats),
7504         (gst_subparse_eventmask), (gst_subparse_event),
7505         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7506         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7507         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7508         (parse_mpsub_deinit), (parse_mpsub_init),
7509         (gst_subparse_buffer_format_autodetect),
7510         (gst_subparse_format_autodetect), (gst_subparse_loop),
7511         (gst_subparse_change_state), (gst_subparse_type_find),
7512         (plugin_init):
7513         * gst/subparse/gstsubparse.h:
7514         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7515         (plugin_init):
7516           Add subtitle support, .sub parser (supports SRT and MPsub),
7517           OGM text support, Matroska UTF-8 text support, deadlock fixes
7518           all over the place, subtitle awareness in decodebin/playbin
7519           and some fixes to textoverlay to handle subtitles in a stream
7520           correctly. Fixes #100931.
7521
7522 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7523
7524         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7525           Check for pad availability before doing a query on it.
7526
7527 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7528
7529         * ext/dv/gstdvdec.c:
7530           really fix bpp24/32 dvdec caps (classic rgba indeed)
7531         * gst/asfdemux/gstasfdemux.c:
7532         (gst_asf_demux_process_ext_content_desc):
7533           don't send text tags if they are empty (bis repetita)
7534
7535 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7536
7537         * ext/dv/gstdvdec.c:
7538          remove unneeded comment from dvdec
7539           (related to DV 4CC codes in AVI files)
7540           moved them in gstreamer/docs/random/mimetypes
7541         * gst/asfdemux/gstasfdemux.c:
7542         (gst_asf_demux_process_ext_content_desc):
7543          don't send text tags if they are empty
7544          fix mem leak on error path
7545         * gst/ffmpegcolorspace/avcodec.h:
7546         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7547         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7548         (gst_ffmpegcsp_avpicture_fill):
7549         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7550         * gst/ffmpegcolorspace/imgconvert_template.h:
7551          adds BGR32 and BGRA32 to ffmpegcolorspace
7552           (still bad colors, fixing it on next commit)
7553           helps with dvdec outputing BGR32
7554
7555 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7556
7557         * ext/dv/gstdvdec.c:
7558          Fix audio caps i just broke (missing ',')
7559         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7560         (gst_matroska_mux_reset):
7561          Fix typo + add FIXME about old "x-gst-metadata" crap
7562
7563 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7564
7565         * ext/dv/demo-play.c: (main):
7566          xvideosink -> xvimagesink
7567         * ext/dv/gstdvdec.c:
7568          change rgb 32/32 caps to 24/32 (no alpha)
7569          change nb of channels to be a list (2 or 4, not 2)
7570          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7571         * gst/asfdemux/gstasfdemux.c:
7572         (gst_asf_demux_process_ext_content_desc):
7573          Add 'date/year' to extracted metadata list
7574
7575 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7576
7577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7578           The return value of fixate_to does not imply that the requested
7579           value was set, so don't assume.
7580
7581 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7582
7583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7584
7585         * ext/libpng/gstpngdec.c:
7586         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7587         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7588         * ext/libpng/gstpngenc.h:
7589           Alpha support (encoder; #163161), mime fixage.
7590
7591 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7592
7593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7594
7595         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7596         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7597         (gst_faac_set_property), (gst_faac_get_property):
7598         * ext/faac/gstfaac.h:
7599           Allow for ADTS output (#153434).
7600
7601 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7602
7603         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7604           Fix against template (#150576).
7605
7606 2005-01-06  Benjamin Otte  <otte@gnome.org>
7607
7608         * gst/games/gstpuzzle.c: (draw_puzzle):
7609           don't draw a puzzle if either width or height of tiles would be 0.
7610
7611 2005-01-06  Benjamin Otte  <otte@gnome.org>
7612
7613         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7614         (gst_puzzle_class_init), (gst_puzzle_finalize):
7615           no memleaks, please
7616         (gst_puzzle_create), (gst_puzzle_init),
7617         (gst_puzzle_set_property), (gst_puzzle_setup):
7618           change initialization code around so we don't reshuffle on resize
7619         (draw_puzzle):
7620           fix another stupid typo
7621
7622 2005-01-06  Benjamin Otte  <otte@gnome.org>
7623
7624         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7625           fix stupid typo that borked copying on YUY2
7626
7627 2005-01-06  Benjamin Otte  <otte@gnome.org>
7628
7629         * gst/games/gstpuzzle.c: (draw_puzzle):
7630           fix edges when image sizes aren't multiples of tile sizes
7631
7632 2005-01-06  Benjamin Otte  <otte@gnome.org>
7633
7634         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7635           make RGB endianness work correctly
7636         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7637           refactor and fix race with initial shuffling
7638         (nav_event_handler):
7639           allow using the mouse to puzzle
7640         (draw_puzzle):
7641           insist on tiles having width and height as multiples of 4 to get
7642           clean YUV image handling
7643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7644         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7645           s/DEBUG/LOG/ for common messages
7646         (gst_xvimagesink_navigation_send_event):
7647           fix mouse event translation to not include screen PAR
7648         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7649           fix mouse event translation to actually work
7650
7651 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7652
7653         * gst/asfdemux/gstasfdemux.c:
7654         (gst_asf_demux_process_ext_content_desc):
7655          Extract TrackNumber metadata + clean up code
7656         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7657          Hope this is the good fix (var used unitialised)
7658
7659 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7660
7661         * ext/faad/gstfaad.c: (gst_faad_chain):
7662           Only increment timestamp if it's valid. Fixes raw AAC streams.
7663
7664 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7665
7666         * configure.ac:
7667         * gst/games/Makefile.am:
7668         * gst/games/gstpuzzle.c:
7669           add a puzzle game with...
7670         * gst/games/gstvideoimage.c:
7671         * gst/games/gstvideoimage.h:
7672           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7673           from videotestsrc and made into something that would be a nice
7674           library for a lot of other plugins.
7675
7676 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7677
7678         * configure.ac:
7679          don't compile faad plugin if a RC of 2.0 is found
7680          Fixes #155346 (and FC1 buildbot)
7681         * gst/asfdemux/gstasfdemux.c:
7682         (gst_asf_demux_process_ext_content_desc):
7683          try to make Solaris compiler happier
7684
7685 2005-01-06  Paul Jack  <pjack@sfaf.org>
7686
7687         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7688
7689         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7690           Fix segfault (#161667).
7691
7692 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7693
7694         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7695           Fix framerate reporting.
7696
7697 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7698
7699         * gst-libs/gst/riff/riff-ids.h:
7700         * gst/wavenc/riff.h:
7701          Add AMR (VBR and CBR) ids to riff.h audio codec list
7702         * gst/asfdemux/gstasfdemux.c:
7703         (gst_asf_demux_process_ext_content_desc),
7704         (gst_asf_demux_process_object):
7705           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7706
7707 2005-01-05  Martin Eikermann  <meiker@upb.de>
7708
7709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7710
7711         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7712         (gst_dvd_demux_handle_discont):
7713         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7714         (gst_mpeg_demux_handle_discont):
7715           Recreate pads on new-media (#160730).
7716         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7717           Send discont even if manager changes timestamps (#161929).
7718
7719 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7720
7721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7724           Fix invalid memory access (#159211).
7725
7726 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7727
7728         * examples/gstplay/player.c: (main):
7729           Don't iterate.
7730         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7731           Add visualizations.
7732         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7733         (gst_a52dec_handle_frame):
7734           Set duration.
7735         * ext/dvdnav/gst-dvd:
7736           Add audioconvert. Fixes #161325.
7737         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7738           Explicitely case to gint64. Possible valgrind error.
7739         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7740         (gst_play_tick_callback), (gst_play_change_state),
7741         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7742         (gst_play_set_location), (gst_play_get_location),
7743         (gst_play_seek_to_time), (gst_play_set_data_src),
7744         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7745         (gst_play_set_visualization), (gst_play_connect_visualization),
7746         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7747         (gst_play_new):
7748           Use playbin. Fixes #139749 and #147744.
7749         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7750           Add genre tag.
7751         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7752         (audioscale_get_type), (gst_audioscale_base_init),
7753         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7754         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7755         (gst_audioscale_link), (gst_audioscale_get_buffer),
7756         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7757         (gst_audioscale_init), (gst_audioscale_dispose),
7758         (gst_audioscale_chain), (gst_audioscale_set_property),
7759         (gst_audioscale_get_property), (plugin_init):
7760           Indent properly.
7761         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7762           Fix LPCM.
7763         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7764         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7765         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7766           Add more metadata (fixes #162656).
7767
7768 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         * configure.ac:
7771           back to cvs
7772
7773 === release 0.8.7 ===
7774
7775 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7776
7777         * NEWS:
7778         * RELEASE:
7779         * configure.ac:
7780           releasing 0.8.7, "Hyperspace"
7781
7782 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7783
7784         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7785
7786         * gst/playback/gstplaybasebin.c:
7787          Fix for #162924 - free caps after use, not before
7788
7789 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7790
7791         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7792
7793         * gst/playback/gstplaybasebin.c:
7794         * gst/wavparse/gstwavparse.c:
7795           Fix for #154773 - fixes playback of small .wav files
7796
7797 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7798
7799         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7800
7801         * gst/audioscale/gstaudioscale.c:
7802           Fix for #162819 - make audioscale reusable
7803           Fixes playback of more than one file with playbin/totem
7804
7805 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7806
7807         * gst/ffmpegcolorspace/avcodec.h:
7808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7809         * gst/ffmpegcolorspace/imgconvert.c:
7810           clean up the mess that made me cry and avoid needless duplication
7811
7812 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7813
7814         * gst/ffmpegcolorspace/imgconvert.c:
7815           give some indication of why we're segfaulting
7816
7817 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7818
7819         * configure.ac:
7820           Fix indentation, fix v4l2 plugin detection.
7821         * ext/Makefile.am:
7822           Fix libmms location (Maciej, use diff -u!).
7823         * ext/alsa/gstalsa.c: (gst_alsa_init):
7824           Initialize caps cache to NULL.
7825         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7826           Only change state on audiosink if it exists.
7827
7828 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7829
7830         * gst/matroska/matroska-demux.c:
7831         * gst/matroska/matroska-ids.h:
7832         * gst/matroska/matroska-demux.h:
7833         Fix Vorbis streams failing to decode in some files, where cluster_time
7834         isn't 0, because then it doesn't send codec_priv before actual data.
7835         Remove time-based test and replace it with marker set on beginning of
7836         new stream
7837
7838 2004-12-28  David Schleef  <ds@schleef.org>
7839
7840         Merge patch from Ronald fixing problems with streaming
7841         text.
7842         * ext/cairo/gstcairo.c: (plugin_init):
7843         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7844         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7845         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7846         (gst_textoverlay_font_init), (gst_textoverlay_init),
7847         (gst_textoverlay_set_property):
7848         * ext/cairo/gsttextoverlay.h:
7849
7850 2004-12-27  David Schleef  <ds@schleef.org>
7851
7852         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7853         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7854         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7855         (gst_textoverlay_font_init), (gst_textoverlay_init),
7856         (gst_textoverlay_set_property): Improvements to actually
7857         render text as white on black outline on video, including
7858         font selection and horizontal/vertical alignment.  (Ronald's
7859         christmas present)
7860         * ext/cairo/gsttextoverlay.h:
7861
7862 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7863
7864         * ext/ogg/gstogg.c:
7865         * ext/ogg/gstogmparse.c:
7866           fix ogm[audio/video]parse plugin registration
7867           (riff won't load if bytestream is already loaded)
7868
7869 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7870
7871         * gst/audioconvert/gstchannelmix.c:
7872           fix for GLIB < 2.4
7873
7874 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7875
7876         * Makefile.am:
7877         * configure.ac:
7878           disable docs again until it actually passes make distcheck.
7879
7880 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7881
7882         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7883         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7884         (plugin_init):
7885           Add 3GP (variables name Q3GP because they can't start with a
7886           number). Add samr audio fourcc (used in .3gp files), decoder
7887           is work in progress. Also do a GST_WARNING instead of ERROR
7888           in case of unknown nodes, to decrease output.
7889
7890 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7891
7892         * Makefile.am:
7893           really fix dist
7894
7895 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7896
7897         * configure.ac:
7898         * ext/speex/gstspeexdec.h:
7899         * ext/speex/gstspeexenc.h:
7900           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7901           Fix detection code in configure.ac
7902
7903 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7904
7905         * gst/matroska/matroska-demux.c:
7906         (gst_matroska_demux_parse_blockgroup):
7907           Save position, so that queries give proper return values. Don't
7908           know how this could ever have worked before...
7909
7910 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7911
7912         * configure.ac:
7913           Put additional LAME check inside the conditional.  Fixes #152339
7914
7915 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7916
7917         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7918         (gst_avi_demux_stream_scan):
7919           Add some more debug. Fix logic error when setting movi offset
7920           while reading index.
7921
7922 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7923
7924         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7925         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7926         (gst_avi_demux_process_next_entry):
7927           Add some debugging. Better detection of broken indexes and the
7928           accompanying index recovery. No infinite loops on state changes
7929           when we're still in our loopfunction.
7930
7931 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7932
7933         * configure.ac:
7934           Fix up.
7935
7936 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7937
7938         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7939
7940         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7941           Normalizing the value before setting
7942         (gst_sunaudiomixer_get_volume):
7943           Normalizing the value after getting. Fixes bug# 161980
7944
7945 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7946
7947         * Makefile.am: Make sure docs gets disted
7948         * docs/Makefile.am: Make sure all needed files get disted
7949         * gst-plugins.spec.in: latest updates
7950
7951 2004-12-22  Wim Taymans  <wim@fluendo.com>
7952
7953         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7954         Revert patch 1.38 as clock distribution over schedulers does
7955         not work correcly in the core yet.
7956
7957 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7958
7959         * sys/oss/README: remove this file, which predates my birth
7960           (and which content is by far outdated)
7961
7962 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7963
7964         * Makefile.am:
7965         * configure.ac:
7966         * docs/Makefile.am:
7967         * docs/libs/Makefile.am:
7968         * docs/libs/gst-plugins-libs-docs.sgml:
7969         * docs/libs/gst-plugins-libs-sections.txt:
7970         * docs/libs/tmpl/gstgconf.sgml:
7971         * docs/upload.mak:
7972         * docs/version.entities.in:
7973           Added boilerplate gtk-doc files for plugin-libs documentation.
7974
7975 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7976
7977         * gst/auparse/gstauparse.c: fix int and float audio caps
7978
7979 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7980
7981         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7982         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7983           g_assert() can be a macro, don't use #ifdef inside it.
7984
7985 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7986
7987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7988
7989         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7990         (gst_videorate_init), (gst_videorate_chain),
7991         (gst_videorate_change_state):
7992           Event handling (fixes #159986).
7993
7994 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7995
7996         * gst-libs/gst/riff/riff-media.c:
7997         (gst_riff_create_video_caps_with_data):
7998           Add BLZ0 (Blizzard's version of DivX) fourcc.
7999
8000 2004-12-18  David Schleef  <ds@schleef.org>
8001
8002         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8003         portability fix.
8004
8005 2004-12-18  David Schleef  <ds@schleef.org>
8006
8007         * gst/tta/ttadec.h: Disable some header code that isn't used
8008         and clearly isn't portable.
8009
8010 2004-12-18  David Schleef  <ds@schleef.org>
8011
8012         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8013         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8014         (avcodec_get_pix_fmt), (avpicture_layout),
8015         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8016         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8017         Fix code to not use GCC extensions (and c99 extensions that
8018         Forte does not like.)
8019
8020 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8021
8022         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8023
8024         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8025         (gst_deinterlace_chain):
8026           Rowstride fixes. Fixes #161039.
8027         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8028         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8029         (gst_video_crop_getcaps), (gst_video_crop_link),
8030         (gst_video_crop_i420), (gst_video_crop_chain),
8031         (gst_video_crop_change_state):
8032           Rework of negotiation. Actually works now. Fixes #158650.
8033
8034 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8035
8036         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8037           That was very stupid.
8038
8039 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8040
8041         * gst/matroska/matroska-demux.c:
8042         (gst_matroska_demux_parse_blockgroup):
8043           Fix possible crasher.
8044
8045 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8046
8047         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8048         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8049           Lace sizes can be zero.
8050
8051 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8052
8053         * ext/musepack/gstmusepackdec.cpp:
8054           Fetch error return values. Fixes #161624.
8055         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8056           Really EOS.
8057
8058 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8059
8060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8061           Work for truncated (unfinished download etc.) files. Fixes #160514.
8062
8063 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8064
8065         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8066           Fix for integer overflow. Makes #156001 not crash. Probably masks
8067           the real bug.
8068
8069 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8070
8071         * gst/ac3parse/gstac3parse.c: (plugin_init):
8072           Parsers never have ranks. Fixes #159651.
8073
8074 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8075
8076         * gst/playback/gstdecodebin.c: (compare_ranks):
8077           make sure the facotries are ordered the same every time even if they
8078           have the same rank by using the name
8079         * gst/playback/gstdecodebin.c: (find_compatibles):
8080           make sure we don't add factories to the list twice
8081
8082 2004-12-16  David Schleef  <ds@schleef.org>
8083
8084         * configure.ac: look for musepack headers as musepack/*.h
8085         (fixes #159847)
8086         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8087         * ext/musepack/gstmusepackreader.h: same
8088
8089 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8090
8091         * gst-libs/gst/riff/riff-read.c:
8092         (gst_riff_read_strf_auds_with_data):
8093           Read extradata correctly (fixes #155879).
8094
8095 2004-12-16  David Schleef  <ds@schleef.org>
8096
8097         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8098         audio.  does _not_ attempt or allow conversion unless channels
8099         is 1 or 2.
8100
8101 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8102
8103         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8104
8105 2004-12-16  David Schleef  <ds@schleef.org>
8106
8107         * gst/audioscale/gstaudioscale.c: the resample library only
8108         handles 1 or 2 channels.  Change caps to compensate.
8109
8110 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8111
8112         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8113         (gst_matroska_demux_audio_caps):
8114           Some MPEG-AAC hacks, because else it doesn't work...
8115
8116 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8117
8118         * gst-libs/gst/riff/riff-media.c:
8119         (gst_riff_create_video_caps_with_data),
8120         (gst_riff_create_video_template_caps):
8121           Add h264.
8122
8123 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8124
8125         * gst-libs/gst/audio/Makefile.am:
8126           Try to fix buildbot.
8127
8128 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8129
8130         * gst/tcp/gstmultifdsink.c:
8131           Clean up and uniformize debugging.
8132
8133 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8134
8135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8138         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8140         (gst_mpeg_demux_change_state):
8141           Reset on ready. Fixes 160276.
8142
8143 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8144
8145         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8146
8147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8148         (gst_ffmpegcsp_pad_link):
8149           Fix memleak (#154815).
8150
8151 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8152
8153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8154
8155         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8156         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8157         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8158         * ext/musicbrainz/gsttrm.h:
8159           Add support for using a proxy server when getting a trm id from
8160           the MusicBrainz database (#149613).
8161
8162 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8163
8164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8165
8166         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8167         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8168           Fix memleaks (#157233).
8169
8170 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8171
8172         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8173
8174         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8175         * gst-libs/gst/resample/resample.h:
8176         * gst/audioscale/gstaudioscale.c:
8177           Fix memleak (#159215).
8178
8179 2004-12-16  Toni Willberg  <toniw@iki.fi>
8180
8181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8182
8183         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8184         * sys/oss/oss_probe.c: (main):
8185           Check for mono/stereo support (similar to samplerate probing),
8186           fixes #159433. Also add missing copyright header to oss_probe.c.
8187
8188 2004-12-15  David Schleef  <ds@schleef.org>
8189
8190         * configure.ac: add audioresample and cairo plugins.  Remove
8191         HAVE_MMX stuff, because it's not used.
8192         * ext/Makefile.am: same
8193         * ext/audioresample/Makefile.am: You are not ready for an
8194         audio resampling element based on audioresample.
8195         * ext/audioresample/gstaudioresample.c:
8196         * ext/audioresample/gstaudioresample.h:
8197         * ext/cairo/Makefile.am: You are not ready for overlay elements
8198         based on cairo.  Don't look too closely, these elements kinda
8199         suck right now.
8200         * ext/cairo/gstcairo.c: new
8201         * ext/cairo/gsttextoverlay.c: new
8202         * ext/cairo/gsttextoverlay.h: new
8203         * ext/cairo/gsttimeoverlay.c: new
8204         * ext/cairo/gsttimeoverlay.h: new
8205         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8206         problem with compilers that don't support variadic macros.
8207
8208 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8209
8210         Reviewed by:  David Schleef  <ds@schleef.org>
8211
8212         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8213         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8214         bit.  Also ran indent-gst.
8215         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8216         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8217         (gst_sunaudiosrc_setparams):
8218
8219 2004-12-14  David Schleef  <ds@schleef.org>
8220
8221         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8222         output rate to 16000.  Should fix #160235.
8223
8224 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8225
8226         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8227         Add typefinding for mpeg2 pes streams
8228
8229 2004-12-13  David Schleef  <ds@schleef.org>
8230
8231         * configure.ac:  Applied patch from bug #143659, making default
8232         sources and sinks OS-dependent (for Solaris), and added code
8233         for OS/X.
8234         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8235
8236 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8237
8238         * gst-libs/gst/riff/riff-media.c:
8239           forgot to add h2.64 to avidemux template caps
8240
8241 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8242
8243         * gst/wavenc/riff.h:
8244         * gst-libs/gst/riff/riff-media.c:
8245         * gst-libs/gst/riff/riff-ids.h:
8246         * gst/avi/gstavimux.c
8247         add 4CC code for VideoSoft h264 in AVI (VSSH)
8248           fixes bug #160655
8249         remove s323 from riff, it's quicktime specific :(
8250
8251 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8252
8253         * gst/asfdemux/README
8254         * gst/wavenc/riff.h
8255         * gst-libs/gst/riff/riff-ids.h
8256         * gst-libs/gst/riff/riff-media.c
8257         * gst/qtdemux/qtdemux.c:
8258           add new 4CC codes for h263 related codecs
8259           fixes partially bug #155163
8260
8261 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8262
8263         * configure.ac: Update polyaudio requirement to 0.7
8264         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8265
8266 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8267
8268         * gst/interleave/deinterleave.c:
8269         fix my name's spelling! :)
8270
8271 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8272
8273         * AUTHORS ChangeLog
8274         * gst/auparse/gstauparse.c
8275         * gst/interleave/deinterleave.c
8276         * gst/law/:
8277                 alaw-decode.c alaw-encode.c
8278                 mulaw-decode.c mulaw-encode.c
8279         * gst/oneton/gstoneton.c
8280         * sys/osxaudio/:
8281                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8282         * sys/osxvideo/:
8283                 cocoawindow.h cocoawindow.m
8284                 osxvideosink.h osxvideosink.m
8285
8286         put the same mail address for Zaheer Abbas Merali everywhere
8287
8288 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8289
8290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8291           Align by packetsize, and assert that we a packet available before
8292           playing. The first makes webstreams work (they often include
8293           trailing padding data in a packet), the second allows pausing a
8294           ASF stream in totem without getting demux errors afterwards.
8295
8296 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8297
8298         * ext/ogg/gstoggdemux.c: (get_relative):
8299           Check for non-NULL before accessing member (end-of-chain).
8300
8301 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8302
8303         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8304         (cdparanoia_set_property), (cdparanoia_get_property):
8305         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8306         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8307         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8308         (dvdreadsrc_init), (dvdreadsrc_set_property),
8309         (dvdreadsrc_get_property):
8310         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8311         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8312           Synchronize property names where not yet the case. Devices are
8313           now device=X, other versions are deprecated (but still exist).
8314           Also use g_free() unconditionally.
8315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8316         (setup_source), (gst_play_base_bin_get_property):
8317           Expose source.
8318
8319 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8320
8321         * configure.ac: move GCONF macro outside conditional for the am
8322           conditional. Fixes #160439
8323
8324 2004-12-08  David Schleef  <ds@schleef.org>
8325
8326         * tools/gst-visualise-m.m: Switch to elements that currently
8327         exist.
8328
8329 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8330
8331         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8332           We love wrong commas.
8333
8334 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8335
8336         * gst/matroska/matroska-demux.c:
8337         (gst_matroska_demux_handle_src_query):
8338           Don't set DEFAULT, unsupported - makes length display incorrectly
8339           in some cases.
8340
8341 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8342
8343         * gst/monoscope/README: remove blurb about files being GPL
8344         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8345         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8346           monoscope is now effectively LGPL licensed
8347
8348 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8349
8350         * gst/monoscope/README: Update information to be more correct
8351         * gst/monoscope/convolve.c: Relicense to LGPL
8352         * gst/monoscope/convolve.h: Relicense to LGPL
8353
8354 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8355
8356         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8357           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8358         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8359           set default_duration for mpeg1 audio
8360
8361 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8362
8363         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8364         * ext/alsa/gstalsa.h:
8365           refactor big chunks of the core caps negotiation code to make it
8366           a lot faster, because people claim it's really slow
8367           (actually, just cache the getcaps when the device is opened)
8368
8369 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8370
8371         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8372         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8373         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8374         (gst_a52dec_change_state), (plugin_init):
8375         * ext/a52dec/gsta52dec.h:
8376           Do something useful with timestamps. Make chain-based (since
8377           there's really no reason to be loopbased).
8378         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8379           Update current_byte/frame correctly.
8380
8381 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8382
8383         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8384         (gst_ape_demux_stream_init):
8385           Forward tags, too.
8386
8387 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8388
8389         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8390           Let's make sure we're done typefinding when detecting tags.
8391
8392 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8393
8394         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8395         (gst_ebml_read_init), (gst_ebml_read_use_event),
8396         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8397         (gst_ebml_read_seek), (gst_ebml_read_skip),
8398         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8399         (gst_ebml_read_master):
8400         * gst/matroska/ebml-read.h:
8401         * gst/matroska/matroska-demux.c:
8402         (gst_matroska_demux_parse_contents),
8403         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8404           Disgustingly evil hack for working around INTERRUPT events and
8405           their extremely annoying habit of being a pain in the ass. We
8406           simply peek a cluster before reading any of it.
8407
8408 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8409
8410         * ext/musepack/gstmusepackdec.cpp:
8411           There's also floating point libmusepacks.
8412
8413 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8414
8415         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8416         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8417           Set DURATION even if source buffer didn't. Also use increasing
8418           timestamps.
8419         * gst-libs/gst/riff/riff-media.c:
8420         (gst_riff_create_audio_caps_with_data):
8421           Block_align can have larger values than 8192.
8422
8423 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8424
8425         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8426         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8427         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8428         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8429           Fix caps.
8430
8431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8432
8433         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8434           Fix logic bug.
8435
8436 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8437
8438         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8439           Yay, another one.
8440
8441 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8442
8443         * ext/esd/esdsink.c: (gst_esdsink_chain):
8444           Make error actually say something useful (fixes #156798).
8445         * gst-libs/gst/riff/riff-media.c:
8446         (gst_riff_create_video_caps_with_data),
8447         (gst_riff_create_video_template_caps):
8448           Add Intel Video 5.0 fourcc (IV50).
8449
8450 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8451
8452         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8453         detection on mono and stereo mp3 files.
8454
8455 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8456
8457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8458           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8459           the contained stream).
8460
8461 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8462
8463         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8464           Oops, remove debug.
8465
8466 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8467
8468         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8469
8470         * gst/law/alaw-decode.c: (alawdec_getcaps):
8471         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8472           Prevent warnings when negotiating caps (fixes #159338).
8473
8474 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8475
8476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8477         (gst_ffmpegcsp_chain):
8478           Remove old leftover that shouldn't be there...
8479
8480 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8481
8482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8483
8484         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8485           Don't forward DISCONT events (fixes #159684).
8486
8487 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8488
8489         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8490           Unlink manually since sometimes bin disposal (and therefore
8491           pad unlinking) is delayed, which will cause a new media file
8492           to not be able to start playing instantly.
8493
8494 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8495
8496         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8497           On mute of an unlinked stream, check for pad availability so
8498           we don't crash on unlinked pad.
8499
8500 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8501
8502         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8503         (gst_avi_demux_massage_index):
8504           Fix quite humiliating bug in omitting 0-sized index chunks but
8505           forgetting to count them for timestamps.
8506
8507 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8508
8509         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8510           Actually leave the loop if we failed to sync. Don't crash.
8511
8512 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8513
8514         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8515         (gst_dvd_demux_process_private):
8516         * gst/mpegstream/gstdvddemux.h:
8517           Fix crash (#159759). Doesn't work, though. :-(.
8518
8519 2004-11-28  Benjamin Otte  <otte@gnome.org>
8520
8521         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8522           more overwriting protection due to modifying channels one by one
8523           instead of all at once
8524
8525 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8526
8527         * gst/audioconvert/gstchannelmix.c:
8528         (gst_audio_convert_fill_normalize):
8529           Normalize using absolute values.
8530
8531 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8532
8533         * configure.ac:
8534         * ext/Makefile.am:
8535         * ext/directfb/Makefile.am:
8536         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8537         (gst_directfbvideosink_get_pixel_format),
8538         (gst_directfbvideosink_get_format_from_fourcc),
8539         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8540         (gst_directfbvideosink_sink_link),
8541         (gst_directfbvideosink_change_state),
8542         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8543         (gst_directfbvideosink_buffer_alloc),
8544         (gst_directfbvideosink_interface_supported),
8545         (gst_directfbvideosink_interface_init),
8546         (gst_directfbvideosink_navigation_send_event),
8547         (gst_directfbvideosink_navigation_init),
8548         (gst_directfbvideosink_set_property),
8549         (gst_directfbvideosink_get_property),
8550         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8551         (gst_directfbvideosink_base_init),
8552         (gst_directfbvideosink_class_init),
8553         (gst_directfbvideosink_get_type), (plugin_init):
8554         * ext/directfb/directfbvideosink.h: Adding a first version of
8555         directfbvideosink.
8556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8557         more.
8558
8559 2004-11-28  Benjamin Otte  <otte@gnome.org>
8560
8561         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8562           walk the samples backwards if out_channels > in_channels so we don't
8563           overwrite data
8564
8565 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8566
8567         * gst/audioconvert/Makefile.am:
8568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8569         (gst_audio_convert_link), (gst_audio_convert_change_state),
8570         (gst_audio_convert_channels):
8571         * gst/audioconvert/gstchannelmix.c:
8572         (gst_audio_convert_unset_matrix),
8573         (gst_audio_convert_fill_identical),
8574         (gst_audio_convert_fill_compatible),
8575         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8576         (gst_audio_convert_fill_others),
8577         (gst_audio_convert_fill_normalize),
8578         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8579         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8580         * gst/audioconvert/gstchannelmix.h:
8581           Implement a channel mixer.
8582
8583 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8584
8585         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8586         * ext/alsa/gstalsa.h:
8587         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8588         Make alsasink actually honor gst_element_set_clock and use that
8589         clock instead of its internal one.
8590
8591 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8592
8593         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8594         (gst_play_base_bin_change_state): nullify source and decoder when
8595         going from READY to NULL so that we don't try to do weird stuff with
8596         them when going from NULL to READY
8597         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8598         instead of g_object_unref
8599         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8600         it should be correct
8601         (gst_play_bin_change_state): don't call remove_sinks if we are
8602         currently disposing the object
8603
8604 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8605
8606         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8607           Don't forget bass if it's there. Else left channel is silent...
8608
8609 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8610
8611         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8612         (gst_a52dec_change_state):
8613           Don't do sample adjusting anymore, we use float audio now.
8614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8615           Don't fixate to non-existing properties.
8616
8617 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8618
8619         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8620         (gst_a52dec_change_state):
8621           Advertise that we can do surround sound.
8622
8623 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8624
8625         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8626           Add buffer-frames=0.
8627         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8628         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8629         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8630         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8631         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8632         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8633         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8634         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8635         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8636         * ext/dvdread/dvdreadsrc.h:
8637           Add seeking, querying for bytes, sectors, title, angle and
8638           chapter. Handle multiple chapters. Relicense to LGPL because
8639           Billy agreed on that (thanks Billy!).
8640
8641 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8642
8643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8644         call parent dispose method
8645
8646 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8647
8648         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8649         (gst_audio_clock_get_internal_time):
8650         Fix active <-> inactive transitions: ensure time value always
8651         grows and avoid abrupt value changes.
8652
8653 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8654
8655         * configure.ac:
8656         * gst/tta/Makefile.am:
8657         * gst/tta/crc32.h:
8658         * gst/tta/filters.h:
8659         * gst/tta/gsttta.c:
8660         * gst/tta/gstttadec.c:
8661         * gst/tta/gstttadec.h:
8662         * gst/tta/gstttaparse.c:
8663         * gst/tta/gstttaparse.h:
8664         * gst/tta/ttadec.h:
8665           added TTA parser and decoder
8666
8667 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8668
8669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8670         (probe_triggered), (check_queue), (buffer_underrun),
8671         (buffer_running), (buffer_overrun), (gen_source_element),
8672         (setup_source):
8673         * gst/playback/gstplaybasebin.h:
8674           Implement buffering. Needs some more work.
8675
8676 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8677
8678         * ext/theora/theoradec.c: (theora_dec_chain):
8679           Fix ilog mask range overflow.
8680
8681 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8682
8683         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8684           Don't omit the last (which in case of dmix is the only :) )
8685           channel count. Don't set channels if <= 2.
8686
8687 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8688
8689         * gst/playback/gstplaybin.c: (gen_video_element),
8690         (gen_audio_element): Removed 2 obsolete comments
8691
8692 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8693
8694         * ext/vorbis/oggvorbisenc.c
8695         * ext/vorbis/vorbisenc.c :
8696           change description fields of those plugins to differentiate them
8697           (pitivi show Encoders by description, they had the same one)
8698
8699 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8700
8701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8702
8703         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8704         (gst_play_bin_set_property), (gen_video_element),
8705         (gen_audio_element):
8706           Refcounting fixes for provided audio-/videosinks.
8707
8708 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8709
8710         * gst/playback/gstplaybin.c: (gen_video_element),
8711         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8712           Don't reference all sinks, but only the video- and audiosinks.
8713           The vis. element should be disposed when we're done with it.
8714           We don't have any reason to keep it around. This fixes warnings
8715           when reusing playbin for playing multiple audio files with
8716           vis. enabled. Also release audio device on pause - idea stolen
8717           from Rhythmbox.
8718
8719 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8720
8721         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8722         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8723         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8724         * ext/alsa/gstalsaplugin.c: (plugin_init):
8725         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8726         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8727         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8728         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8729         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8730         (gst_faad_change_state), (plugin_init):
8731         * ext/faad/gstfaad.h:
8732         * ext/vorbis/vorbis.c: (plugin_init):
8733         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8734         * gst-libs/gst/audio/Makefile.am:
8735         * gst-libs/gst/audio/audio.c: (plugin_init):
8736         * gst-libs/gst/audio/multichannel.c:
8737         (gst_audio_check_channel_positions),
8738         (gst_audio_get_channel_positions),
8739         (gst_audio_set_channel_positions),
8740         (gst_audio_set_structure_channel_positions_list),
8741         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8742         (gst_audio_fixate_channel_positions):
8743         * gst-libs/gst/audio/multichannel.h:
8744         * gst-libs/gst/audio/testchannels.c: (main):
8745         * gst/audioconvert/gstaudioconvert.c:
8746         (gst_audio_convert_class_init), (gst_audio_convert_init),
8747         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8748         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8749         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8750         * gst/audioconvert/plugin.c: (plugin_init):
8751           Surround sound support.
8752
8753 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8754
8755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8756           Fix position for discont if we're close as well. Nitpicking, but
8757           saves a few milliseconds of extra waiting or skipping.
8758
8759 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8760
8761         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8762           We sometimes need parsers for playback, so add those too.
8763
8764 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8765
8766         * configure.ac:
8767         * gst/apetag/Makefile.am:
8768         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8769         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8770         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8771         (gst_ape_demux_get_src_query_types),
8772         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8773         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8774         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8775         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8776         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8777         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8778         (gst_ape_demux_change_state):
8779         * gst/apetag/apedemux.h:
8780         * gst/apetag/apetag.c: (plugin_init):
8781         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8782         (plugin_init):
8783           APE v1/2 tag reader plus typefind function.
8784
8785 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8786
8787         * configure.ac:
8788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8789         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8790           Remove hacks for older core. Require newer core version
8791           accordingly.
8792
8793 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8794
8795         * gst/cdxaparse/Makefile.am:
8796         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8797         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8798         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8799         * gst/cdxaparse/gstcdxaparse.h:
8800         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8801         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8802         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8803         (gst_cdxastrip_get_src_query_types),
8804         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8805         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8806         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8807         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8808         * gst/cdxaparse/gstcdxastrip.h:
8809           SVCD/VCD header stripping separated from CDXA image parsing.
8810         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8811         (plugin_init):
8812           Add VCD/SVCD header typefinding for VCD/SVCD.
8813         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8814         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8815         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8816         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8817         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8818         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8819         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8820         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8821         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8822         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8823         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8824         * sys/vcd/vcdsrc.h:
8825           Fix up, add seeking, querying, URI interface. Works in totem now.
8826
8827 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8828
8829         * configure.ac:
8830           back to CVS
8831
8832 === release 0.8.6 ===
8833
8834 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8835
8836         * NEWS:
8837         * RELEASE:
8838         * configure.ac:
8839         * po/af.po:
8840         * po/az.po:
8841         * po/cs.po:
8842         * po/en_GB.po:
8843         * po/hu.po:
8844         * po/it.po:
8845         * po/nb.po:
8846         * po/nl.po:
8847         * po/or.po:
8848         * po/sq.po:
8849         * po/sr.po:
8850         * po/sv.po:
8851         * po/uk.po:
8852           releasing 0.8.6, "IOU Love"
8853
8854 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8855
8856         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8857
8858         * gst/playback/gstplaybasebin.c:
8859           Fix unplayable files error handling.  Fixes #158365
8860
8861 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8862
8863         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8864
8865         * gst/typefind/gsttypefindfunctions.c:
8866           Fix broken mp3 typefinding.  Fixes #158375
8867
8868 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8869
8870         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8871
8872         * ext/ogg/gstoggdemux.c:
8873           Fix sync on broken files.  Fixes #158976
8874
8875 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8876
8877         patch by: Edward Hervey <bilboed@bilboed.com>
8878
8879         * ext/libpng/gstpngenc.c:
8880           Copy over buffer properties.  Fixes #158832
8881
8882 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8883
8884         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8885
8886         * ext/dvdread/dvdreadsrc.c:
8887           Fixes invalid reads (#158462)
8888
8889 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8890
8891         * sys/v4l/gstv4lsrc.c:
8892         * sys/v4l/gstv4lsrc.h:
8893         * sys/v4l/v4lsrc_calls.c:
8894           Probe less and cache it.  Fixes #159187.
8895
8896 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8897
8898         * gst/videorate/gstvideorate.c:
8899           Handle all video formats. Fixes #159186.
8900
8901 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8902         * gst/synaesthesia/gstsynaesthesia.c:
8903         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8904         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8905         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8906         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8907         (gst_synaesthesia_change_state), (plugin_init):
8908         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8909         Force 320x200 output, as that's the only thing the underlying
8910         synaesthesia implementation supports. Still needs to be made
8911         re-entrant.
8912
8913 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8914
8915         * configure.ac:
8916           Fix mpeg2enc configure check (similar to mplex check below).
8917
8918 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8919
8920         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8923           Fix for gcc-2.95 (fixes #158221).
8924
8925 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8926
8927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8928           Re-add clock distribution hack (until new core is released).
8929           Fixes #158125.
8930
8931 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8932         * configure.ac:
8933           fix mplex configure check segfaulting on some systems (bug #140994)
8934
8935 2004-11-13  Benjamin Otte  <otte@gnome.org>
8936
8937         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8938           add debugging
8939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8940           do a wait when we enter the loop func with no data available to
8941           write instead of getting into an 100% CPU loop by just returning and
8942           being called again by the scheduler
8943
8944 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8945
8946         * configure.ac:
8947         * ext/libvisual/visual.c: (gst_visual_get_type),
8948         (libvisual_log_handler), (gst_visual_getcaps),
8949         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8950         (plugin_init):
8951           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8952         * ext/smoothwave/Makefile.am:
8953         * ext/smoothwave/demo-osssrc.c: (main):
8954         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8955         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8956         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8957         (plugin_init):
8958         * ext/smoothwave/gstsmoothwave.h:
8959           Make gstsmoothwave a working element in the 20th century.
8960
8961         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8962           Fix incorrect link function
8963
8964 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8965
8966         * gst/volume/gstvolume.c:
8967           Allow buffer-frames=0.
8968
8969 2004-11-12 Iain <iaingnome@gmail.com>
8970
8971         * configure.ac: Check for polypaudio
8972
8973         * ext/Makefile.am: Build the polyp dir
8974
8975         * ext/polyp: The polypsink sources.
8976
8977 2004-10-30 Iain <iaingnome@gmail.com>
8978
8979         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8980         caps to reflect the new number of channels.
8981
8982 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8983
8984         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8985           Fix for negotiation order problem. This would show when the
8986           ALSA loopfuction was called before any other function. ALSA
8987           wouldn't do anything because we're not negotiated yet, leading
8988           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8989
8990 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8991
8992         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8993
8994         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8995           No warnings (#157986).
8996
8997 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8998
8999         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9000           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9001
9002 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9003
9004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9005           Signal no-more-pads (so it works in playbin).
9006
9007 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9008
9009         * ext/musepack/gstmusepackreader.cpp:
9010           Workaround for older core.
9011
9012 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9015           Actually test for odd width/height rather than testing whether
9016           a temporary variable that was 0 before we subtracted 1 is now
9017           not equal to zero (which it always is).
9018
9019 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9020
9021         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9022         Fix compilation if HAVE_XVIDEO is not defined
9023
9024 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9025
9026         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9027         Fix compilation if HAVE_XVIDEO is not defined
9028
9029 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9030
9031         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9032         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9033         (gst_goom_change_state), (plugin_init):
9034         Use the bytestream adapter so goom doesn't depend on the input
9035         buffer size.
9036         Add a debug category
9037
9038 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9039
9040         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9041           Only set hardware parameters *after* negotiation. Before
9042           negotiation, it will set ANY and that seems to cause crashes
9043           (see e.g. #151288, #153227).
9044
9045 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9046
9047         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9048           This seems to be antique leftover. It needs to pass error
9049           checking.
9050         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9051         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9052         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9053         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9054           Fix GstXOverlay implementation (#151059).
9055
9056 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9057
9058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9059           Don't assert (#157853).
9060
9061 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9062
9063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9064           Fix bytes/samples confustion.
9065         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9066           Fix for underrun (#144389).
9067
9068 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9069
9070         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9071           Disable halfway-seek for pending release (since it needs a new
9072           core release).
9073
9074 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9075
9076         * sys/v4l/gstv4lsrc.c:
9077         * sys/v4l/gstv4lsrc.h:
9078         * sys/v4l/v4lsrc_calls.c:
9079           add autoprobe-fps property so we can separate autoprobing parts
9080
9081 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9082
9083         * sys/v4l/gstv4lsrc.c:
9084         * sys/v4l/v4lsrc_calls.c:
9085         initialise fourcc to catch unset fourcc's, and debug
9086
9087 2004-11-09  Wim Taymans  <wim@fluendo.com>
9088
9089         * gst/playback/README:
9090         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9091         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9092         (gst_play_bin_dispose), (gst_play_bin_set_property),
9093         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9094         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9095         (gst_play_bin_get_formats), (gst_play_bin_convert),
9096         (gst_play_bin_get_query_types), (gst_play_bin_query):
9097         Cleanups and some more documentation.
9098
9099 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9100
9101         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9102         (gst_cacasink_init), (gst_cacasink_chain):
9103         * ext/libcaca/gstcacasink.h:
9104         Cacasink inherits from VideoSink, so let that store the clock.
9105
9106 2004-11-09  Wim Taymans  <wim@fluendo.com>
9107
9108         * gst/playback/README:
9109         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9110         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9111         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9112         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9113         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9114         (setup_sinks):
9115         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9116         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9117         * gst/playback/gststreaminfo.h:
9118         Updated README.
9119         Only switch groups if all streams have muted (EOSed).
9120         Send Tags in sync with the stream playback instead of in
9121         the playback/preroll phase.
9122         Some cleanups, free the fakesrc elements.
9123
9124 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9125
9126         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9127           buffer-frames property was missing
9128         * ext/arts/gst_arts.c:
9129           rate missing from sinkcaps
9130         * ext/audiofile/gstafparse.c:
9131         * ext/audiofile/gstafsink.c:
9132         * ext/audiofile/gstafsrc.c:
9133         * ext/swfdec/gstswfdec.c:
9134           int audio doesn't know buffer-frames
9135         * ext/cdparanoia/gstcdparanoia.c:
9136           int audio doesn't know chunksize either
9137         * ext/nas/nassink.c:
9138           it's endianness, not endianess
9139         * gst-libs/gst/audio/audio.h:
9140           make float standard pad template caps really describe float
9141         * gst/law/mulaw.c: (linear_factory):
9142           signed only, please
9143         * gst/mpegstream/gstdvddemux.c:
9144           widths of 20 are not valid
9145
9146 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9147
9148         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9149
9150         * po/LINGUAS:
9151         * po/it.po:
9152           Add Italian
9153
9154 2004-11-08  Wim Taymans  <wim@fluendo.com>
9155
9156         * gst/playback/README:
9157         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9158         * gst/playback/gstplaybasebin.c: (probe_triggered),
9159         (gst_play_base_bin_change_state):
9160         Updated README, added more comments for fixmes etc..
9161
9162 2004-11-08  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9165         We can remove this hack now.
9166
9167 2004-11-08  Wim Taymans  <wim@fluendo.com>
9168
9169         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9170         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9171         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9172         Only mix AYUV for maximum quality.
9173
9174 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9175
9176         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9177         (gst_ogg_demux_push), (gst_ogg_pad_push):
9178           Let's act as if we're synchronized now! :).
9179         * ext/theora/theoradec.c: (theora_dec_chain):
9180           Add some debug.
9181
9182 2004-11-08  Wim Taymans  <wim@fluendo.com>
9183
9184         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9185         (gst_alpha_set_property), (gst_alpha_sink_link),
9186         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9187         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9188         (gst_alpha_init_params), (gst_alpha_chain):
9189         Implement alpha functions for AYUV too, this increases
9190         accuracy quite a bit.
9191
9192 2004-11-08  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst/ffmpegcolorspace/avcodec.h:
9195         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9196         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9197         (gst_ffmpegcsp_avpicture_fill):
9198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9199         (gst_ffmpegcsp_caps_remove_format_info):
9200         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9201         (shrink12), (img_get_alpha_info), (deinterlace_line),
9202         (deinterlace_line_inplace):
9203         * gst/ffmpegcolorspace/imgconvert_template.h:
9204         Added AYUV colorspace and handle RGBA a bit more respectful.
9205
9206 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9207
9208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9209           Actually always send a discont (cornercase when resending the
9210           same serial-tagged chain twice).
9211
9212 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9213
9214         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9215         (gst_ximagesink_finalize):
9216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9217         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9218
9219 2004-11-08  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9222         Don't segfault on NULL data.
9223
9224 2004-11-08  Wim Taymans  <wim@fluendo.com>
9225
9226         * gst/playback/gstdecodebin.c: (unlinked):
9227         * gst/playback/gstplay-marshal.list:
9228         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9229         (gst_play_base_bin_init), (group_create), (get_active_group),
9230         (get_building_group), (group_destroy), (group_commit),
9231         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9232         (add_element_stream), (no_more_pads), (probe_triggered),
9233         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9234         (state_change), (setup_source), (gst_play_base_bin_get_property),
9235         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9236         (gst_play_base_bin_link_stream),
9237         (gst_play_base_bin_get_streaminfo):
9238         * gst/playback/gstplaybasebin.h:
9239         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9240         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9241         Add support for chained ogg files. Prepare for playlist
9242         support. This patch introduces the concept of pad groups, which
9243         together compose one playable media file.
9244
9245 2004-11-07  David Schleef  <ds@schleef.org>
9246
9247         * testsuite/gst-lint: Check for pad templates that aren't statically
9248         scoped.
9249
9250 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9251
9252         * configure.ac:
9253         * ext/Makefile.am:
9254         * ext/musepack/Makefile.am:
9255         * ext/musepack/gstmusepackdec.cpp:
9256         * ext/musepack/gstmusepackdec.h:
9257         * ext/musepack/gstmusepackreader.cpp:
9258         * ext/musepack/gstmusepackreader.h:
9259           Add musepack decoder.
9260         * ext/faad/gstfaad.c: (gst_faad_base_init):
9261           Make pad templates static.
9262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9263         (plugin_init):
9264           Add musepack typefinder, make mp3 typefinding work halfway stream,
9265           which doesn't actually work yet because id3demux doesn't implement
9266           _get_length().
9267
9268 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9269
9270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9271         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9272           Fix interrupt event handling (#144436).
9273
9274 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9275
9276         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9277           Hide unused glory.
9278
9279 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9280
9281         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9282
9283         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9284           Fix weird caps (#157548).
9285
9286 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9287
9288         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9289
9290         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9291           Add missing NULL terminator (#157543).
9292
9293 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9294
9295         * gst/tcp/gsttcp.h:
9296         * gst/tcp/gsttcpclientsink.c:
9297         * gst/tcp/gsttcpclientsrc.c:
9298         * gst/tcp/gsttcpserversink.c:
9299         * gst/tcp/gsttcpserversrc.c:
9300           ports can go up to 65535.  Move common defines to gsttcp.h
9301
9302 2004-11-05  Wim Taymans  <wim@fluendo.com>
9303
9304         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9305         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9306         Added two more colorspaces.
9307
9308 2004-11-05  Wim Taymans  <wim@fluendo.com>
9309
9310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9311         (gst_ffmpegcsp_avpicture_fill):
9312         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9313         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9314         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9315         More stride fixes.
9316
9317 2004-11-05  Wim Taymans  <wim@fluendo.com>
9318
9319         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9320         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9321         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9322         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9323         (gst_videomixer_loop):
9324         More stride fixes.
9325
9326 2004-11-05  Benjamin Otte  <otte@gnome.org>
9327
9328         * ext/mad/gstmad.c: (gst_mad_chain):
9329           don't overflow data buffer. Flush not needed sync data when syncing
9330           failed.
9331
9332 2004-11-04  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9335         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9336         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9337         (gst_alpha_init_params), (gst_alpha_chain),
9338         (gst_alpha_change_state):
9339         Updated the chroma keying algorithm with something more
9340         sophisticated.
9341
9342 2004-11-03  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9345         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9346         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9347         Fix stride issues. Does not completely work for odd
9348         heights.
9349
9350 2004-11-03  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9353         (gst_alpha_chroma_key), (gst_alpha_chain):
9354         Fix stride issues. Does not completely work for odd
9355         heights.
9356
9357 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9358
9359         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9360         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9361         leak fixes
9362
9363 2004-11-03  Wim Taymans  <wim@fluendo.com>
9364
9365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9366         (gst_ffmpegcsp_avpicture_fill):
9367         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9368         (avpicture_alloc):
9369         * gst/ffmpegcolorspace/imgconvert_template.h:
9370         Use correct _fill function to get correct strides.
9371
9372 2004-11-02  David Schleef  <ds@schleef.org>
9373
9374         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9375         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9376         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9377         Change all g_print()s to debugging.  Add a bunch of consistency
9378         checks.
9379
9380 2004-11-02  Wim Taymans  <wim@fluendo.com>
9381
9382         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9383         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9384         (unlinked), (no_more_pads), (close_link):
9385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9386         (unknown_type), (add_element_stream), (new_decoded_pad),
9387         (removed_decoded_pad), (setup_source):
9388         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9389         (gst_stream_info_class_init), (gst_stream_info_init),
9390         (gst_stream_info_new), (gst_stream_info_dispose),
9391         (stream_info_mute_pad), (gst_stream_info_set_property),
9392         (gst_stream_info_get_property):
9393         * gst/playback/gststreaminfo.h:
9394         Fix playback of multiple files.
9395         a slightly different approach to handling dynamic pad removals.
9396         This one only looks at pads that we have linked.
9397
9398 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9399
9400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9401         free" warning from libc.
9402
9403 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9404
9405         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9406         (get_unconnected_element), (remove_starting_from), (pad_removed),
9407         (close_link):
9408           Implement support for dynamic pad changing. We listen to "live"
9409           pad removals (i.e. while playing) and re-setup autoplugging
9410           after that. Playbasebin/playbin need some more work for this
9411           to finally work, but decodebin supports (and replugs) chained
9412           ogg now.
9413
9414 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9415
9416         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9417         (gst_alsa_finalize):
9418         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9419         (gst_cdaudio_finalize):
9420         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9421         (cdparanoia_finalize):
9422         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9423         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9424         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9425         (dvdreadsrc_finalize):
9426         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9427         (gst_flacdec_finalize):
9428         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9429         (gst_flacenc_finalize):
9430         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9431         (gst_gnomevfssink_finalize):
9432         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9433         (gst_gnomevfssrc_finalize):
9434         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9435         (gst_fameenc_finalize):
9436         * ext/nas/nassink.c: (gst_nassink_class_init),
9437         (gst_nassink_finalize):
9438         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9439         (gst_sdlvideosink_class_init):
9440         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9441         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9442         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9443         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9444         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9445         (gst_x_window_listener_dispose):
9446         * gst/audioscale/gstaudioscale.c:
9447         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9448         (play_on_demand_finalize):
9449         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9450         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9451         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9452         (cdplayer_finalize):
9453         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9454         (gst_glimagesink_class_init):
9455         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9456         (gst_osselement_finalize):
9457         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9458         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9459         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9460           Fixes a bunch of problems with finalize and dispose functions,
9461           either assumptions that dispose is only called once, or not calling
9462           the parent class dispose/finalize function
9463
9464 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9465
9466         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9467           added two api precondition guards
9468           use g_strdup with getenv to fix crash when using ENVVAR
9469
9470 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9471         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9472         (gst_esdsink_finalize):
9473         Use a finalize function, not dispose, and more importantly,
9474         call the parent class finalize function too
9475
9476 2004-11-01  Johan Dahlin  <johan@gnome.org>
9477
9478         * ext/ogg/gstoggdemux.c:
9479         * gst/tags/gstvorbistag.c:
9480         Plug leaks.
9481
9482 2004-10-31  Benjamin Otte  <otte@gnome.org>
9483
9484         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9485           lotsa memleaks today. But they're all small...
9486
9487 2004-10-31  Benjamin Otte  <otte@gnome.org>
9488
9489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9490           another memleak crushed
9491
9492 2004-10-31  Benjamin Otte  <otte@gnome.org>
9493
9494         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9495           fix memleak
9496
9497 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9498
9499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9500           Hack to prevent crash when going to READY inside signal handler
9501           while this function is active.
9502
9503 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9504
9505         * gst/ffmpegcolorspace/Makefile.am:
9506         * gst/ffmpegcolorspace/avcodec.h:
9507         * gst/ffmpegcolorspace/common.h:
9508         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9509         * gst/ffmpegcolorspace/dsputil.h:
9510         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9511         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9512         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9513         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9514         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9515         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9516         (gst_ffmpegcsp_avpicture_fill):
9517         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9519         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9520         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9521         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9522         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9523         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9524         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9525         * gst/ffmpegcolorspace/imgconvert.c:
9526         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9527         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9528         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9529         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9530         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9531         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9532         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9533         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9534         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9535         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9536         (grow21), (grow22), (grow41), (grow44), (conv411),
9537         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9538         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9539         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9540         (avpicture_free), (is_yuv_planar), (img_convert),
9541         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9542         (deinterlace_line_inplace), (deinterlace_bottom_field),
9543         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9544         * gst/ffmpegcolorspace/imgconvert_template.h:
9545         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9546         * gst/ffmpegcolorspace/mmx.h:
9547         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9548         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9549         (av_freep), (avcodec_get_context_defaults),
9550         (avcodec_alloc_context), (avcodec_init):
9551           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9552           handling plus update from ffmpeg CVS. Large clean-up.
9553
9554 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9555
9556         * gst/playback/Makefile.am:
9557           We need the marshallers for decodebin, too.
9558
9559 2004-10-30  David Schleef  <ds@schleef.org>
9560
9561         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9562           quicktime typefinding work with 64-bit offsets.
9563
9564 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9565
9566         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9567           Set EOS on the element when processing an EOS event.
9568         * ext/speex/gstspeexdec.h:
9569         * ext/speex/gstspeexenc.h:
9570           Only keep a const ptr to the mode
9571         * gst-libs/gst/riff/riff-media.c:
9572         (gst_riff_create_audio_caps_with_data),
9573         (gst_riff_create_audio_template_caps):
9574           Allow WMAV3, with up to 6 channels.
9575         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9576           Don't call gst_pad_set_event_function on a sink pad.
9577         * gst/mpegstream/gstdvddemux.c:
9578         (gst_dvd_demux_get_subpicture_stream),
9579         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9580           Copy the explicit caps that were set across to the cur_* pads,
9581           instead of trying to use a possibly non-existent negotiated caps.
9582           Reset the type of subpicture pads to UNKNOWN after calling
9583           init_stream, so that the caps get set.
9584
9585 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9586
9587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9588
9589         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9590           Don't touch buffer if it is of size 0 (fixes #151064).
9591
9592 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9593
9594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9595           Synchronized discont handling.
9596
9597 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9598
9599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9600         (gst_ogg_demux_push):
9601           Make seeking sort-of exact again (fixes #156387).
9602
9603 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9604
9605         * gst/playback/gstplaybasebin.c: (unknown_type),
9606         (add_element_stream), (new_decoded_pad),
9607         (gst_play_base_bin_change_state):
9608         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9609         (gst_stream_info_init), (gst_stream_info_new),
9610         (gst_stream_info_dispose), (gst_stream_info_get_property):
9611         * gst/playback/gststreaminfo.h:
9612           Make caps explicitely available. Makes testing for unsupported
9613           types possible. Improves error reporting.
9614
9615 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9616
9617         * gst/audioconvert/gstaudioconvert.c:
9618         (gst_audio_convert_buffer_to_default_format):
9619           Really don't touch read-only buffers (#156563).
9620
9621 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9622
9623         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9624
9625         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9626           Fix memleak (#155223).
9627
9628 2004-10-29  Wim Taymans  <wim@fluendo.com>
9629
9630         * gst/tcp/.cvsignore:
9631         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9632         (gst_multifdsink_class_init), (gst_multifdsink_init),
9633         (gst_multifdsink_add), (gst_multifdsink_remove),
9634         (gst_multifdsink_remove_client_link), (is_sync_frame),
9635         (gst_multifdsink_new_client),
9636         (gst_multifdsink_handle_client_write),
9637         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9638         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9639         (gst_multifdsink_get_property):
9640         * gst/tcp/gstmultifdsink.h:
9641         Added burst on connect sync_method, deprecated sync_clients,
9642         streamlined the sync code some more.
9643
9644 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9645
9646         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9647         (gst_play_base_bin_change_state):
9648           Improve error reporting.
9649
9650 2004-10-28  Wim Taymans  <wim@fluendo.com>
9651
9652         * gst/tcp/Makefile.am:
9653         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9654         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9655         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9656         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9657         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9658         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9659         (gst_fdset_wait):
9660         Added more locks around fdset structures. Fixed/reworked
9661         the poll array resizing code.
9662         Added stress test for fdset.
9663
9664 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9665
9666         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9667         fix build
9668
9669 2004-10-28  Benjamin Otte  <otte@gnome.org>
9670
9671         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9672           fix link function to always query channels and query width for
9673           floats
9674         * configure.ac:
9675           add equalizer dir
9676         * gst/equalizer/Makefile.am:
9677         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9678         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9679         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9680         (arg_to_scale), (setup_filter),
9681         (gst_iir_equalizer_compute_frequencies),
9682         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9683         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9684         (plugin_init):
9685           add an equalizer
9686
9687 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9688
9689         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9690
9691         * po/LINGUAS:
9692         * po/nb.po:
9693           Added Norwegian Bokmaal translation
9694
9695 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9696
9697         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9698           Don't break on options (fixes #156488).
9699
9700 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9701
9702         * configure.ac:
9703         * ext/cdaudio/Makefile.am:
9704         * sys/Makefile.am:
9705           fix build on older automake
9706
9707 2004-10-26  Wim Taymans  <wim@fluendo.com>
9708
9709         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9710         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9711         Allow a little margin when negotiating the framerate.
9712
9713 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9714
9715         * gst/level/gstlevel.c:
9716           synchonised naming of pads and pad-templates
9717
9718 2004-10-26  Wim Taymans  <wim@fluendo.com>
9719
9720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9721         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9722         (_find_streams_check), (gst_ogg_demux_push):
9723         Fix EOS again. Needs to be done in a better way. We should not
9724         remove the pad if there is no new chained stream.
9725
9726 2004-10-26 Iain <iaingnome@gmail.com>
9727
9728         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9729         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9730         of the caps.
9731         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9732         pad.
9733         (interleave_release_pad): Remove the pad.
9734         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9735         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9736         the set device.
9737         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9738         attrs
9739         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9740         (gst_xvimagesink_finalize): Free the par.
9741
9742 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9743
9744         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9745         (gst_avimux_stop_file):
9746           First calculate the rate, and only then use it. Hdr.rate is a
9747           multiple and not a derivative of hdr.scale. Scale is not the
9748           same as blockalign but is solely related to rate.
9749
9750 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9751
9752         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9753         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9754           Implement seeking.
9755
9756 2004-10-25  James Henstridge  <james@jamesh.id.au>
9757
9758         Reviewed by:  David Schleef  <ds@schleef.org>
9759
9760         * examples/gstplay/player.c: (got_stream_length), (main):
9761         * examples/seeking/cdplayer.c: (update_scale):
9762         * examples/seeking/seek.c: (format_value), (update_scale):
9763         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9764         (stop_seek):
9765         Build fixes on AMD64.
9766
9767 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9768
9769         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9770
9771         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9772         Fix for some v4l cards which hang in v4lsrc
9773
9774 2004-10-25  Wim Taymans  <wim@fluendo.com>
9775
9776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9777         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9778         Make sure to remove the pad when a new chain is
9779         encountered. Set some vars to NULL so we don't try
9780         to reference freed memory.
9781
9782 2004-10-25  Wim Taymans  <wim@fluendo.com>
9783
9784         * examples/seeking/Makefile.am:
9785         * examples/seeking/cdplayer.c: (update_scale):
9786         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9787         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9788         (format_value), (update_scale), (iterate), (start_seek),
9789         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9790         (print_usage), (main):
9791         Added some more examples, update others.
9792
9793 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9794
9795         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9796         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9797         * ext/theora/theoradec.c: (theora_dec_chain):
9798         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9799           Add codec-name metadata.
9800
9801 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9802
9803         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9804
9805         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9806         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9807         * ext/alsa/gstalsamixertrack.h:
9808         * po/POTFILES.in:
9809           ALSA mixer track label internationalization (#154054).
9810
9811 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9812
9813         * ext/theora/theoradec.c: (theora_dec_chain):
9814           Export bitrate as metadata.
9815
9816 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9817
9818         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9819         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9820         * ext/alsa/gstalsamixertrack.h:
9821           Fix names, fix loop.
9822
9823 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9824
9825         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9826         (speex_dec_convert):
9827           sinkconvert function so oggdemux can get the file length (totem).
9828
9829 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9830
9831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9832
9833         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9834           Don't push incomplete packets.
9835         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9836           Fix MPEG-4 audio typefinding.
9837
9838 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9839
9840         * sys/v4l/Makefile.am:
9841         * sys/v4l/gstv4l.c: (plugin_init):
9842         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9843         (gst_v4lelement_init), (gst_v4lelement_dispose),
9844         (gst_v4lelement_change_state):
9845         * sys/v4l/gstv4lelement.h:
9846         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9847         (gst_v4l_xoverlay_close), (idle_refresh),
9848         (gst_v4l_xoverlay_set_xwindow_id):
9849         * sys/v4l/gstv4lxoverlay.h:
9850         * sys/v4l/v4l-overlay_calls.c:
9851         * sys/v4l/v4l_calls.h:
9852         * sys/v4l2/Makefile.am:
9853         * sys/v4l2/gstv4l2.c: (plugin_init):
9854         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9855         (gst_v4l2element_init), (gst_v4l2element_dispose),
9856         (gst_v4l2element_change_state):
9857         * sys/v4l2/gstv4l2element.h:
9858         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9859         (gst_v4l2_xoverlay_close), (idle_refresh),
9860         (gst_v4l2_xoverlay_set_xwindow_id):
9861         * sys/v4l2/gstv4l2xoverlay.h:
9862         * sys/v4l2/v4l2-overlay_calls.c:
9863         * sys/v4l2/v4l2_calls.h:
9864           Remove client-side overlay handling, use the X-server v4l plugin
9865           for that. Nicer overlay, less code. Also make the plugin
9866           compileable without X (but then without overlay, obviously).
9867           Makes xwindowlistener obsolete, should we remove that?
9868
9869 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9870
9871         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9872         (gst_osssrc_src_query):
9873         * sys/oss/gstosssrc.h:
9874           OK, so people want offset in DEFAULT. This time, actually fix all
9875           cases.
9876         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9877           Add FPS properly.
9878
9879 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9880
9881         * gst/asfdemux/gstasfmux.c:
9882         * gst/avi/gstavimux.c:
9883           Framerate.
9884
9885 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9886
9887         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9888           Fix properties (channel, norm, frequency).
9889
9890 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9891
9892         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9893           Flag typo.
9894         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9895           No warnings.
9896
9897 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9898
9899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9900           Fix hang.
9901
9902 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9903
9904         * sys/v4l2/gstv4l2element.h:
9905           Yet Another Hack (tm) for kernel header borkedness.
9906         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9907         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9908         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9909         (gst_v4l2src_change_state):
9910         * sys/v4l2/gstv4l2src.h:
9911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9912         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9913           Fix caps, keep track of state, work.
9914
9915 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9916
9917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9918           Quiet.
9919
9920 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9921
9922         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9923           Don't mix bytes and samples.
9924
9925 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9926
9927         * ext/ogg/gstoggmux.c:
9928           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9929           and theora. Any is incorrect.
9930         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9931           Fix caps.
9932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9934         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9935         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9936         * sys/v4l/gstv4lmjpegsrc.h:
9937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9938         (gst_v4lsrc_change_state):
9939         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9940         (gst_v4lmjpegsrc_capture_stop):
9941           Fix caps. Keep track of internal state. Work.
9942
9943 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9944
9945         * ext/Makefile.am:
9946           Fix the build fixes.
9947
9948 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9951         (gst_ogg_demux_src_event), (_find_chain_seek),
9952         (gst_ogg_pad_push):
9953           Check for pad availability before using it.
9954         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9955           Fix parsing of chained ogg. Needs more work on the decoder side.
9956
9957 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9958
9959         * gst/spectrum/Makefile.am:
9960         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9961         (idle_func):
9962           Fix demo and reenable it. Yes, I'm currently playing with audio
9963           analysis tools
9964
9965 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9968           We love it if files that start at zero work too...
9969
9970 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9971
9972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9973           Handle files with missing EOS headers.
9974
9975 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9976
9977         * gst/tcp/gsttcpserversink.c:
9978         (gst_tcpserversink_handle_server_read),
9979         (gst_tcpserversink_init_send):
9980         Zero some variables first (need for accept not to return EINVAL)
9981
9982 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9985         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9986         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9987         (theora_dec_chain):
9988         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9989         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9990           Seeking and querying finetune.
9991
9992 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9993
9994         * configure.ac:
9995         * ext/Makefile.am:
9996         * ext/raw1394/Makefile.am:
9997           fix the build
9998
9999 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10000
10001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10002           Wrong return.
10003         * gst/playback/Makefile.am:
10004         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10005         * gst/playback/gstplay-marshal.list:
10006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10007           Fix marshallers.
10008
10009 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10010
10011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10012           Silence.
10013
10014 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10015
10016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10017         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10018         (gst_ogg_pad_push):
10019           Yay for non-lineair granulepos in theora.
10020
10021 2004-10-18  Wim Taymans  <wim@fluendo.com>
10022
10023         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10024         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10025         * ext/dv/gstdvdec.h:
10026         Make sure we renegotiate aspect ratio when the camera switches.
10027
10028 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10029
10030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10031         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10032           Start at zero.
10033         * ext/theora/theoradec.c: (theora_dec_chain):
10034           Skip headers. Bad idea for chained ogg, but fixes seeking.
10035
10036 2004-10-18  Wim Taymans  <wim@fluendo.com>
10037
10038         * configure.ac:
10039         I swear, this is the last time I touch this.
10040
10041 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10042
10043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10044         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10045         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10046           Faster seeking.
10047         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10048           Time-to-default conversion.
10049         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10050           Don't error on unknown packets, just skip. We should probably
10051           read them if we want to support chained ogg.
10052
10053 2004-10-18  Wim Taymans  <wim@fluendo.com>
10054
10055         * configure.ac:
10056         Added cdaudio to wrong list.
10057
10058 2004-10-18  Wim Taymans  <wim@fluendo.com>
10059
10060         * configure.ac:
10061         Revive cdaudio.
10062
10063 2004-10-18  Wim Taymans  <wim@fluendo.com>
10064
10065         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10066         (gst_dvdec_video_link), (gst_dvdec_push):
10067         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10068         (gst_smokeenc_resync), (gst_smokeenc_chain):
10069         Fix mimetype on smoke encoder.
10070         Add aspect ratio to dvdec. Not sure if these
10071         values are correct though....
10072
10073 2004-10-18  Wim Taymans  <wim@fluendo.com>
10074
10075         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10076         Fix vorbis property descriptions and ranges.
10077
10078 2004-10-18  Wim Taymans  <wim@fluendo.com>
10079
10080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10081         Really do nothing when no data is available.
10082         Go to the playing state when the stream is not seekable
10083         instead of failing.
10084
10085 2004-10-18  Wim Taymans  <wim@fluendo.com>
10086
10087         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10088         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10089         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10090         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10091         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10092         Added uri handler for cd://
10093         Port to new API.
10094
10095 2004-10-18  Wim Taymans  <wim@fluendo.com>
10096
10097         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10098         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10099         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10100         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10101         (remove_prerolls), (unknown_type), (add_element_stream),
10102         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10103         (gst_play_base_bin_remove_element),
10104         (gst_play_base_bin_link_stream):
10105         * gst/playback/gstplaybin.c: (gen_video_element),
10106         (gen_vis_element), (remove_sinks), (setup_sinks):
10107         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10108         (gst_stream_info_get_type), (gst_stream_info_class_init),
10109         (gst_stream_info_init), (gst_stream_info_new),
10110         (gst_stream_info_dispose), (stream_info_mute_pad),
10111         (gst_stream_info_set_property), (gst_stream_info_get_property):
10112         * gst/playback/gststreaminfo.h:
10113         Add sink padtemplate to decodebin.
10114         Added some more comments.
10115         Make queue size configurable in playbasebin.
10116         Added possibility to use elements as sinks (ex cdaudio).
10117
10118 2004-10-15  Wim Taymans  <wim@fluendo.com>
10119
10120         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10121         (gst_speexenc_chain):
10122         Fix speex timestamps so that it gets muxed properly.
10123
10124 2004-10-15  Wim Taymans  <wim@fluendo.com>
10125
10126         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10127         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10128         (gst_dv1394src_init), (gst_dv1394src_dispose),
10129         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10130         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10131         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10132         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10133         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10134         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10135         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10136         * ext/raw1394/gstdv1394src.h:
10137         Added conversion/query functions.
10138         Update buffer timestamps,
10139         Added signals.
10140         Added uri dv:// so it might play from the firewire in playbin.
10141         Fix a possible leak.
10142         Added debugging.
10143
10144 2004-10-15  Wim Taymans  <wim@fluendo.com>
10145
10146         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10147         (gst_dv1394src_init), (gst_dv1394src_set_property),
10148         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10149         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10150         * ext/raw1394/gstdv1394src.h:
10151         Added AV/C VTR control support needed for some cameras.
10152         Added automatic port detection.
10153         Added properties for selecting the channel.
10154         The configure.ac script is not yet updated to reflect the
10155         new libavc1394 and librom1394 dependencies.
10156
10157 2004-10-15  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10160         (qtdemux_parse), (gst_qtdemux_handle_esds):
10161         An esds box is not a container.
10162         Fix parsing of mp4v boxes.
10163         Do not try to renegotiate fps for each frame. Need to
10164         find a better method. This should fix mp4 playback.
10165
10166 2004-10-14  David Schleef  <ds@schleef.org>
10167
10168         * configure.ac: update for swfdec-0.3 and liboil-0.2
10169         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10170         * ext/swfdec/gstswfdec.h: same
10171         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10172         * gst/videotestsrc/videotestsrc.c: same
10173
10174 2004-10-14  Wim Taymans  <wim@fluendo.com>
10175
10176         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10177         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10178         (is_sync_frame), (gst_multifdsink_new_client),
10179         (gst_multifdsink_handle_client_write),
10180         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10181         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10182         Turn warnings into info.
10183         Don't allow a state change in the streaming thread.
10184
10185 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10186
10187         * ext/vorbis/oggvorbisenc.c:
10188         * ext/vorbis/vorbisdec.c:
10189           fix template sample rate
10190
10191 2004-10-13  Wim Taymans  <wim@fluendo.com>
10192
10193         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10194         Decoding the header first fixes some problems in resyncing
10195         in more mp3s.
10196
10197 2004-10-12  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst/playback/gstplaybin.c: (gen_video_element),
10200         (gen_vis_element), (remove_sinks), (setup_sinks):
10201         Added vis plugin support, need to configure the vis
10202         element to activate it.
10203
10204 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10205
10206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10207         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10208           Some debug.
10209         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10210         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10211         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10212         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10213         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10214         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10215         * gst/avi/gstavidemux.h:
10216           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10217           recovery (where, if part of the index is broken, we will still read
10218           the rest of the index and recover the broken part by stream
10219           scanning). More broken media support. EOS workarounds. General AVI
10220           braindamage headache recovery. Aspirin included.
10221
10222 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10223
10224         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10225         (cdparanoia_event), (cdparanoia_query):
10226           Get rid of hideous lead-in.
10227
10228 2004-10-11  Wim Taymans  <wim@fluendo.com>
10229
10230         * gst/playback/gstplaybasebin.c: (setup_source):
10231         Wrong var used to get g_list_next.
10232
10233 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10234
10235         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10236         (cdparanoia_get), (cdparanoia_open):
10237           Report discid as metadata, add duration.
10238
10239 2004-10-11  Wim Taymans  <wim@fluendo.com>
10240
10241         * gst/playback/gstplaybasebin.c: (setup_source):
10242         Cleanup the previous pipeline a little earlier for the
10243         case that a source element provides raw data.
10244
10245 2004-10-11  Benjamin Otte  <otte@gnome.org>
10246
10247         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10248           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10249           consuming the last 128 bytes, even though it was valid mp3 data.
10250
10251 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10252
10253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10254         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10255         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10256         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10257
10258 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10259
10260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10261         Fix for webcams that support only specific width or height
10262
10263 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10264
10265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10266
10267         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10268           Fix wrong discont event setup (fixes #154967).
10269
10270 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10271
10272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10273
10274         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10275           Error out on invalid data (fixes #154807).
10276
10277 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10278
10279         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10280
10281         * ext/dvdread/dvdreadsrc.c: (_read):
10282           Make titles > 0 work again (fixes #154834).
10283
10284 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10285
10286         * gst-libs/gst/riff/riff-media.c:
10287         (gst_riff_create_video_template_caps):
10288           WMV3 missing in template caps.
10289
10290 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10291
10292         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10293           OK, so the original code was too strict. It makes random AVI files
10294           hang for seconds upon opening, which is unacceptable and is far
10295           beyond the original goal of getting multiple chunks for one-chunk
10296           sounc stream files. So now do just that.
10297
10298 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10299
10300         * gst/playback/gstplaybasebin.c: (setup_source),
10301         (gst_play_base_bin_change_state):
10302           Actually clean up streaminfo if output fails. This would trigger
10303           if, for example, there was no CD in the drive. No preroll, so
10304           a streaminfo structure is created, but the subsequent state change
10305           of the thread fails.
10306         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10307           Don't change state if parent failed.
10308
10309 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10312         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10313         (gen_video_element), (remove_sinks):
10314           Add small bits of code for screenshot handling.
10315
10316 2004-10-08  Wim Taymans  <wim@fluendo.com>
10317
10318         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10319         (gen_video_element), (gen_audio_element), (setup_sinks):
10320         Don't assume the user provided sinks are named "sink"...
10321
10322 2004-10-08  Wim Taymans  <wim@fluendo.com>
10323
10324         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10325         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10326         (gst_play_base_bin_link_stream):
10327         Do not try to autoplug sources that generate raw streams like
10328         cdparanoia.
10329         disconnect the preroll overrun signal when we don't need it anymore.
10330
10331 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10332
10333         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10334         Added reworked patch from #154903 from milosz derezynski (deadchip).
10335
10336 2004-10-08  Wim Taymans  <wim@fluendo.com>
10337
10338         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10339         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10340         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10341         (cdparanoia_convert), (cdparanoia_uri_get_type),
10342         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10343         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10344         * ext/cdparanoia/gstcdparanoia.h:
10345         This adds the cdda://<tracknum> uri.
10346
10347 2004-10-08  Wim Taymans  <wim@fluendo.com>
10348
10349         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10350         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10351         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10353         (unknown_type), (gst_play_base_bin_remove_element),
10354         (gst_play_base_bin_link_stream):
10355         * gst/playback/gstplaybasebin.h:
10356         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10357         (gst_play_bin_set_property), (gen_video_element),
10358         (gen_audio_element), (setup_sinks):
10359         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10360         (gst_stream_info_get_type), (gst_stream_info_class_init),
10361         (gst_stream_info_init), (gst_stream_info_new),
10362         (gst_stream_info_dispose), (stream_info_mute_pad),
10363         (gst_stream_info_set_property), (gst_stream_info_get_property):
10364         * gst/playback/gststreaminfo.h:
10365         Reuse the audio and video bins.
10366         Some internal cleanups in the stream selection code.
10367
10368 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10369
10370         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10371         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10372         * sys/ximage/ximagesink.h:
10373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10374         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10375         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10376         not coming from those elements. Moreover these elements should not keep
10377         the xid they have been given when in NULL state.
10378
10379 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10380
10381         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10382         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10383         * sys/ximage/ximagesink.h:
10384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10385         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10386         * sys/xvimage/xvimagesink.h:
10387           Actually only create a new toplevel window if we're not gonna
10388           embed it right after.
10389
10390 2004-10-07  Wim Taymans  <wim@fluendo.com>
10391
10392         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10393         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10394         * gst/playback/gstplaybin.c: (setup_sinks):
10395         Implement muting/unmuting of streams, mute streams that are not
10396         used.
10397
10398 2004-10-07  Wim Taymans  <wim@fluendo.com>
10399
10400         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10401         (plugin_init):
10402         Added lame audio/x-ac3 typefind function.
10403
10404 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10405
10406         * configure.ac:
10407           bump nano to cvs
10408
10409 === release 0.8.5 ===
10410
10411 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10412
10413         * NEWS:
10414         * RELEASE:
10415         * configure.ac:
10416           releasing 0.8.5, "Take You On"
10417
10418 2004-10-06  Wim Taymans  <wim@fluendo.com>
10419
10420         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10421         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10422         (no_more_pads), (close_link), (type_found):
10423         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10424         * gst/playback/gstplaybin.c: (gen_video_element):
10425         Do not signal the no_more_pads after the first pad when
10426         we are plugging a non dynamic element with multiple
10427         output pads (like swfdec, dvdec, ...).
10428
10429 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10430
10431         * configure.ac:
10432           bump for prerelease
10433
10434 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10435
10436         * gst/wavparse/gstwavparse.c:
10437           add ATRAC3 to STATIC CAPS to fix a warning
10438
10439         * gst/matroska/ebml-read.c:
10440         * gst-libs/gst/riff/riff-read.c:
10441           fix typos
10442
10443 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10444
10445         * gst-libs/gst/riff/riff-media.c:
10446           generate caps for ATRAC3 audio streams
10447
10448         * gst/realmedia/rmdemux.c:
10449           generate caps for ATRAC3 audio streams
10450
10451 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10452
10453         * gst/wavparse/Makefile.am
10454         * gst/wavparse/riff.h
10455         * gst/wavparse/wavparse.vcproj
10456           riff.h removal (unused and duplication with riff-ids.h)
10457
10458 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10459
10460         * gst/wavparse/gstwavparse.h
10461           remove duplicated defines for audio codec codes
10462
10463         * gst-libs/gst/riff/riff-ids.h
10464         * gst/wavenc/riff.h:
10465           add "4CC" code for ATRAC3 audio streams
10466           add "4CC" code for ITU_G721_ADPCM (unused for now)
10467
10468 2004-10-06  Wim Taymans  <wim@fluendo.com>
10469
10470         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10471         Actually _do_ negotiation. Pass gdouble as arg instead
10472         of guint64 for the framerate.
10473
10474 2004-10-06  Wim Taymans  <wim@fluendo.com>
10475
10476         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10477         (find_compatibles), (close_pad_link), (try_to_link_1),
10478         (no_more_pads), (close_link), (type_found):
10479         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10480         * gst/playback/gstplaybin.c: (gen_video_element),
10481         (gen_audio_element):
10482         Set state on newly added element to READY so that negotiation
10483         can happen ASAP.
10484         Addes some more debug info.
10485         Do not try to plug pads with multiple caps structures or ANY
10486         because it is too dangerous since we do not do dynamic
10487         replugging.
10488
10489 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10490
10491         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10492
10493         * po/LINGUAS:
10494         * po/or.po:
10495           add Oriya translation
10496
10497 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10498
10499         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10500           Prevent overwrite of size member. Makes audio sound crappy.
10501
10502 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10503
10504         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10505         Add rmvb to the list of known RealMedia extensions
10506
10507 2004-10-05  Wim Taymans  <wim@fluendo.com>
10508
10509         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10510         (mngdec_openstream), (mngdec_closestream),
10511         (mngdec_handle_sink_event), (mngdec_readdata),
10512         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10513         (mngdec_getcanvasline), (mngdec_refresh),
10514         (gst_mngdec_change_state):
10515         Set the framerate correctly.
10516
10517 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10518
10519         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10520           There was something wrong with the index massaging.
10521
10522 2004-10-04  Wim Taymans  <wim@fluendo.com>
10523
10524         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10525         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10526         (gst_smokedec_chain):
10527         * ext/jpeg/gstsmokedec.h:
10528         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10529         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10530         * ext/jpeg/gstsmokeenc.h:
10531         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10532         (smokecodec_decode_new), (smokecodec_info_free),
10533         (smokecodec_set_quality), (smokecodec_get_quality),
10534         (smokecodec_set_threshold), (smokecodec_get_threshold),
10535         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10536         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10537         (smokecodec_encode), (smokecodec_parse_id),
10538         (smokecodec_parse_header), (smokecodec_decode):
10539         * ext/jpeg/smokecodec.h:
10540         * ext/jpeg/smokeformat.h:
10541         Updated smoke, new bitstream, allows embedding in ogg.
10542
10543 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10544
10545         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10546           Fix seeking in some files. All this code is no longer needed (and
10547           actually breaks stuff) because we now synchronize the full index
10548           right when reading the header.
10549
10550 2004-10-04  Wim Taymans  <wim@fluendo.com>
10551
10552         * configure.ac:
10553         configure update for libmng.
10554
10555 2004-10-04  Wim Taymans  <wim@fluendo.com>
10556
10557         * ext/libmng/Makefile.am:
10558         * ext/libmng/gstmng.c: (plugin_init):
10559         * ext/libmng/gstmng.h:
10560         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10561         (gst_mngdec_base_init), (gst_mngdec_class_init),
10562         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10563         (gst_mngdec_loop), (gst_mngdec_get_property),
10564         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10565         (mngdec_closestream), (mngdec_handle_sink_event),
10566         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10567         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10568         (gst_mngdec_change_state):
10569         * ext/libmng/gstmngdec.h:
10570         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10571         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10572         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10573         (gst_mngenc_chain), (gst_mngenc_get_property),
10574         (gst_mngenc_set_property):
10575         * ext/libmng/gstmngenc.h:
10576         Added basic MNG decoder. Needs more work. The encoder does
10577         not work yet.
10578
10579 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10580
10581         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10582         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10583         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10584           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10585           no-more-pads.
10586
10587 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10588
10589         * configure.ac:
10590           you need at least 1.0.4 of speex
10591
10592 2004-10-04 Iain <iaingnome@gmail.com>
10593
10594         * ext/speex/gstspeexdec.h: Revert the includes changes.
10595
10596         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10597
10598 2004-09-30 Iain <iaingnome@gmail.com>
10599
10600         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10601         found during init or set as a property instead of hardcoding /dev/audio
10602
10603 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10604
10605         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10606         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10607         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10608         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10609         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10610         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10611         (gst_rmdemux_dump_data):
10612           Use debug category, fix EOS handling. filesrc ! rmdemux now
10613           works.
10614
10615 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10616
10617         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10618         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10619         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10620           Improve allocation, cutting and sorting of the index. How takes a
10621           few seconds instead of minutes.
10622
10623 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10624
10625         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10626           fixed compilation
10627
10628 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10629
10630         * gst-libs/gst/riff/riff-media.c:
10631         (gst_riff_create_video_caps_with_data),
10632         (gst_riff_create_video_template_caps):
10633           Add wing commander format mimetype/fourccs.
10634         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10635           Don't crash if some value is 0.
10636
10637 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10638
10639         * gst-libs/gst/riff/riff-media.c:
10640         (gst_riff_create_video_caps_with_data),
10641         (gst_riff_create_video_template_caps):
10642           Add DIB fourcc (raw, palettized 8-bit RGB).
10643         * gst-libs/gst/riff/riff-read.c:
10644         (gst_riff_read_strf_vids_with_data):
10645           Oops, fix strf_data reading bug.
10646         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10647           Use a non-NULL tag.
10648         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10649           Time for hacks. Sorry Dave. At least one quicktime movie (a
10650           trailer) that I've encountered contains multiple video tracks.
10651           One of those is the actual video track, the other are one-frame
10652           tracks (images). Unfortunately, the number of frames according
10653           to the trak header is 1 for each, so that doesn't help. So
10654           instead, I look at the duration and discard tracks with a
10655           duration shorter than 20% of the length of the stream. Better
10656           than nothing.
10657
10658 2004-10-01  Christian Schaller <christian@fluendo.com>
10659
10660         * ext/ivorbis/vorbis.c:
10661           Patch from Phil Blundell (Bug 152341)
10662
10663 2004-10-01  Wim Taymans  <wim@fluendo.com>
10664
10665         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10666         (speex_dec_get_formats), (speex_dec_convert),
10667         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10668         (speex_dec_chain), (gst_speexdec_get_property),
10669         (gst_speexdec_set_property):
10670         Small cleanups.
10671
10672 2004-10-01  Wim Taymans  <wim@fluendo.com>
10673
10674         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10675         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10676         (gst_wavparse_other), (gst_wavparse_loop),
10677         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10678         (gst_wavparse_srcpad_event):
10679         * gst/wavparse/gstwavparse.h:
10680         Added some more debugging info.
10681         Fix the case where the length of the file is 0.
10682         Make sure we seek to sample borders.
10683
10684 2004-10-01  Wim Taymans  <wim@fluendo.com>
10685
10686         * gst/playback/README:
10687         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10688         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10689         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10690         Add some debug info to decodebin, update README
10691
10692 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10693
10694         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10695           Don't use g_print(); use GST_DEBUG().
10696
10697 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10698
10699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10700         (gst_ogg_mux_queue_pads):
10701           Handle EOS properly.
10702
10703 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10704
10705         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10706
10707         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10708         (gst_faad_chain), (gst_faad_change_state):
10709         * ext/faad/gstfaad.h:
10710           Allow playback of raw (unframed) MPEG AAC files (#148993).
10711
10712 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10713
10714         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10715
10716         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10717           Throw error if we didn't recognize the stream. Fixes #152289.
10718
10719 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10720
10721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10722           Fix negotiation.
10723
10724 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10725
10726         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10727
10728         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10729           Fix memleak.
10730
10731 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10732
10733         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10734
10735         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10736           Solve #152805.
10737         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10738           Solve 152806.
10739
10740 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10741
10742         * gst-libs/gst/riff/riff-media.c:
10743         (gst_riff_create_video_caps_with_data),
10744         (gst_riff_create_audio_caps_with_data):
10745           Add codec_data handling (like asfdemux used to do).
10746         * gst/asfdemux/gstasf.c: (plugin_init):
10747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10748         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10749           Use riff-media for caps creation instead of our own (mostly
10750           broken) copy of its functions.
10751
10752 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10755           Don't actually error out if we get another return value than
10756           -EINVAL. Opposite to what I first thought, drivers have random
10757           return values for this, although -EINVAL is the expected return
10758           value. Since this is not fatal, we shouldn't use
10759           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10760
10761 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10762
10763         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10764         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10765         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10766         (dvdreadsrc_get), (dvdreadsrc_open_file),
10767         (dvdreadsrc_change_state):
10768           Fix. Don't do one big huge loop around the whole DVD, that will
10769           cache all data and thus eat sizeof(dvd) (several GB) before we
10770           see something.
10771         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10772           Actually NULL'ify event after using it.
10773         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10774         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10775         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10776         (gst_ebml_read_seek), (gst_ebml_read_skip):
10777           Handle events.
10778         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10779         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10780         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10781           Fix timing (this will probably break if I seek using menus, but
10782           I didn't get there yet). VOBs and normal DVDs should now work.
10783           Add a mpeg2-only pad with high rank so this get autoplugged for
10784           MPEG-2 movies.
10785         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10786         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10787         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10788         (gst_mpeg_demux_get_audio_stream),
10789         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10790         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10791           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10792           MPEG-1 but use dvddemux for MPEG-2.
10793         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10794         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10795         (gst_mpeg_parse_parse_packhead):
10796           Timing. Only add pad template if it exists. Add sink template from
10797           class and not from ourselves. This means we will always use the
10798           correct sink template even if it is not the one defined in this
10799           file.
10800
10801 2004-09-29  Wim Taymans  <wim@fluendo.com>
10802
10803         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10804         (gst_mpeg_demux_parse_pes):
10805         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10806         Fix playback of mpeg again, timestamps where screwed up by
10807         patch 1.61.
10808
10809 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10810
10811         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10812           Only return true if we actually filled something in. Prevents
10813           player applications from showing a random length for flac files.
10814         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10815         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10816         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10817         (gst_riff_read_strf_vids_with_data),
10818         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10819           OK, ok, so I implemented event handling. Apparently it's normal
10820           that we receive random events at random points without asking
10821           for it.
10822         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10823         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10824         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10825         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10826         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10827         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10828         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10829         * gst/avi/gstavidemux.h:
10830           Implement non-lineair chunk handling and subchunk processing.
10831           The first solves playback of AVI files where the audio and video
10832           data of individual buffers that we read are not synchronized.
10833           This should not happen according to the wonderful AVI specs, but
10834           of course it does happen in reality. It is also a prerequisite for
10835           the second. Subchunk processing allows us to cut chunks in small
10836           pieces and process each of these pieces separately. This is
10837           required because I've seen several AVI files with incredibly large
10838           audio chunks, even some files with only one audio chunk for the
10839           whole file. This allows for proper playback including seeking.
10840           This patch is supposed to fix all AVI A/V sync issues.
10841         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10842         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10843           Work.
10844         * gst/modplug/gstmodplug.cc:
10845           Proper return value setting for the query() function.
10846         * gst/playback/gstplaybasebin.c: (setup_source):
10847           Being in non-playing state (after, e.g., EOS) is not necessarily
10848           a bad thing. Allow for that. This fixes playback of short files.
10849           They don't actually playback fully now, because the clock already
10850           runs. This means that small files (<500kB) with a small length
10851           (<2sec) will still not or barely play. Other files, such as mod
10852           or flx, will work correctly, however.
10853
10854 2004-09-28  Wim Taymans  <wim@fluendo.com>
10855
10856         * ext/speex/gstspeex.c: (plugin_init):
10857         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10858         (gst_speex_dec_class_init), (speex_dec_get_formats),
10859         (speex_get_event_masks), (speex_get_query_types),
10860         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10861         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10862         (gst_speexdec_get_property), (gst_speexdec_set_property),
10863         (speex_dec_change_state):
10864         * ext/speex/gstspeexdec.h:
10865         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10866         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10867         (gst_speexenc_base_init), (gst_speexenc_class_init),
10868         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10869         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10870         (gst_speexenc_src_query), (gst_speexenc_init),
10871         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10872         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10873         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10874         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10875         (gst_speexenc_chain), (gst_speexenc_get_property),
10876         (gst_speexenc_set_property), (gst_speexenc_change_state):
10877         * ext/speex/gstspeexenc.h:
10878         Rewrote speex encoder, make sure it can be embedded in ogg.
10879         Implemented speex decoder.
10880
10881 2004-09-28  Christian Schaller <christian@fluendo.com>
10882
10883         * configure.ac:
10884         Remove kioslave plugin. Markey is brewing a new working one
10885         * ext/Makefile.am: Remove kioslave plugin
10886         * ext/kio: remove
10887         * gst-plugins.spec.in: remove kio plugin from spec
10888
10889 2004-09-27  Wim Taymans  <wim@fluendo.com>
10890
10891         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10892         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10893         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10894         (gst_multifdsink_new_client),
10895         (gst_multifdsink_handle_client_write),
10896         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10897         (gst_multifdsink_handle_clients):
10898         * gst/tcp/gstmultifdsink.h:
10899         Make syncing to keyframes actually work for new clients and lagging
10900         clients.
10901
10902 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10903
10904         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10905         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10906         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10907         * gst/debug/gstnavigationtest.h:
10908           make navigationtest display button-press and button-release events
10909
10910 2004-09-26 Iain <iaingnome@gmail.com>
10911
10912         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10913         the channels have received a new media event.
10914         (interleave_buffered_loop): Compresses a new media event on all
10915         channels into one.
10916
10917 2004-09-26 Iain <iaingnome@gmail.com>
10918
10919         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10920         call the sinkpad's default event handler and not the srcpads. He also
10921         says this is confusing :)
10922         (gst_wavenc_stop_file): Company says that seek events only go upstream
10923         we should send a discontinuous downstream instead.
10924
10925 2004-09-25  Christian Schaller <christian@fluendo.com>
10926
10927         * Update SPEC file to be usable in conjunction with Fedora Core,
10928           Fedora.us and freshrpms packages
10929         * Fix typo in multifilesrc test Makefile
10930
10931 2004-09-24  Wim Taymans  <wim@fluendo.com>
10932
10933         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10934         Only signal the no_more_pads signal when we have
10935         added the stream to our list.
10936
10937 2004-09-24  Wim Taymans  <wim@fluendo.com>
10938
10939         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10940         (new_decoded_pad):
10941         * gst/playback/gstplaybasebin.h:
10942         * gst/playback/gstplaybin.c: (setup_sinks):
10943         Don't try to preroll or decode more than one audio/video
10944         track.
10945
10946 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10947
10948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10949           Throw error if we failed to find a suitable output. This should
10950           throw an error if we successfully set up a pipeline (e.g. because
10951           we recognized a media file) but found no decodable streams in it
10952           (e.g. because it contains only media stream types for which we
10953           have no decoders, or because it's not a media type).
10954
10955 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10956
10957         * ext/dirac/Makefile.am:
10958         * ext/dirac/gstdirac.cc:
10959         * ext/dirac/gstdiracdec.cc:
10960         * ext/dirac/gstdiracdec.h:
10961           Do something. Don't actually know if this works because I don't
10962           have a demuxer yet.
10963         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10964           Add channels=1 to caps returned from _getcaps().
10965         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10966         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10967         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10968         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10969         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10970         (gst_ogm_parse_change_state):
10971           Separate between audio/video so ogmaudioparse actually uses the
10972           audio pad templates. Both audio and video work now, including
10973           autoplugging. Also use sometimes-srcpad hack.
10974         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10975           Handle events better. Don't hang on infinite loops.
10976         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10977         (gst_avi_demux_init), (gst_avi_demux_reset),
10978         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10979         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10980         (gst_avi_demux_change_state):
10981         * gst/avi/gstavidemux.h:
10982           Improve A/V sync. Still not perfect.
10983         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10984         (gst_ebml_read_skip):
10985           Handle events better.
10986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10987         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10988         (qtdemux_audio_caps):
10989           Add IMA4. Improve event handling. Save offset after a seek when
10990           the headers are at the end of the file so that we don't end up in
10991           an infinite loop.
10992         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10993           Add low-priority typefind support for files with no length.
10994
10995 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10996
10997         * testsuite/multifilesink/Makefile.am:
10998         fix typo
10999
11000 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11001
11002         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11004         mistakes from thaytan's patches.
11005
11006 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11007
11008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11009           For completeness, XSync in the destroy function as xvimage does.
11010
11011 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11012
11013         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11014            Correct caps negotiation
11015         * gst/volume/gstvolume.c: (volume_chain_float),
11016         (volume_chain_int16):
11017            Modify debug output to be little more informative
11018         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11020         (gst_xvimagesink_xvimage_destroy):
11021           Add XSync calls after detaching from the shared memory segment to
11022           avoid a crash.
11023
11024 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11025
11026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11027         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11028         * ext/vorbis/vorbis.c: (plugin_init):
11029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11030         (gst_vorbisenc_chain):
11031         * ext/vorbis/vorbisenc.h:
11032         remove explicit newmedia support from oggmux and vorbisenc
11033         add debug category to vorbisenc
11034         * gst/multifilesink/gstmultifilesink.c:
11035         (gst_multifilesink_class_init), (gst_multifilesink_init),
11036         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11037         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11038         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11039         (plugin_init):
11040         * gst/multifilesink/gstmultifilesink.h:
11041         add support for streamheader in multifilesink
11042
11043 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11044
11045         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11046         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11047         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11048           Prevent infinite loops. More correct error reporting.
11049         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11050           Error out if negotiation fails.
11051         * gst/playback/gstplaybasebin.c: (setup_source),
11052         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11053         (gst_play_base_bin_found_tag):
11054           Error/tag forwarding. Pre-roll fixes for source errors on state
11055           changes (e.g. "file does not exist") to prevent hangs.
11056
11057 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11058
11059         * testsuite/multifilesink/Makefile.am:
11060         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11061         (gst_newmedia_class_init), (gst_newmedia_init),
11062         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11063         (newfile_signal), (test_signal), (main):
11064         * testsuite/multifilesink/multifilesrc_test.c: (main):
11065         * testsuite/multifilesink/oggtheora_test.c:
11066         (gst_newmedia_base_init), (gst_newmedia_class_init),
11067         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11068         (test_format), (newfile_signal), (test_signal), (main):
11069         * testsuite/multifilesink/oggvorbis_test.c:
11070         (gst_newmedia_base_init), (gst_newmedia_class_init),
11071         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11072         (test_format), (newfile_signal), (test_signal), (main):
11073         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11074         (gst_newmedia_class_init), (gst_newmedia_init),
11075         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11076         (newfile_signal), (test_signal), (main):
11077         New media tests
11078
11079 2004-09-20  Christian Schaller <christian@fluendo.com>
11080
11081         * Fix mikmod license to LGPL as they have relicensed
11082         * Move Dirac and Effectv into LGPL section of README_license
11083
11084 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11085
11086         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11087         (gst_mad_change_state):
11088           Allow for mp3 rate/channels changes. However, only very
11089           conservatively. Reason that we *have* to enable this is smiply
11090           because the mad find_sync() function is not good enough, it will
11091           regularly sync on random data as valid frames and therefore make
11092           us provide random caps as *final* caps of the stream. The best fix
11093           I could think of is to simply require several of the same stream
11094           changes in a row before we change caps.
11095           The actual testcase that works now is #
11096         * ext/ogg/Makefile.am:
11097         * ext/ogg/gstogg.c: (plugin_init):
11098         * ext/ogg/gstogmparse.c:
11099           OGM support (video only for now; I need an audio sample file).
11100         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11101         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11102         (gst_asf_demux_add_video_stream):
11103           WMV extradata.
11104         * gst/playback/gstplaybasebin.c: (unknown_type):
11105           Don't error out on single unknown-types after all. It's wrong.
11106           If we found type of video and audio but not of a subtitle stream,
11107           it will still error out (which is unwanted). Will find a better fix
11108           later on.
11109         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11110         (ogmaudio_type_find), (plugin_init):
11111           OGM support.
11112
11113 2004-09-20  Johan Dahlin  <johan@gnome.org>
11114
11115         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11116         after setting caps.
11117
11118 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11119
11120         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11121         * gst/wavenc/gstwavenc.h:
11122         Added newmedia support to wavenc
11123
11124 2004-09-17  Wim Taymans  <wim@fluendo.com>
11125
11126         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11127         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11128         (gst_fdset_fd_can_write), (gst_fdset_wait):
11129         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11130         (gst_multifdsink_init), (gst_multifdsink_add),
11131         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11132         (gst_multifdsink_remove_client_link),
11133         (gst_multifdsink_client_queue_buffer),
11134         (gst_multifdsink_handle_client_write),
11135         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11136         (gst_multifdsink_close), (gst_multifdsink_change_state):
11137         * gst/tcp/gstmultifdsink.h:
11138         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11139         (gst_tcpserversink_removed):
11140         Small cleanups in fdset.c
11141         Use a hastable to map fd to the client structure for faster
11142         lookup in _remove and get_stats.
11143         Added virtual function to close the fds.
11144         Handle clients even when the select/poll call was unblocked because
11145         of a command.
11146         Implement syncing to keyframe in the recovery procedure.
11147
11148 2004-09-16 Iain <iaingnome@gmail.com>
11149
11150         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11151         try caps.
11152
11153 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11154
11155         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11156           Caps are only set if the type of the stream is unknown, but this
11157           is initialized in ->init_stream(), so set to UNKNOWN after calling
11158           ->init_stream() so that capsnego starts.
11159
11160 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11161
11162         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11163         (gst_avi_demux_stream_data):
11164           Just hardcode for raw audio then. AVI audio sucks.
11165
11166 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11167
11168         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11169         * gst/matroska/matroska-mux.c: (audiosink_templ),
11170         (gst_matroska_mux_audio_pad_link):
11171         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11172         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11173
11174 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11175
11176         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11177         (gst_avi_demux_stream_data):
11178           Try to fix a/v sync issues.
11179
11180 2004-09-15  David Schleef  <ds@schleef.org>
11181
11182         * configure.ac: remove NASM check, since we don't use it.  Update
11183         dirac check to 0.4
11184         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11185         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11186         Initialized variables.
11187         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11188         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11189         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11190         SVQ3 format
11191
11192 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11193
11194         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11195         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11196         * gst/avi/gstavidemux.h:
11197           Fix for compressed audio (mp3) timestamp generation. How did this
11198           ever work?
11199
11200 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11201
11202         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11203           Volume is a double not a float.
11204
11205 2004-09-15  Wim Taymans  <wim@fluendo.com>
11206
11207         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11208         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11209         Don't close the fd in multifdsink as we didn't open it in the
11210         first place. Some cleanups.
11211
11212 2004-09-15  Wim Taymans  <wim@fluendo.com>
11213
11214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11216         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11217         Fix the case where the muxer would mark pages as delta
11218         frames when they are not (vorbis only ogg).
11219
11220 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11221
11222         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11223         (gst_play_base_bin_change_state):
11224           Handle the case where we failed to setup a clear pipeline. This
11225           will throw an error (or EOS, another nice case) and if you don't
11226           catch that, the app will wait for the signal forever (and thus
11227           hang).
11228
11229 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11230
11231         * ext/gnomevfs/gstgnomevfssink.c:
11232         (gst_gnomevfssink_uri_get_protocols):
11233         * ext/gnomevfs/gstgnomevfssrc.c:
11234         (gst_gnomevfssrc_uri_get_protocols):
11235         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11236         * ext/gnomevfs/gstgnomevfsuri.h:
11237           Use _uri_new() instead of _open(), so it doesn't take as long and
11238           Christophe's computer won't hang.
11239         * gst/playback/gstplaybasebin.c: (unknown_type):
11240           Throw error on unknown media type, so apps actually display it.
11241
11242 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11243
11244         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11245           this script to work on Solaris since bash shell handles echo
11246           differenly than bash.
11247
11248 2004-09-17  Wim Taymans  <wim@fluendo.com>
11249
11250         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11251         (setup_source), (gst_play_base_bin_set_property),
11252         (gst_play_base_bin_add_element):
11253         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11254         Some more work on making sure seeking pauses the pipeline and
11255         that changing the uri actually does something.
11256
11257 2004-09-17  Wim Taymans  <wim@fluendo.com>
11258
11259         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11260         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11261         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11262         (gst_tcpserversink_close):
11263         Be a bit more paranoid when freeing memory.
11264
11265 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11266
11267         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11268         (qtdemux_parse_trak):
11269           Don't crash by dividing by zero (see sample movie in #126922).
11270
11271 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11272
11273         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11274           Don't touch non-existing data (fixes crash on file in #140147).
11275
11276 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11277
11278         * gst/playback/gstplaybasebin.c:
11279         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11280           Handle double disposals, and proper change of URIs.
11281
11282 2004-09-13  Martin Eikermann <meiker@upb.de>
11283
11284         * gst/mpegstream/gstmpegparse.c:
11285           fix synchronistation for streams recorded from digital PCR
11286           fixes bug #119376
11287
11288 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11289
11290         * ext/gnomevfs/Makefile.am:
11291         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11292         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11293         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11294         (gst_gnomevfssink_uri_get_type),
11295         (gst_gnomevfssink_uri_get_protocols),
11296         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11297         (gst_gnomevfssink_uri_handler_init),
11298         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11299         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11301         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11302         (gst_gnomevfssrc_uri_get_type),
11303         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11304         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11305         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11306         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11307         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11308         * ext/gnomevfs/gstgnomevfsuri.h:
11309           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11310           of fake URIs to see which this version of Gnome-VFS likes, and
11311           uses that for the Gst-URI interface. Makes playbin support http://
11312           streams. Also fix up some stupid behaviour in gnomevfssrc.
11313
11314 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11315
11316         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11317         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11318         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11319         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11320           Update mixer (to sync with other sessions) if we try to obtain
11321           a new value. This makes alsamixer work accross applications.
11322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11323           Only call sync functions if we're running, else alsalib asserts.
11324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11325           Sometimes fails to compile. Possibly a gcc bug.
11326         * gst/playback/gstplaybin.c: (gen_video_element),
11327         (gen_audio_element):
11328           Add a reference to an application-provided object, because we lose
11329           this same reference if we add it to the bin. If we don't do this,
11330           we can only use this object once and thus crash if we go from
11331           ready to playing, back to ready and back to playing again.
11332           Also add an audioscale element because several cheap soundcards -
11333           like mine - don't support all samplerates.
11334         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11335         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11336           Fix wrong order or PAR calls. Makes automatically obtained PAR
11337           from the X server atually being used.
11338
11339 2004-09-12  David Schleef  <ds@schleef.org>
11340
11341         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11342         #151887, #152102, #152247.
11343         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11344         * examples/seeking/cdparanoia.c: same
11345         * examples/seeking/cdplayer.c: same
11346         * examples/seeking/seek.c: same
11347         * examples/seeking/spider_seek.c: same
11348         * examples/seeking/vorbisfile.c: same
11349         * examples/stats/mp2ogg.c: same
11350         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11351         (gst_esdsink_dispose): Dispose of element properly.
11352         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11353         fixes.
11354         * ext/nas/nassink.c: (gst_nassink_class_init),
11355         (gst_nassink_dispose): Dispose of element correctly.
11356         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11357         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11358         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11359         Fix 64-bit warning.
11360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11361         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11362         Fix 64-bit warning.
11363
11364 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11365
11366         * configure.ac : change speex detection as 1.1.6 now uses
11367           .pc/pkg-config and they changed their headers location.
11368
11369 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11370
11371         * gst/matroska/matroska-mux.h:
11372         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11373         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11374         (gst_matroska_mux_write_data):
11375           Write multiple blocks/frames per cluster.
11376                 Write meta-seek information (seek heads).
11377
11378 2004-09-09  Scott Wheeler <wheeler@kde.org>
11379
11380         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11381         (gst_play_bin_set_property), (gst_play_bin_get_property),
11382         (gen_audio_element), (gen_audio_element):
11383           Add a volume element / property to the pipeline.
11384
11385 2004-09-07  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11388         Copy timestamps from the master pad to the output buffers.
11389
11390 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11391
11392         * ext/raw1394/gstdv1394src.c:
11393           throw errors when applicable
11394
11395 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11396
11397         * gst/matroska/ebml-ids.h:
11398         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11399         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11401           automatically convert unix time <-> ebml time when reading/writing
11402           a date, use gst_ebml_write_uint to write CUETIME,
11403           not gst_ebml_write_date.
11404         * gst/matroska/matroska-ids.h:
11405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11406         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11407         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11408         (gst_matroska_mux_write_data):
11409           Write track and segment UIDs, write muxing date, write
11410           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11411           Create cues for audio only files.
11412
11413 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11414
11415         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11416         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11417           Re-commit ALSA switches.
11418         * gst/adder/gstadder.c: (gst_adder_loop):
11419           64-bit fix (#151416).
11420         * gst/debug/progressreport.c: (gst_progressreport_report):
11421           64-bit fix (#151419).
11422         * gst/matroska/matroska-demux.c:
11423         (gst_matroska_demux_parse_contents):
11424           64-bit fix (#151420).
11425         * gst/playback/test3.c: (update_scale):
11426           64-bit fix (#151421).
11427
11428 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11429
11430         * configure.ac:
11431           bump nano to cvs
11432
11433 === release 0.8.4 ===
11434
11435 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11436
11437         * configure.ac: releasing 0.8.4, "Alias"
11438
11439 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11440
11441         * ext/theora/Makefile.am:
11442           fix makefile.  Fixes #151462.
11443
11444 2004-08-30  Wim Taymans  <wim@fluendo.com>
11445
11446         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11447         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11448         (gst_multifdsink_remove_client_link),
11449         (gst_multifdsink_client_queue_buffer),
11450         (gst_multifdsink_handle_client_write):
11451         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11452         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11453         Fix some memory leaks.
11454
11455 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11456
11457         Patch by: David Schleef
11458
11459         * configure.ac:
11460         * sys/Makefile.am:
11461           rename our detection macro for V4L2.  Fixes #151236.
11462
11463 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11464
11465         Patch by: David Schleef
11466
11467         * configure.ac:
11468           check to define LAMEPRESET.  Fixes #151232.
11469
11470 2004-08-27  David Schleef  <ds@schleef.org>
11471
11472         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11473         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11474         (gst_glimagesink_fixate):  Move local variable declarations to
11475         make gcc-2.95 happy.
11476
11477 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11478
11479         * configure.ac:
11480           bump nano for prerelease
11481
11482 2004-08-27  David Schleef  <ds@schleef.org>
11483
11484         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11485         * sys/sunaudio/gstsunaudiosrc.c:
11486         * sys/sunaudio/gstsunaudiosrc.h:
11487
11488 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11489
11490         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11491         handle EOS correctly
11492         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11493         * gst/matroska/matroska-mux.h:
11494         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11495         VFW compatibility mode
11496
11497 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11498
11499         patch by: Zaheer Abbas Merali
11500
11501         * ext/ogg/gstoggmux.c:
11502         * ext/vorbis/vorbisenc.c:
11503         * ext/vorbis/vorbisenc.h:
11504           handle NEWMEDIA
11505
11506 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11507
11508         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11509         fix byte order reversion on little endian machines.
11510         * gst/matroska/matroska-mux.c: (audiosink_templ),
11511         (gst_matroska_mux_audio_pad_link):
11512         add TTA codec to the list of supported codecs.
11513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11514         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11515         (gst_matroska_mux_write_data):
11516         * gst/matroska/matroska-mux.h:
11517         write segment duration correctly, write muxing app string, fixes bugs
11518         #140897 and #140898.
11519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11520         wait for all pads to be negotiated before starting to mux.
11521
11522 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11523
11524         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11525         * ext/lame/gstlame.h:
11526         Added new media support to lame
11527
11528 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11529
11530         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11531         send vorbis headers at the beginning of a stream, fixes bug #141554.
11532         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11533         bug #148950.
11534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11535         (gst_matroska_demux_plugin_init):
11536         * gst/matroska/matroska-ids.h:
11537         enable demuxing of TTA audio streams, fixes bug #148951.
11538         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11539         enable typefinding for TTA audio files, fixes bug #148711.
11540         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11541         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11542         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11543
11544 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11545
11546         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11547         (gst_riff_read_element_data), (gst_riff_read_seek),
11548         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11549         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11550         <teuf@gnome.org>
11551
11552 2004-08-23 Iain <iaingnome@gmail.com>
11553
11554         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11555         tags. They appear to be handled differently to normal.
11556         (tag_list_to_id3_tag_foreach): Ditto.
11557
11558 2004-08-22  Wim Taymans  <wim@fluendo.com>
11559
11560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11561         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11562         Make sure we never send -1 granulepos.
11563
11564 2004-08-20  Wim Taymans  <wim@fluendo.com>
11565
11566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11567         (gst_ogg_mux_loop):
11568         I will accept bitchslappings with non sharp objects.
11569
11570 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11571
11572         * configure.ac:
11573         Clean up the test for lame presets
11574
11575 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11576
11577         * configure.ac:
11578         * ext/lame/Makefile.am:
11579         * ext/lame/gstlame.c: (gst_lame_class_init),
11580         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11581         Only enable lame presets if version of lame has presets in API
11582
11583 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11584         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11585         * gst/udp/gstudpsrc.h:
11586           Don't call gst_pad_push in a get function. Fixes #150449
11587
11588 2004-08-18  Wim Taymans  <wim@fluendo.com>
11589
11590         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11591         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11592         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11593         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11594         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11595         (gst_fdset_wait):
11596         * gst/tcp/gstfdset.h:
11597         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11598         (gst_multifdsink_client_queue_buffer),
11599         (gst_multifdsink_handle_client_write):
11600         * gst/tcp/gstmultifdsink.h:
11601         Some extra checks in gstfdset.
11602         Only use send() when the fd is a socket. Don't try to
11603         read from write only fds.
11604
11605 2004-08-18  Wim Taymans  <wim@fluendo.com>
11606
11607         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11608         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11609         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11610         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11611         (gst_fdset_wait):
11612         Add more locking and bounds checking.
11613
11614 2004-08-18  Wim Taymans  <wim@fluendo.com>
11615
11616         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11617         Realloc test fdset in the lock and right before starting
11618         the poll call. Bump the limit to 4096.
11619
11620 2004-08-17  David Schleef  <ds@schleef.org>
11621
11622         * sys/sunaudio/Makefile.am:
11623         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11624         of rates and channels.  Make debugging less obnoxious.
11625
11626         Patch from Balamurali Viswanathan implementing a mixer for
11627         Sun audio.  (bug #144091):
11628         * sys/sunaudio/gstsunelement.c:
11629         * sys/sunaudio/gstsunelement.h:
11630         * sys/sunaudio/gstsunmixer.c:
11631         * sys/sunaudio/gstsunmixer.h:
11632
11633 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11634
11635         * gst/audioscale/gstaudioscale.c:
11636         * gst/audioscale/gstaudioscale.h:
11637         made audioscale resample from any sample rate to any sample rate
11638
11639 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11640
11641         * ext/libpng/gstpngdec.c:
11642           error out on unsupported types
11643
11644 2004-08-17  Iain <iaingnome@gmail.com>
11645
11646         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11647         mid_side and loose_mid_side properties if its a stereo stream.
11648
11649 2004-08-17  Wim Taymans  <wim@fluendo.com>
11650
11651         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11652         (theora_get_formats), (theora_dec_src_convert),
11653         (theora_dec_sink_convert), (theora_dec_src_query),
11654         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11655         Add a debug line.
11656
11657 2004-08-17  Wim Taymans  <wim@fluendo.com>
11658
11659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11660         (gst_ogg_pad_push):
11661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11662         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11663         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11664         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11665         Mark delta units in the muxer.
11666         Try to decode the packet after an out-of-sync error from
11667         libogg.
11668
11669 2004-08-17  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11672         (gst_multifdsink_init), (gst_multifdsink_add),
11673         (gst_multifdsink_client_queue_buffer),
11674         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11675         * gst/tcp/gstmultifdsink.h:
11676         Added option to send a keyframe to clients as the first buffer.
11677         Make timeout property writable.
11678
11679 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11680
11681         patch by: Wim Taymans
11682
11683         * gst/tcp/gstfdset.c:
11684         * gst/tcp/gstmultifdsink.c:
11685           fix index comparison, should include 0
11686
11687 2004-08-16  Wim Taymans  <wim@fluendo.com>
11688
11689         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11690         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11691         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11692         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11693         (gst_fdset_wait):
11694           copy when reallocing for poll so the select arguments don't get
11695           changed during the call
11696
11697 2004-08-16  Wim Taymans  <wim@fluendo.com>
11698
11699         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11700         (gst_theora_enc_class_init), (theora_enc_sink_link),
11701         (theora_buffer_from_packet), (theora_enc_chain):
11702         Fix bug where buffers were not marked as keyframes
11703         correctly.
11704
11705 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11706
11707         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11708         (gst_lame_preset_get_type), (gst_lame_class_init):
11709         describe the enum values for vbr mode and presets more verbosely
11710
11711 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11712
11713         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11714         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11715         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11716         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11717         * ext/lame/gstlame.h:
11718         add preset property to lame so it can use lame presets
11719
11720 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11721
11722         * ext/lame/gstlame.c: (gst_lame_get_property):
11723         whoops forgot break, thanks teuf
11724
11725 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11726
11727         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11728         (gst_lame_class_init), (gst_lame_src_getcaps),
11729         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11730         (gst_lame_get_property), (gst_lame_setup):
11731         * ext/lame/gstlame.h:
11732         fix lame's broken vbr stuff, allow it to resample if need be, and also
11733         make xing header optional
11734
11735 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11736
11737         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11738         added getcaps function so samplerate doesnt get fixated to silly values
11739
11740 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11741
11742         * ext/lame/gstlame.c: (gst_lame_src_link):
11743         revert previous fix
11744
11745 2004-08-12  Johan Dahlin  <johan@gnome.org>
11746
11747         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11748         checks. Doesn't matter what state we are in. Interfaces are a
11749         compile time thing, not runtime. It also broke the python bindings.
11750
11751 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11752
11753         * ext/lame/gstlame.c: (gst_lame_src_link):
11754         made source pad link function check if sinkpad is ok..fixes the problem
11755         where core fixates the output rate of lame stupidly
11756
11757 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11758
11759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11760         * sys/v4l/v4l_calls.c:
11761         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11762           fix fixate function to handle nonsimple caps.
11763           remove bogus check in _link
11764           cleanups
11765
11766 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11767
11768         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11769         set default compression ratio parameter to 0.0 so bitrate parameter
11770         works :)
11771
11772 2004-08-11  David Schleef  <ds@schleef.org>
11773
11774         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11775
11776 2004-08-11  David Schleef  <ds@schleef.org>
11777
11778         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11779         before.
11780
11781 2004-08-11  David Schleef  <ds@schleef.org>
11782
11783         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11784
11785 2004-08-11  David Schleef  <ds@schleef.org>
11786
11787         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11788           license field
11789         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11790         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11791           LGPL.
11792         * gst/auparse/gstauparse.c: Fix plugin license field.
11793         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11794         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11795         * gst/rtp/gstrtp.c: Fix plugin license field.
11796
11797 2004-08-11  Wim Taymans  <wim@fluendo.com>
11798
11799         * gst/tcp/Makefile.am:
11800         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11801         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11802         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11803         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11804         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11805         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11806         (gst_fdset_fd_can_write), (gst_fdset_wait):
11807         * gst/tcp/gstfdset.h:
11808         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11809         (gst_multifdsink_class_init), (gst_multifdsink_init),
11810         (gst_multifdsink_add), (gst_multifdsink_remove),
11811         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11812         (gst_multifdsink_remove_client_link),
11813         (gst_multifdsink_handle_client_read),
11814         (gst_multifdsink_client_queue_data),
11815         (gst_multifdsink_client_queue_caps),
11816         (gst_multifdsink_client_queue_buffer),
11817         (gst_multifdsink_handle_client_write),
11818         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11819         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11820         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11821         (gst_multifdsink_close):
11822         * gst/tcp/gstmultifdsink.h:
11823         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11824         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11825         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11826         (gst_tcpserversink_close):
11827         * gst/tcp/gsttcpserversink.h:
11828         Abstracted away the select call, implemented poll (yes we ran into
11829         the 1024 limit in production).
11830
11831 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11832
11833         * gst/tcp/gsttcp.c:
11834         * gst/tcp/gsttcpplugin.c:
11835           improve debuggging, remove assert
11836
11837 2004-08-10  Wim Taymans  <wim@fluendo.com>
11838
11839         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11840         (gst_client_status_get_type), (gst_multifdsink_class_init),
11841         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11842         (gst_multifdsink_handle_client_read),
11843         (gst_multifdsink_handle_client_write),
11844         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11845         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11846         (gst_multifdsink_get_property):
11847         * gst/tcp/gstmultifdsink.h:
11848         * gst/tcp/gsttcp-marshal.list:
11849         Starting to prepare for specifying buffer time in other units
11850         than buffers. Expose remove reason in signal.
11851
11852 2004-08-10  Wim Taymans  <wim@fluendo.com>
11853
11854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11855         (gst_multifdsink_remove), (gst_multifdsink_clear),
11856         (gst_multifdsink_remove_client_link),
11857         (gst_multifdsink_handle_client_read),
11858         (gst_multifdsink_client_queue_data),
11859         (gst_multifdsink_client_queue_buffer),
11860         (gst_multifdsink_handle_client_write),
11861         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11862         (gst_multifdsink_chain), (gst_multifdsink_close):
11863         * gst/tcp/gstmultifdsink.h:
11864         Added more debugging info. Changed the way clients are
11865         removed from the lists. Fixed a bug where a bad file descriptor
11866         could cause many clients to be removed.
11867
11868 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11869
11870         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11871           allow all pixel-aspect-ratios, not just 1:1
11872
11873 2004-08-09  David Schleef  <ds@schleef.org>
11874
11875         * sys/glsink/ARB_multitexture.h:  Remove old files.
11876         * sys/glsink/EXT_paletted_texture.h:
11877         * sys/glsink/NV_register_combiners.h:
11878         * sys/glsink/gstgl_nvimage.c:
11879         * sys/glsink/gstgl_pdrimage.c:
11880         * sys/glsink/gstgl_rgbimage.c:
11881         * sys/glsink/gstglsink.c:
11882         * sys/glsink/gstglsink.h:
11883         * sys/glsink/gstglxwindow.c:
11884         * sys/glsink/regcomb_yuvrgb.c:
11885
11886 2004-08-09  David Schleef  <ds@schleef.org>
11887
11888         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11889         GL sink plugin.  (Bug #147302)
11890
11891         * configure.ac: Test for OpenGL
11892         * sys/Makefile.am: Use test for OpenGL
11893         * sys/glsink/Makefile.am:
11894         * sys/glsink/glimagesink.c: rewrite
11895         * sys/glsink/glimagesink.h: rewrite
11896
11897 2004-08-09  David Schleef  <ds@schleef.org>
11898
11899         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11900         sane framerates.
11901         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11903         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11904
11905 2004-08-09  Wim Taymans  <wim@fluendo.com>
11906
11907         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11908         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11909         (gst_multifdsink_client_remove),
11910         (gst_multifdsink_handle_client_read),
11911         (gst_multifdsink_handle_client_write),
11912         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11913         Do a bit more logging, make the client_read code more robust.
11914
11915 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11916
11917         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11918         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11919         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11920         (gst_jpegdec_init), (gst_jpegdec_chain):
11921         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11922         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11923           cleanups, debugging fixes and memleak plugging
11924
11925 2004-08-09  Wim Taymans  <wim@fluendo.com>
11926
11927         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11928         (theora_get_formats), (theora_dec_src_convert),
11929         (theora_dec_sink_convert), (theora_dec_src_query),
11930         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11931         (theora_dec_change_state):
11932         Don't crash on missing header packets.
11933
11934 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11935
11936         * po/LINGUAS:
11937         * po/sq.po:
11938           Added Albanian translation (Laurent Dhima)
11939         * po/cs.po:
11940           updated
11941
11942 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11943
11944         * ext/lame/gstlame.c:
11945           fix/add debugging
11946
11947 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11948
11949         * sys/ximage/ximagesink.c:
11950         * sys/xvimage/xvimagesink.c:
11951           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11952
11953 2004-08-06  Wim Taymans  <wim@fluendo.com>
11954
11955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11956         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11957         (gst_multifdsink_client_remove),
11958         (gst_multifdsink_handle_client_read),
11959         (gst_multifdsink_handle_client_write),
11960         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11961         Make sure we don't try to read more from a client that what
11962         ioctl says us or we deadlock.
11963
11964 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11965
11966         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11967         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11968         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11969           decouple running_time and n_frames so it can handle changing
11970           framerate while running
11971
11972 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11973
11974         * po/nl.po:
11975         * po/sv.po:
11976           updated translations
11977
11978 2004-08-04  Benjamin Otte  <otte@gnome.org>
11979
11980         * gst/videotestsrc/gstvideotestsrc.c:
11981         (gst_videotestsrc_get_capslist), (generate_capslist),
11982         (plugin_init):
11983           generate the list of supported caps at startup and reuse it instead
11984           of always generating it
11985
11986 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11987
11988         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11989           whoops, last checkin broke normal build
11990
11991 2004-08-03  Benjamin Otte  <otte@gnome.org>
11992
11993         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11994         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11995         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11996         (gst_alsa_mixer_get_option):
11997         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11998         (dvdnavsrc_print_event):
11999         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12001         (gst_ogg_mux_pad_unlink):
12002         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12003         (gst_multipart_mux_pad_unlink):
12004         * gst/videofilter/gstvideobalance.c:
12005         (gst_videobalance_colorbalance_set_value):
12006         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12007         (gst_videomixer_pad_unlink):
12008         * po/uk.po:
12009         * sys/oss/gstossmixer.c:
12010         * sys/v4l/gstv4lcolorbalance.c:
12011         * sys/v4l/gstv4ltuner.c:
12012         * sys/v4l/v4lsrc_calls.c:
12013         * sys/v4l2/gstv4l2colorbalance.c:
12014         * sys/v4l2/gstv4l2tuner.c:
12015           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12016
12017 2004-08-03  Benjamin Otte  <otte@gnome.org>
12018
12019         * examples/dynparams/filter.c: (ui_control_create):
12020         * examples/gstplay/player.c: (print_tag):
12021         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12022         * ext/gdk_pixbuf/gstgdkanimation.c:
12023         (gst_gdk_animation_iter_may_advance):
12024         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12025         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12026         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12027         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12029         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12030         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12031         * gst/sine/demo-dparams.c: (main):
12032         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12033         * testsuite/alsa/formats.c: (create_pipeline):
12034         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12035           fixes for G_DISABLE_ASSERT and friends
12036         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12037         (mp3_type_frame_length_from_header), (mp3_type_find),
12038         (plugin_init):
12039           require mp3 typefinding to have at least MIN_HEADERS valid headers
12040           add typefinding for AAC adts files
12041
12042 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12043
12044         * sys/ximage/ximagesink.c:
12045         (gst_ximagesink_calculate_pixel_aspect_ratio):
12046         * sys/xvimage/xvimagesink.c:
12047         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12048         Make sure we calculate pixel-aspect-ratio using floating point maths
12049
12050 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12051
12052         * po/uk.po:
12053           updated translation
12054
12055 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12056
12057         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12059           add debugging for display PAR calculation
12060
12061 2004-08-02  David Schleef  <ds@schleef.org>
12062
12063         * configure.ac: Fix mikmod CFLAGS.
12064
12065 2004-07-27  Benjamin Otte  <otte@gnome.org>
12066
12067         * gst/audioscale/gstaudioscale.c:
12068         - fix templates to only support S16, it's the only format that works
12069         - make caps nego code use try_set_caps_nonfixed and fixation instead
12070         of try_set_caps twice, which is not nice for autopluggers
12071         - change rank to secondary, so autopluggers can pick it up after
12072         audioconvert
12073
12074 2004-08-02  Iain <iain@prettypeople.org>
12075
12076         * gst/interleave/interleave.c (interleave_init),
12077         (interleave_request_new_pad),
12078         (interleave_pad_removed),
12079         (interleave_buffered_loop): Use the real pad count, not the artificial
12080         one.
12081
12082 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12083
12084         * configure.ac: bump nano back to development
12085
12086 === release 0.8.3 ===
12087
12088 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12089
12090         * configure.ac: releasing 0.8.3, "Water"
12091
12092 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12093
12094         * sys/xvimage/xvimagesink.c:
12095         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12096         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12097         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12098         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12099         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12100         * sys/xvimage/xvimagesink.h:
12101           apply similar PAR fixes as to ximagesink
12102
12103 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12104
12105         patch from: Benjamin Otte
12106
12107         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12108           add link function to lame.  Fixes #148986.
12109
12110 2004-08-02  Johan Dahlin  <johan@gnome.org>
12111
12112         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12113         fix debugging log
12114
12115 2004-07-30  David Schleef  <ds@schleef.org>
12116
12117         * gst/videomixer/Makefile.am: Fix things that should have been
12118         fixed in the last checkin.
12119
12120 2004-07-30  David Schleef  <ds@schleef.org>
12121
12122         * gst/multipart/Makefile.am: Fix things that should have been
12123         fixed in the last checkin.
12124
12125 2004-07-30  David Schleef  <ds@schleef.org>
12126
12127         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12128
12129 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * configure.ac:
12132           bump nano for prerelease
12133         * po/af.po:
12134         * po/az.po:
12135         * po/cs.po:
12136         * po/en_GB.po:
12137         * po/hu.po:
12138         * po/nl.po:
12139         * po/sr.po:
12140         * po/sv.po:
12141         * po/uk.po:
12142           updates
12143
12144 2004-07-30  Wim Taymans  <wim@fluendo.com>
12145
12146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12147         (gst_multifdsink_add), (gst_multifdsink_remove),
12148         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12149         (gst_multifdsink_client_remove),
12150         (gst_multifdsink_handle_client_write),
12151         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12152         * gst/tcp/gstmultifdsink.h:
12153         Recover from a select with a bad file descriptor by removing
12154         the client.
12155
12156 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12157
12158         * configure.ac:
12159           fix requirement of core
12160         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12161         (gst_play_pipeline_setup):
12162           don't use colorspace element.  do use hermescolorspace element.
12163           make macro to get a colorspace element.
12164           mark strings for translation.
12165         * po/POTFILES.in:
12166           add play.c
12167         * po/af.po:
12168         * po/az.po:
12169         * po/cs.po:
12170         * po/en_GB.po:
12171         * po/hu.po:
12172         * po/nl.po:
12173         * po/sr.po:
12174         * po/sv.po:
12175         * po/uk.po:
12176           update translations
12177
12178 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12179
12180         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12181         fix default for newmedia flag
12182
12183 2004-07-30  Wim Taymans  <wim@fluendo.com>
12184
12185         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12186         (gst_theora_dec_init), (theora_get_formats),
12187         (theora_dec_src_convert), (theora_dec_sink_convert),
12188         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12189         (theora_dec_chain), (theora_dec_set_property),
12190         (theora_dec_get_property):
12191         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12192         (gst_theora_enc_class_init), (gst_theora_enc_init),
12193         (theora_enc_sink_link), (theora_enc_chain),
12194         (theora_enc_set_property), (theora_enc_get_property):
12195         Added cropping option to theora decoder.
12196         Added border option to theora encoder.
12197
12198 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12199
12200         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12201         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12202         (gst_pngenc_set_property):
12203         * ext/libpng/gstpngenc.h:
12204         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
12205
12206 2004-07-30  Wim Taymans  <wim@fluendo.com>
12207
12208         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12209         (theora_enc_sink_link), (theora_enc_chain),
12210         (theora_enc_set_property), (theora_enc_get_property):
12211         Fix encoding of non-multiple-of-16 video.
12212
12213 2004-07-29  David Schleef  <ds@schleef.org>
12214
12215         * configure.ac: make test for audiofile more strict
12216
12217 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12218
12219         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12220           give different names to typefind functions
12221
12222 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12223
12224         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12225         (gst_ximagesink_calculate_pixel_aspect_ratio),
12226         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12227         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12228         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12229         (gst_ximagesink_get_property), (gst_ximagesink_init):
12230         * sys/ximage/ximagesink.h:
12231           allocate PAR's dynamically.
12232           use autodetected PAR if no object-set PAR is given.
12233           add workaround for directfb's X not setting physical size.
12234           fix to xvimagesink will follow tomorrow.
12235
12236 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12237
12238         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12239         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12240         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12241         (gst_shout2send_class_init), (gst_shout2send_init),
12242         (set_shout_metadata), (gst_shout2send_set_metadata),
12243         (gst_shout2send_chain), (gst_shout2send_set_property),
12244         (gst_shout2send_get_property), (gst_shout2send_connect),
12245         (gst_shout2send_change_state):
12246         * ext/shout2/gstshout2.h:
12247         - fix for sending mp3 audio to icecast2 server, if pad link function not
12248         called before PAUSED state
12249         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12250         - added tagging support for mp3 audio broadcasted
12251         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12252         debug info
12253
12254 2004-07-28  Wim Taymans  <wim@fluendo.com>
12255
12256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12257         (gst_ogg_demux_push):
12258         Return query failure when we don't know the length of
12259         an ogg stream insteda of returning TRUE with a bogus value.
12260
12261 2004-07-28  Wim Taymans  <wim@fluendo.com>
12262
12263         * ext/theora/theoradec.c: (theora_get_formats),
12264         (theora_dec_src_convert), (theora_dec_sink_convert),
12265         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12266         (theora_dec_chain):
12267         Don't screw up the 1 Chroma for 1 luma sample situation when we
12268         have an odd offset/width by adding a black border in those cases.
12269
12270 2004-07-28  Wim Taymans  <wim@fluendo.com>
12271
12272         * ext/theora/theoradec.c: (theora_get_formats),
12273         (theora_dec_src_convert), (theora_dec_sink_convert),
12274         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12275         (theora_dec_chain):
12276         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12277         Added first attempt at cropping of the image as required by the
12278         theora spec. We need more properties in the caps (offset_x,
12279         offset_y,stride) to implement this correctly.
12280
12281 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12282
12283         * ext/dvdnav/README:
12284           Update the README to use dvddemux
12285         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12286           Ensure getcaps returns a subset of the template caps
12287         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12288         (gst_mpeg2subt_init):
12289           Ensure getcaps returns a subset of the template caps
12290         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12291         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12292         (gst_dvd_demux_get_subpicture_stream),
12293         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12294         * gst/mpegstream/gstdvddemux.h:
12295           Set the explicit caps on the current_video pad before pushing
12296           anything
12297         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12298         (gst_mpeg_demux_get_audio_stream):
12299           Free caps used to gst_pad_set_explicit_caps, which takes a const
12300           GstCaps *
12301
12302 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12303
12304         * configure.ac: update GStreamer requirement to 0.8.4 because of
12305           GstFraction.
12306
12307 2004-07-28  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12310         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12311         Add the pad to the element after setting up the caps. This
12312         makes it a lot easier to autoplug.
12313
12314 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12315
12316         * gst/median/gstmedian.c:
12317         * gst/mpeg2subt/gstmpeg2subt.c:
12318         * gst/mpegaudioparse/gstmpegaudioparse.c:
12319         * gst/mpegstream/gstdvddemux.c:
12320         * gst/mpegstream/gstmpegdemux.c:
12321         * gst/mpegstream/gstmpegpacketize.c:
12322         * gst/rtjpeg/gstrtjpeg.c:
12323         * gst/rtjpeg/gstrtjpegdec.c:
12324         * gst/rtjpeg/gstrtjpegenc.c:
12325         * gst/sine/gstsinesrc.c:
12326         * gst/smooth/gstsmooth.c:
12327         * gst/smpte/gstsmpte.c:
12328         * gst/smpte/gstsmpte.h:
12329         * gst/stereo/gststereo.c:
12330         * gst/videofilter/gstgamma.c:
12331         * gst/videofilter/gstvideobalance.c:
12332         * gst/videofilter/gstvideofilter.c:
12333         * gst/videofilter/gstvideoflip.c:
12334         * gst/videoscale/gstvideoscale.c:
12335         * gst/videoscale/videoscale.c:
12336         * gst/videotestsrc/gstvideotestsrc.c:
12337         * gst/videotestsrc/videotestsrc.c:
12338         * gst/wavenc/gstwavenc.c:
12339         * gst/wavparse/gstwavparse.c:
12340           fix local includes and 64 bits constants
12341
12342 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12343
12344         * win32/gst.sln:
12345         * gst-libs/gst/*/*.vcproj:
12346         * gst/*/*.vcproj:
12347           more working plugins
12348
12349 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12350
12351         * testsuite/alsa/Makefile.am:
12352         * testsuite/alsa/srcstate.c:
12353         add test for alsasrc changing state
12354
12355 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12356
12357         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12358         (gst_silence_get):
12359         * gst/silence/gstsilence.h:
12360         fix silence generation for 16bit raw audio
12361
12362 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12363
12364         * gst/matroska/matroska-demux.c:
12365         (gst_matroska_demux_parse_metadata),
12366         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12367         * gst/mpegaudio/common.c:
12368         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12369         (gst_videoscale_getcaps), (gst_videoscale_link),
12370         (gst_videoscale_src_fixate), (gst_videoscale_init),
12371         (gst_videoscale_finalize):
12372         * gst/videoscale/gstvideoscale.h:
12373         * gst/videotestsrc/gstvideotestsrc.c:
12374         (gst_videotestsrc_get_capslist):
12375         * gst/wavenc/gstwavenc.c:
12376         * sys/oss/gstossmixer.c: (fill_labels):
12377         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12378         (gst_ximagesink_handle_xevents),
12379         (gst_ximagesink_calculate_pixel_aspect_ratio),
12380         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12381         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12382         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12383         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12384         (gst_ximagesink_init), (gst_ximagesink_class_init):
12385         * sys/ximage/ximagesink.h:
12386         * sys/xvimage/xvimagesink.c:
12387         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12388         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12389         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12390         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12391         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12392         * sys/xvimage/xvimagesink.h:
12393           first batch of pixel aspect ratio commits.
12394
12395 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12396
12397         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12398         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12399         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12400           handle stride, needs work if we want to move stride handling
12401           upstream, but works correctly for our purposes.
12402
12403 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12404
12405         * gst/videoscale/README:
12406           add testing examples
12407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12408         (gst_videoscale_chain):
12409         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12410         (gst_videoscale_get_size):
12411           add get_size function that handles stride like videotestsrc.
12412           fixes conversion for YUV formats for as much as I can test them.
12413
12414 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12415
12416         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12417         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12419         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12420         (gst_xvimagesink_xvimage_put):
12421           further cleanups, logging, error handling and synchronizing
12422
12423 2004-07-27  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12426         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12427         (gst_videomixer_pad_set_property),
12428         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12429         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12430         (gst_videomixer_class_init), (gst_videomixer_init),
12431         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12432         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12433         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12434         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12435         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12436         (gst_videomixer_loop), (plugin_init):
12437         Be a nicer negotiation citizen and provide a getcaps function on
12438         the srcpad. This also fixes a crash when resizing.
12439
12440 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12441
12442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12443         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12444
12445 2004-07-27  Wim Taymans  <wim@fluendo.com>
12446
12447         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12448         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12449         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12450         (gst_pngenc_set_property):
12451         * ext/libpng/gstpngenc.h:
12452         Added snapshot property to pngenc.
12453         removed g_print from pngdec
12454
12455 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12456
12457         * gst/ac3parse/ac3parse.vcproj
12458         * gst/adder/adder.vcproj
12459         * gst/alpha/alpha.vcproj
12460         * gst/alpha/alphacolor.vcproj
12461         * gst/asfdemux/asf.vcproj
12462         * gst/audioconvert/audioconvert.vcproj
12463         * gst/audiorate/audiorate.vcproj
12464         * gst/audioscale/audioscale.vcproj
12465         * gst/auparse/auparse.vcproj
12466         * gst/avi/avi.vcproj
12467         * gst/cdxaparse/cdxaparse.vcproj
12468         * gst/chart/chart.vcproj
12469         * gst/colorspace/colorspace.vcproj
12470         * gst/cutter/cutter.vcproj
12471         * gst/debug/debug.vcproj
12472         * gst/debug/efence.vcproj
12473         * gst/debug/navigationtest.vcproj
12474         * gst/deinterlace/deinterlace.vcproj
12475         * gst/effectv/effectv.vcproj
12476         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12477         * gst/filter/filter.vcproj
12478         * gst/flx/flxdec.vcproj
12479         * gst/goom/goom.vcproj
12480         * gst/interleave/interleave.vcproj
12481         * gst/law/alaw.vcproj
12482         * gst/law/mulaw.vcproj
12483         * gst/matroska/matroska.vcproj
12484         * gst/median/median.vcproj
12485         * gst/mixmatrix/mixmatrix.vcproj
12486         * gst/mpeg1sys/mpeg1systemencode.vcproj
12487         * gst/mpeg1videoparse/mp1videoparse.vcproj
12488         * gst/mpeg2sub/mpeg2subt.vcproj
12489         * gst/mpegaudio/mpegaudio.vcproj
12490         * gst/mpegaudioparse/mpegaudioparse.vcproj
12491         * gst/mpegstream/mpegstream.vcproj
12492         * gst/multifilesink/multifilesink.vcproj
12493         * gst/multipart/multipart.vcproj
12494         * gst/oneton/oneton.vcproj
12495         * gst/overlay/overlay.vcproj
12496         * gst/passthrough/passthrough.vcproj
12497         * gst/qtdemux/qtdemux.vcproj
12498         * gst/realmedia/rmdemux.vcproj
12499         * gst/rtjpeg/rtjpeg.vcproj
12500         * gst/rtp/rtp.vcproj
12501         * gst/silence/silence.vcproj
12502         * gst/sine/sinesrc.vcproj
12503         * gst/smooth/smooth.vcproj
12504         * gst/smpte/smpte.vcproj
12505         * gst/spectrum/spectrum.vcproj
12506         * gst/speed/speed.vcproj
12507         * gst/stereo/stereo.vcproj
12508         * gst/switch/switch.vcproj
12509         * gst/tags/tagedit.vcproj
12510         * gst/tcp/tcp.vcproj
12511         * gst/typefind/typefindfunctions.vcproj
12512         * gst/udp/udp.vcproj
12513         * gst/videobox/videobox.vcproj
12514         * gst/videocrop/videocrop.vcproj
12515         * gst/videodrop/videodrop.vcproj
12516         * gst/videofilter/gamma.vcproj
12517         * gst/videofilter/videobalance.vcproj
12518         * gst/videofilter/videofilter.vcproj
12519         * gst/videofilter/videoflip.vcproj
12520         * gst/videoflip/videoflip.vcproj
12521         * gst/videomixer/videomixer.vcproj
12522         * gst/videorate/videorate.vcproj
12523         * gst/videoscale/videoscale.vcproj
12524         * gst/videotestsrc/videotestsrc.vcproj
12525         * gst/virtualdub/virtualdub.vcproj
12526         * gst/volenv/volenv.vcproj
12527         * gst/volume/volume.vcproj
12528         * gst/wavenc/wavenc.vcproj
12529         * gst/wavparse/wavparse.vcproj
12530         * gst/y4m/y4menc.vcproj
12531         * gst-libs/gst/audio/audio.vcproj
12532         * gst-libs/gst/audio/audiofilter.vcproj
12533         * gst-libs/gst/colorbalance/colorbalance.vcproj
12534         * gst-libs/gst/idct/idtc.vcproj
12535         * gst-libs/gst/media-info/media-info.vcproj
12536         * gst-libs/gst/mixer/mixer.vcproj
12537         * gst-libs/gst/navigation/navigation.vcproj
12538         * gst-libs/gst/play/play.vcproj
12539         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12540         * gst-libs/gst/resample/resample.vcproj
12541         * gst-libs/gst/riff/riff.vcproj
12542         * gst-libs/gst/tuner/tuner.vcproj
12543         * gst-libs/gst/video/video.vcproj
12544         * gst-libs/gst/xoverlay/xoverlay.vcproj
12545           avoid problems with math.h, fix release dependancy
12546           rename GStreamer-0.8.lib to libgstreamer.lib
12547
12548 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12549
12550         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12552         the atom is not available we have to unlock the mutex. Fixes #148023
12553
12554 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12555
12556         * gst-libs/gst/media-info/media-info.h:
12557           issue for a vararg macro with MSVC
12558
12559 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12560
12561         * gst/effectv/effectv.vcproj
12562         * gst-libs/gst/idct/idct.vcproj:
12563         * gst-libs/gst/media-info/media-info.vcproj:
12564         * gst-libs/gst/navigation/navigation.vcproj:
12565         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12566         * gst-libs/gst/video/video.vcproj:
12567         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12568           fixes for build problems
12569
12570 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12571
12572         * gst-libs/gst/audio/audio.def:
12573         * gst-libs/gst/audio/riff.def:
12574           add some definitions needed by plugins
12575
12576 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12577
12578         * gst/asfdemux/gstasfmux.c
12579           Fix some 64 bits constants to be glib friendly
12580
12581 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12582
12583         * gst/ac3parse/gstac3parse.c
12584         * gst/audioscale/gstaudioscale.c
12585         * gst/auparse/gstauparse.c
12586         * gst/colorspace/gstcolorspace.c
12587         * gst/colorspace/yuv2rgb.h
12588           local include fixes
12589
12590 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12591
12592         * win32/gst.sln
12593           add more plugins to the build
12594
12595 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12596
12597         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12598         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12599
12600 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12601
12602         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12603         (gst_level_set_property), (gst_level_get_property),
12604         (gst_level_base_init), (gst_level_class_init):
12605           add debugging categories.  cleanups.
12606
12607 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12608
12609         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12610         (gst_videoscale_planar411), (gst_videoscale_planar400),
12611         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12612         (gst_videoscale_scale_nearest_str1),
12613         (gst_videoscale_scale_nearest_str2),
12614         (gst_videoscale_scale_nearest_str4),
12615         (gst_videoscale_scale_nearest_16bit),
12616         (gst_videoscale_scale_nearest_24bit):
12617           fixed stride issues
12618           tested with 320x240 -> 321, 322, 324 x240
12619           tested with YV12, I420, YUY2, UYVY
12620           fixed packed422rev (don't think it could have worked before)
12621           by testing with UYVY
12622
12623 2004-07-26  Benjamin Otte  <otte@gnome.org>
12624
12625         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12626         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12627         (plugin_init):
12628           add debugging category, add error checks like checking return values
12629           of setup calls, make sure it still works after
12630           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12631
12632 2004-07-26  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12635         (gst_mpeg_demux_get_audio_stream),
12636         (gst_mpeg_demux_process_private):
12637         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12638         Check for error codes from the negotiation functions. Make sure
12639         we really set the pad caps when a new pad is created.
12640
12641 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12642
12643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12644         (gst_ffmpeg_caps_to_pix_fmt):
12645         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12647         (gst_ffmpegcolorspace_pad_link):
12648           don't make function do two things at the same time without reason.
12649
12650 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12651
12652         * gst/ac3parse/ac3parse.vcproj
12653         * gst/adder/adder.vcproj
12654         * gst/alpha/alpha.vcproj
12655         * gst/alpha/alphacolor.vcproj
12656         * gst/asfdemux/asf.vcproj
12657         * gst/audioconvert/audioconvert.vcproj
12658         * gst/audiorate/audiorate.vcproj
12659         * gst/audioscale/audioscale.vcproj
12660         * gst/auparse/auparse.vcproj
12661         * gst/avi/avi.vcproj
12662         * gst/cdxaparse/cdxaparse.vcproj
12663         * gst/chart/chart.vcproj
12664         * gst/colorspace/colorspace.vcproj
12665         * gst/cutter/cutter.vcproj
12666         * gst/debug/debug.vcproj
12667         * gst/debug/efence.vcproj
12668         * gst/debug/navigationtest.vcproj
12669         * gst/deinterlace/deinterlace.vcproj
12670         * gst/effectv/effectv.vcproj
12671         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12672         * gst/filter/filter.vcproj
12673         * gst/flx/flxdec.vcproj
12674         * gst/goom/goom.vcproj
12675         * gst/interleave/interleave.vcproj
12676         * gst/law/alaw.vcproj
12677         * gst/law/mulaw.vcproj
12678         * gst/matroska/matroska.vcproj
12679         * gst/median/median.vcproj
12680         * gst/mixmatrix/mixmatrix.vcproj
12681         * gst/mpeg1sys/mpeg1systemencode.vcproj
12682         * gst/mpeg1videoparse/mp1videoparse.vcproj
12683         * gst/mpeg2sub/mpeg2subt.vcproj
12684         * gst/mpegaudio/mpegaudio.vcproj
12685         * gst/mpegaudioparse/mpegaudioparse.vcproj
12686         * gst/mpegstream/mpegstream.vcproj
12687         * gst/multifilesink/multifilesink.vcproj
12688         * gst/multipart/multipart.vcproj
12689         * gst/oneton/oneton.vcproj
12690         * gst/overlay/overlay.vcproj
12691         * gst/passthrough/passthrough.vcproj
12692         * gst/qtdemux/qtdemux.vcproj
12693         * gst/realmedia/rmdemux.vcproj
12694         * gst/rtjpeg/rtjpeg.vcproj
12695         * gst/rtp/rtp.vcproj
12696         * gst/silence/silence.vcproj
12697         * gst/sine/sinesrc.vcproj
12698         * gst/smooth/smooth.vcproj
12699         * gst/smpte/smpte.vcproj
12700         * gst/spectrum/spectrum.vcproj
12701         * gst/speed/speed.vcproj
12702         * gst/stereo/stereo.vcproj
12703         * gst/switch/switch.vcproj
12704         * gst/tags/tagedit.vcproj
12705         * gst/tcp/tcp.vcproj
12706         * gst/typefind/typefindfunctions.vcproj
12707         * gst/udp/udp.vcproj
12708         * gst/videobox/videobox.vcproj
12709         * gst/videocrop/videocrop.vcproj
12710         * gst/videodrop/videodrop.vcproj
12711         * gst/videofilter/gamma.vcproj
12712         * gst/videofilter/videobalance.vcproj
12713         * gst/videofilter/videofilter.vcproj
12714         * gst/videofilter/videoflip.vcproj
12715         * gst/videoflip/videoflip.vcproj
12716         * gst/videomixer/videomixer.vcproj
12717         * gst/videorate/videorate.vcproj
12718         * gst/videoscale/videoscale.vcproj
12719         * gst/videotestsrc/videotestsrc.vcproj
12720         * gst/virtualdub/virtualdub.vcproj
12721         * gst/volenv/volenv.vcproj
12722         * gst/volume/volume.vcproj
12723         * gst/wavenc/wavenc.vcproj
12724         * gst/wavparse/wavparse.vcproj
12725         * gst/y4m/y4menc.vcproj
12726           more plugins supported under windows
12727
12728 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12729
12730         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12731         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12732         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12734         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12735           Add debugging statements.  Use the sizes as returned by the
12736           *CreateImage calls.
12737
12738 2004-07-26  Johan Dahlin  <johan@gnome.org>
12739
12740         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12741         the pad is negotiated.
12742
12743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12744
12745 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12746
12747         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12748         * gst-libs/gst/idct/idct.vcproj:
12749         * gst-libs/gst/media-info/media-info.vcproj:
12750         * gst-libs/gst/mixer/mixer.vcproj:
12751         * gst-libs/gst/navigation/navigation.vcproj:
12752         * gst-libs/gst/play/play.vcproj:
12753         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12754         * gst-libs/gst/resample/resample.vcproj:
12755         * gst-libs/gst/tuner/tuner.vcproj:
12756         * gst-libs/gst/video/video.vcproj:
12757         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12758           more plugins supported under windows
12759
12760 2004-07-25 Iain <iain@prettypeople.org>
12761
12762         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12763         pad now rather than when the pad is created because state changes wipe
12764         explicit caps (fixes #148043).
12765
12766 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12767
12768         reviewed by Benjamin Otte  <otte@gnome.org>
12769
12770         * ext/mad/gstmad.c:
12771           fix mad plugin crashing on Sun (fixes #148289)
12772
12773 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12774
12775         * gst/avi/avi.def:
12776         * gst/avi/avi.vcproj:
12777         * gst/matroska/matroska.def:
12778         * gst/matroska/matroska.vcproj:
12779           remove unused .def files
12780
12781 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12782
12783         * gst-libs/gst/audio/gstaudiofilter.c:
12784           Clean the local include
12785
12786 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12787
12788         * win32/gst.sln:
12789         * gst-libs/gst/audio/audio.def:
12790         * gst-libs/gst/audio/audio.vcproj:
12791         * gst-libs/gst/audio/audiofilter.vcproj:
12792         * gst-libs/gst/audio/riff.def:
12793         * gst-libs/gst/audio/riff.vcproj:
12794         * gst-libs/gst/gst-libs.def:
12795         * gst-libs/gst/gst-libs.vcproj:
12796         * gst/avi/avi.vcproj:
12797         * gst/avi/avi.vcproj:
12798           Copy the files where needed after building, cleaner projects
12799
12800 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12801
12802         * gst/matroska/ebml-write.c:
12803           Fix some 64 bits constants to be glib friendly
12804
12805 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12806
12807         * win32/gst.sln:
12808         * gst-libs/gst/gst-libs.def:
12809         * gst-libs/gst/gst-libs.vcproj:
12810         * gst/matroska/matroska.def:
12811         * gst/matroska/matroska.vcproj:
12812           Add the preliminary canvas to build plugins on Win32
12813
12814 2004-07-23  Benjamin Otte  <otte@gnome.org>
12815
12816         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12817           don't enfore negotiation from source side, it breaks
12818           sinesrc ! audioconvert ! osssink
12819
12820 2004-07-22  David Schleef  <ds@schleef.org>
12821
12822         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12823         for ELF files, since they can easily be recognized as audio/mpeg.
12824         (bug #147441)
12825
12826 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12827
12828         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12829         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12830         (gst_videoscale_scale_nearest_24bit),
12831         (gst_videoscale_scale_nearest_16bit):
12832           fix 16bit and 24bit for stride (24bit might need testing)
12833           don't pretend we do more than one algorithm
12834
12835 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12836
12837         * configure.ac:
12838         * gst/Makefile.am:
12839         * gst/multifilesink/Makefile.am:
12840         * gst/multifilesink/gstmultifilesink.c:
12841         (gst_multifilesink_get_formats),
12842         (gst_multifilesink_get_query_types), (_do_init),
12843         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12844         (gst_multifilesink_init), (gst_multifilesink_dispose),
12845         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12846         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12847         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12848         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12849         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12850         (gst_multifilesink_uri_get_type),
12851         (gst_multifilesink_uri_get_protocols),
12852         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12853         (gst_multifilesink_uri_handler_init), (plugin_init):
12854         * gst/multifilesink/gstmultifilesink.h:
12855         * testsuite/Makefile.am:
12856         * testsuite/multifilesink/Makefile.am:
12857         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12858         (gst_newmedia_class_init), (gst_newmedia_init),
12859         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12860         (newfile_signal), (test_signal), (main):
12861         multifilesink plugin for creating new files every time a new media
12862         discontinuity event occurs
12863
12864 2004-07-22  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/alpha/Makefile.am:
12867         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12868         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12869         (gst_alpha_color_init), (gst_alpha_color_set_property),
12870         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12871         (transform), (gst_alpha_color_chain),
12872         (gst_alpha_color_change_state), (plugin_init):
12873         Stupid plugin to to RGBA to AYUV conversion because none of
12874         the colorspace plugins can handle that yet.
12875
12876 2004-07-22  Wim Taymans  <wim@fluendo.com>
12877
12878         * examples/seeking/seek.c: (update_scale), (main):
12879         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12880         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12881         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12882         (gst_decode_bin_init), (gst_decode_bin_dispose),
12883         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12884         (no_more_pads), (close_link), (type_found),
12885         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12886         (plugin_init):
12887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12888         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12889         (gst_play_base_bin_dispose), (queue_overrun),
12890         (gen_preroll_element), (remove_prerolls), (unknown_type),
12891         (no_more_pads), (new_stream), (setup_source),
12892         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12893         (play_base_eos), (gst_play_base_bin_change_state),
12894         (gst_play_base_bin_add_element),
12895         (gst_play_base_bin_remove_element),
12896         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12897         (gst_play_base_bin_unlink_stream),
12898         (gst_play_base_bin_get_streaminfo):
12899         * gst/playback/gstplaybin.c: (gen_video_element),
12900         (gen_audio_element):
12901         * gst/playback/gststreaminfo.h:
12902         More playback updates, attempt to fix things after the state change
12903         breakage.
12904
12905 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12906
12907         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12908         (gst_videoscale_scale_nearest_16bit):
12909           comment algorithm
12910
12911 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12912
12913         * gst/videotestsrc/gstvideotestsrc.c:
12914         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12915         (gst_videotestsrc_init), (gst_videotestsrc_get),
12916         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12917         (gst_videotestsrc_get_property):
12918         * gst/videotestsrc/gstvideotestsrc.h:
12919         * gst/videotestsrc/videotestsrc.c:
12920         * gst/videotestsrc/videotestsrc.h:
12921           cleanup and commenting
12922
12923 2004-07-21  Wim Taymans  <wim@fluendo.com>
12924
12925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12926         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12927         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12928         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12929         (_find_chain_get_unknown_part), (_find_streams_check),
12930         (gst_ogg_demux_push), (gst_ogg_pad_push):
12931         * ext/theora/theoradec.c: (theora_get_formats),
12932         (theora_dec_src_convert), (theora_dec_sink_convert),
12933         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12934         (theora_dec_chain):
12935         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12936         (vorbis_dec_convert), (vorbis_dec_src_query),
12937         (vorbis_dec_src_event), (vorbis_dec_event):
12938         More seeking fixes, oggdemux now supports seeking to time and
12939         uses the downstream element to convert granulepos to time.
12940         Seeking in theora-only ogg files now works.
12941
12942 2004-07-21  Wim Taymans  <wim@fluendo.com>
12943
12944         * ext/theora/theoradec.c: (gst_theora_dec_init),
12945         (theora_get_formats), (theora_get_event_masks),
12946         (theora_get_query_types), (theora_dec_src_convert),
12947         (theora_dec_sink_convert), (theora_dec_src_query),
12948         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12949         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12950         (vorbis_get_event_masks), (vorbis_get_query_types),
12951         (gst_vorbis_dec_init), (vorbis_dec_convert),
12952         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12953         Added query/convert/formats functions to vorbis and theora decoders
12954         so that the outside world can use them too. Fixed seeking on an
12955         ogg/theora/vorbis file by disabling the seeking seeking on the
12956         theora srcpad.
12957
12958 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12959
12960         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12961         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12962         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12963         images creation for both elements. We don't create the image on caps
12964         nego or renego, we just destroy the internal one if present if it does
12965         not match the needs. The chain function takes care of creating a new
12966         image when needed.
12967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12968         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12969         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12970         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12971         the image format information. The buffer pool checks for the context
12972         image format and discard images with different formats.
12973         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12974
12975 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12976
12977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12978         (gst_ffmpegcolorspace_chain):
12979           no point in doing any chaining if the pad we want to push from
12980           isn't usable.
12981
12982 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12983
12984         * gst-libs/gst/riff/riff-media.c:
12985         (gst_riff_create_audio_caps_with_data):
12986           Fix double end-to-native symbol conversion (#148021).
12987
12988 2004-07-20  David Schleef  <ds@schleef.org>
12989
12990         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12991         Don't use an Atom that doesn't exist.
12992
12993 2004-07-20  Wim Taymans  <wim@fluendo.com>
12994
12995         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12996         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12997         (gst_multifdsink_client_remove),
12998         (gst_multifdsink_handle_client_write),
12999         (gst_multifdsink_queue_buffer):
13000         * gst/tcp/gstmultifdsink.h:
13001         More multifdsink stats. Avoid deadlock by releasing locks
13002         before sending out a signal.
13003
13004 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13005
13006         * po/LINGUAS:
13007         * po/hu.po:
13008           added Hungarian translation (Laszlo Dvornik)
13009
13010 2004-07-20  Wim Taymans  <wim@fluendo.com>
13011
13012         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13013         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13014         (gst_multifdsink_handle_client_write),
13015         (gst_multifdsink_queue_buffer):
13016         * gst/tcp/gsttcp-marshal.list:
13017         Fixed the stupid marshal definition.
13018
13019 2004-07-20  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13022         (gst_multifdsink_init), (gst_multifdsink_add),
13023         (gst_multifdsink_client_remove),
13024         (gst_multifdsink_handle_client_write),
13025         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13026         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13027         (gst_multifdsink_init_send):
13028         * gst/tcp/gstmultifdsink.h:
13029         Added more stats, added timeout for a client, fixed some typos
13030         and added some comments.
13031
13032 2004-07-20  Wim Taymans  <wim@fluendo.com>
13033
13034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13035         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13036         (gst_multifdsink_client_remove),
13037         (gst_multifdsink_handle_client_write):
13038         * gst/tcp/gstmultifdsink.h:
13039         * gst/tcp/gsttcp-marshal.list:
13040         Added get_stats method that returns a GValueArray of
13041         stats values.
13042
13043 2004-07-19  Benjamin Otte  <otte@gnome.org>
13044
13045         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13046           make sure longname, description and author are valid UTF-8
13047
13048 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13049
13050         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13051         (gst_ximagesink_set_property):
13052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13053         (gst_xvimagesink_set_property):
13054           make sure SYNCHRONOUS is respected after getting the X context
13055
13056 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13057
13058         * gst/matroska/matroska-demux.c:
13059         (gst_matroska_demux_handle_src_event),
13060         (gst_matroska_demux_parse_blockgroup):
13061         * gst/matroska/matroska-ids.h:
13062           add BlockReference tag and ignore it to clear out log.
13063           ignore NAVIGATION events to clear out log.
13064
13065 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13066
13067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13068         (gst_matroska_demux_add_stream):
13069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13070           add debug categories
13071
13072 2004-07-16  Wim Taymans  <wim@fluendo.com>
13073
13074         * ext/libpng/Makefile.am:
13075         * ext/libpng/gstpng.c: (plugin_init):
13076         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13077         (gst_pngdec_get_type), (gst_pngdec_base_init),
13078         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13079         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13080         * ext/libpng/gstpngdec.h:
13081         Added png decoder.
13082
13083 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13084
13085         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13086         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13087         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13088         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13089         (gst_ximagesink_buffer_alloc):
13090         * sys/ximage/ximagesink.h:
13091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13092         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13093         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13094         (gst_xvimagesink_buffer_alloc):
13095         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13096         again. Using internal data pointer of the x(v)image to store image's
13097         data to be coherent with the buffer alloc mechanism. Investigated the
13098         image destruction code to be sure that everything gets freed correctly.
13099
13100 2004-07-16  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst-libs/gst/riff/riff-read.c:
13103         (gst_riff_read_strf_vids_with_data),
13104         (gst_riff_read_strf_auds_with_data):
13105         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13106         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13107         Make sure we don't create 0 sized subbuffers in riff-read.
13108         Signal the no more pads signal after reading the avi header.
13109
13110 2004-07-16  Wim Taymans  <wim@fluendo.com>
13111
13112         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13113         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13114         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13115         (gst_decode_bin_init), (gst_decode_bin_dispose),
13116         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13117         (no_more_pads), (close_link), (type_found),
13118         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13119         (gst_decode_bin_change_state), (plugin_init):
13120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13121         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13122         (gst_play_base_bin_dispose), (queue_overrun),
13123         (gen_preroll_element), (remove_prerolls), (unknown_type),
13124         (no_more_pads), (new_stream), (setup_source),
13125         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13126         (play_base_eos), (gst_play_base_bin_change_state),
13127         (gst_play_base_bin_add_element),
13128         (gst_play_base_bin_remove_element),
13129         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13130         (gst_play_base_bin_unlink_stream),
13131         (gst_play_base_bin_get_streaminfo):
13132         * gst/playback/gstplaybasebin.h:
13133         Better error recovery. Added configurable preroll queue size. Faster
13134         detection of no-more-pads.
13135
13136 2004-07-16  Wim Taymans  <wim@fluendo.com>
13137
13138         * gst-libs/gst/video/video.h:
13139         Added 32 bits RGBA. Not sure if we should use another mime-type
13140         for alpha rgb. Currently the presence of the alpha_mask property
13141         signals an alpha channel.
13142
13143 2004-07-16  Wim Taymans  <wim@fluendo.com>
13144
13145         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13147         FPS seems to be 0.0 to MAX everywhere else.
13148
13149 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13150
13151         * gst-libs/gst/riff/riff-media.c:
13152         (gst_riff_create_video_caps_with_data):
13153           mp42/mp43 (no caps) exist too.
13154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13155           Set pixel_width/height; we've got them in-caps.
13156         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13157         * gst/wavparse/gstwavparse.c: (plugin_init):
13158           Both are valid primary.
13159         * sys/oss/gstossmixer.c:
13160           Remove i18n hack and enable translations.
13161
13162 2004-07-15  Benjamin Otte  <otte@gnome.org>
13163
13164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13165         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13166           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13167
13168 2004-07-15  Benjamin Otte  <otte@gnome.org>
13169
13170         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13171         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13172         (gst_alsa_close_audio):
13173           disable some of the debugging code for now. Writing debugging to a
13174           buffer is broken in current alsalib releases.
13175
13176 2004-07-12  Benjamin Otte  <otte@gnome.org>
13177
13178         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13179           use bufferpools
13180
13181 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13182
13183         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13184         (theora_dec_src_query), (theora_dec_event):
13185         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13186           add debugging categories.  Remove \n's.
13187
13188 2004-07-13  Johan Dahlin  <johan@gnome.org>
13189
13190         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13191         (gst_play_bin_get_property): Impl.
13192
13193 2004-07-13  Wim Taymans  <wim@fluendo.com>
13194
13195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13196         When trying to find the stream length, seek back N pages
13197         instead of just one, where N is the number of streams in
13198         the current chain.
13199
13200 2004-07-13  Wim Taymans  <wim@fluendo.com>
13201
13202         * gst-libs/gst/riff/riff-media.c:
13203         (gst_riff_create_audio_caps_with_data),
13204         (gst_riff_create_audio_caps),
13205         (gst_riff_create_audio_template_caps):
13206         * gst-libs/gst/riff/riff-media.h:
13207         * gst-libs/gst/riff/riff-read.c:
13208         (gst_riff_read_strf_vids_with_data),
13209         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13210         * gst-libs/gst/riff/riff-read.h:
13211         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13212         (gst_avi_demux_add_stream):
13213         Set codec_data on caps for avidemuxer.
13214
13215 2004-07-12  David Schleef  <ds@schleef.org>
13216
13217         * configure.ac: Fix test for Objective C
13218
13219 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13220         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13221         (gst_gdk_pixbuf_chain):
13222           Add svg and pcx to template caps, and ensure that getcaps returns a
13223           subset of the template caps.
13224           Copy each row manually for output, as gdkpixbuf may pad the
13225           rowstride to a 32-bit word boundary.
13226
13227 2004-07-12  Wim Taymans  <wim@fluendo.com>
13228
13229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13230         (gst_riff_create_video_template_caps):
13231         Fix the template caps to include some more media types.
13232
13233 2004-07-12  Wim Taymans  <wim@fluendo.com>
13234
13235         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13236         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13237         (compare_ranks), (print_feature), (gst_decode_bin_init),
13238         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13239         (try_to_link_1), (new_pad), (close_link), (type_found),
13240         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13241         (gst_decode_bin_change_state), (plugin_init):
13242         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13243         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13244         (gst_play_base_bin_dispose), (queue_overrun),
13245         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13246         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13247         (gst_play_base_bin_get_property), (play_base_eos),
13248         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13249         (gst_play_base_bin_remove_element),
13250         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13251         (gst_play_base_bin_unlink_stream),
13252         (gst_play_base_bin_get_streaminfo):
13253         * gst/playback/gstplaybasebin.h:
13254         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13255         (gst_play_bin_class_init), (gst_play_bin_init),
13256         (gst_play_bin_dispose), (gst_play_bin_set_property),
13257         (gst_play_bin_get_property), (gen_video_element),
13258         (gen_audio_element), (remove_sinks), (setup_sinks),
13259         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13260         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13261         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13262         (gst_play_bin_query), (plugin_init):
13263         * gst/playback/test4.c: (main):
13264         More fixes on reusing of the element.
13265
13266 2004-07-11  Benjamin Otte  <otte@gnome.org>
13267
13268         * ext/mad/gstmad.c: (normal_seek):
13269           allow seeking for other methods than just SET
13270
13271 2004-07-11  Andy Wingo  <wingo@pobox.com>
13272
13273         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13274         float, "any" caps -> buffer_frames=[0,MAX].
13275
13276         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13277         doesn't intersect our caps with the template any more. Do it
13278         ourselves.
13279         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13280
13281 2004-07-09  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13284         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13285         (compare_ranks), (print_feature), (gst_decode_bin_init),
13286         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13287         (try_to_link_1), (new_pad), (close_link), (type_found),
13288         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13289         (gst_decode_bin_change_state), (plugin_init):
13290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13291         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13292         (gst_play_base_bin_dispose), (queue_overrun),
13293         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13294         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13295         (gst_play_base_bin_get_property), (play_base_eos),
13296         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13297         (gst_play_base_bin_remove_element),
13298         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13299         (gst_play_base_bin_unlink_stream),
13300         (gst_play_base_bin_get_streaminfo):
13301         * gst/playback/gstplaybasebin.h:
13302         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13303         (gst_play_bin_class_init), (gst_play_bin_init),
13304         (gst_play_bin_dispose), (gst_play_bin_set_property),
13305         (gst_play_bin_get_property), (gen_video_element),
13306         (gen_audio_element), (remove_sinks), (setup_sinks),
13307         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13308         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13309         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13310         (gst_play_bin_query), (plugin_init):
13311         * gst/playback/test4.c: (main):
13312         Work on object reuse and seeking.
13313
13314 2004-07-09  Wim Taymans  <wim@fluendo.com>
13315
13316         * examples/seeking/seek.c: (iterate):
13317         Don't consume all CPU in the idle loop.
13318
13319 2004-07-09  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13322         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13323         Add pad to element *after* setting the pad functions so that
13324         the scheduler can use the correct ones.
13325
13326 2004-07-09  Wim Taymans  <wim@fluendo.com>
13327
13328         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13329         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13330         Sync to keyframe after seek
13331
13332 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13333
13334         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13335         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13336         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13337         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13338         * ext/libvisual/visual.c: (gst_visual_change_state):
13339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13340         * ext/theora/theoradec.c: (theora_dec_change_state):
13341         * ext/theora/theoraenc.c: (theora_enc_change_state):
13342         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13343         * gst-libs/gst/navigation/navigation.c:
13344         * gst/adder/gstadder.c: (gst_adder_change_state):
13345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13346         (gst_audio_convert_get_buffer):
13347         * gst/multipart/multipartdemux.c:
13348         (gst_multipart_demux_change_state):
13349         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13351         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13352         * gst/videoscale/gstvideoscale.c:
13353         (gst_videoscale_handle_src_event):
13354         * gst/volume/gstvolume.c: (volume_chain_int16):
13355           don't assert in state change, this should be done by the base
13356           GstElement class.
13357           various debugging fixes.
13358
13359 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13360
13361         * configure.ac:
13362         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13363         (gst_play_dispose), (gst_play_set_location),
13364         (gst_play_set_data_src), (gst_play_set_video_sink),
13365         (gst_play_set_audio_sink), (gst_play_set_visualization),
13366         (gst_play_connect_visualization), (gst_play_get_sink_element),
13367         (gst_play_get_all_by_interface):
13368         * gst-libs/gst/play/play.h:
13369           add new method to get elements implementing an interface.
13370           add various error logging
13371
13372 2004-07-08  Wim Taymans  <wim@fluendo.com>
13373
13374         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13375         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13376         (make_playerbin_pipeline), (query_durations_elems),
13377         (query_durations_pads), (query_positions_elems),
13378         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13379         (main):
13380         Added playbin seeking example.
13381
13382 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13383
13384         * gst-libs/gst/play/play.c: (gst_play_set_location),
13385         (gst_play_set_data_src), (gst_play_set_video_sink),
13386         (gst_play_set_audio_sink), (gst_play_set_visualization),
13387         (gst_play_connect_visualization), (gst_play_get_framerate):
13388           use a macro to look up elements from hash table
13389
13390 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13391
13392         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13393         (gst_play_get_length_callback), (gst_play_set_location),
13394         (gst_play_seek_to_time), (gst_play_set_data_src),
13395         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13396         (gst_play_set_visualization), (gst_play_connect_visualization),
13397         (gst_play_get_sink_element):
13398         - add debugging info
13399         - fix looking up sink elements by iterating over complete caps
13400         - put everything except for source and autoplugger in a complete bin
13401
13402 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13403
13404         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13406         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13407         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13408         * ext/alsa/gstalsasink.h:
13409         - add debugging info
13410         - clean up schizophrenia of data/buffer/event
13411         - fix double event unref error
13412
13413 2004-07-08  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst/playback/Makefile.am:
13416         Add headers to noinst
13417
13418 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13419
13420         * tools/gst-launch-ext-m.m:
13421         * tools/gst-launch-ext.1.in:
13422           convert to the third millenium
13423
13424 2004-07-07  David Schleef  <ds@schleef.org>
13425
13426         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13427
13428 2004-07-07  Wim Taymans  <wim@fluendo.com>
13429
13430         * gst/playback/Makefile.am:
13431         * gst/playback/README:
13432         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13433         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13434         (compare_ranks), (print_feature), (gst_decode_bin_init),
13435         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13436         (try_to_link_1), (new_pad), (close_link), (type_found),
13437         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13438         (plugin_init):
13439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13440         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13441         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13442         (gen_preroll_element), (no_more_pads), (new_stream),
13443         (setup_source), (gst_play_base_bin_set_property),
13444         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13445         (gst_play_base_bin_add_element),
13446         (gst_play_base_bin_remove_element),
13447         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13448         (gst_play_base_bin_unlink_stream),
13449         (gst_play_base_bin_get_streaminfo):
13450         * gst/playback/gstplaybasebin.h:
13451         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13452         (gst_play_bin_class_init), (gst_play_bin_init),
13453         (gst_play_bin_dispose), (gst_play_bin_set_property),
13454         (gst_play_bin_get_property), (gen_video_element),
13455         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13456         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13457         (gst_play_bin_get_formats), (gst_play_bin_convert),
13458         (gst_play_bin_get_query_types), (gst_play_bin_query),
13459         (plugin_init):
13460         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13461         (gst_stream_info_get_type), (gst_stream_info_class_init),
13462         (gst_stream_info_init), (gst_stream_info_new),
13463         (gst_stream_info_dispose), (gst_stream_info_set_property),
13464         (gst_stream_info_get_property):
13465         * gst/playback/gststreaminfo.h:
13466         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13467         (main):
13468         * gst/playback/test2.c: (main):
13469         * gst/playback/test3.c: (update_scale), (main):
13470         More playbin fixes. Added README. Do better element filtering.
13471         Added base class to preroll media. Added test apps.
13472
13473 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13474
13475         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13476         * ext/mpeg2dec/gstmpeg2dec.h:
13477           various debugging improvements.  Reset stream to next picture
13478           instead of sequence header, otherwise seeks cannot work.
13479
13480 2004-07-07  Wim Taymans  <wim@fluendo.com>
13481
13482         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13483         (gst_video_box_class_init), (gst_video_box_set_property),
13484         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13485         Use pad_alloc where possible.
13486
13487 2004-07-07  Wim Taymans  <wim@fluendo.com>
13488
13489         * sys/oss/gstosselement.c: (gst_osselement_reset),
13490         (gst_osselement_parse_caps):
13491         * sys/oss/gstosselement.h:
13492         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13493         Fix offset on osssrc.
13494
13495 2004-07-07  Wim Taymans  <wim@fluendo.com>
13496
13497         * ext/theora/theora.c: (plugin_init):
13498         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13499         (theora_dec_src_query), (theora_dec_chain):
13500         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13501         (theora_enc_sink_link), (theora_buffer_from_packet),
13502         (theora_push_packet), (theora_enc_chain):
13503         Fix theora granulepos calculation.
13504         Fix overflow in duration/position calculation.
13505         Bump rank to PRIMARY for theoradec.
13506         Use granulepos of last packet to calculate position.
13507         Set keyframe flag on buffers when needed.
13508
13509 2004-07-06  David Schleef  <ds@schleef.org>
13510
13511         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13512         serious?  (Fixed, obviously.)
13513
13514 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13515
13516         * po/LINGUAS:
13517         * po/cs.po:
13518           added Czech translation (Miloslav Trmac)
13519
13520 2004-07-05  Wim Taymans  <wim@fluendo.com>
13521
13522         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13523         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13524         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13525         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13526         (close_link), (type_found), (gst_decode_bin_set_property),
13527         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13528         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13529         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13530         (gst_decode_bin_query), (plugin_init):
13531         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13532         (gst_play_bin_class_init), (gst_play_bin_init),
13533         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13534         (get_video_element), (new_pad), (setup_source),
13535         (gst_play_bin_set_property), (gst_play_bin_get_property),
13536         (gst_play_bin_change_state), (gst_play_bin_add_element),
13537         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13538         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13539         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13540         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13541         * gst/playback/test.c: (main):
13542         More fixes, cleaned up playbin, make it use decodebin. Added
13543         threaded property to playbin.
13544
13545 2004-07-05  Wim Taymans  <wim@fluendo.com>
13546
13547         * configure.ac:
13548         * gst/playback/Makefile.am:
13549         * gst/playback/decodetest.c: (main):
13550         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13551         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13552         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13553         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13554         (close_link), (type_found), (gst_decode_bin_set_property),
13555         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13556         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13557         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13558         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13559         (plugin_init):
13560         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13561         (gst_play_bin_class_init), (gst_play_bin_init),
13562         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13563         (collect_sink_pads), (find_compatibles), (close_pad_link),
13564         (try_to_link_1), (new_pad), (close_link), (type_found),
13565         (setup_source), (gst_play_bin_set_property),
13566         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13567         (compare_ranks), (gst_play_bin_collect_factories),
13568         (gst_play_bin_change_state), (gst_play_bin_add_element),
13569         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13570         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13571         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13572         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13573         * gst/playback/test.c: (main):
13574         Added some playback helper elements and some test apps, very alpha
13575         still.
13576
13577 2004-07-04  Benjamin Otte  <otte@gnome.org>
13578
13579         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13580           only restart audio when we indeed have an xrun to fix repeated
13581           xruns. Fix suggested by Giuliano Pochini.
13582
13583 2004-07-03  David Schleef  <ds@schleef.org>
13584
13585         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13586         call to gst_debug_log() if debugging is disabled (bug #145118)
13587
13588 2004-07-03  Benjamin Otte  <otte@gnome.org>
13589
13590         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13591           use our own functions for restarting the alsa device.
13592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13593           I should apply patches myself - use MIN for the third argument, not
13594           the second, this fixes seeking
13595
13596 2004-07-02  David Schleef  <ds@schleef.org>
13597
13598         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13599         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13600         do with the logic.
13601
13602 2004-07-02  David Schleef  <ds@schleef.org>
13603
13604         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13605         output buffers.  Fix logic mistake.  (bug #144866)
13606
13607 2004-07-02  David Schleef  <ds@schleef.org>
13608
13609         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13610         on X.  (bug #144753)
13611
13612 2004-07-02  David Schleef  <ds@schleef.org>
13613
13614         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13615         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13616         (bug #144624)
13617         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13618         (gst_osselement_rate_probe_check): Add another workaround for
13619         buggy drivers (bug #145336)
13620
13621 2004-07-02  David Schleef  <ds@schleef.org>
13622
13623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13624         Most systems don't have MSG_NOSIGNAL.
13625
13626 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13627
13628         * Makefile.am:
13629         * gst-libs/gst/colorbalance/Makefile.am:
13630         * gst-libs/gst/mixer/Makefile.am:
13631         * gst-libs/gst/play/Makefile.am:
13632         * gst-libs/gst/tuner/Makefile.am:
13633           (hopefully) fix both install and dist and make error message useful.
13634           needs testing across automakes.
13635
13636 2004-07-02  Benjamin Otte  <otte@gnome.org>
13637
13638         * ext/ogg/gstogg.c: (plugin_init):
13639           we require bytestream now
13640         * ext/ogg/gstoggdemux.c:
13641           huge diff to implement chain setup in a fast and generic way. This
13642           improves tag reading and startup of huge files (read: Theora videos)
13643           quite a bit. It probably contains bugs, too, so please test.
13644           Seeking is not improved to the fast method.
13645
13646 2004-06-29  Wim Taymans  <wim@fluendo.com>
13647
13648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13649         * ext/ogg/gstoggmux.c:
13650         Fix memleak in oggdemux when running unconnected pads.
13651         doc update in mux, start working on keyframe mode.
13652
13653 2004-06-29  Benjamin Otte  <otte@gnome.org>
13654
13655         * sys/oss/gstosssink.c:
13656         * sys/oss/gstosssrc.c:
13657           advertise correct template caps - we indeed do non-native endianness
13658           and 8bit audio has no endianness
13659         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13661           avoid (wrong) duplications in getcaps function and return
13662           template caps
13663
13664 2004-06-29  Wim Taymans  <wim@fluendo.com>
13665
13666         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13667         (gst_multifdsink_class_init), (gst_multifdsink_add),
13668         (gst_multifdsink_remove), (gst_multifdsink_clear),
13669         (gst_multifdsink_client_remove),
13670         (gst_multifdsink_handle_client_read),
13671         (gst_multifdsink_client_queue_data),
13672         (gst_multifdsink_client_queue_caps),
13673         (gst_multifdsink_client_queue_buffer),
13674         (gst_multifdsink_handle_client_write),
13675         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13676         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13677         (gst_multifdsink_init_send), (gst_multifdsink_close):
13678         Fix wrong GList iteration that could crash the server when
13679         more then 2 clients disconnect at the same time. Read all the
13680         pending commands in one batch to recover from command storms under
13681         very heavy load.
13682
13683 2004-06-28  Wim Taymans  <wim@fluendo.com>
13684
13685         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13686         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13687         (gst_videomixer_pad_set_property),
13688         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13689         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13690         (gst_videomixer_class_init), (gst_videomixer_init),
13691         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13692         (pad_zorder_compare), (gst_videomixer_sort_pads),
13693         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13694         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13695         (gst_videomixer_update_queues), (gst_videomixer_loop),
13696         (plugin_init):
13697         Avoid divide by zero, choose masterpad as the pad with the highest
13698         framerate.
13699
13700 2004-06-27  Julien Moutte  <julien@moutte.net>
13701
13702         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13703         (gst_ximagesink_xwindow_new):
13704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13705         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13706         function directly. We might want to call it from somewhere else one day.
13707
13708 2004-06-27  Julien Moutte  <julien@moutte.net>
13709
13710         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13711         (gst_ximagesink_xwindow_new):
13712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13713         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13714         window decorations.
13715
13716 2004-06-27  Wim Taymans  <wim@fluendo.com>
13717
13718         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13719         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13720         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13721         (gst_dvdec_set_property), (gst_dvdec_get_property):
13722         * ext/dv/gstdvdec.h:
13723         Implement drop_factor property to lower the framerate with
13724         a factor.
13725
13726 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13727
13728         * gst-libs/gst/colorbalance/Makefile.am:
13729         * gst-libs/gst/mixer/Makefile.am:
13730         * gst-libs/gst/play/Makefile.am:
13731         * gst-libs/gst/tuner/Makefile.am:
13732           unbreak Company's fix that didn't install the -enum.h files
13733
13734 2004-06-27  Wim Taymans  <wim@fluendo.com>
13735
13736         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13737         (gst_dvdec_change_state):
13738         * ext/dv/gstdvdec.h:
13739         Fix timestamp, duration and offset of the buffers.
13740
13741 2004-06-27  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13744         (gst_multifdsink_class_init), (gst_multifdsink_add),
13745         (gst_multifdsink_remove), (gst_multifdsink_clear),
13746         (gst_multifdsink_client_remove),
13747         (gst_multifdsink_handle_client_read),
13748         (gst_multifdsink_client_queue_data),
13749         (gst_multifdsink_client_queue_caps),
13750         (gst_multifdsink_client_queue_buffer),
13751         (gst_multifdsink_handle_client_write),
13752         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13753         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13754         (gst_multifdsink_init_send), (gst_multifdsink_close):
13755         * gst/tcp/gstmultifdsink.h:
13756         * gst/tcp/gsttcpserversink.c:
13757         (gst_tcpserversink_handle_server_read),
13758         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13759         More multifdsink fixes, more recovery policy fixes.
13760         Removed stupid g_print
13761
13762 2004-06-26  Wim Taymans  <wim@fluendo.com>
13763
13764         * gst/tcp/Makefile.am:
13765         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13766         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13767         (gst_multifdsink_class_init), (gst_multifdsink_init),
13768         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13769         (gst_multifdsink_handle_client_read),
13770         (gst_multifdsink_client_queue_data),
13771         (gst_multifdsink_client_queue_caps),
13772         (gst_multifdsink_client_queue_buffer),
13773         (gst_multifdsink_handle_client_write),
13774         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13775         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13776         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13777         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13778         (gst_multifdsink_close), (gst_multifdsink_change_state):
13779         * gst/tcp/gstmultifdsink.h:
13780         * gst/tcp/gsttcpplugin.c: (plugin_init):
13781         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13782         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13783         (gst_tcpserversink_handle_server_read),
13784         (gst_tcpserversink_handle_select),
13785         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13786         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13787         * gst/tcp/gsttcpserversink.h:
13788         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13789         one of the locks, added recovery policy to multifdsink.
13790
13791 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13792
13793         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13794           fix decision for when getting frames with same timestamp
13795         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13796         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13797         (gst_v4lsrc_get_property):
13798         * sys/v4l/gstv4lsrc.h:
13799           add latency offset property
13800
13801 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13802
13803         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13804         (plugin_init):
13805           fix debugging. add category.
13806
13807 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13808
13809         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13810           fix wrong offsets
13811
13812 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13813
13814         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13815         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13816         (gst_alsa_src_change_state):
13817           return a time that is in sync with the element's processing
13818
13819 2004-06-25  Wim Taymans  <wim@fluendo.com>
13820
13821         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13822         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13823         (gst_tcpserversink_client_remove),
13824         (gst_tcpserversink_handle_client_read),
13825         (gst_tcpserversink_client_queue_data),
13826         (gst_tcpserversink_client_queue_caps),
13827         (gst_tcpserversink_client_queue_buffer),
13828         (gst_tcpserversink_handle_client_write),
13829         (gst_tcpserversink_queue_buffer),
13830         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13831         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13832         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13833         (gst_tcpserversink_close):
13834         * gst/tcp/gsttcpserversink.h:
13835         Serversink rewrite. Really do non blocking writes to clients and
13836         maintain an internal queue to handle slower clients while not
13837         disturbing fast clients.
13838
13839 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13840
13841         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13842           better debug, don't override OFFSET and OFFSET_END
13843
13844 2004-06-25  Iain <iain@prettypeople.org>
13845
13846         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13847         name=source for the wavparse pipeline.
13848
13849 2004-06-24  Johan Dahlin  <johan@gnome.org>
13850
13851         * ext/theora/theoraenc.c (theora_enc_chain): Call
13852         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13853         streamheader caps are set correctly.
13854
13855 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13856
13857         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13858         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13859           respect minimum bitrate; same could be done for max bitrate
13860
13861 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13862
13863         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13864         (gst_vorbisenc_setup):
13865           fix sample rate range
13866
13867 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13868
13869         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13870         (gst_oggvorbisenc_setup):
13871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13872         (gst_vorbisenc_setup):
13873           resolve ambiguities in code and description
13874
13875 2004-06-24  Wim Taymans  <wim@fluendo.com>
13876
13877         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13878         * ext/alsa/gstalsa.h:
13879         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13880         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13881         Use alsa trigger_tstamp to get the timestamp of the first
13882         sample in the buffer for more precise sync. Some cleanups.
13883
13884 2004-06-24  Wim Taymans  <wim@fluendo.com>
13885
13886         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13887         (gst_audiorate_init), (gst_audiorate_chain),
13888         (gst_audiorate_set_property), (gst_audiorate_get_property):
13889         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13890         (gst_videorate_chain):
13891         Added some logging, fixed an overflow bug in videorate.
13892
13893 2004-06-24  Benjamin Otte  <otte@gnome.org>
13894
13895         * ext/kio/Makefile.am:
13896           fix for builddir != srcdir and distcheck
13897
13898 2004-06-24  Benjamin Otte  <otte@gnome.org>
13899
13900         * gst-libs/gst/colorbalance/Makefile.am:
13901         * gst-libs/gst/mixer/Makefile.am:
13902         * gst-libs/gst/play/Makefile.am:
13903         * gst-libs/gst/tuner/Makefile.am:
13904         * gst/tcp/Makefile.am:
13905         * sys/dxr3/Makefile.am:
13906           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13907           tarball.
13908           Also add all *.list files that were missing.
13909         * Makefile.am:
13910           add a distcheck hook to ensure the above doesn't happen again.
13911
13912 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13913
13914         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13915
13916 2004-06-23  Colin Walters  <walters@redhat.com>
13917
13918         * m4/Makefile.am: Distribute gst-fionread.m4.
13919
13920 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13921
13922         * configure.ac: back to dev
13923
13924 2004-06-23  Wim Taymans  <wim@fluendo.com>
13925
13926         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13927         (gst_alsa_xrun_recovery):
13928         * ext/alsa/gstalsa.h:
13929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13930         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13931         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13932         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13933         (gst_alsa_src_loop):
13934         Add clock to alsasrc. Take new capture timestamp when
13935         restarting after an overrun. Split up some functions between
13936         alsasrc and alsasink.
13937
13938 === release 0.8.2 ===
13939
13940 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13941
13942         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13943         (gst_alsa_change_state), (gst_alsa_update_avail),
13944         (gst_alsa_xrun_recovery):
13945         * ext/alsa/gstalsa.h:
13946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13947           merge back changes from release
13948
13949 2004-06-23  Wim Taymans  <wim@fluendo.com>
13950
13951         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13952         (gst_audiorate_init), (gst_audiorate_chain),
13953         (gst_audiorate_set_property), (gst_audiorate_get_property):
13954         Implement sample dropping and notify
13955
13956 2004-06-22  Wim Taymans  <wim@fluendo.com>
13957
13958         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13959         (theora_enc_sink_link), (theora_buffer_from_packet),
13960         (theora_push_packet), (theora_enc_chain):
13961         Some cleanups, make sure the timestamps are correct.
13962
13963 2004-06-22  Wim Taymans  <wim@fluendo.com>
13964
13965         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13966         (gst_alsa_change_state), (gst_alsa_update_avail),
13967         (gst_alsa_xrun_recovery):
13968         * ext/alsa/gstalsa.h:
13969         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13970         Cleanups, take queued samples into account when reporting
13971         the time.
13972
13973 2004-06-22  Wim Taymans  <wim@fluendo.com>
13974
13975         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13976         (gst_videorate_init):
13977         Initialize the property as well.
13978
13979 2004-06-22  Wim Taymans  <wim@fluendo.com>
13980
13981         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13982         (gst_videorate_init), (gst_videorate_chain),
13983         (gst_videorate_set_property), (gst_videorate_get_property):
13984         Add property to make videorate silent.
13985         Add property to prefer new frames over old ones.
13986
13987 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13988
13989         * sys/osxvideo/Makefile.am:
13990         Workaround so that the osxvideo .so file gets linked with the
13991         Cocoa, OpenGL and QuickTime frameworks
13992
13993 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13994
13995         * sys/osxaudio/Makefile.am:
13996         Workaround so that the osxaudio .so file gets linked with the
13997         CoreAudio framework
13998
13999 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14000
14001         * configure.ac:
14002         Whoops, my fault...fixed build issues
14003
14004 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14005
14006         * configure.ac:
14007         Add objective-c support if running in Darwin/Mac OS X
14008         * sys/Makefile.am:
14009         * sys/osxvideo:
14010         * sys/osxvideo/Makefile.am:
14011         * sys/osxvideo/osxvideosink.h:
14012         * sys/osxvideo/osxvideosink.m:
14013         * sys/osxvideo/cocoawindow.h:
14014         * sys/osxvideo/cocoawindow.m:
14015         Add osxvideosink, a cocoa-based osx video sink
14016
14017
14018 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14019         * ext/dvdnav/gst-dvd:
14020         Grab the gconf key from the right spot
14021         * gst/debug/gstnavseek.c: (gst_navseek_init),
14022         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14023         (gst_navseek_chain):
14024         * gst/debug/gstnavseek.h:
14025           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14026           and loop parameters of a segment seek.
14027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14028         (gst_videotestsrc_get_event_masks),
14029         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14030         * gst/videotestsrc/gstvideotestsrc.h:
14031           Add seeking support to videotestsrc
14032           Initialise the timestamp_offset variable.
14033
14034 2004-06-18  Wim Taymans  <wim@fluendo.com>
14035
14036         * ext/sidplay/gstsiddec.cc:
14037         Fix negotiation and set correct end offset.
14038
14039 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * configure.ac: branch and prerelease
14042
14043 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14044
14045         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14046         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14047         (gst_tcpclientsrc_init_receive):
14048         * gst/tcp/gsttcpclientsrc.h:
14049           read caps when connecting to server for GDP so we set them correctly
14050
14051 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14052
14053         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14054           notify drops and duplicates
14055         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14056           no good reason to limit ourselves to 100x100
14057
14058 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14059
14060         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14061         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14062         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14063         (gst_v4lsrc_get_property):
14064         * sys/v4l/gstv4lsrc.h:
14065         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14066         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14067         (gst_v4l_set_audio):
14068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14069         (gst_v4lsrc_try_capture):
14070         * sys/v4l/v4lsrc_calls.h:
14071           change try_palette to more general try_capture
14072           add autoprobe option so we can turn off autoprobing
14073           various fixes
14074
14075 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14076
14077         * configure.ac:
14078           add videorate
14079         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14080         (gst_ximagesink_class_init):
14081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14082         (gst_xvimagesink_class_init):
14083           run them as finalize, not dispose, since dispose can be invoked
14084           multiple times
14085
14086 2004-06-17  Wim Taymans  <wim@fluendo.com>
14087
14088         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14089         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14090         * ext/alsa/gstalsa.h:
14091         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14092         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14093         (gst_alsa_src_change_state):
14094         * ext/alsa/gstalsasrc.h:
14095         Make the xrun code timestamp and offset the buffers correctly.
14096         moved the clock to the base class, use alsa methods to get time.
14097         Do correct timestamping on outgoing buffers.
14098
14099 2004-06-17  Wim Taymans  <wim@fluendo.com>
14100
14101         * gst/audiorate/Makefile.am:
14102         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14103         (gst_audiorate_base_init), (gst_audiorate_class_init),
14104         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14105         (gst_audiorate_set_property), (gst_audiorate_get_property),
14106         (gst_audiorate_change_state), (plugin_init):
14107         Added an audiorate converter that fills in gaps.
14108
14109 2004-06-17  Johan Dahlin  <johan@gnome.org>
14110
14111         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14112
14113 2004-06-16  Wim Taymans  <wim@fluendo.com>
14114
14115         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14117         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14118         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14119         (gst_v4lsrc_get_property):
14120         * sys/v4l/gstv4lsrc.h:
14121         Added a copy mode to v4lsrc where it will output a copied version
14122         of its internal hardware buffer.
14123         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14124         can't | them.
14125
14126 2004-06-16  Wim Taymans  <wim@fluendo.com>
14127
14128         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14129         Timestamp fixes.
14130
14131 2004-06-16  Wim Taymans  <wim@fluendo.com>
14132
14133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14134         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14135         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14136         (gst_v4lsrc_get_property):
14137         * sys/v4l/gstv4lsrc.h:
14138         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14139         Added a sync mode enum property to control v4lsrc timestamp method
14140         Removed the use-fixed-fps property and moved functionality in
14141         the enum.
14142         Don't error on an error value from v4l-conf, it might not always
14143         be a real error.
14144
14145 2004-06-16  Wim Taymans  <wim@fluendo.com>
14146
14147         * gst/videorate/Makefile.am:
14148         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14149         (gst_videorate_base_init), (gst_videorate_class_init),
14150         (gst_videorate_getcaps), (gst_videorate_link),
14151         (gst_videorate_init), (gst_videorate_chain),
14152         (gst_videorate_set_property), (gst_videorate_get_property),
14153         (gst_videorate_change_state), (plugin_init):
14154         Added a video timestamp corrector.
14155
14156 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14157
14158         fixed a potential leak with previous commit
14159
14160         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14161
14162 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14163
14164         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14165         Added missing refcount, fixes bug #144425
14166         Cheers Tim for finding the bug
14167
14168 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14169
14170         * sys/v4l/gstv4l.c: (plugin_init):
14171         * sys/v4l/gstv4lcolorbalance.c:
14172         * sys/v4l/gstv4lcolorbalance.h:
14173         * sys/v4l/gstv4lelement.c:
14174         * sys/v4l/gstv4lelement.h:
14175         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14176         * sys/v4l/gstv4lmjpegsink.h:
14177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14178         * sys/v4l/gstv4lmjpegsrc.h:
14179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14180         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14181         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14182         * sys/v4l/gstv4lsrc.h:
14183         * sys/v4l/gstv4ltuner.c:
14184         * sys/v4l/gstv4ltuner.h:
14185         * sys/v4l/gstv4lxoverlay.c:
14186         * sys/v4l/gstv4lxoverlay.h:
14187         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14188         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14189         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14190         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14191         (gst_v4l_set_audio):
14192         * sys/v4l/v4l_calls.h:
14193         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14194         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14195         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14196         (gst_v4lmjpegsink_playback_init),
14197         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14198         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14199         (gst_v4lmjpegsink_playback_stop),
14200         (gst_v4lmjpegsink_playback_deinit):
14201         * sys/v4l/v4lmjpegsink_calls.h:
14202         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14203         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14204         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14205         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14206         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14207         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14208         * sys/v4l/v4lmjpegsrc_calls.h:
14209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14210         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14211         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14212         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14213         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14214         (gst_v4lsrc_try_palette):
14215         * sys/v4l/v4lsrc_calls.h:
14216           bunch of paranoia cleanups
14217
14218 2004-06-14  David Schleef  <ds@schleef.org>
14219
14220         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14221         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14222         Send discont events and change timestamps appropriately when
14223         we get a seek event.  (bug #144240)
14224         * ext/cdparanoia/gstcdparanoia.h:
14225
14226 2004-06-14  Benjamin Otte  <otte@gnome.org>
14227
14228         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14229           snd_pcm_hw_params_set_rate  since the latter fails for no good
14230           reason on some setups.
14231
14232 2004-06-14  David Schleef  <ds@schleef.org>
14233
14234         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14235         standard.  Thank you for playing.
14236
14237 2004-06-14  Wim Taymans  <wim@fluendo.com>
14238
14239         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14240         Patch 1.3 broke the ordering of the colorspace info and
14241         made the plugin basically work by coincidence, reordered
14242         the info.
14243
14244 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14245
14246         * ext/lame/gstlame.c:
14247         * ext/mad/gstmad.c:
14248           sync caps.  Make sure mad can only output a list of rates, not
14249           a full range.  In the future, have three caps lists for each of the
14250           mpeg versions.  Change mpegversion to a double as well.
14251
14252 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14253
14254         * gst/volume/.cvsignore:
14255         * gst/volume/Makefile.am:
14256         * gst/volume/demo.c: (value_changed_callback), (idler),
14257         (setup_gui), (main):
14258           added small demo app
14259
14260 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14261         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14262         * ext/esd/esdsink.h:
14263         Close the esd connection on pause, because esd will just wait -
14264         blocking all other esd clients indefinitely.
14265
14266 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14267
14268         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14269           previous commit with GST_DEBUG
14270
14271 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14272
14273         * configure.ac:
14274           add a header check for a dvdread header in dvdnav.  Fixes #133002
14275
14276 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14277
14278         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14279         * gst/tcp/gsttcpclientsink.h:
14280         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14281         * gst/tcp/gsttcpclientsrc.h:
14282         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14283         (gst_tcpserversink_handle_server_read),
14284         (gst_tcpserversink_init_send):
14285         * gst/tcp/gsttcpserversink.h:
14286         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14287         * gst/tcp/gsttcpserversrc.h:
14288         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14289         version of IP)
14290
14291 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14292
14293         * configure.ac:
14294         Added ogg library so that OSX detects libtheora properly
14295
14296 2004-06-11  Wim Taymans  <wim@fluendo.com>
14297
14298         * ext/theora/theoradec.c: (theora_dec_chain),
14299         (theora_dec_change_state):
14300         Don't try to decode frames before we received a keyframe.
14301
14302 2004-06-11  Wim Taymans  <wim@fluendo.com>
14303
14304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14305         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14306         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14307         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14308         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14309         Added property to set the maximum delay of a page.
14310
14311 2004-06-10  Wim Taymans  <wim@fluendo.com>
14312
14313         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14314         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14315         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14316         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14317         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14318         Added max-delay property to control the maximum amount
14319         of data to put in one page.
14320
14321 2004-06-10  Wim Taymans  <wim@fluendo.com>
14322
14323         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14324         (gst_theora_enc_init), (theora_enc_sink_link),
14325         (theora_buffer_from_packet), (theora_enc_set_property),
14326         (theora_enc_get_property):
14327         Set duration on encoded buffer, added some more properties
14328
14329 2004-06-10  Wim Taymans  <wim@fluendo.com>
14330
14331         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14332         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14333         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14334         * ext/theora/theoraenc.c: (theora_enc_chain):
14335         Fix refcounting bugs
14336
14337 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14338
14339         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14340         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14341         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14342         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14343         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14344         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14345         (gst_asf_demux_change_state):
14346         * gst/asfdemux/gstasfdemux.h:
14347           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14348           feels like. I think we should set a new requirement for demuxers
14349           from now on to implement sane loop functions, data loops, query
14350           and seek functions before first commit into CVS. And this commit
14351           fixes all of the above.
14352
14353 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14354
14355         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14356           vorbis comments are properly encoded in UTF-8 before adding them
14357           to a GstTagList
14358
14359 2004-06-09  Benjamin Otte  <otte@gnome.org>
14360
14361         * ext/alsa/gstalsa.c: (add_channels):
14362           handle min <= max correctly
14363         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14364         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14365           add fixation functions so we fixate correctly. No preferring of alaw
14366           anymore because it's the first structure.
14367         * ext/alsa/gstalsa.h:
14368         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14369         (gst_alsa_hw_params_dump):
14370           add functions to ease debugging in alsalib
14371         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14372         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14373         (gst_alsa_start_audio):
14374           only specify hw params if we really setup a format (fixes #134007 -
14375           or at least works around it)
14376
14377 2004-06-09  Wim Taymans  <wim@fluendo.com>
14378
14379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14380         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14381         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14382         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14383         (gst_ogg_mux_loop):
14384         Use stream caps to setup the initial pages in the ogg stream.
14385         Correctly set the streamheader caps on the srcpad.
14386
14387 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14388
14389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14390         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14391         (gst_v4lsrc_getcaps):
14392         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14393         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14394           add querying of fps lists for webcams.  Negotiating to a framerate
14395           now works.
14396
14397 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14398
14399         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14400         (theora_push_buffer), (theora_push_packet),
14401         (theora_set_header_on_caps), (theora_enc_chain):
14402           mark buffers and put on streamheader, raw theora streaming
14403           now works too, whee
14404
14405 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14406
14407         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14408         (gst_tcp_gdp_read_caps):
14409           do a looping read for caps and GDP headers too
14410
14411 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14412
14413         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14415           return EOS instead of NULL in _get
14416
14417 2004-06-08  Wim Taymans  <wim@fluendo.com>
14418
14419         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14420         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14421         (gst_tcp_gdp_write_caps):
14422         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14424         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14425         Memory leak fixes
14426
14427 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14428
14429         * ext/vorbis/Makefile.am:
14430         * ext/vorbis/vorbis.c: (plugin_init):
14431         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14432         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14433         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14434         (vorbis_parse_change_state):
14435         * ext/vorbis/vorbisparse.h:
14436           adding a vorbisparse element that marks the buffers, streaming
14437           raw vorbis using GDP now works, whee
14438
14439 2004-06-08  Wim Taymans  <wim@fluendo.com>
14440
14441         * ext/jpeg/Makefile.am:
14442         * ext/jpeg/README:
14443         * ext/jpeg/gstjpeg.c: (plugin_init):
14444         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14445         (gst_smokedec_base_init), (gst_smokedec_class_init),
14446         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14447         * ext/jpeg/gstsmokedec.h:
14448         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14449         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14450         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14451         (gst_smokeenc_resync), (gst_smokeenc_chain),
14452         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14453         * ext/jpeg/gstsmokeenc.h:
14454         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14455         (smokecodec_flush_destination), (smokecodec_term_destination),
14456         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14457         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14458         (smokecodec_term_source), (smokecodec_encode_new),
14459         (smokecodec_decode_new), (smokecodec_info_free),
14460         (smokecodec_set_quality), (smokecodec_get_quality),
14461         (smokecodec_set_threshold), (smokecodec_get_threshold),
14462         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14463         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14464         (smokecodec_parse_header), (smokecodec_decode):
14465         * ext/jpeg/smokecodec.h:
14466         Added a new simple jpeg based codec
14467
14468 2004-06-08  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14471         (gst_multipart_mux_loop):
14472         Fix memory leak
14473
14474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14477         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14478         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14479         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14480         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14481         * gst/tcp/gsttcpserversink.h:
14482           take streamheader into account
14483
14484 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14485
14486         * gst/level/Makefile.am:
14487         * gst/level/gstlevel.c: (gst_level_class_init):
14488           clean up marshal generation
14489
14490 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14491
14492         * gst/tcp/Makefile.am:
14493         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14494         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14495         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14496         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14497         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14498         (gst_tcpclientsrc_get_property):
14499         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14500         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14501         (gst_tcpserversink_handle_client_read),
14502         (gst_tcpserversink_handle_client_write),
14503         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14504         * gst/tcp/gsttcpserversink.h:
14505           add signals client-added and client-removed
14506         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14507         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14508         (gst_tcpserversrc_get_property):
14509         uniformized, change default protocol to NONE
14510         * gst/tcp/gsttcp-marshal.list: added
14511 2004-06-07  Benjamin Otte  <otte@gnome.org>
14512
14513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14514           handle discont events if they happen before caps nego
14515
14516 2004-06-07  Wim Taymans  <wim@fluendo.com>
14517
14518         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14519         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14520         (gst_multipart_demux_plugin_init):
14521         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14522         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14523         (gst_multipart_mux_change_state):
14524         Small updates, fix a memleak
14525
14526 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14527
14528         * configure.ac: OSS portability
14529         * ext/arts/gst_arts.c: idem
14530         * sys/oss/gstosselement.c: idem
14531         * sys/oss/gstossmixer.c: idem
14532         * sys/oss/gstosssink.c: idem
14533         * sys/oss/gstosssrc.c: idem
14534         * sys/oss/oss_probe.c: idem
14535           - check for soundcard.h in different places for some BSD
14536
14537 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14538
14539         * AUTHORS:
14540         Add me to the authors file
14541         * configure.ac:
14542         Increase the libdv requirement to >= version 0.100
14543         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14544         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14545         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14546         * ext/dv/gstdvdec.h:
14547         Add support for the new_media flag when sending DISCONT events
14548         Make the querying work when video pad is not linked
14549
14550 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14551
14552         reviewed by Benjamin Otte  <otte@gnome.org>
14553
14554         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14555           create a NULL-initialized array of pads, so we don't think they
14556           exist already. (fixes #143130)
14557
14558 2004-06-07  Benjamin Otte  <otte@gnome.org>
14559
14560         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14561         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14562         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14563           don't use // coments
14564
14565 2004-06-07  Benjamin Otte  <otte@gnome.org>
14566
14567         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14568           cast to GstClockTime to get higher granularity
14569         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14570           use gst_element_set_time_delay to get the exact time
14571         * ext/mad/gstmad.c: (gst_mad_chain):
14572           use the negotiated rate instead of the current frame's rate which
14573           might be wrong because of bit errors. This avoids emitting totally
14574           bogus timestamps and screwing sync.
14575         (fixes #143454)
14576
14577 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14578
14579         reviewed by Benjamin Otte  <otte@gnome.org>
14580
14581         * gst/adder/gstadder.c: (gst_adder_loop):
14582           properly error out when no negotiation has happened yet. (fixes
14583           #143032)
14584
14585 2004-06-06  Benjamin Otte  <otte@gnome.org>
14586
14587         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14588           forward correctly transformed offset in discont events. Based on
14589           patch by Arwed v. Merkatz. (fixes #142851)
14590
14591 2004-06-06  David Schleef  <ds@schleef.org>
14592
14593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14594         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14595         problems on several systems.
14596
14597 2004-06-06  Benjamin Otte  <otte@gnome.org>
14598
14599         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14600           use explicit caps on the srcpad
14601         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14602           properly error out if caps couldn't be set (fixes #142764)
14603
14604 2004-06-06  Benjamin Otte  <otte@gnome.org>
14605
14606         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14607         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14608         (gst_alsa_start_audio):
14609           - don't call set_periods_integer anymore, it breaks the
14610           configuration randomly
14611           - call snd_pcm_hw_params_set_access directly instead of using masks
14612           - don't fail if the sw_params can't be set, just use the default
14613           params and hope it works. Alsalib has weird issues when you touch
14614           sw_params and does no proper error reporting about what failed.
14615         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14616         (gst_alsa_close_audio):
14617           make our alsa debugging go via gst debugging and not conditionally
14618           defined
14619         * ext/alsa/gstalsa.h:
14620           add ALSA_DEBUG_FLUSH macro
14621         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14622         (plugin_init):
14623           wrap alsa errors to be printed via the gst debugging system and not
14624           spammed to stderr
14625
14626 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14627
14628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14629         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14630         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14631         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14632         (qtdemux_parse_trak):
14633         * gst/qtdemux/qtdemux.h:
14634           Bitch. Also known as seeking, querying & co.
14635         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14636         (gst_osssink_change_state):
14637         * sys/oss/gstosssink.h:
14638           Resyncing is for weenies, this hack is no longer needed and was
14639           broken anyway (since it - unintendedly - always leaves resync to
14640           TRUE).
14641
14642 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14643
14644         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14645         * gst/tcp/gsttcpclientsrc.h: idem
14646           - define MSG_NOSIGNAL if not done
14647           - include unistd.h for off_t
14648           (fixes #143749)
14649
14650 2004-06-05  Benjamin Otte  <otte@gnome.org>
14651
14652         * configure.ac:
14653         * ext/kio/Makefile.am:
14654           check for qt's moc preprocessor explicitly and use it
14655
14656 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14657
14658         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14659           don't get a signal for EPIPE on socket writes
14660           (somebody check if this works on other platforms)
14661
14662 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14663
14664         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14665         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14666           check error condition on available samples correctly
14667
14668 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14669
14670         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14671           avoid a segfault
14672         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14673         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14674         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14675         (gst_tcpserversrc_gdp_read_header):
14676          use ssize_t over size_t since the former is signed and thus the
14677          check for error codes can work
14678
14679 2004-06-02  Wim Taymans  <wim@fluendo.com>
14680
14681         reviewed by: Johan
14682
14683         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14684         (gst_multipart_mux_loop):
14685         Oops
14686
14687 2004-06-02  Wim Taymans  <wim@fluendo.com>
14688
14689         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14690         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14691         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14692         (gst_multipart_mux_change_state):
14693         Added configurable boundary specifier, added the value as a
14694         caps field as well.
14695
14696 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14697
14698         * gst/tcp/gsttcp.c:
14699         * gst/tcp/gsttcpclientsrc.c:
14700         * gst/tcp/gsttcpclientsrc.h:
14701         * gst/tcp/gsttcpserversrc.c:
14702           - portability fix, to compile on OSX
14703             (fixes #143146)
14704
14705         * sys/osxaudio/gstosxaudioelement.c:
14706         * sys/osxaudio/gstosxaudiosink.c:
14707         * sys/osxaudio/gstosxaudiosrc.c:
14708           - compilation warnings on OSX
14709             (fixes #143153)
14710
14711 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14712
14713         * ext/vorbis/vorbisdec.c : sign warning fixes
14714
14715         * gst-libs/gst/mixer/mixertrack.c :
14716           do no use defines which are glib 2.4 specific
14717
14718 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14719
14720         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14721           buffer since libflac doesn't expect it (reports a sync error when
14722           it encounters that)
14723
14724
14725 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14726
14727         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14728         * gst-libs/gst/mixer/mixertrack.c:
14729         (gst_mixer_track_get_property), (get_mixer_track_init),
14730         (get_mixer_track_get_property): Added property accessors
14731         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14732         * gst-libs/gst/mixer/mixeroptions.c:
14733         (gst_mixer_options_get_values): Added
14734         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14735         * gst-libs/gst/mixer/mixer.c: Fixed comment
14736
14737
14738 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14739
14740         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14741           improve error messages on open
14742
14743
14744 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14745
14746         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14747           check if v4l-conf is in path
14748
14749 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14750
14751         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14752           change assert to a more readable error message
14753
14754 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14755
14756         * gst-libs/gst/tuner/tunerchannel.h:
14757           - add a freq_multiplicator field to make the conversion
14758             between internal frequency unit and Hz
14759         * sys/v4l/gstv4lelement.c:
14760         * sys/v4l2/gstv4l2element.c:
14761           - change default video device to /dev/video0
14762         * sys/v4l/v4l_calls.c:
14763         * sys/v4l2/v4l2_calls.c:
14764           - we only expose frequency to the user in Hz instead of
14765             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14766
14767 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14768         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14769           Initialise b_o_s and e_o_s variables
14770         * gst-libs/gst/riff/riff-media.c:
14771         (gst_riff_create_video_caps_with_data):
14772           Add some unusual fourcc's from mplayer avi's
14773         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14774           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14775           autoplugging.
14776
14777 2004-05-28  Wim Taymans  <wim@fluendo.com>
14778
14779         * configure.ac:
14780         * gst/alpha/Makefile.am:
14781         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14782         (gst_alpha_get_type), (gst_alpha_base_init),
14783         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14784         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14785         (gst_alpha_chroma_key), (gst_alpha_chain),
14786         (gst_alpha_change_state), (plugin_init):
14787         A plugin to add an alpha channel to I420 video. Can optionally do
14788         chroma keying.
14789         * gst/multipart/Makefile.am:
14790         * gst/multipart/multipart.c: (plugin_init):
14791         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14792         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14793         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14794         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14795         (gst_multipart_demux_change_state),
14796         (gst_multipart_demux_plugin_init):
14797         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14798         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14799         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14800         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14801         (gst_multipart_mux_pad_unlink),
14802         (gst_multipart_mux_request_new_pad),
14803         (gst_multipart_mux_handle_src_event),
14804         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14805         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14806         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14807         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14808         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14809         send multipart jpeg images to a browser.
14810         * gst/videobox/Makefile.am:
14811         * gst/videobox/README:
14812         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14813         (gst_video_box_get_type), (gst_video_box_base_init),
14814         (gst_video_box_class_init), (gst_video_box_init),
14815         (gst_video_box_set_property), (gst_video_box_get_property),
14816         (gst_video_box_sink_link), (gst_video_box_i420),
14817         (gst_video_box_ayuv), (gst_video_box_chain),
14818         (gst_video_box_change_state), (plugin_init):
14819         Crops or adds borders around an image. can do alpha channel
14820         borders as well.
14821         * gst/videomixer/Makefile.am:
14822         * gst/videomixer/README:
14823         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14824         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14825         (gst_videomixer_pad_get_sink_event_masks),
14826         (gst_videomixer_pad_get_property),
14827         (gst_videomixer_pad_set_property),
14828         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14829         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14830         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14831         (gst_videomixer_base_init), (gst_videomixer_class_init),
14832         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14833         (gst_videomixer_handle_src_event),
14834         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14835         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14836         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14837         (gst_videomixer_loop), (gst_videomixer_get_property),
14838         (gst_videomixer_set_property), (gst_videomixer_change_state),
14839         (plugin_init):
14840         Generic video mixer plugin, can handle multiple inputs all with
14841         different framerates and video sizes. Is fully alpha channel
14842         aware.
14843
14844 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14845
14846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14847           Select first track as master track. Not sure how else to handle
14848           that...
14849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14850           Discard discont events. Should fix #142962.
14851
14852 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14853
14854         * ext/alsa/Makefile.am:
14855         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14856         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14857         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14858         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14859         (gst_alsa_mixer_get_option):
14860         * ext/alsa/gstalsamixer.h:
14861         * ext/alsa/gstalsamixeroptions.c:
14862         (gst_alsa_mixer_options_get_type),
14863         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14864         (gst_alsa_mixer_options_new):
14865         * ext/alsa/gstalsamixeroptions.h:
14866         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14867         * ext/alsa/gstalsamixertrack.h:
14868           Add enumerations (as GstMixerOptions). Make correct distinction
14869           between input/output tracks. Add capture/playback private flag.
14870           Use flag to decide on whether to set capture or playback volumes
14871           or switches. Use playback and record switches.
14872         * gst-libs/gst/mixer/Makefile.am:
14873         * gst-libs/gst/mixer/mixer-marshal.list:
14874         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14875         (gst_mixer_set_option), (gst_mixer_get_option),
14876         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14877         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14878         * gst-libs/gst/mixer/mixer.h:
14879         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14880         (gst_mixer_options_class_init), (gst_mixer_options_init),
14881         (gst_mixer_options_dispose):
14882         * gst-libs/gst/mixer/mixeroptions.h:
14883           Add GstMixerOptions.
14884         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14885           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14886           broken device detection on computers with multiple OSS sound
14887           cards.
14888
14889 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14890
14891         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14892           fixate nicely even when the peer is not negotiating
14893
14894 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14895
14896         * gst/audioconvert/gstaudioconvert.c:
14897         (gst_audio_convert_parse_caps):
14898           make sure we don't allow depth > width
14899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14900           fixate endianness to G_BYTE_ORDER as default
14901         * gst/audioscale/gstaudioscale.c:
14902           we don't handle another endianness as host-endianness
14903
14904 2004-05-25  David Schleef  <ds@schleef.org>
14905
14906         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14907
14908 2004-05-24  Benjamin Otte  <otte@gnome.org>
14909
14910         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14911         (gst_oggvorbisenc_setup):
14912           properly fail when we can't setup the vorbis encoder due to
14913           unsupported settings
14914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14915         (gst_vorbisenc_setup):
14916           same
14917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14918           fix case where warnings occured when one pad was unlinked while the
14919           other's link function was called
14920
14921 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14922
14923         * gst/tcp/Makefile.am:
14924           use GST_ENABLE_NEW
14925
14926 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14927
14928         * gst-libs/gst/resample/private.h:
14929           don't use optimizations that are #if 0'ed
14930
14931 2004-05-24  Wim Taymans  <wim@fluendo.com>
14932
14933         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14934         Fix potential division by zero error and hopefully get
14935         the position query right to get correct timestamps on avi
14936         audio.
14937
14938 2004-05-24  Wim Taymans  <wim@fluendo.com>
14939
14940         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14941         (gst_videoscale_scale_nearest_str2),
14942         (gst_videoscale_scale_nearest_str4),
14943         (gst_videoscale_scale_nearest_32bit),
14944         (gst_videoscale_scale_nearest_24bit),
14945         (gst_videoscale_scale_nearest_16bit):
14946         Fix the scaling algorithm and avoid a buffer overflow.
14947         removed the while loop in the scaling function as it
14948         was used for point sampling only.
14949
14950 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14951
14952         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14953         (gst_id3_tag_class_init), (gst_id3_tag_init),
14954         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14955         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14956         (gst_id3_tag_send_tag_event):
14957           lots of fixes to make id3mux work and id3demux work correctly
14958
14959 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14960
14961         * ext/Makefile.am:
14962           add rules to build shout2send (was removed by accident
14963           when this module was no more marked experimental/broken)
14964
14965 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14966
14967         * ext/shout2/gstshout2.c:
14968         * ext/shout2/gstshout2.h:
14969           adding a "connection problem" signal to shout2send
14970           (fixes #142954)
14971
14972 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14973
14974         * ext/kio/kioreceiver.cpp:
14975         * ext/kio/kioreceiver.h:
14976           fix sign comparison issues
14977
14978 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14979
14980         * gst/cdxaparse/gstcdxaparse.c:
14981         * gst/cdxaparse/gstcdxaparse.h:
14982           some renaming
14983           add some checks/sanity
14984           prepare for seek addition
14985
14986         * sys/sunaudio/gstsunaudio.c:
14987           remove exported dupe init function
14988
14989 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14990
14991         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14992         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14993           Fix format conversion and position querying.
14994         * gst/debug/progressreport.c: (gst_progressreport_report):
14995           Don't output a bogus total value that we didn't query.
14996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14997           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14998           only a blank window after xine has been used.
14999
15000 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15001
15002         * m4/as-arts.m4:
15003           sync with upstream version to fix test on FC2
15004           readd with -ko to preserve Id header
15005
15006 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15007
15008         * configure.ac:
15009           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15010         * gst/tcp/gsttcpclientsrc.c: idem
15011         * gst/tcp/gsttcpserversink.c: idem
15012         * gst/tcp/gsttcpserversrc.c: idem
15013         * m4/gst-fionread.m4: idem
15014
15015         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15016
15017         * configure.ac: enable speex plugin for speex 1.1.5+
15018         * ext/speex/gstspeexenc.c: fix cast warning
15019
15020         * ext/esd/README: fix typo
15021
15022 2004-05-20  David Schleef  <ds@schleef.org>
15023
15024         * configure.ac: Minor cosmetic change to convince the buildbot to
15025         reautogen.
15026         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15027         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15028         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15029         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15030         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15031         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15032         More hacking.  Plays audio now.
15033
15034 2004-05-20  David Schleef  <ds@schleef.org>
15035
15036         * configure.ac:
15037         * sys/Makefile.am:
15038
15039 2004-05-20  David Schleef  <ds@schleef.org>
15040
15041         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15042         * sys/osxaudio/gstosxaudio.c:
15043         * sys/osxaudio/gstosxaudioelement.c:
15044         * sys/osxaudio/gstosxaudioelement.h:
15045         * sys/osxaudio/gstosxaudiosink.c:
15046         * sys/osxaudio/gstosxaudiosink.h:
15047         * sys/osxaudio/gstosxaudiosrc.c:
15048         * sys/osxaudio/gstosxaudiosrc.h:
15049
15050 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15051
15052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15053         (gst_vorbisenc_chain):
15054           put the codec headers on the caps as streamheader as well as
15055           pushing them out
15056
15057 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15058
15059         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15060         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15061         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15062         split up push_packet into two functions
15063
15064 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * gst/tcp/.cvsignore:
15067           ignore enums
15068         * gst/tcp/Makefile.am:
15069         * gst/tcp/README:
15070         * gst/tcp/gsttcp.c:
15071         * gst/tcp/gsttcp.h:
15072         * gst/tcp/gsttcpclientsink.c:
15073         * gst/tcp/gsttcpclientsink.h:
15074         * gst/tcp/gsttcpclientsrc.c:
15075         * gst/tcp/gsttcpclientsrc.h:
15076         * gst/tcp/gsttcpplugin.c:
15077         * gst/tcp/gsttcpserversink.c:
15078         * gst/tcp/gsttcpserversink.h:
15079         * gst/tcp/gsttcpserversrc.c:
15080         * gst/tcp/gsttcpserversrc.h:
15081           add new tcp elements
15082
15083 2004-05-19  Wim Taymans  <wim@fluendo.com>
15084
15085         * gst/law/mulaw-conversion.c: (mulaw_encode):
15086         Fix overflow bug in ulaw encoding.
15087
15088 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15089
15090         * ext/mad/gstmad.c: (gst_mad_handle_event):
15091           don't unref the event twice
15092
15093 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15094
15095         * configure.ac:
15096           remove -Wno-sign-compare
15097
15098 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15099
15100         * configure.ac:
15101           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15102           if you want to work against glib 2.2 and 2.4
15103
15104 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * gst/tcp/Makefile.am:
15107         * gst/tcp/gsttcp.c:
15108         * gst/tcp/gsttcp.h:
15109         * gst/tcp/gsttcpsink.h:
15110         * gst/tcp/gsttcpsrc.h:
15111           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15112
15113 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15114
15115         * gst/debug/tests.c: (md5_get_value):
15116           fix segfault on gst-inspect
15117
15118 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15119
15120         * gst/debug/testplugin.c:
15121         * gst/debug/tests.c:
15122         * gst/debug/tests.h:
15123           add new extensible and configurable testing element. Current tests
15124           include buffer count, stream length, timestamp/duration matching and
15125           md5.
15126         * gst/debug/Makefile.am:
15127         * gst/debug/gstdebug.c: (plugin_init):
15128           add infrastructure for new element
15129
15130 2004-05-19  Johan Dahlin  <johan@gnome.org>
15131
15132         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15133         ending of the array. Fixes gst-inspect segfault on ppc.
15134
15135 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15136
15137         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15138
15139         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15140
15141 2004-05-18  David Schleef  <ds@schleef.org>
15142
15143         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15144         warnings (bugs, actually) noticed by gcc but not forte.
15145
15146 2004-05-18  David Schleef  <ds@schleef.org>
15147
15148         * sys/sunaudio/Makefile.am:
15149         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15150
15151 2004-05-18  David Schleef  <ds@schleef.org>
15152
15153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15154         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15155         to allow qtdemux to use non-seekable streams. (bug #142272)
15156
15157 2004-05-18  David Schleef  <ds@schleef.org>
15158
15159         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15160         (gst_resample_sinc_ft_float): Remove use of static temporary
15161         buffer.  This code was obviously not supposed to last long, but
15162         it's stuck in our ABI, so it required a little hack to make it
15163         ABI-compatible.  Fixes #142585.
15164         * gst-libs/gst/resample/resample.h: same.
15165
15166 2004-05-18  David Schleef  <ds@schleef.org>
15167
15168         * configure.ac: Add sunaudio
15169         * examples/Makefile.am: make gstplay depend on gconf
15170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15171         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15172         (convert_table_lookup), (img_convert): remove c99-isms
15173         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15174           unsigned, to fix a warning on Solaris
15175         * gst/mpeg1sys/systems.c: bcopy->memcpy
15176         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15177         * sys/Makefile.am: Add sunaudio
15178
15179 2004-05-18  Wim Taymans  <wim@fluendo.com>
15180
15181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15182         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15183         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15184         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15185         (gst_ogg_mux_loop):
15186         Fix an ugly memleak where the muxer didn't flush enough ogg
15187         pages. This also resulted in badly muxed ogg files.
15188
15189 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15190
15191         * gst/asfdemux/asfheaders.c :
15192         * gst/asfdemux/asfheaders.h :
15193         * gst/asfdemux/gstasfdemux.c :
15194           - fix ASF_OBJ_PADDING guid
15195           - add 3 new object guids (language list, metadata,
15196             extended stream properties)
15197           - add a function to parse extended header objects
15198
15199 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15200
15201         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15202           remove leftover debugging g_print
15203
15204 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15205
15206         * ext/mad/gstmad.c: (gst_mad_handle_event):
15207           Fix for when the first format in a discont event is not a
15208           byte-based one. Should fix #137710.
15209
15210 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15211
15212         * m4/a52.m4 : fix compilation with -Wall -Werror
15213         * m4/libfame.m4 : idem
15214         * m4/libmikmod.m4 : idem
15215
15216 2004-05-17  Benjamin Otte  <otte@gnome.org>
15217
15218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15219           signal the new tags before giving up the reference
15220
15221 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15222
15223         * ext/shout2/gstshout2.c:
15224           use application/ogg instead of application/x-ogg (patch by Patrick
15225           Guimond, fixes #142432)
15226         * sys/oss/gstosselement.c: (gst_osselement_reset),
15227         (gst_osselement_sync_parms):
15228           don't set fragment size unless specified (fixes #142493)
15229
15230 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15231
15232         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15233           fixes #142664
15234
15235 2004-05-17  Benjamin Otte  <otte@gnome.org>
15236
15237         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15238           compute offsets correctly for internal buffers so timestamps are set
15239           correctly when we can't seek. Also handle cases where there are no
15240           offsets. (based on a patch by David Moore, fixes #142507)
15241
15242 2004-05-17  Benjamin Otte  <otte@gnome.org>
15243
15244         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15245           use correct variable when determining amount of data to skip so we
15246           don't skip into the void and segfault
15247
15248 2004-05-16  Benjamin Otte  <otte@gnome.org>
15249
15250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15251           Hi, I'm a memleak
15252
15253 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15254
15255         * gst/asfdemux/gstasfdemux.c:
15256           - fix a mem leak and always propagate tags
15257           - add WMV3 to known video codecs (but no decoder yet)
15258           - replace "surplus data" at end of audio header for what
15259             it is : codec specific data
15260           - fix a typo
15261
15262 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15263
15264         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15265
15266         * gst-libs/gst/audio/audioclock.c:
15267           Fix wrong return type (#142205).
15268
15269 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15270
15271         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15272           Ignore CRCs by default (fixes #142566).
15273
15274 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15275
15276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15277         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15278         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15279         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15280         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15281         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15282           Fix for cases where we fail to attach to a mixer.
15283
15284 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15285
15286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15287           Don't touch events after not owning them anymore.
15288         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15289         (gst_wavparse_fmt), (gst_wavparse_other),
15290         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15291         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15292         (gst_wavparse_srcpad_event):
15293         * gst/wavparse/gstwavparse.h:
15294           Add seeking, fix querying.
15295
15296 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15297
15298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15299           - process comments even if they don't end with \0\0
15300             g_convert would ignore them if present and works well without them
15301
15302 2004-05-16  Benjamin Otte  <otte@gnome.org>
15303
15304         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15305           simplify caps
15306
15307 2004-05-16  Benjamin Otte  <otte@gnome.org>
15308
15309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15310           don't write to memory we might not write to - g_convert does that
15311           for us anyway (fixes #142613)
15312         (gst_asf_demux_audio_caps):
15313           comment out gst_util_dump_mem
15314
15315 2004-05-16  Benjamin Otte  <otte@gnome.org>
15316
15317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15318           compute correct expected timestamps after seek (broken since
15319           last commit)
15320         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15321           rename element and debugging category to gdkpixbufscale
15322
15323 2004-05-16  Benjamin Otte  <otte@gnome.org>
15324
15325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15326           add error checking to snd_pcm_delay and remove duplicate call to
15327           snd_pcm_delay that caused issues (see inline code comments)
15328         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15329           make more readable and fix return value when snd_pcm_delay fails
15330         (fixes #142586)
15331
15332 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15333         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15334         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15335         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15336         (gst_pixbufscale_link), (gst_pixbufscale_init),
15337         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15338         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15339         (gst_pixbufscale_get_property), (pixbufscale_init):
15340         * ext/gdk_pixbuf/pixbufscale.h:
15341         Add these files I forgot earlier
15342
15343 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15344         * ext/gdk_pixbuf/Makefile.am:
15345         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15346         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15347         Add new pixbufscale element to scale RGB video
15348         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15349         and HYPER interpolation correctly.
15350         * ext/theora/theoraenc.c: (theora_enc_chain),
15351         Discard buffer and return if explicit caps could not be set
15352         (theora_enc_get_property):
15353         Make _get return kbps for the bitrate consistent with
15354         the _set function.
15355
15356
15357 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15358
15359         * ext/libvisual/visual.c: (gst_visual_chain):
15360           add missing visual_audio_analyze
15361
15362 2004-05-14  David Schleef  <ds@schleef.org>
15363
15364         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15365         is killed while we're playing.
15366         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15367         gst_element_no_more_pads().
15368
15369 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15370
15371         * gst-libs/gst/riff/riff-read.c :
15372           - fix INFO tag extraction in RIFF/AVI files
15373             because gst_event_unref (event) also freed taglist
15374           - avoid a mem leak
15375
15376 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15377
15378         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15379         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15380
15381         * gst/auparse/gstauparse.c :
15382           - add code (commented for now) to support audio/x-adpcm on src pad
15383             (we have no decoder for those layout yet)
15384
15385         * gst/cdxaparse/gstcdxaparse.c :
15386         * gst/cdxaparse/gstcdxaparse.h :
15387           - partial rewrite using RiffRead (ripped iain's wavparse code)
15388
15389         * gst/rtp/gstrtpL16enc.c : typo
15390         * gst/rtp/gstrtpgsmenc.c : typo
15391
15392 2004-05-13  Benjamin Otte  <otte@gnome.org>
15393
15394         * configure.ac:
15395           check for exact version of libvisual, it's not supposed to be
15396           API/ABI stable yet
15397
15398 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15399
15400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15401           signal no-more-pads
15402
15403 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15404
15405         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15406         Report which format was used for GST_FORMAT_DEFAULT
15407         * gst/debug/Makefile.am:
15408         * gst/debug/gstdebug.c: (plugin_init):
15409         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15410         (gst_progressreport_class_init), (gst_progressreport_init),
15411         (gst_progressreport_report), (gst_progressreport_set_property),
15412         (gst_progressreport_get_property), (gst_progressreport_chain),
15413         (gst_progressreport_plugin_init):
15414         Add progressreport element for testing.
15415
15416 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15417
15418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15419         * sys/v4l/gstv4lsrc.h:
15420         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15421         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15422         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15423         (gst_v4lsrc_grab_frame):
15424           add more debugging
15425           send a discont at start
15426
15427 2004-05-12  Colin Walters  <walters@redhat.com>
15428
15429         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15430         inflooping if we can't find a chunk.  Or in other words, don't blow
15431         chunks if we don't have a chunk to blow.
15432
15433 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15434         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15435         Remove old debug output
15436         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15437         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15438         (gst_dvdec_set_property), (gst_dvdec_get_property):
15439         Change the quality setting to an enum, so it works from gst-launch
15440         Don't renegotiate a non-linked pad. Allows audio only decoding.
15441         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15442         (gst_deinterlace_link), (gst_deinterlace_init):
15443         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15444         (gst_videodrop_link):
15445         Some caps negotiation fixes
15446
15447 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15448
15449         * ext/tarkin/gsttarkin.c :
15450           - Change RANK from NONE to PRIMARY
15451         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15452           - Change RANK from NONE to MARGINAL
15453         * ext/divx/gstdivxenc.c :
15454           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15455
15456 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15457
15458         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15459         (gst_vorbisenc_push_packet):
15460           copy a function that was added between 1.0 and 1.0.1 until we
15461           depend on worthwhile features of post-1.0
15462
15463 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15464
15465         * configure.ac:
15466           enable shout2 by default
15467         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15468         (gst_shout2send_base_init), (gst_shout2send_init),
15469         (gst_shout2send_connect), (gst_shout2send_change_state):
15470         * ext/shout2/gstshout2.h:
15471           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15472           #142262)
15473         * ext/theora/theora.c: (plugin_init):
15474           don't set rank on encoders
15475
15476 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15477
15478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15479           Use codec_data property instead of flag1 and flag2 for wma
15480
15481 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15482
15483         * gst/cdxaparse/gstcdxaparse.c :
15484           - Add mpegversion to CAPS to make it link
15485           - Rank is as GST_RANK_SECONDARY instead of NONE
15486         * gst/auparse/gstauparse.c :
15487           - Document all audio encoding we can encounter from Solaris 9
15488             headers and libsndfile information.
15489           - Increase max. rate from 48000 to 192000 (to match other elements)
15490           - Don't try to play junk data between header and samples
15491
15492 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15493
15494         * ext/libvisual/visual.c: (gst_visual_getcaps):
15495           use the right caps depending on endianness (I hope)
15496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15497           use GST_RANK_NONE for all non-decoding elements or spider gets
15498           mighty confused
15499
15500 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15501
15502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15503           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15504
15505 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15506
15507         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15508         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15509         (gst_switch_loop), (gst_switch_get_type):
15510           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15511           HEADERS. Had to be said.
15512
15513 2004-05-10  David Schleef  <ds@schleef.org>
15514
15515         * configure.ac: Add prototype Dirac support.
15516         * ext/Makefile.am:
15517         * ext/dirac/Makefile.am:
15518         * ext/dirac/gstdirac.cc:
15519         * ext/dirac/gstdiracdec.cc:
15520
15521 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15522
15523         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15524         (gst_auparse_init), (gst_auparse_chain),
15525         (gst_auparse_change_state):
15526           Hack around spider. Remove me some day please.
15527
15528 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15529
15530         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15531           Fix for some uninitialized variables in previous patch, also
15532           makes it work. Fixes #142286 while we're at it.
15533
15534 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15535
15536         * gst/auparse/gstauparse.c:
15537                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15538                 only unsupported formats are ADPCM/CCITT G.72x
15539                 reviewed by Ronald
15540         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15541
15542 2004-05-10  Wim Taymans  <wim@fluendo.com>
15543
15544         * ext/vorbis/Makefile.am:
15545         * ext/vorbis/README:
15546         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15547         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15548         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15549         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15550         (gst_oggvorbisenc_convert_sink),
15551         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15552         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15553         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15554         (get_constraints_string), (update_start_message),
15555         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15556         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15557         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15558         * ext/vorbis/oggvorbisenc.h:
15559         * ext/vorbis/vorbis.c: (plugin_init):
15560         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15561         (raw_caps_factory), (gst_vorbisenc_class_init),
15562         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15563         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15564         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15565         * ext/vorbis/vorbisenc.h:
15566         Added a raw vorbis encoder to be used with the oggmuxer.
15567         We still need the old encoder for some gnome applications,
15568         read the README to find out how that works.
15569         The raw encoder is called "rawvorbisenc" until 0.9.
15570
15571 2004-05-10  Wim Taymans  <wim@fluendo.com>
15572
15573         * ext/ogg/gstogg.c: (plugin_init):
15574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15575         (gst_ogg_print):
15576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15577         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15578         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15579         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15580         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15581         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15582         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15583         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15584         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15585         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15586         Added an ogg muxer.
15587         Small typo fixes in the demuxer.
15588
15589 2004-05-10  Wim Taymans  <wim@fluendo.com>
15590
15591         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15592         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15593         (theora_enc_change_state), (theora_enc_set_property),
15594         (theora_enc_get_property):
15595         Mark the last packet with an EOS flag which is not really needed
15596         in gstreamer.
15597         Do some better video framerate initialisation.
15598         Update the buffer timestamp.
15599
15600 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15601
15602         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15603         Return the result of the parent state change call
15604
15605 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15606
15607         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15608         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15609         * gst/law/alaw-encode.c : (idem)
15610         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15611         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15612         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15613
15614 2004-05-09  Benjamin Otte  <otte@gnome.org>
15615
15616         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15617           don't use a fixed buffer size when writing variable length data to
15618           it. Fixes memory corruption and makes alsasrc work
15619
15620 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15621
15622         * ext/gnomevfs/gstgnomevfssink.c:
15623         (_gst_boolean_allow_overwrite_accumulator),
15624         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15625           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15626           RUN_LAST, and don't use that to set the accumulator value because
15627           then it's always FALSE.
15628
15629 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15630
15631         * gst-libs/gst/riff/riff-media.c:
15632         (gst_riff_create_video_caps_with_data),
15633         (gst_riff_create_audio_caps),
15634         (gst_riff_create_audio_template_caps):
15635         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15636           Fix for unaligned RIFF files (i.e. where all the chunks together
15637           in a LIST chunk are not of the same size as the size given in
15638           the LIST chunk header). Fixes several odd WAVE files. Also fix
15639           ADPCM (block_align property) in audio, so that wavparse based
15640           on this works now as it used to stand-alone.
15641
15642 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15643
15644         reviewed by Benjamin Otte  <otte@gnome.org>
15645
15646         * ext/a52dec/gsta52dec.c:
15647         * ext/divx/gstdivxdec.c:
15648         * ext/divx/gstdivxenc.c:
15649         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15650         * ext/faac/gstfaac.c: (gst_faac_base_init):
15651         * ext/faad/gstfaad.c: (gst_faad_base_init):
15652         * ext/ivorbis/vorbisfile.c:
15653         * ext/lame/gstlame.c:
15654         * ext/libfame/gstlibfame.c:
15655         * ext/mpeg2enc/gstmpeg2enc.cc:
15656         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15657         * ext/sidplay/gstsiddec.cc:
15658         * ext/speex/gstspeexdec.c:
15659         * ext/speex/gstspeexenc.c:
15660         * ext/xvid/gstxviddec.c:
15661         * ext/xvid/gstxvidenc.c:
15662           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15663           (fixes #142193)
15664
15665 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15666
15667         * ext/alsa/gstalsa.c: (device_list),
15668         (gst_alsa_class_probe_devices):
15669         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15670           Fix alsa oddness in mixer after the combination of using mixer
15671           in source/sink elements and using hw:x,y instead of just hw:x.
15672
15673 2004-05-09  Benjamin Otte  <otte@gnome.org>
15674
15675         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15676         (gst_wavparse_create_sourcepad):
15677           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15678           sourcepads
15679
15680 2004-05-09  Benjamin Otte  <otte@gnome.org>
15681
15682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15683           allow discont events before caps nego
15684
15685 2004-05-08  Benjamin Otte  <otte@gnome.org>
15686
15687         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15688           don't leak events
15689
15690 2004-05-08  Benjamin Otte  <otte@gnome.org>
15691
15692         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15693         (gst_level_change_state), (gst_level_init):
15694         * gst/level/gstlevel.h:
15695           figure out if we're initialized directly instead of keeping a
15696           variable that's wrong in 90% of cases
15697           don't initialize pads and then leak them and use a new unitialized
15698           pad. (fixes #142084)
15699           these were bugs so n00bish I didn't find them for an hour :/
15700
15701 2004-05-08 Iain <iain@prettypeople.org>
15702
15703         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15704         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15705         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15706         return the length that was read.
15707         (gst_riff_read_strf_auds): Allow fmt tags as well.
15708
15709 2004-05-07  David Schleef  <ds@schleef.org>
15710
15711         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15712         signed char assumption in faad.h.
15713
15714 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15715
15716         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15717           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15718
15719 2004-05-07  Colin Walters  <walters@redhat.com>
15720
15721         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15722         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15723         function.
15724         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15725         Add dispose function.
15726
15727 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15728         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15729           Fix caps nego and pad templates. RGB mode caps should
15730           work now.
15731         * ext/dvdnav/gst-dvd:
15732           Move mpeg2dec inside the thread because otherwise the
15733           queue rejects cap changes mid-stream
15734         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15735         (gst_mpeg2dec_flush_decoder):
15736           For mpeg2dec > 0.4.0, call the flush function instead of
15737           manually extracting all in-flight frames.
15738         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15739         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15740           Change mime type video/dv go video/x-dv to match the
15741           rest of gst-plugins
15742
15743 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15744
15745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15747         (gst_alsa_sink_class_init):
15748         * ext/alsa/gstalsasink.h:
15749         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15750         (gst_alsa_src_class_init):
15751         * ext/alsa/gstalsasrc.h:
15752           Make alsasink/src a subclass of alsamixer so that mixer stuff
15753           shows up in gst-rec. Needs some finetuning.
15754
15755 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15756
15757         * ext/lame/gstlame.c: (gst_lame_chain):
15758           simplify
15759         * ext/mad/gstmad.c: (gst_mad_handle_event):
15760           fix event leak
15761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15762           be able to detect mp3 files < 4096 bytes
15763
15764 2004-05-06  Wim Taymans  <wim@fluendo.com>
15765
15766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15767         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15768         (theora_enc_set_property), (theora_enc_get_property):
15769         Also encode the first frame, cleanup some code.
15770
15771 2004-05-06  Wim Taymans  <wim@fluendo.com>
15772
15773         * ext/mpeg2enc/gstmpeg2enc.cc:
15774         Forward events first before deciding that negotiation was
15775         not performed.
15776
15777 2004-05-06  Wim Taymans  <wim@fluendo.com>
15778
15779         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15780         First process the events before deciding that negotiation
15781         was not performed.
15782
15783 2004-05-06  Wim Taymans  <wim@fluendo.com>
15784
15785         * ext/theora/Makefile.am:
15786         * ext/theora/theora.c: (plugin_init):
15787         * ext/theora/theoradec.c: (theora_dec_change_state):
15788         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15789         (gst_theora_enc_class_init), (gst_theora_enc_init),
15790         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15791         (theora_enc_chain), (theora_enc_change_state),
15792         (theora_enc_set_property), (theora_enc_get_property):
15793         Added a theora encoder, grouped the encoder and decoder into the
15794         same plugin.
15795
15796 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15799         (gst_jpegenc_chain):
15800         fix DURATION on outgoing buffers
15801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15802         debug using time formats
15803         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15805         (gst_xvimagesink_sink_link):
15806         windows with width/height 0 generate X errors, so don't allow them
15807
15808 2004-05-05  Wim Taymans  <wim@fluendo.com>
15809
15810         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15811         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15812         (gst_mpeg2dec_negotiate_format):
15813         * ext/mpeg2dec/gstmpeg2dec.h:
15814           removed the static pad template so that we can add the
15815           more accurate framerate value to the caps.
15816
15817
15818 2004-05-04  Benjamin Otte  <otte@gnome.org>
15819
15820         * configure.ac:
15821           check for kdemacros.h, too (should fix #141821)
15822         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15823           don't crash if no header was sent, but nicely error out (fixes part
15824           of #141554)
15825
15826 2004-05-04  Wim Taymans  <wim@fluendo.com>
15827
15828         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15829         parent dispose function to avoid segfault on destroy.
15830
15831 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15832
15833         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15834         (plugin_init):
15835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15836         (gst_xvimagesink_sink_link):
15837         clean up debugging caps
15838         also recreate xvimage when format has changed
15839
15840 2004-05-04  Benjamin Otte  <otte@gnome.org>
15841
15842         * ext/libvisual/Makefile.am:
15843         * ext/libvisual/visual.c: (gst_visual_class_init),
15844         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15845         (gst_visual_srclink), (gst_visual_chain),
15846         (gst_visual_change_state), (plugin_init):
15847           use a GstAdapter to correctly adapt buffer sizes - allows using a
15848           framerate
15849
15850 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15851
15852         * sys/v4l/gstv4lelement.h:
15853         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15855         (gst_v4lsrc_buffer_free):
15856         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15858         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15859         (gst_v4lsrc_requeue_frame):
15860         move some debugging categories around
15861         query for fps index and set accordingly if found
15862
15863 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15864
15865         * ext/lame/gstlame.c:
15866         correct defaults that lame_init puts out of range
15867
15868 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15871         (gst_divxenc_class_init):
15872         fix range since -1 is the default
15873         * gst/mpeg1sys/gstmpeg1systemencode.c:
15874         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15875         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15876         (gst_rtjpegdec_chain):
15877         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15878         (gst_rtjpegenc_chain):
15879         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15880         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15881         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15882         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15883         * sys/v4l/gstv4lsrc.c:
15884         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15885         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15886         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15888         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15889           remove gst_info calls
15890
15891 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15892
15893         * Makefile.am:
15894         * po/af.po:
15895         * po/az.po:
15896         * po/en_GB.po:
15897         * po/nl.po:
15898         * po/sr.po:
15899         * po/sv.po:
15900           Updated translations
15901
15902 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15903
15904         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15905           refactor/comment code
15906
15907 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15908
15909         * gst/asfdemux/Makefile.am:
15910         * gst/asfdemux/asfheaders.c:
15911         * gst/asfdemux/asfheaders.h:
15912         * gst/asfdemux/gstasf.c: (plugin_init):
15913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15914         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15915         (gst_asf_demux_setup_pad):
15916         * gst/asfdemux/gstasfdemux.h:
15917         * gst/asfdemux/gstasfmux.c:
15918         * gst/asfdemux/gstasfmux.h:
15919           Add tagging support to demuxer, split out registration in its own
15920           file instead of in demux (hacky), and prevent having some tables
15921           in our memory multiple times (in asfheaders.h).
15922
15923 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15924
15925         * gst/matroska/matroska-demux.c:
15926         (gst_matroska_demux_parse_metadata):
15927         * gst/matroska/matroska-ids.h:
15928           Basic tag reading support.
15929
15930 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15931
15932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15933           Really detect ac-3 audio.
15934         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15935           really detect matroska files (off-by-1).
15936
15937 2004-04-30  David Schleef  <ds@schleef.org>
15938
15939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15940         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15941         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15942         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15943         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15944         hackage -- parse a lot more atoms, extract a few tags.  One might even
15945         mistake this for tag support.  Maybe it is.
15946         * gst/qtdemux/qtdemux.h:
15947
15948 2004-04-30  Colin Walters  <walters@verbum.org>
15949
15950         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15951
15952 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15955         (gst_ffmpegcolorspace_getcaps):
15956           remove broken nego fix
15957
15958 2004-04-30  Benjamin Otte  <otte@gnome.org>
15959
15960         * configure.ac:
15961         * ext/Makefile.am:
15962         * ext/libvisual/Makefile.am:
15963         * ext/libvisual/visual.c:
15964           add initial support for libvisual (http://libvisual.sourceforge.net)
15965           libvisual is still quite alpha, so expect crashes in there :)
15966
15967 2004-04-29  David Schleef  <ds@schleef.org>
15968
15969         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15970         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15971         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15972         code; you will no longer respect me.
15973
15974 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15975
15976         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15977         * ext/alsa/gstalsa.h :
15978         change alsa pcm device discovery to find more than 1 device
15979         per card. code review by Ronald.
15980
15981 2004-04-29  David Schleef  <ds@schleef.org>
15982
15983         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15984         Add a check for a driver bug on FreeBSD.  (bug #140565)
15985
15986 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15987
15988         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15989         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15990         (gst_jpegenc_getcaps):
15991           move format setting to inner loop
15992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15993         (gst_ffmpegcolorspace_getcaps):
15994           use GST_PAD_CAPS if available so that we use already negotiated
15995           caps
15996         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15997         (qtdemux_parse_moov), (qtdemux_parse):
15998           extra debugging
15999         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16000         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16001           move hardcoded path to DEFINE
16002
16003 2004-04-28  David Schleef  <ds@schleef.org>
16004
16005         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16006         (bug #140064)
16007
16008 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16009
16010         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16011           Don't probe for playback device if we're a source element. Fixes
16012           #139658.
16013
16014 2004-04-29  Benjamin Otte  <otte@gnome.org>
16015
16016         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16017         (gst_id3_tag_chain):
16018           rewrite buffer offset
16019
16020 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16021
16022         * configure.ac:
16023         * ext/Makefile.am:
16024         * ext/dts/Makefile.am:
16025         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16026         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16027         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16028         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16029         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16030         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16031         (plugin_init):
16032         * ext/dts/gstdtsdec.h:
16033           New DTS decoder.
16034         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16035         (gst_faad_srcconnect):
16036           Add ESDS atom handling (.m4a).
16037
16038 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16039
16040         * ext/divx/gstdivxdec.c: (plugin_init):
16041           Remove comment that makes no sense.
16042         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16043           Fix for obvious typo that resulted in warnings during gst-register.
16044         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16045         (gst_xviddec_sink_link):
16046           Fix caps negotiation a bit better.
16047         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16048           We call this 'codec_data', not 'esds'.
16049
16050 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16051
16052         * gst/monoscope/gstmonoscope.c:
16053           make sure we only provide 256x128
16054         * gst/monoscope/monoscope.c: (monoscope_init):
16055           assert size of 256x128
16056
16057 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16058
16059         * Makefile.am:
16060         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16061         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16062           fixate to max width and height of device
16063
16064 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16065
16066         * Makefile.am:
16067         * sys/v4l/gstv4l.c:
16068         * sys/v4l/gstv4lsrc.c:
16069         * sys/v4l/v4l_calls.c:
16070         * sys/v4l/v4lsrc_calls.c:
16071           fix for qc-usb driver which fakes having more than one buffer
16072           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16073           buffer_free override
16074           add debugging
16075
16076 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16077
16078         * Makefile.am:
16079         * gst/videotestsrc/gstvideotestsrc.c:
16080         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16081         (gst_videotestsrc_init), (gst_videotestsrc_get),
16082         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16083         * gst/videotestsrc/gstvideotestsrc.h:
16084           add num-buffers property
16085
16086         2004-04-26  Benjamin Otte  <otte@gnome.org>
16087
16088         * ext/mad/gstid3tag.c: (plugin_init):
16089           set id3mux rank to NONE so it doesn't confuse spider
16090           require audio/mpeg,mpegversion=1 in id3mux
16091
16092 2004-04-26  Benjamin Otte  <otte@gnome.org>
16093
16094         * configure.ac:
16095           detect faad correctly as non-working if it's indeed non-working
16096
16097 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16098
16099         * Makefile.am:
16100         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16101         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16102         fix _getcaps so it only negotiates to its supported format
16103
16104 2004-04-25  Benjamin Otte  <otte@gnome.org>
16105
16106         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16107           fix memleak
16108
16109 2004-04-23  Benjamin Otte  <otte@gnome.org>
16110
16111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16112           audio/x-raw-int with height rules! not. Now it's depth.
16113
16114 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16115
16116         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16117         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16118         (gst_wavparse_loop):
16119           Missing variable initialization. Add handling of DVI ADPCM. Fix
16120           mis-parsing of LIST chunks. This works around a bug where we mis-
16121           parse non-aligning LIST chunks (so LIST chunks where the contents
16122           don't align with the actual LIST size). The correct fix is to use
16123           rifflib, I'm not going to fix wavparse - too much work. All this
16124           fixes #104878.
16125
16126 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16127
16128         reviewed by Benjamin Otte  <otte@gnome.org>
16129
16130         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16131           fix shoutcast not working (fixes #140844)
16132
16133 2004-04-22  Benjamin Otte  <otte@gnome.org>
16134
16135         * ext/hermes/gsthermescolorspace.c:
16136         (gst_hermes_colorspace_caps_remove_format_info):
16137         * gst/colorspace/gstcolorspace.c:
16138         (gst_colorspace_caps_remove_format_info):
16139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16140         (gst_ffmpegcolorspace_caps_remove_format_info):
16141           s/gst_caps_simplify/gst_caps_do_simplify/
16142
16143 2004-04-22  Benjamin Otte  <otte@gnome.org>
16144
16145         * gst-libs/gst/riff/riff-media.c:
16146         (gst_riff_create_video_caps_with_data):
16147           mpegversion is an int
16148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16149           don't try to create pad templates with NULL caps, use any caps
16150           instead.
16151
16152 2004-04-20  David Schleef  <ds@schleef.org>
16153
16154         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16155         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16156         (bug #140384)
16157
16158 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16159
16160         reviewed by David Schleef
16161
16162         * ext/mad/gstid3tag.c: Add stdlib.h
16163         * gst/rtp/gstrtpgsmenc.c: same
16164         * gst/tags/gstid3tag.c: same
16165         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16166         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16167         GST_DISABLE_LOADSAVE use.
16168         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16169         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16170         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16171         atol(3)).
16172         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16173         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16174         strtoul(3)).
16175         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16176         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16177         $(ID3_CFLAGS).
16178         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16179         $(LIBFAME_CFLAGS).
16180
16181 2004-04-20  David Schleef  <ds@schleef.org>
16182
16183         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16184         last checkin.  Same idea.
16185
16186 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16187
16188         reviewed by David Schleef
16189
16190         * configure.ac: bump required gstreamer version to 0.8.1.1
16191         because of following changes [--ds]
16192
16193         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16194         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16195         (gst_riff_read_header):  Use GST_READ_UINT*
16196         macros to access possibly unaligned memory.
16197
16198         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16199         (mp3_type_find):  Use GST_READ_UINT*
16200         macros to access possibly unaligned memory.
16201         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16202         (speex_type_find): Likewise
16203
16204         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16205
16206         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16207         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16208         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16209         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16210         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16211         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16212         macros to access possibly unaligned memory.
16213
16214         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16215         Likewise.
16216
16217         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16218         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16219
16220         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16221         Likewise.
16222
16223         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16224         (gst_mpeg2subt_chain_subtitle): Likewise.
16225
16226         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16227         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16228         Likewise.
16229
16230         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16231         Likewise.
16232
16233         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16234         Likewise.
16235
16236         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16237         Likewise.
16238
16239 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * configure.ac:
16242           update required version of GStreamer because of GST_TIME_FORMAT
16243
16244 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16245
16246         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16247           remove leftover g_print
16248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16249           don't try setting only a subset of the caps. We don't want to kill
16250           autoplugging on purpose
16251
16252 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16253
16254         * sys/ximage/ximagesink.c: (plugin_init):
16255         * sys/xvimage/xvimagesink.c: (plugin_init):
16256           add debugging categories
16257
16258 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16259
16260         * po/en_GB.po:
16261         * po/LINGUAS:
16262           Adding en_GB translation (Gareth Owen)
16263
16264 2004-04-20  David Schleef  <ds@schleef.org>
16265
16266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16267         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16268         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16269         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16270         A number of new features and hacks to extract the esds atom and
16271         put it into the caps.  (bug #137724)
16272
16273 2004-04-19  David Schleef  <ds@schleef.org>
16274
16275         * gconf/Makefile.am: Fix for non-GNU make
16276         * gst-libs/gst/Makefile.am: Change directory order to handle
16277         GstPlay linking with gstinterfaces
16278         * gst-libs/gst/audio/make_filter: make use of tr portable
16279         * gst-libs/gst/play/Makefile.am: Add intended \
16280         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16281         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16282         function prototype instead of void *.
16283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16284         macro.
16285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16286         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16287         * gst/videofilter/make_filter: make use of tr portable
16288         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16289
16290 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16291
16292         * po/LINGUAS:
16293         * po/uk.po:
16294           Added Ukrainian translation (Maxim V. Dziumanenko)
16295
16296 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16297
16298         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16299         (gst_gsmdec_link), (gst_gsmdec_chain):
16300           Fix capsnego, simplify chain function slightly.
16301         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16302           Add GSM.
16303
16304 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16305
16306         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16307         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16308         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16309           Hack to make wavparse work with spider (always -> sometimes pad).
16310           Fixes #135862 && #140411.
16311
16312 2004-04-18  Benjamin Otte  <otte@gnome.org>
16313
16314         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16315         (gst_osselement_rate_probe_check),
16316         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16317           get rid of \n in debug output
16318
16319 2004-04-17  Iain <iain@prettypeople.org>
16320
16321         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16322         not just EOS.
16323
16324 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16325
16326         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16327         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16328         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16329         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16330         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16331         (gst_id3_tag_change_state), (plugin_init):
16332           deprecate id3tag element and replace with id3demux/id3mux.
16333           great side effect: this ugly file is now even uglier, yay!
16334         * ext/mad/gstmad.h:
16335           remove non-available function
16336           update for new get_type
16337
16338 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16339
16340         * configure.ac:
16341           require mpeg2dec >= 0.4.0
16342
16343 2004-04-17  Benjamin Otte  <otte@gnome.org>
16344
16345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16346         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16347         (gst_xvimagesink_set_xwindow_id):
16348           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16349           assorted cleanup fixes.
16350
16351 2004-04-16  David Schleef  <ds@schleef.org>
16352
16353         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16354         * sys/xvimage/xvimagesink.h: same
16355
16356 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16357
16358         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16359           Fix GST_ELEMENT_ERROR with (NULL)
16360
16361 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16362
16363         * gst-libs/gst/riff/riff-media.c:
16364         (gst_riff_create_video_caps_with_data):
16365           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16366
16367 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16368
16369         * gst-libs/gst/riff/riff-media.c:
16370         (gst_riff_create_video_caps_with_data),
16371         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16372         (gst_riff_create_video_template_caps),
16373         (gst_riff_create_audio_template_caps):
16374         * gst-libs/gst/riff/riff-media.h:
16375         * gst-libs/gst/riff/riff-read.c:
16376         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16377         * gst-libs/gst/riff/riff-read.h:
16378         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16379           Add MS RLE support. I added some functions to read out strf chunks
16380           into strf chunks and the data behind it. This is usually color
16381           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16382           caps creation. Lastly, add ADPCM (similar to wavparse - which
16383           should eventually be rifflib based).
16384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16385         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16386         * gst/matroska/matroska-demux.h:
16387           Remove placeholders for some prehistoric tagging system. Didn't add
16388           support for any tag system really anyway.
16389         * gst/qtdemux/qtdemux.c:
16390           Add support for audio/x-m4a (MPEG-4) through spider.
16391         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16392         (gst_wavparse_loop):
16393           ADPCM support (#135862). Increase max. buffer size because we
16394           cannot split buffers for ADPCM (screws references) and I've seen
16395           files with 2048 byte chunks. 4096 seems safe for now.
16396
16397 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16398
16399         * configure.ac: bump nano to 1
16400
16401 === release 0.8.1 ===
16402
16403 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16406
16407 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16408
16409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16410           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16411           Fixes #140058
16412
16413 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16414
16415         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16416           lower rank of dvddemux so that it's not used for mpeg playback.
16417
16418 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16419
16420         * configure.ac:
16421           save libs correctly when checking mad
16422
16423 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16424
16425         * ext/mad/gstid3tag.c: (plugin_init):
16426           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16427
16428 2004-04-13  David Schleef  <ds@schleef.org>
16429
16430         * common/m4/gst-feature.m4: Call -config scripts with
16431         --plugin-libs if it is supported.
16432         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16433         JPEG images are image/jpeg.
16434         * gst/debug/Makefile.am:
16435         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16436         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16437         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16438         (gst_negotiation_plugin_init): Add a property that acts like
16439         filter caps.
16440         * testsuite/gst-lint:  Move license checking to be a standard
16441         test.
16442
16443 2004-04-13  David Schleef  <ds@schleef.org>
16444
16445         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16446         patch from Sebastien Cote (bug #139958)
16447
16448 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16449
16450         * examples/gstplay/Makefile.am:
16451         * examples/gstplay/player.c: (main):
16452           make the commandline player example use gconf settings
16453
16454 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16455
16456         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16457         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16458         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16459           init/end library during state transition, not object
16460           creation/disposal.  get rid of custom dispose handler.
16461
16462
16463 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16464
16465         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16466         be a symlink
16467
16468 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16469
16470         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16471           Handle JUNK chunks inside data section. Prevents warnings.
16472
16473 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16476         (gst_riff_create_video_template_caps):
16477           Add MS video v1.
16478         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16479         (gst_avi_demux_stream_data):
16480           Add support for "rec-list" chunks.
16481
16482 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16483
16484         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16485           Fix another codecname mismatch.
16486
16487 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16488
16489         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16490           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16491           so that MJPEG plays back.
16492
16493 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16496         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16497         * gst/mpeg1videoparse/gstmp1videoparse.h:
16498           Fix for some slight mis-cuts in buffer parsing, and for some
16499           potential overflows or faults-causers. Adds disconts. Also fixes
16500           #139105 while we're at it.
16501
16502 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16503
16504         * configure.ac:
16505         * sys/v4l2/gstv4l2element.h:
16506           Workaround for missing struct v4l2_buffer declaration in Suse 9
16507           and Mandrake 10 linux/videodev2.h header file (#135919).
16508
16509 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16510
16511         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16512           Bail out if no filename was given.
16513
16514 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16515
16516         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16517         (gst_v4l2_fourcc_from_structure):
16518           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16519           Y41B somewhere).
16520
16521 2004-04-09  Benjamin Otte  <otte@gnome.org>
16522
16523         * ext/gnomevfs/gstgnomevfssink.c:
16524         (_gst_boolean_allow_overwrite_accumulator),
16525         (gst_gnomevfssink_class_init):
16526           fix erase signal - if any handler returns false the file will not be
16527           overwritten. If no handler is connected, the file will not be
16528           overwritten either.
16529           renamed signal to "allow-overwrite"
16530         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16531           free string when adding it to ID3 failed
16532         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16533           unref event when done
16534         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16535           free caps
16536         * gst/typefind/gsttypefindfunctions.c:
16537         (mpeg_video_stream_type_find):
16538           fix invalid read
16539
16540 2004-04-08  David Schleef  <ds@schleef.org>
16541
16542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16543         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16544
16545 2004-04-08  David Schleef  <ds@schleef.org>
16546
16547         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16548         we don't support (bug #139532)
16549
16550 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         * ext/mad/gstmad.c: (gst_mad_handle_event),
16553         (gst_mad_check_caps_reset), (gst_mad_chain),
16554         (gst_mad_change_state):
16555           only set explicit caps if they haven't been set before for
16556           this stream.  MPEG-audio sample rate/channels aren't allowed
16557           to change in-stream.
16558           Fixes #139382
16559
16560 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16561
16562         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16563         (_gst_boolean_did_something_accumulator),
16564         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16565         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16566         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16567         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16568         (gst_gnomevfssink_change_state):
16569           Fix erase signal. Don't erase by default. Remove handoff signal.
16570           Remove erase property. Don't segfault. General cleanup.
16571
16572 2004-04-07  Benjamin Otte  <otte@gnome.org>
16573
16574         * gst-libs/gst/gconf/test-gconf.c: (main):
16575           add missing gst_init
16576
16577 2004-04-07  Benjamin Otte  <otte@gnome.org>
16578
16579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16580           free the mutexes, too
16581
16582 2004-04-07  Benjamin Otte  <otte@gnome.org>
16583
16584         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16585           actually free the URI string
16586         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16587           compute offset correctly when passing discont events
16588         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16589           don't leak discont events
16590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16591           add some missing breaks so caps aren't copied randomly
16592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16593           if we realloc memory, we better use it
16594
16595 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16596
16597         * ext/mad/gstmad.c: (normal_seek):
16598           fix GST_FORMAT_TIME usage
16599
16600 2004-04-05  David Schleef  <ds@schleef.org>
16601
16602         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16603         a deprecated function (hack!)
16604
16605 2004-04-05  Benjamin Otte  <otte@gnome.org>
16606
16607         * ext/esd/esdmon.c: (gst_esdmon_get):
16608           fix nonterminated vararg and memleak
16609
16610 2004-04-05  Benjamin Otte  <otte@gnome.org>
16611
16612         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16613         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16614         (gst_ladspa_set_property), (gst_ladspa_get_property),
16615         (gst_ladspa_instantiate), (gst_ladspa_activate),
16616         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16617           clean up debugging
16618
16619 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16620
16621         reviewed by Benjamin Otte  <otte@gnome.org>
16622
16623         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16624           check for broken LADSPA parameters (fixes #138635)
16625
16626 2004-04-05  Benjamin Otte  <otte@gnome.org>
16627
16628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16629           advertise buffer-frames correctly on sinkpads
16630
16631 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16632
16633         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16634         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16635         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16636         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16637         (gst_mad_check_caps_reset), (gst_mad_chain):
16638         add more debugging, only reset caps when we're not in error state
16639
16640 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16641
16642         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16643
16644 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16645
16646         reviewed by Benjamin Otte  <otte@gnome.org>
16647
16648         * configure.ac:
16649           fix == in test(1) operator
16650
16651 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16652
16653         reviewed by Benjamin Otte  <otte@gnome.org>
16654
16655         * configure.ac:
16656           fix --export-symblos-regex to a working regex.
16657
16658 2004-04-04  Benjamin Otte  <otte@gnome.org>
16659
16660         * sys/oss/.cvsignore:
16661           add for oss_probe
16662
16663 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16664
16665         reviewed by Benjamin Otte  <otte@gnome.org>
16666
16667         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16668           add missing 'new_media' argument (fixes #138168)
16669         * gst/matroska/matroska-demux.c:
16670         (gst_matroska_demux_handle_seek_event):
16671           add vararg terminator (fixes #138169)
16672
16673 2004-04-02  David Schleef  <ds@schleef.org>
16674
16675         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16676         disted (bug #138914)
16677
16678 2004-04-01  Benjamin Otte  <otte@gnome.org>
16679
16680         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16681         (gst_alsa_close_audio):
16682           handle case better where a soundcard can't pause
16683         * ext/ogg/gstoggdemux.c:
16684           don't crash when we get events but don't have pads yet
16685
16686 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16687
16688         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16689           throw an error if we couldn't probe any caps.
16690
16691 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16692
16693         * ext/dvdnav/gst-dvd:
16694         Add a really simple sample DVD player
16695
16696 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16697
16698         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16699         (gst_a52dec_push), (gst_a52dec_handle_event),
16700         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16701         (gst_a52dec_change_state):
16702         * ext/a52dec/gsta52dec.h:
16703           Use a debug category, Output timestamps correctly
16704           Emit tag info, Handle events, tell liba52dec about cpu
16705           capabilities so it can use MMX etc.
16706         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16707           Fix a crasher accessing invalid memory
16708         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16709         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16710         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16711         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16712         (dvdnavsrc_query):
16713           Some support for byte-format seeking.
16714           Small fixes for still frames and menu button overlays
16715         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16716         (gst_mpeg2dec_alloc_buffer):
16717           Use a debug category. Adjust the report level of several items to
16718           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16719           so it doesn't lose the GstBuffer pointer
16720         * gst/debug/Makefile.am:
16721         * gst/debug/gstdebug.c: (plugin_init):
16722         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16723         (gst_navseek_base_init), (gst_navseek_class_init),
16724         (gst_navseek_init), (gst_navseek_seek),
16725         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16726         (gst_navseek_get_property), (gst_navseek_chain),
16727         (gst_navseek_plugin_init):
16728         * gst/debug/gstnavseek.h:
16729           Add the navseek debug element for seeking back and forth in a
16730           video stream using arrow keys.
16731         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16732         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16733         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16734         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16735         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16736         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16737         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16738         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16739         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16740         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16741         * gst/mpeg2sub/gstmpeg2subt.h:
16742           Pretty much a complete rewrite. Now a loopbased element. May still
16743           require work to properly synchronise subtitle buffers.
16744         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16745         (gst_dvd_demux_send_subbuffer):
16746         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16747           Don't attempt to create subbuffers of size 0
16748           Reduce a couple of error outputs to warnings.
16749         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16750         (gst_y4mencode_chain):
16751         Output the y4m frame header correctly.
16752
16753 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16754
16755         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16756           throw errors instead of allowing SIGFPE
16757
16758 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16759
16760         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16761         (gst_gconf_render_bin_from_key):
16762           leak plugging and style fixing
16763
16764 2004-03-31  David Schleef  <ds@schleef.org>
16765
16766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16767         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16768         (bug #138225)
16769         * gst/debug/Makefile.am:
16770         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16771         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16772         plugin.
16773         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16774         (gst_negotiation_base_init), (gst_negotiation_class_init),
16775         (gst_negotiation_init), (gst_negotiation_getcaps),
16776         (gst_negotiation_pad_link), (gst_negotiation_chain),
16777         (gst_negotiation_set_property), (gst_negotiation_get_property),
16778         (gst_negotiation_plugin_init):  New element to talk about random
16779         negotiation things happening in a pipeline.
16780
16781 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16782
16783         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16784           fix integer addition with help of Stefan Kost
16785
16786 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16787
16788         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16789
16790 2004-03-30  David Schleef  <ds@schleef.org>
16791
16792         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16793         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16794         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16795         (bug #137504)
16796         * ext/mpeg2dec/gstmpeg2dec.h:
16797
16798 2004-03-30  David Schleef  <ds@schleef.org>
16799
16800         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16801
16802 2004-03-30  David Schleef  <ds@schleef.org>
16803
16804         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16805         Michael Petullo) to handle .mov
16806
16807 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16808
16809         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16810         (gst_osselement_rate_check_rate):
16811           probe caps correctly for sound cards that only support one format
16812
16813 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16814
16815         * ext/kio/kiosrc.cpp: (process_events):
16816           update handling event processing if inside KDE - untested
16817
16818 2004-03-29  David Schleef  <ds@schleef.org>
16819
16820         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16821         by 2 to not interfere with other colorspaces.
16822         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16823         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16824         one to not interfere with ffmpeg_colorspace.
16825
16826 2004-03-29  David Schleef  <ds@schleef.org>
16827
16828         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16829         aren't in the caps.
16830         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16831         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16832
16833 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16834
16835         * gst-libs/gst/riff/riff-media.c:
16836           fail on error, don't try to set stuff on NULL caps
16837
16838 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16839
16840         * configure.ac:
16841         * ext/Makefile.am:
16842         * ext/kio/Makefile.am:
16843         * ext/kio/kioreceiver.cpp:
16844         * ext/kio/kioreceiver.h:
16845         * ext/kio/kiosrc.cpp:
16846         * ext/kio/kiosrc.h:
16847           add experimental kiosrc plugin
16848         * ext/alsa/gstalsaplugin.c: (plugin_init):
16849           initialize debugging category only when we're sure registering the
16850           plugins worked.
16851
16852 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16853
16854         * examples/gstplay/player.c: (main):
16855         * gst-libs/gst/play/play.c: (gst_play_class_init),
16856         (gst_play_set_location), (gst_play_set_data_src),
16857         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16858         (gst_play_set_visualization), (gst_play_connect_visualization):
16859           check return values of element_set_state and return FALSE where
16860           failed
16861
16862 2004-03-29  Benjamin Otte  <otte@gnome.org>
16863
16864         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16865           try harder to check if an event is really a discont
16866
16867 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16868
16869         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16870         * po/az.po:
16871
16872 2004-03-28  Benjamin Otte  <otte@gnome.org>
16873
16874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16875         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16876         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16877           get rid of non-standard "..." ranges in case statements.
16878
16879 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16880
16881         * gst/mpegstream/gstmpegdemux.c:
16882         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16883         specific functionality split to the new dvddemux element.
16884         * gst/mpegstream/gstdvddemux.c:
16885         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16886         streams, derived from mpegdemux.
16887         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16888         up. SCR based timestamp rewriting can be turned off (will probably
16889         completely disappear soon).
16890         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16891         hacking. General cleanup. All printf statements replaced by
16892         debugging messages. Almost complete libdvdnav support.
16893         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16894         by events. New properties for audio and subpicture languages.
16895         (dvdnavsrc_update_highlight): Now uses events.
16896         (dvdnavsrc_user_op): Cleaned up.
16897         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16898         based). Lots of cleanup, and propper support for most libdvdnav
16899         events.
16900         (dvdnavsrc_make_dvd_event): New function.
16901         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16902         (dvdnavsrc_make_clut_change_event): New function.
16903
16904 2004-03-26  Benjamin Otte  <otte@gnome.org>
16905
16906         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16907           fix bug where typefinding would claim it's theora whenever less then
16908           7 bytes of data were available
16909
16910 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16911
16912         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16913         (gst_alawdec_base_init), (gst_alawdec_class_init),
16914         (gst_alawdec_init), (gst_alawdec_chain):
16915         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16916         (gst_alawenc_base_init), (gst_alawenc_class_init),
16917         (gst_alawenc_init), (gst_alawenc_chain):
16918         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16919         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16920         (gst_mulawdec_init), (gst_mulawdec_chain):
16921         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16922         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16923         (gst_mulawenc_init), (gst_mulawenc_chain):
16924           Fix capsnego in all four, remove the unused property functions and
16925           simplify the chain functions slightly. I guess we could use macros
16926           or something similar for those, since the code is so similar, but
16927           I'm currently too lazy...
16928
16929 2004-03-24  David Schleef  <ds@schleef.org>
16930
16931         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16932         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16933         (gst_osselement_get_format_structure),
16934         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16935         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16936         (gst_osselement_rate_int_compare): Add code to handle rate probing
16937         (bug #120883)
16938         * sys/oss/gstosselement.h: same
16939         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16940         Use rate probing provided by osselement.
16941         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16942
16943 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16944
16945         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16946         (gst_xvidenc_get_property):
16947           ulong/int mess-up.
16948
16949 2004-03-24  David Schleef  <ds@schleef.org>
16950
16951         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16952         (gst_speexdec_init):
16953         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16954         (gst_speexenc_init):  Create the pad template correctly (from
16955         the static pad template, not a NULL pointer.)
16956
16957 2004-03-25  Benjamin Otte  <otte@gnome.org>
16958
16959         * gst/debug/Makefile.am:
16960         * gst/debug/breakmydata.c:
16961           add element that quasi-randomly changes bytes in the stream.
16962           Intended use is robustness checking of demuxers and decoders in
16963           media tests.
16964
16965 2004-03-24  Benjamin Otte  <otte@gnome.org>
16966
16967         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16968         (gst_alsa_probe_hw_params):
16969         * ext/alsa/gstalsa.h:
16970           debugging output fixes
16971
16972 2004-03-24  Benjamin Otte  <otte@gnome.org>
16973
16974         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16975           don't g_return_if_fail if element is PLAYING, fail silently as every
16976           other element.
16977         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16978           only fix needed for cast lvalue issues in gst-plugins
16979         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16980           add proxy_getcaps
16981
16982 2004-03-24  Benjamin Otte  <otte@gnome.org>
16983
16984         * gst/level/gstlevel.c: (gst_level_init):
16985           add proxying getcaps function, so level doesn't advertise impossible
16986           caps
16987
16988 2004-03-24  David Schleef  <ds@schleef.org>
16989
16990         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16991         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16992         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16993         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16994         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16995         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16996         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16997         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16998         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16999         messages.  Divide the chunk size by the compression ratio
17000         (needed for MACE audio)
17001
17002 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17005           Fix buffer overflow read error.
17006
17007 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17008
17009         * ext/alsa/gstalsa.h:
17010           Remove unused entry.
17011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17012           Add cinepak.
17013         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17014         (gst_videodrop_link), (gst_videodrop_chain):
17015           Fix, sort of. Was horribly broken with new capsnego. Bah...
17016
17017 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17018
17019         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17020         (plugin_init):
17021         Add a monkeysaudio typefind function
17022
17023 2004-03-23  Johan Dahlin  <johan@gnome.org>
17024
17025         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17026         (gst_play_video_fixate): Check so the structure has the field
17027         before trying to fixate them, this makes it possible to have
17028         fakesinks for video and audio output without printing errors on
17029         the output console.
17030
17031 2004-03-22  David Schleef  <ds@schleef.org>
17032
17033         * sys/oss/Makefile.am:
17034         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17035         (check_rate), (add_rate):  Rate probing test app.
17036
17037 2004-03-21  Benjamin Otte  <otte@gnome.org>
17038
17039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17040         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17041           add a fixation function that pretty much does the right thing (fixes
17042           #137556)
17043
17044 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17045
17046         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17047
17048 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17049
17050         reviewed by: Benjamin Otte  <otte@gnome.org>
17051
17052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17053           terminate gst_event_new_discontinuous correctly (fixes parts of
17054           #137711)
17055
17056 2004-03-19  David Schleef  <ds@schleef.org>
17057
17058         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17059         since it doesn't depend on X, and it's part of our ABI.
17060
17061 2004-03-19  Iain <iain@prettypeople.org>
17062
17063         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17064         is_int in the structure, not the local variable.
17065
17066 2004-03-19  David Schleef  <ds@schleef.org>
17067
17068         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17069         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17070         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17071         Improvements in caps negotiation.
17072
17073 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17074
17075         * po/LINGUAS:
17076         * po/af.po:
17077           adding Afrikaans (Petri Jooste)
17078
17079 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17080
17081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17082         (gst_ffmpegcolorspace_chain):
17083         throw error instead of g_critical (#137588)
17084
17085 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17086
17087         * Makefile.am:
17088         * configure.ac:
17089           dist common and m4 correctly
17090         * po/sv.po:
17091
17092 2004-03-17  David Schleef  <ds@schleef.org>
17093
17094         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17095         (bug #137348)
17096
17097 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17098
17099         * po/LINGUAS:
17100         * po/sv.po:
17101           adding Swedish translation (Christian Rose)
17102
17103 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17104
17105         * Makefile.am: use release.mak
17106
17107 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17108
17109         * common/ChangeLog:
17110         * common/gst-autogen.sh:
17111           add some explanation about the version detection
17112         * configure.ac:
17113           fix X check
17114
17115 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17116
17117         * configure.ac: bump nano to 1
17118
17119 === release 0.8.0 ===
17120
17121 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17122
17123         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17124
17125 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17126
17127         * configure.ac:
17128           update libtool version
17129         * gst-libs/gst/media-info/Makefile.am:
17130           actually use libtool version
17131
17132 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17133
17134         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17135
17136 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17137
17138         * configure.ac:
17139         * gst-plugins.spec.in:
17140         * pkgconfig/Makefile.am:
17141         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17142         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17143         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17144         * pkgconfig/gstreamer-libs.pc.in:
17145         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17146         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17147         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17148         * pkgconfig/gstreamer-plugins.pc.in:
17149           remove @VERSION@ from some of the pc files since core and plugins
17150           are decoupled.
17151           created gstreamer-plugins.pc as it's a better name, but keeping
17152           -libs around for now to get fixes upstream done first.
17153
17154 2004-03-15  Julien MOUTTE <julien@moutte.net>
17155
17156         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17157         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17158         * gst-libs/gst/play/play.h:
17159
17160 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17161
17162         * *.c, *.cc: don't mix tabs and spaces
17163
17164 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17165
17166         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17167           use the new ffmpegcolorspace
17168         * gst-plugins.spec.in:
17169           package new colorspace and media-info
17170         * configure.ac:
17171         * pkgconfig/Makefile.am:
17172           fix some more disting issues
17173         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17174         * pkgconfig/gstreamer-media-info.pc.in:
17175           generate media-info pc files
17176
17177 2004-03-15  Johan Dahlin  <johan@gnome.org>
17178
17179         * *.h: Revert indenting
17180
17181 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17182
17183         * configure.ac:
17184           adding ffmpegcolorspace element
17185         * gst/ffmpegcolorspace/Makefile.am:
17186         * gst/ffmpegcolorspace/avcodec.h:
17187         * gst/ffmpegcolorspace/common.h:
17188         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17189         * gst/ffmpegcolorspace/dsputil.h:
17190         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17191         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17192         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17193         (gst_ffmpeg_caps_to_pix_fmt):
17194         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17196         (gst_ffmpegcolorspace_caps_remove_format_info),
17197         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17198         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17199         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17200         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17201         (gst_ffmpegcolorspace_set_property),
17202         (gst_ffmpegcolorspace_get_property),
17203         (gst_ffmpegcolorspace_register):
17204         * gst/ffmpegcolorspace/imgconvert.c:
17205         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17206         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17207         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17208         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17209         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17210         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17211         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17212         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17213         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17214         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17215         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17216         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17217         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17218         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17219         (img_get_alpha_info), (deinterlace_line),
17220         (deinterlace_line_inplace), (deinterlace_bottom_field),
17221         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17222         * gst/ffmpegcolorspace/imgconvert_template.h:
17223         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17224         * gst/ffmpegcolorspace/mmx.h:
17225         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17226           adding ffmpegcolorspace element supplied by Ronald after cleaning
17227           up and pulling in the right bits of upstream source.
17228           I'm sure a better C/compiler wizard could do some cleaning up (for
17229           example use GLIB's malloc stuff), but as a first pass this
17230           works very well
17231
17232 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17233
17234         * ext/alsa/gstalsa.h:
17235           I assume Ronald forgot to commit the change to have cardname
17236           as a struct member.  Expect some public spanking at the next
17237           opportunity.
17238
17239 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17240
17241         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17242         (gst_alsa_open_audio), (gst_alsa_close_audio):
17243         * ext/alsa/gstalsa.c:
17244           Don't open the device if we're a mixer (= padless).
17245         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17246         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17247         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17248           Open mixer during state change rather than during object
17249           initialization. Also, get a device name. Currently in a somewhat
17250           hackish fashion, but I didn't really find something better.
17251
17252 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17253
17254         * *.c, *.h: run gst-indent
17255
17256 2004-03-14  Benjamin Otte  <otte@gnome.org>
17257
17258         * gst/modplug/gstmodplug.cc:
17259         * gst/modplug/gstmodplug.h:
17260           set correct timestamps on outgoing buffers
17261
17262 2004-03-14  Benjamin Otte  <otte@gnome.org>
17263
17264         * gst/modplug/gstmodplug.cc:
17265           handle events - don't do crap when a discont arrives that's not
17266           necessary
17267           This allows correct loading and playback of mods in Rhythmbox
17268
17269 2004-03-14  Benjamin Otte  <otte@gnome.org>
17270
17271         * configure.ac:
17272         * gst-libs/gst/gconf/Makefile.am:
17273         * pkgconfig/Makefile.am:
17274           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17275           they get rebuilt properly
17276         * configure.ac:
17277           when checking for vorbis, try pkgconfig first.
17278         * gst/modplug/gstmodplug.cc:
17279           add fixate function
17280
17281 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17282
17283         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17284           Fix for obvious mistake, where we first shift the offset and then
17285           read a samplesize element assuming the old offset. Note that this
17286           part still has something weird, i.e. my movies containing those
17287           don't actually play well, but at least there's something that looks
17288           like sound now.
17289
17290 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17291         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17292         (plugin_init):
17293         Add a typefind function for speex format
17294
17295 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17296
17297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17298         (gst_asf_demux_setup_pad):
17299           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17300           instead of 0. Reason is simple: some elements have a fps range
17301           of 1-max instead of 0-max. So now ASF video actually works.
17302
17303 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17304
17305         * po/LINGUAS:
17306         * po/sr.po:
17307           adding serbian as a language
17308
17309 2004-03-13  Benjamin Otte  <otte@gnome.org>
17310
17311         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17312           return taglist correctly from _get function, don't gst_pad_push it.
17313           (fixes #137042)
17314
17315 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17316         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17317
17318 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17319
17320         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17321         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17322         (gst_alsa_mixer_track_new):
17323         * ext/alsa/gstalsamixertrack.h:
17324           Fix ancient leftovers... MixerTrack is a GObject.
17325
17326 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17327
17328         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17329         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17330           Don't block during probing...
17331
17332 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17333
17334         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17335         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17336         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17337         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17338         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17339         (gst_alsa_open_audio), (gst_alsa_close_audio):
17340         * ext/alsa/gstalsa.h:
17341           Add propertyprobe interface implementation, add some device-name
17342           property, all this so that it looks good in gnome-volume-control.
17343
17344 2004-03-12  David Schleef  <ds@schleef.org>
17345
17346         * configure.ac: the Hermes library controls hermescolorspace, not
17347         colorspace.
17348         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17349         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17350         not /* */
17351         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17352         * ext/sdl/sdlvideosink.h: ditto.
17353         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17354
17355 2004-03-12  Benjamin Otte  <otte@gnome.org>
17356
17357         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17358         (gst_x_overlay_got_xwindow_id):
17359         * gst-libs/gst/xoverlay/xoverlay.h:
17360           replace XID with unsigned long to get rid of the xlibs dependency in
17361           XOverlay (fixes #137004)
17362
17363 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17364         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17365         (gst_agingtv_setup):
17366         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17367         (gst_dicetv_base_init), (gst_dicetv_class_init),
17368         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17369         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17370         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17371         (gst_edgetv_setup), (gst_edgetv_rgb32):
17372         * gst/effectv/gsteffectv.c:
17373         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17374         (gst_quarktv_set_property):
17375         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17376         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17377         (gst_revtv_setup), (gst_revtv_rgb32):
17378         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17379         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17380         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17381         (gst_shagadelictv_rgb32):
17382         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17383         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17384         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17385         * gst/effectv/gstwarp.c:
17386         Port everything that can be ported to videofilter and fix up the caps.
17387         Can someone with a big-endian machine please check these?
17388
17389 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17390
17391         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17392         (gst_osssink_chain), (gst_osssink_change_state):
17393           Latest fixes for A/V sync, audio playback and such. This is about
17394           all... MPEG playback issues are mostly related to the async build-
17395           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17396
17397 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17398
17399         patch from: Stephane Loeuillet
17400
17401         * configure.ac:
17402           use pkg-config for some libraries, falling back to the old .m4 way
17403           (fixes #131270)
17404         * m4/libdv.m4:
17405           removed
17406
17407 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17408
17409         * configure.ac:
17410         * tools/Makefile.am:
17411         * tools/Makefile.in:
17412         * tools/gst-launch-ext-m.m:
17413         * tools/gst-launch-ext.1.in:
17414         * tools/gst-visualise-m.m:
17415         * tools/gst-visualise.1:
17416         * tools/gst-visualise.1.in:
17417           reorganizing generation of script tools
17418
17419 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17420
17421         * ext/divx/gstdivxdec.c:
17422           Downgrade priority. We prefer ffdec_mpeg4.
17423         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17424         (gst_faad_chain), (gst_faad_change_state):
17425           Fix capsnego. Doesn't work for some sounds because we don't have
17426           a 5:1 to stereo element.
17427         * ext/xvid/gstxvid.c: (plugin_init):
17428           Add priority.
17429         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17430         (gst_osssink_change_state):
17431           Add discont handling.
17432
17433 2004-03-09  Colin Walters  <walters@verbum.org>
17434
17435         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17436         conversion.
17437
17438 2004-03-09  Benjamin Otte  <otte@gnome.org>
17439
17440         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17441           the signals take 2 arguments
17442
17443 2004-03-09  David Schleef  <ds@schleef.org>
17444
17445         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17446         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17447         * ext/alsa/gstalsa.h:
17448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17449
17450 2004-03-09  Benjamin Otte  <otte@gnome.org>
17451
17452         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17453         (gst_mikmod_change_state):
17454         * ext/mikmod/gstmikmod.h:
17455           make mikmod's loop function not loop infinitely and call
17456           gst_element_yield anymore
17457         * gst/modplug/gstmodplug.cc:
17458           fix pad negotiation (fixes #136590)
17459
17460 2004-03-09  David Schleef  <ds@schleef.org>
17461
17462         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17463         doesn't conflict with the internal colorspace plugin.
17464         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17465         satisfy the crappy-ass shell shipped by a certain vendor.
17466         * gst/videofilter/make_filter: same (bug #135299)
17467
17468 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17469
17470         * configure.ac: bump nano to 1
17471
17472 === release 0.7.6 ===
17473
17474 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17475
17476         * configure.in: releasing 0.7.6, "There"
17477
17478 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17479
17480         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17481         * pkgconfig/gstreamer-play.pc.in:
17482           synchronize the two
17483
17484 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17487         (cdparanoia_open), (cdparanoia_event):
17488           fix/add error handling
17489         * po/POTFILES.in:
17490           add cdparanoia source
17491         * tools/Makefile.am:
17492           make scripts executable
17493
17494 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17495
17496         * configure.ac:
17497         * ext/vorbis/Makefile.am:
17498         * sys/Makefile.am:
17499           remove id3types, vorbisfile and xvideosink from the build (#133783)
17500
17501 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17502
17503         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17504           Fix metadata read crash (#136537).
17505
17506 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17507
17508         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17509         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17510           adding mime types, fixing the one-stop function
17511
17512 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17513
17514         * ext/nas/nassink.c and /ext/nas/nassink.h:
17515         More NAS love from Arwed von Merkatz
17516         So lets all sing 'Can you feel the NAS tonight'
17517
17518 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17519
17520         * tools/gst-launch-ext.in:
17521         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17522
17523 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17524
17525         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17526         (gst_mpeg2dec_init):
17527         remove the user_data pad for now, because it is being used in
17528         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17529         If someone knows how to fix this properly, please do.
17530
17531 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17534         (gst_osssink_get_time):
17535         add a warning, IMO this won't get triggered anymore, remove later
17536
17537 2004-03-07  David Schleef  <ds@schleef.org>
17538
17539         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17540         format (bug #136470)
17541
17542 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17543
17544         * gst-libs/Makefile.am:
17545         * gst-libs/gst/media-info/Makefile.am:
17546         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17547         (error_callback), (gst_media_info_error_create),
17548         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17549         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17550         * gst-libs/gst/media-info/media-info-priv.h:
17551         * gst-libs/gst/media-info/media-info-test.c: (main):
17552         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17553         (gst_media_info_class_init), (gst_media_info_instance_init),
17554         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17555         (gst_media_info_read_idler), (gst_media_info_read):
17556         * gst-libs/gst/media-info/media-info.h:
17557         fixed, should work now
17558
17559 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17560
17561         * ext/nas/nassink.c:
17562         A bunch of NAS fixes from Arwed von Merkatz
17563
17564 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17565
17566         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17567         (qtdemux_parse_trak):
17568           Fix crash (j might be greater than n_samples, in which case we're
17569           writing outside the allocated space for the array) and memleak.
17570
17571 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17572
17573         * sys/oss/gstosssink.c: (gst_osssink_chain):
17574           And another caller that couldn't handle delay < 0 (unsigned
17575           integer overflow). Video now continues playing on an audio
17576           buffer underrun, and the clock continues working. Audio still
17577           stalls.
17578
17579 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17580
17581         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17582         (gst_osssink_get_time):
17583           get_delay() may return values lower than 0. In those cases, we
17584           should not actually cast to *unsigned* int64, that will break
17585           stuff horribly. In my case, it screwed up A/V sync in movies
17586           in totem rather badly.
17587
17588 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17589
17590         * ext/faac/gstfaac.c: (gst_faac_chain):
17591         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17592         * ext/libpng/gstpngenc.c: (user_write_data):
17593         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17594         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17595         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17596         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17597         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17598         of any buffer), should fix some leaks. I hope I didn't unref buffers
17599         that shouldn't be...
17600
17601 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17602
17603         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17604         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17605         (error_callback), (gmi_reset), (gmi_seek_to_track),
17606         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17607         (gmip_find_type_post), (gmip_find_stream_post),
17608         (gmip_find_track_streaminfo_post):
17609         * gst-libs/gst/media-info/media-info-priv.h:
17610         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17611         (info_print), (main):
17612         * gst-libs/gst/media-info/media-info.c:
17613         (gst_media_info_error_create), (gst_media_info_error_element),
17614         (gst_media_info_instance_init), (gst_media_info_get_property),
17615         (gst_media_info_new), (gst_media_info_set_source),
17616         (gst_media_info_read_idler), (gst_media_info_read):
17617         * gst-libs/gst/media-info/media-info.h:
17618           first pass at making this work again.  This seems to work on
17619           tagged ogg/vorbis and mp3 files.
17620
17621 2004-03-06  Benjamin Otte  <otte@gnome.org>
17622
17623         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17624           fix huge leak: gst_buffer_merge doesn't unref the first argument
17625           itself.
17626
17627 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17628
17629         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17630           report layer/mode/emphasis
17631
17632 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17633
17634         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17635
17636 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17637
17638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17639           signal serial
17640
17641 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17642
17643         * ext/vorbis/vorbis.c: (plugin_init):
17644         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17645         (gst_vorbis_dec_init), (vorbis_dec_event):
17646         add debug category
17647         make vorbisdec handle _BYTE and _TIME queries
17648
17649 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17650
17651         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17652           from the xing header
17653
17654 2004-03-06  Benjamin Otte  <otte@gnome.org>
17655
17656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17657         (gst_audio_convert_link), (gst_audio_convert_change_state),
17658         (gst_audio_convert_buffer_from_default_format):
17659           do conversions from/to float correctly, fix some caps nego errors,
17660           export correct supported caps in template and getcaps, use correct
17661           caps in try_set_caps functions
17662
17663 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17664
17665         For some reason, I only committed a ChangeLog entry yesterday and
17666         not the corresponding code...
17667         * ext/mad/gstmad.c: Fix detection of Xing headers
17668         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17669
17670 2004-03-06  Benjamin Otte  <otte@gnome.org>
17671
17672         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17673         (gst_ogg_demux_src_query):
17674           make sure to handle the case where there's no current chain
17675           gracefully.
17676
17677 2004-03-05  David Schleef  <ds@schleef.org>
17678
17679         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17680         Add fixate function. (bug #131128)
17681         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17682         (gst_sdlvideosink_fixate):  Add fixate function.
17683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17684         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17685         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17686         Fix missing break that was causing ulaw to be interpreted as
17687         raw int.
17688
17689 2004-03-05  David Schleef  <ds@schleef.org>
17690
17691         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17692         Fix code that ignores return value of gst_buffer_merge().
17693         (bug #114560)
17694         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17695         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17696         * testsuite/gst-lint:  Check for above.
17697
17698 2004-03-05  David Schleef  <ds@schleef.org>
17699
17700         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17701         caps and throw an element error.  (bug #136334)
17702
17703 2004-03-05  David Schleef  <ds@schleef.org>
17704
17705         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17706         (gst_faad_chain): Fix negotiation.
17707         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17708         key and button events.
17709         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17710         dung heap of code.
17711         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17712         depends on gconf
17713         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17714         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17715         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17716         function to encourage better negotiation, particularly between
17717         audioconvert and osssink.
17718         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17719         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17720         more important.
17721         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17722         typefinding.
17723         * gst/vbidec/vbiscreen.c:  Add glib header
17724         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17725
17726 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17727
17728         * ext/mad/gstmad.c: Fix detection of Xing headers
17729         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17730
17731 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17732
17733         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17734         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17735           debug updates
17736
17737 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17738
17739         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17740         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17741         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17742         files, and report the parsed length as a GST_TAG_DURATION tag.
17743         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17744
17745 2004-03-05  Benjamin Otte  <otte@gnome.org>
17746
17747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17748           convert channels correctly. convert correctly to unsigned.
17749
17750 2004-03-05  Julien MOUTTE <julien@moutte.net>
17751
17752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17753         we have a window before clearing it.
17754
17755 2004-03-05  Julien MOUTTE <julien@moutte.net>
17756
17757         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17758         have a window before clearing it.
17759
17760 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17761
17762         * gconf/gstreamer.schemas.in:
17763         * gst-libs/gst/gconf/Makefile.am:
17764           version installation path the same way as for 0.6
17765         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17766         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17767         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17768           remove comment that was fixed
17769
17770 2004-03-05  David Schleef  <ds@schleef.org>
17771
17772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17773         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17774         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17775         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17776         Add prototype code for handling seeking and querying.
17777
17778 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17779
17780         * examples/gstplay/player.c: (main):
17781           Initialize variables to NULL. Prevents a segfault because the
17782           (uninitialized) variable is not NULL, resulting in a crash on
17783           trying to reach error->message.
17784
17785 2004-03-05  Benjamin Otte  <otte@gnome.org>
17786
17787         * gst/audioconvert/gstaudioconvert.c:
17788         (gst_audio_convert_buffer_to_default_format):
17789         make float=>int conversion work correctly even in cornercases.
17790
17791 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17792
17793         * debian/README.Debian:
17794         * debian/build-deps:
17795         * debian/changelog:
17796         * debian/control:
17797         * debian/control.in:
17798         * debian/copyright:
17799         * debian/gstreamer-a52dec.files:
17800         * debian/gstreamer-aa.files:
17801         * debian/gstreamer-alsa.files:
17802         * debian/gstreamer-alsa.manpages:
17803         * debian/gstreamer-arts.files:
17804         * debian/gstreamer-artsd.files:
17805         * debian/gstreamer-audiofile.files:
17806         * debian/gstreamer-avifile.files:
17807         * debian/gstreamer-cdparanoia.files:
17808         * debian/gstreamer-colorspace.files:
17809         * debian/gstreamer-doc.files:
17810         * debian/gstreamer-dv.files:
17811         * debian/gstreamer-dvd.files:
17812         * debian/gstreamer-esd.files:
17813         * debian/gstreamer-festival.files:
17814         * debian/gstreamer-flac.files:
17815         * debian/gstreamer-gconf.conffiles:
17816         * debian/gstreamer-gconf.files:
17817         * debian/gstreamer-gconf.postinst:
17818         * debian/gstreamer-gnomevfs.files:
17819         * debian/gstreamer-gsm.files:
17820         * debian/gstreamer-http.files:
17821         * debian/gstreamer-jack.files:
17822         * debian/gstreamer-jpeg.files:
17823         * debian/gstreamer-mad.files:
17824         * debian/gstreamer-mikmod.files:
17825         * debian/gstreamer-misc.files:
17826         * debian/gstreamer-mpeg2dec.files:
17827         * debian/gstreamer-oss.files:
17828         * debian/gstreamer-plugin-apps.files:
17829         * debian/gstreamer-plugin-apps.manpages:
17830         * debian/gstreamer-plugin-libs-dev.files:
17831         * debian/gstreamer-plugin-libs.files:
17832         * debian/gstreamer-plugin-template.postinst:
17833         * debian/gstreamer-plugin-template.postrm:
17834         * debian/gstreamer-sdl.files:
17835         * debian/gstreamer-sid.files:
17836         * debian/gstreamer-vorbis.files:
17837         * debian/gstreamer-x.files:
17838         * debian/mk.control:
17839         * debian/rules:
17840         Debian package info not maintained here.
17841
17842 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17843
17844         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17845         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17847         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17848         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17849         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17850         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17851         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17852         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17853         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17854         * gst-libs/gst/colorbalance/colorbalance.c:
17855         (gst_color_balance_class_init):
17856         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17857         (gst_color_balance_channel_class_init):
17858         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17859         * gst-libs/gst/play/play.c: (gst_play_class_init):
17860         * gst-libs/gst/propertyprobe/propertyprobe.c:
17861         (gst_property_probe_iface_init):
17862         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17863         * gst-libs/gst/tuner/tunerchannel.c:
17864         (gst_tuner_channel_class_init):
17865         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17866         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17867         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17868         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17869         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17870         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17871         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17873         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17874           fix signals to use - instead of _
17875         * ext/libcaca/gstcacasink.h:
17876         * ext/sdl/sdlvideosink.h:
17877           fix header rename
17878
17879 2004-03-04  David Schleef  <ds@schleef.org>
17880
17881         * testsuite/gst-lint:  Add a check for bad signal names.
17882
17883 2004-03-04  <kost@imn.htwk-leipzig.de>
17884
17885         reviewed by David Schleef
17886
17887         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17888         modified the alpha channel and caused a warning. (bug #136192)
17889
17890 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17891
17892         * gst-plugins.spec.in:
17893         Change names of plugins to actually be correct. Try to keep things
17894         alphabetical to avoid getting beat up by Thomas
17895
17896 2004-03-03  Julien MOUTTE <julien@moutte.net>
17897
17898         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17899         Using ximagesink as a default if no gconf key found. We should
17900         probably consider using alsasink instead of osssink for the audio
17901         part.
17902
17903 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17904
17905         * configure.ac:
17906           fix --with-plugins, don't think it ever worked before
17907         * gst-plugins.spec.in:
17908           even more updates
17909
17910 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17911
17912         * ext/sdl/sdlvideosink.h:
17913         * sys/ximage/ximagesink.h:
17914         * sys/xvideo/xvideosink.h:
17915         * sys/xvimage/xvimagesink.h:
17916           Fix for move of gstvideosink.h -> videosink.h.
17917
17918 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17919
17920         * gst-libs/gst/xwindowlistener/Makefile.am:
17921           this is a plugin library, not a library
17922
17923 2004-03-01  David Schleef  <ds@schleef.org>
17924
17925         * AUTHORS:  Added some names.  Add yourself if you're still
17926         missing.
17927
17928 2004-03-01  David Schleef  <ds@schleef.org>
17929
17930         * MAINTAINERS: Add
17931
17932 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17933
17934         * gst-plugins.spec.in: clean up spec file
17935
17936 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17937
17938         * gst-libs/gst/video/Makefile.am:
17939         * gst-libs/gst/video/gstvideosink.c:
17940         * gst-libs/gst/video/gstvideosink.h:
17941           rename gstvideosink.h to videosink.h to match other headers
17942         * gst/mixmatrix/Makefile.am:
17943           fix plugin filename
17944         * gst/tags/Makefile.am: fix plugin filename
17945
17946 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17947
17948         * gst/tags/Makefile.am: fix plugin filename
17949
17950 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17951
17952         * examples/gstplay/player.c: (got_time_tick), (main):
17953           add error handler
17954           display time_tick more readably
17955         * gst/mixmatrix/Makefile.am:
17956           fix plugin file name
17957
17958 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17959
17960         * sys/oss/gstosselement.c: (gst_osselement_probe),
17961         (device_combination_append), (gst_osselement_class_probe_devices):
17962         * sys/oss/gstosselement.h:
17963           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17964           on my system using alsa oss emulation, fixes bug #135597
17965
17966 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17967
17968         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17969         (gst_videodrop_chain), (gst_videodrop_change_state):
17970         * gst/videodrop/gstvideodrop.h:
17971           Work based on timestamp of input data, not based on the expected
17972           framerate from the input. The consequence is that this element now
17973           not only scales framerates, but also functions as a framerate
17974           corrector or framerate stabilizer/constantizer.
17975
17976 2004-02-27  David Schleef  <ds@schleef.org>
17977
17978         patches from jmmv@menta.net (Julio M. Merino Vidal)
17979
17980         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17981         GST_ELEMENT_ERROR call (bug #135634)
17982         * gst/interleave/interleave.c: (interleave_buffered_loop),
17983         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17984         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17985         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17986         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17987         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17988         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17989         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17990         Fix GST_ELEMENT_ERROR call.
17991         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17992         GST_ELEMENT_ERROR call.
17993
17994 2004-02-27  Benjamin Otte  <otte@gnome.org>
17995
17996         * gst-libs/gst/audio/audio.h:
17997           add macro to make sure header isn't included twice
17998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17999           don't use gst_buffer_free
18000         * gst/playondemand/filter.func:
18001           don't use gst_data_free. Free data only once.
18002
18003 2004-02-26  David Schleef  <ds@schleef.org>
18004
18005         * gst-libs/gst/colorbalance/Makefile.am:
18006         * gst-libs/gst/mixer/Makefile.am:
18007         * gst-libs/gst/tuner/Makefile.am:
18008         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18009         should not be disted, -marshal.h files should not be installed,
18010         and -enum.h files _should_ be installed.  Fix to make this the
18011         case.
18012
18013 === release 0.7.5 ===
18014
18015 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18016
18017         * configure.ac: release 0.7.5, "Under The Sea"
18018
18019 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18020
18021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18022         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18023         * gst/videoscale/gstvideoscale.c:
18024         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18025           assorted debug/warning fixes
18026
18027 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18028
18029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18030         (gst_videoscale_init), (gst_videoscale_chain),
18031         (gst_videoscale_set_property), (plugin_init):
18032         * gst/videoscale/gstvideoscale.h:
18033         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18034         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18035         (gst_videoscale_planar400), (gst_videoscale_packed422),
18036         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18037         (gst_videoscale_24bit), (gst_videoscale_16bit),
18038         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18039         (gst_videoscale_scale_plane_slow),
18040         (gst_videoscale_scale_point_sample),
18041         (gst_videoscale_scale_nearest),
18042         (gst_videoscale_scale_nearest_str2),
18043         (gst_videoscale_scale_nearest_str4),
18044         (gst_videoscale_scale_nearest_32bit),
18045         (gst_videoscale_scale_nearest_24bit),
18046         (gst_videoscale_scale_nearest_16bit):
18047         add debugging category and use it properly
18048         fix use of GST_PTR_FORMAT
18049
18050 2004-02-25  Andy Wingo  <wingo@pobox.com>
18051
18052         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18053         push only when channel->buffer is NULL. Prevents segfaults doing
18054         the state change after a nonlocal exit, like a scheme exception.
18055
18056         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18057         Handle the case where the intersected caps is empty.
18058
18059 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * gst/law/mulaw-decode.c: (mulawdec_link):
18062         * gst/law/mulaw.c: (plugin_init):
18063           fix mulawdec so it actually works again
18064
18065 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18066
18067         reviewed by: David Schleef  <ds@schleef.org>
18068
18069         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18070         (gst_gamma_init), (gst_gamma_set_property),
18071         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18072         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18073         for RGB, with separate r g and b correction factors. (#131167)
18074
18075 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18076
18077         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18078           only signal tags for bitrate if they're > 0 (#134894)
18079
18080 2004-02-24  David Schleef  <ds@schleef.org>
18081
18082         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18083         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18084         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18085         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18086         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18087         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18088         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18089         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18090         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18091         category.  Attempt to fix timestamp calculation.
18092
18093 2004-02-24  Johan Dahlin  <johan@gnome.org>
18094
18095         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18096
18097 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18098
18099         * configure.ac:
18100         * gconf/Makefile.am:
18101         * gconf/gstreamer.schemas:
18102         * gst-libs/gst/gconf/Makefile.am:
18103         * gst-libs/gst/gconf/gconf.c:
18104           version gconf schemas and install locations
18105
18106 2004-02-23  Benjamin Otte  <otte@gnome.org>
18107
18108         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18109         (gst_xine_input_subclass_init):
18110           call parent dispose.
18111           change pad template for CD reader correctly
18112         * ext/xine/Makefile.am:
18113         * ext/xine/gstxine.h:
18114         * ext/xine/xine.c: (plugin_init):
18115         * ext/xine/xineaudiosink.c:
18116           wrap audio sinks, too
18117         * gst-libs/gst/resample/private.h:
18118         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18119         (gst_resample_reinit), (gst_resample_scale),
18120         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18121         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18122         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18123         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18124         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18125         * gst-libs/gst/resample/resample.h:
18126         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18127         (gst_audioscale_class_init), (gst_audioscale_link),
18128         (gst_audioscale_get_buffer), (gst_audioscale_init),
18129         (gst_audioscale_chain), (gst_audioscale_set_property),
18130         (gst_audioscale_get_property):
18131         * gst/audioscale/gstaudioscale.h:
18132           s/resample_*/gst_resample_*/i to not clobber namespaces
18133
18134 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18135
18136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18137         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18138         (gst_riff_create_video_template_caps),
18139         (gst_riff_create_audio_template_caps),
18140         (gst_riff_create_iavs_template_caps):
18141         * gst-libs/gst/riff/riff-media.h:
18142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18143         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18144         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18145         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18147         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18148         (gst_matroska_demux_plugin_init): First batch implementing audio and
18149         video codec tags in demuxers.
18150
18151 2004-02-22  Benjamin Otte  <otte@gnome.org>
18152
18153         * ext/xine/Makefile.am:
18154         * ext/xine/gstxine.h:
18155         * ext/xine/xine.c: (plugin_init):
18156         * ext/xine/xineinput.c:
18157           add input plugin wrapper. Playback from files, http, mms and cdda
18158           works.
18159         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18160           remove leftover G_GNUC_UNUSED
18161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18162         (gst_asf_demux_identify_guid):
18163           improve debugging output
18164
18165 2004-02-22  Benjamin Otte  <otte@gnome.org>
18166
18167         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18168
18169         * autogen.sh:
18170           replace test -e with test -x for mkinstalldirs to be more portable.
18171           (fixes #134816)
18172
18173 2004-02-22  Benjamin Otte  <otte@gnome.org>
18174
18175         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18176
18177         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18178           set rank to PRIMARY
18179         * gst/volume/gstvolume.c: (plugin_init):
18180           set rank to NONE
18181         fixes #134960
18182
18183 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18184
18185         reviewed by Benjamin Otte  <otte@gnome.org>
18186
18187         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18188           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18189
18190 2004-02-22  Benjamin Otte  <otte@gnome.org>
18191
18192         * configure.ac:
18193           export [_]*{gst,Gst,GST}.* symbols from plugins
18194
18195 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18196
18197         reviewed by: Benjamin Otte  <otte@gnome.org>
18198
18199         * ext/lame/gstlame.c: (add_one_tag):
18200         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18202         (gst_vorbisenc_metadata_set1):
18203         * gst/tags/gstid3tag.c:
18204         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18205           apply fixes from bugs #135042 (lame can't write tags) and #133817
18206           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18207
18208 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18209
18210         * configure.ac: Export only gst_plugin_desc from plugins.
18211          Note that this change only makes any effect with Linux using libtool
18212          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18213          fine. And don't try to have several versions of libtool in different
18214          directories.
18215
18216 2004-02-20  Andy Wingo  <wingo@pobox.com>
18217
18218         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18219         interleave respectively.
18220
18221         * gst/interleave/deinterleave.c: New plugin: deinterleave
18222         (replaces on oneton).
18223         * gst/interleave/interleave.c: New plugin: interleave.
18224         * gst/interleave/plugin.h: Support file.
18225         * gst/interleave/plugin.c: Support file.
18226
18227         * configure.ac: Remove intfloat and oneton, add interleave.
18228
18229         * ext/sndfile/gstsf.c: Handle events better.
18230
18231         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18232         and float2int operation. int2float has scheduling problems as
18233         noted in in2float_chain.
18234
18235 2004-02-20  Benjamin Otte  <otte@gnome.org>
18236
18237         * ext/xine/Makefile.am:
18238         * ext/xine/gstxine.h:
18239         * ext/xine/xine.c:
18240         * ext/xine/xineaudiodec.c:
18241         * ext/xine/xinecaps.c:
18242           add first version of xine plugin wrapper. Currently only wraps the
18243           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18244         * configure.ac:
18245         * ext/Makefile.am:
18246           add xine plugin wrapper, disabled by default. Use --enable-xine to
18247           build. Note that it'll segfault on gst-register if you don't remove
18248           the goom and tvtime post plugins from xine.
18249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18250         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18251           add extradata parsing for QDM2.
18252           change around debugging prints.
18253
18254 2004-02-19  Benjamin Otte  <otte@gnome.org>
18255
18256         * ext/lame/gstlame.c: (gst_lame_chain):
18257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18258           use gst_tag_list_insert when you want to insert tags
18259
18260 2004-02-18  David Schleef  <ds@schleef.org>
18261
18262         * configure.ac:  Move massink to gst-rotten
18263         * ext/Makefile.am:
18264         * ext/mas/Makefile.am:
18265         * ext/mas/massink.c:
18266         * ext/mas/massink.h:
18267
18268 2004-02-18  David Schleef  <ds@schleef.org>
18269
18270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18271         typefinding, since it seems to be worse than nothing.
18272         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18273         atom to recognize .mp4 and .m4a files as video/quicktime.
18274
18275 2004-02-18  David Schleef  <ds@schleef.org>
18276
18277         * gst/sine/demo-dparams.c: (quit_live),
18278         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18279         Use double dparams, not float.
18280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18281         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18282         sync'd elements don't really work correctly.
18283         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18284         (volume_update_volume), (volume_get_property):  Change dparam
18285         to double.
18286
18287 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18288
18289         * sys/ximage/ximagesink.c:
18290         (gst_ximagesink_xwindow_update_geometry),
18291         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18292         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18293         (gst_ximagesink_init): Rework the way software video scaling works. So
18294         now we check on each chain call if the video frames are feeling the
18295         window. If not we try to renegotiate caps. On failure we memorize that
18296         and we won't try again for that PLAYING sessions.
18297         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18298         failure.
18299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18300         synchronous flag.
18301
18302 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18303
18304         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18305           break up _link so we can give a better debug message for errors
18306
18307 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18308
18309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18310           set up debug category
18311
18312 2004-02-18  Julien MOUTTE <julien@moutte.net>
18313
18314         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18315         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18316         the way renegotiation work. The event handling function is not taking
18317         care of external windows and renegotiate method check for pad flags
18318         NEGOTIATING. Should fix : #133209
18319
18320 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18321
18322         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18323         pad is negotiating before trying renegotiation.
18324
18325 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18328           pass on all possible mime types as typefind hints
18329
18330 2004-02-17  Julien MOUTTE <julien@moutte.net>
18331
18332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18334         possible SHM leak if we crash. All other apps using XShm are doing
18335         that.
18336
18337 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18338
18339         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18340         (gst_ximagesink_expose): Renegotiate size on expose.
18341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18342         size on expose.
18343
18344 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18345
18346         * testsuite/alsa/sinesrc.c:
18347           cosmetic fix to fix compile issue with gcc 2.95.4
18348
18349 2004-02-16  Julien MOUTTE <julien@moutte.net>
18350
18351         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18352         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18353         failed opening the audio device.
18354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18355         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18356         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18357         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18358         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18359         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18360         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18361         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18362         Removing some useless g_return_if_fail like wingo suggested.
18363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18364         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18365         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18366         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18367         (gst_xvimagesink_update_colorbalance),
18368         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18369         (gst_xvimagesink_xcontext_clear),
18370         (gst_xvimagesink_get_fourcc_from_caps),
18371         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18372         (gst_xvimagesink_set_xwindow_id),
18373         (gst_xvimagesink_colorbalance_list_channels),
18374         (gst_xvimagesink_colorbalance_set_value),
18375         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18376         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18377
18378 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18379
18380         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18381           throw error when not negotiated instead of asserting
18382
18383 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18384
18385         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18386         correct data refcounting.
18387
18388 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18389
18390         * gst/switch/gstswitch.c: (gst_switch_change_state),
18391         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18392         change, mostly the EOS flag.
18393
18394 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18395
18396         * examples/gstplay/player.c: (got_eos), (main): Adding some
18397         output for debugging.
18398         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18399         timeouts if we go to any state different from PLAYING.
18400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18401         more EOS bugs in riff lib.
18402
18403 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18404
18405         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18406         visualization until i find a way to fix switch correctly.
18407         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18408         EOS arrives.
18409         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18410         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18411         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18412         Reworked switch to get a more correct behaviour with events and refing
18413         of data stored in sinkpads.
18414         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18415         we don't pull from a pad in EOS.
18416
18417 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18418
18419         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18420           remove v1 tag even if we can't read it (makes sure we don't detect
18421           it again)
18422
18423 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18424
18425         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18426         (gst_alsa_xrun_recovery):
18427         * ext/alsa/gstalsa.h:
18428           try xrun recovery when wait failed. Make xrun recovery function
18429           return TRUE/FALSE to indicate success. (might fix #134354)
18430
18431 2004-02-13  David Schleef  <ds@schleef.org>
18432
18433         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18434         (dynparm_value_changed), (main): Convert from float to double.
18435         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18436
18437 2004-02-13  David Schleef  <ds@schleef.org>
18438
18439         * gst/silence/gstsilence.c: (gst_silence_class_init),
18440         (gst_silence_set_clock), (gst_silence_get),
18441         (gst_silence_set_property), (gst_silence_get_property):
18442         * gst/silence/gstsilence.h: Add sync property.
18443         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18444         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18445         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18446         * gst/sine/gstsinesrc.h: Add sync property.
18447
18448 2004-02-13  David Schleef  <ds@schleef.org>
18449
18450         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18451         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18452
18453 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18454
18455         * configure.ac:
18456         * ext/Makefile.am:
18457         * gst-libs/ext/Makefile.am:
18458           move ffmpeg plugin to gst-ffmpeg module
18459
18460 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18461
18462         * configure.ac: use GST_ARCH to detect architecture
18463
18464 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18465
18466         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18467
18468 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18469
18470         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18471           classify LADSPA plugins based on number of src/sink pads
18472           (#133663, Stefan Kost)
18473         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18474           fix dparams registration
18475           (#133528, Stefan Kost)
18476         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18477           fix use of isprint and use g_ascii_isprint instead
18478           (#133316, Stefan Kost)
18479
18480 2004-02-11  David Schleef  <ds@schleef.org>
18481
18482         Convert a few inner loops to use liboil.  This is currently
18483         optional, and is only enabled if liboil is present (duh!).
18484         * configure.ac: Check for liboil-0.1
18485         * gst/intfloat/Makefile.am:
18486         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18487         (gst_int2float_chain_gint16):
18488         * gst/videofilter/Makefile.am:
18489         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18490         (tablelookup_u8), (gst_videobalance_planar411):
18491         * gst/videotestsrc/Makefile.am:
18492         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18493         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18494         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18495         (paint_hline_RGB565), (paint_hline_xRGB1555):
18496
18497 2004-02-11  David Schleef  <ds@schleef.org>
18498
18499         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18500         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18501         (gst_colorspace_getcaps), (gst_colorspace_link),
18502         (gst_colorspace_base_init), (gst_colorspace_init),
18503         (gst_colorspace_chain), (gst_colorspace_change_state),
18504         (plugin_init): Merge Ronald's patch (bug #117897) and update
18505         for new caps and negotiation.  Seems to work, although it
18506         shows off bugs in lcs.
18507
18508 2004-02-11  David Schleef  <ds@schleef.org>
18509
18510         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18511         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18512
18513 2004-02-11  David Schleef  <ds@schleef.org>
18514
18515         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18516         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18517         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18518         Add server and port properties
18519
18520 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18521
18522         * m4/a52.m4:
18523         * m4/aalib.m4:
18524         * m4/as-ffmpeg.m4:
18525         * m4/as-liblame.m4:
18526         * m4/as-slurp-ffmpeg.m4:
18527         * m4/check-libheader.m4:
18528         * m4/esd.m4:
18529         * m4/freetype2.m4:
18530         * m4/gconf-2.m4:
18531         * m4/glib.m4:
18532         * m4/gst-alsa.m4:
18533         * m4/gst-artsc.m4:
18534         * m4/gst-ivorbis.m4:
18535         * m4/gst-matroska.m4:
18536         * m4/gst-sdl.m4:
18537         * m4/gst-shout2.m4:
18538         * m4/gst-sid.m4:
18539         * m4/gtk.m4:
18540         * m4/libdv.m4:
18541         * m4/libfame.m4:
18542         * m4/libmikmod.m4:
18543         * m4/ogg.m4:
18544         * m4/vorbis.m4:
18545           fix underquotedness of macros (#133800)
18546         * m4/as-avifile.m4:
18547         * m4/xmms.m4:
18548           removed because no longer used
18549
18550 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18551
18552         * configure.ac:
18553           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18554           by autopoint (fixes #132996)
18555
18556 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18557
18558         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18559         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18560         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18561         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18562           fix memleaks
18563
18564 2004-02-11  David Schleef  <ds@schleef.org>
18565
18566         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18567         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18568         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18569         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18570         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18571         (gst_jpegenc_class_init), (gst_jpegenc_init),
18572         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18573         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18574         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18575         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18576
18577 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18578
18579         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18580         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18581         * ext/mikmod/gstmikmod.h:
18582           fix caps negotiation in mikmod
18583         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18584           output debug information
18585
18586 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18587
18588         * gst-libs/gst/colorbalance/Makefile.am:
18589         * gst-libs/gst/navigation/Makefile.am:
18590         * gst-libs/gst/xoverlay/Makefile.am:
18591           remove unused GST_OPT_CFLAGS from Makefiles
18592           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18593
18594 2004-02-07  David Schleef  <ds@schleef.org>
18595
18596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18597         push events to pads that haven't been created (#133508)
18598
18599 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18600
18601         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18602         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18603         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18604         (gst_dvdec_loop), (gst_dvdec_change_state):
18605         Second attempt at committing a working dvdec element.
18606
18607 2004-02-06  David Schleef  <ds@schleef.org>
18608
18609         Build fixes for OS X: (see #129600)
18610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18611         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18612         (gst_riff_read_strf_iavs):
18613         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18614         (gst_avi_demux_stream_odml):
18615         * gst/playondemand/Makefile.am:
18616         * gst/rtp/rtp-packet.c:
18617
18618 2004-02-05  David Schleef  <ds@schleef.org>
18619
18620         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18621         last change, because it Just Doesn't Compile.
18622
18623 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18624
18625         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18626           skip undecodable id3v2 tag instead of keeping it
18627
18628 2004-02-05  David Schleef  <ds@schleef.org>
18629
18630         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18631         Unref leaked buffer.  (Noticed by Ronald)
18632
18633 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18634
18635         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18636         Sync requires with other checks.  >= vs =.
18637
18638 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18639
18640         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18641         (gst_dvdec_video_link), (gst_dvdec_loop):
18642         * ext/dv/gstdvdec.h:
18643           rework the caps negotiation so that dvdec works again instead
18644           of just segfaulting.
18645
18646 === release 0.7.4 ===
18647
18648 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18649
18650         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18651         * configure.ac: changed for release
18652
18653 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18654
18655         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18656         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18657         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18658         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18659           reworked patch by David Lehn to fix libdir and includedir for
18660           uninstalled libraries
18661           removed play and gconf from gstreamer-libs since they have their
18662           own pkgconfig files
18663
18664 2004-02-04  David Schleef  <ds@schleef.org>
18665
18666         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18667         memleak.
18668
18669 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18670
18671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18672           use correct GST_TAG_ENCODER tag
18673
18674 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18675
18676         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18677           be sure to stop the clock when going to paused
18678         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18679           reset number of transmitted when going to ready.
18680         fixes #132935
18681
18682 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18683
18684         reviewed by Benjamin Otte
18685
18686         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18687           extract track count (fixes #133410)
18688
18689 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18690
18691         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18692           that should be !=, not == (fixes #132519)
18693
18694 2004-02-04  David Schleef  <ds@schleef.org>
18695
18696         Make sure set_explicit_caps() is called before adding pad.
18697         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18698         * gst/id3/gstid3types.c: (gst_id3types_loop):
18699         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18700         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18701
18702 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18703
18704         * configure.ac:
18705           bump nano to 2, first prerelease
18706           put back AM_PROG_LIBTOOL
18707
18708 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18709
18710         * testsuite/alsa/Makefile.am:
18711           these are user test apps, not automatic testsuite tests
18712
18713 2004-02-04  David Schleef  <ds@schleef.org>
18714
18715         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18716         * gst/mpeg1videoparse/gstmp1videoparse.c:
18717         (mp1videoparse_parse_seq):
18718         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18720         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18721         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18722         (gst_xvideosink_getcaps):
18723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18724         * testsuite/gst-lint: more tests
18725
18726 2004-02-04  David Schleef  <ds@schleef.org>
18727
18728         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18729         with the code that they would expand to.
18730         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18731         (gst_flacdec_get_src_query_types),
18732         (gst_flacdec_get_src_event_masks):
18733         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18734         (gst_gnomevfssrc_get_query_types),
18735         (gst_gnomevfssrc_get_event_mask):
18736
18737 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18738
18739         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18740         (gst_sinesrc_dispose):
18741           fix memleak by properly disposing sinesrc
18742
18743 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18744
18745         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18746         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18747         an overlay to redraw the image because it has been exposed.
18748         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18749         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18750         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18751         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18752         interface
18753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18754         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18755         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18756         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18757         interface
18758
18759 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18760
18761         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18762           more memleak fixage
18763
18764 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18765
18766         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18767         * gst/typefind/gsttypefindfunctions.c:
18768           fix memleaks shown by gst-typefind
18769
18770 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18771
18772         * common/glib-gen.mak:
18773           add hack rule to touch .Plo files
18774         * gst-libs/gst/colorbalance/Makefile.am:
18775         * gst-libs/gst/mixer/Makefile.am:
18776         * gst-libs/gst/play/Makefile.am:
18777         * gst-libs/gst/tuner/Makefile.am:
18778           remove glib_root variable
18779
18780 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18781
18782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18783           set explicit caps before adding the element, so the autopluggers can
18784           plug correctly.
18785         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18786         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18787         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18788         (dv_type_find):
18789           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18790           argument.
18791
18792 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18793
18794         * gst-libs/gst/colorbalance/Makefile.am:
18795         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18796         * gst-libs/gst/colorbalance/colorbalance.c:
18797         * gst-libs/gst/colorbalance/colorbalance.h:
18798         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18799         * gst-libs/gst/mixer/Makefile.am:
18800         * gst-libs/gst/mixer/mixer-marshal.list:
18801         * gst-libs/gst/mixer/mixer.c:
18802         * gst-libs/gst/mixer/mixer.h:
18803         * gst-libs/gst/mixer/mixermarshal.list:
18804         * gst-libs/gst/play/Makefile.am:
18805         * gst-libs/gst/play/play.h:
18806         * gst-libs/gst/tuner/Makefile.am:
18807         * gst-libs/gst/tuner/tuner-marshal.list:
18808         * gst-libs/gst/tuner/tuner.c:
18809         * gst-libs/gst/tuner/tuner.h:
18810         * gst-libs/gst/tuner/tunermarshal.list:
18811           use new glib-gen.mak snippet to clean up Makefile.am
18812           fix various bugs in Makefile.am's
18813
18814 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18815
18816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18817           handle chain parsing correctly in the multichain case
18818         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18819         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18820         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18821         (theora_dec_chain):
18822           handle events and queries correctly
18823
18824 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18825
18826         * .cvsignore:
18827         Ignore generated file _stdint.h.
18828
18829 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18830
18831         * gst-libs/gst/colorbalance/Makefile.am:
18832         * gst-libs/gst/colorbalance/colorbalance.h:
18833         * gst-libs/gst/mixer/Makefile.am:
18834         * gst-libs/gst/mixer/mixer.h:
18835         * gst-libs/gst/play/Makefile.am:
18836         * gst-libs/gst/play/play.h:
18837         * gst-libs/gst/tuner/Makefile.am:
18838         * gst-libs/gst/tuner/tuner.h:
18839         Generate enum type code with glib-mkenums.
18840         * gst-libs/gst/colorbalance/.cvsignore:
18841         * gst-libs/gst/mixer/.cvsignore:
18842         * gst-libs/gst/play/.cvsignore:
18843         * gst-libs/gst/tuner/.cvsignore:
18844         Ignore generated files.
18845
18846 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18847
18848         * gst-libs/gst/audio/.cvsignore:
18849         Ignore generated file.
18850         * gst-libs/gst/audio/Makefile.am:
18851         Do not install example filter.
18852
18853 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18854
18855         * examples/switch/.cvsignore:
18856         Ignore generated file.
18857
18858 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18859
18860         * common/m4/ax_create_stdint_h.m4:
18861         * configure.ac:
18862           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18863           _stdint.h.
18864         * Makefile.am:
18865           remove generated _stdint.h in DISTCLEANFILES
18866         * ext/a52dec/gsta52dec.c:
18867           include _stdint.h for a52dec. (should fix #133064)
18868
18869 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18870
18871         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18872         (gst_tag_to_vorbis_comments):
18873         Add replaygain support to vorbistag
18874
18875 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18876         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18877         (gst_ffmpeg_caps_to_extradata):
18878           Fix SVQ3 caps flag properties
18879           Use glib macro for bytes swap
18880
18881 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18882
18883         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18884         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18885         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18886         * ext/sndfile/gstsf.c: (plugin_init):
18887         * gst/avi/gstavi.c: (plugin_init):
18888         * sys/dxr3/dxr3init.c: (plugin_init):
18889         * sys/oss/gstossaudio.c: (plugin_init):
18890         * sys/v4l/gstv4l.c: (plugin_init):
18891         * sys/v4l2/gstv4l2.c: (plugin_init):
18892           remove textdomain calls
18893         * po/nl.po:
18894           update Dutch translation
18895
18896 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18897
18898         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18899         (gst_play_set_audio_sink): Moving volume in the audio thread for
18900         instantaneous volume change. Maybe i will add another volume in front
18901         of visualization later, not sure yet though.
18902
18903 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18904
18905         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18906         (gst_ximagesink_handle_xevents): Better X events handling, only take
18907         the latest events for configure and motion.
18908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18909
18910 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18911
18912         reviewed by: David Schleef  <ds@schleef.org>
18913
18914         Fix memory leaks:
18915         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18916         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18917
18918 2004-02-02  David Schleef  <ds@schleef.org>
18919
18920         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18921         of lines.
18922         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18923         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18924         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18925         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18926         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18927         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18928         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18929         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18930         (gst_float2_2_int_link):
18931         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18932         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18933         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18934         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18935         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18936         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18937         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18939         * testsuite/gst-lint: Add tests for bzero and ;;
18940
18941 2004-02-02  David Schleef  <ds@schleef.org>
18942
18943         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18944
18945 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18946
18947         * ext/aalib/gstaasink.c: (gst_aasink_open):
18948         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18950         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18951         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18952         (gst_afsink_close_file):
18953         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18954         (gst_afsrc_close_file):
18955         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18956         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18957         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18958         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18959         * ext/esd/esdmon.c: (gst_esdmon_get):
18960         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18961         * ext/faac/gstfaac.c: (gst_faac_chain):
18962         * ext/faad/gstfaad.c: (gst_faad_chain):
18963         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18964         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18965         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18966         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18967         (gst_flacdec_loop):
18968         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18969         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18970         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18972         (gst_gnomevfssink_close_file):
18973         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18974         (gst_gnomevfssrc_open_file):
18975         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18976         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18977         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18978         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18979         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18980         * ext/mad/gstmad.c: (gst_mad_chain):
18981         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18982         * ext/mpeg2dec/gstmpeg2dec.c:
18983         * ext/mpeg2enc/gstmpeg2enc.cc:
18984         * ext/mplex/gstmplex.cc:
18985         * ext/mplex/gstmplexibitstream.cc:
18986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18987         (gst_ogg_demux_push):
18988         * ext/raw1394/gstdv1394src.c:
18989         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18990         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18991         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18992         (gst_sf_loop):
18993         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18994         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18995         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18996         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18997         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18998         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18999         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19000         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19001         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19002         (gst_riff_read_element_data), (gst_riff_read_seek),
19003         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19004         * gst/adder/gstadder.c: (gst_adder_loop):
19005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19006         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19007         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19008         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19009         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19010         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19011         * gst/goom/gstgoom.c: (gst_goom_chain):
19012         * gst/id3/gstid3types.c: (gst_id3types_loop):
19013         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19014         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19015         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19016         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19017         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19018         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19019         (gst_ebml_read_float), (gst_ebml_read_header):
19020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19021         (gst_matroska_demux_parse_blockgroup):
19022         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19023         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19024         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19025         * gst/silence/gstsilence.c: (gst_silence_get):
19026         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19027         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19028         * gst/speed/gstspeed.c: (speed_loop):
19029         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19030         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19031         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19032         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19033         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19034         (gst_wavparse_loop):
19035         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19036         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19037         (dxr3audiosink_close):
19038         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19039         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19040         (dxr3videosink_close), (dxr3videosink_write_data):
19041         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19042         * sys/oss/gstosssink.c: (gst_osssink_chain):
19043         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19044         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19045         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19047         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19048         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19049         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19050         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19051         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19052         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19053         (gst_v4l_set_audio):
19054         * sys/v4l/v4l_calls.h:
19055         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19056         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19057         (gst_v4lmjpegsink_playback_init),
19058         (gst_v4lmjpegsink_playback_start):
19059         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19060         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19061         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19062         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19063         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19064         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19065         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19066         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19067         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19068         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19069         (gst_v4l2_get_output), (gst_v4l2_set_output),
19070         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19071         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19072         (gst_v4l2_set_attribute):
19073         * sys/v4l2/v4l2_calls.h:
19074         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19075         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19076         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19077         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19078         (gst_v4l2src_capture_stop):
19079         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19081         (gst_ximagesink_chain):
19082         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19083         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19084         (gst_xvideosink_xwindow_new):
19085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19086         (gst_xvimagesink_chain):
19087
19088 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19089
19090         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19091         (gst_volume_get_volume), (volume_class_init), (volume_init),
19092         (volume_chain_int16), (volume_update_volume):
19093         * gst/volume/gstvolume.h:
19094           make code more readable by removing magic numbers
19095           make mixer interface export 0-100 range
19096           make it internally map to 0.0-1.0 range so users don't distort
19097           output by putting the sliders at full volume
19098
19099 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19100
19101         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19102         (gst_play_state_change), (gst_play_seek_to_time):
19103         block the tick callback for 0.5 secs after doing a seek
19104
19105 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19106
19107         * gst-libs/gst/play/play.c: (gst_play_new):
19108           check for GError
19109
19110 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19111
19112         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19113         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19114         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19115         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19117         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19118
19119 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19120
19121         * configure.ac:
19122         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19123           check for a function added in vorbis 1.1
19124
19125 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19126
19127         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19128         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19129           really start/stop clock only on PLAYING <=> PAUSED
19130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19131           remove \n from debugging lines
19132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19133           make it work when seeking does not
19134         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19135           reset on DISCONT
19136
19137 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19138
19139         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19140           start clock on PAUSED=>PLAYING, not later
19141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19142           extract correct time for different discont formats
19143         (gst_alsa_sink_get_time):
19144           don't segfault when no format is negotiated yet, just return 0
19145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19146         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19147         (gst_ogg_pad_push):
19148           handle flush and discont events correctly
19149         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19150           handle discont events correctly
19151
19152 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19153
19154         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19155         (gst_play_error_create), (gst_play_error_plugin),
19156         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19157         * gst-libs/gst/play/play.h:
19158           add error handling during creation
19159         * examples/gstplay/player.c: (main):
19160           use new gst_play_new
19161
19162
19163 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19164
19165         * ext/theora/theoradec.c: (theora_dec_chain):
19166           make comments work
19167         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19168         (vorbis_dec_src_event), (vorbis_dec_chain):
19169           add encoder tag, fix tag reading to be more error tolerant, change
19170           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19171           gst_pad_event_default.
19172         * gst/tags/gstvorbistag.c:
19173         (gst_tag_list_from_vorbiscomment_buffer):
19174           undefine function specific define at end of function
19175
19176 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19177
19178         * ext/flac/gstflac.c: (plugin_init):
19179         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19180         * ext/flac/gstflacdec.h:
19181         * ext/flac/gstflacenc.h:
19182           Fix typos
19183
19184 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19185
19186         * examples/gstplay/player.c: s/gstplay.h/play.h/
19187
19188 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19189
19190         * gst-libs/gst/play/Makefile.am:
19191         * gst-libs/gst/play/gstplay.c:
19192         * gst-libs/gst/play/gstplay.h:
19193         * gst-libs/gst/play/play.c:
19194           more surgery, operation complete
19195
19196 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19197
19198         * gst-libs/gst/play/play.old.c:
19199         * gst-libs/gst/play/play.old.h:
19200           after CVS surgery by moving, remove
19201         * gst-libs/gst/play/playpipelines.c:
19202           remove
19203
19204         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19205           add negotiation error
19206
19207 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19208
19209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19210         (gst_ogg_demux_push):
19211           add some seeking debug info
19212           send a flush when seeking
19213
19214 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19215
19216         * configure.ac:
19217           use AC_C_INLINE
19218         * configure.ac:
19219         * ext/Makefile.am:
19220         * ext/theora/Makefile.am:
19221         * ext/theora/theoradec.c:
19222           add theora video decoder. Does just do simple decoding for now and
19223           has been tested against Theora cvs only. It only works when theora
19224           is compiled with --enable-static.
19225         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19226           always reset packetno on DISCONT
19227
19228 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19229
19230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19231           Fix audio.
19232
19233 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19234
19235         * gst/mpegaudioparse/gstmpegaudioparse.c:
19236         (mp3_type_frame_length_from_header):
19237           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19238
19239 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19240
19241         * ext/esd/esdsink.c: (gst_esdsink_init):
19242           Since we have static pad template caps, we don't need to negotiate;
19243           either the core errors out or we know the format.
19244
19245 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19246
19247         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19248         (gst_riff_read_seek):
19249         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19250         (gst_ebml_read_seek):
19251           Fix event handling.
19252
19253 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19254
19255         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19256           removee video/x-theora from vp3 decoder, it doesn't handle raw
19257           theora streams
19258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19259           fix bug with finalizing element that never went to PAUSED
19260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19261           length and position queries were swapped
19262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19263         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19264         (vorbis_dec_src_event):
19265           implement querying time and bytes
19266
19267 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19268
19269         * just about every source file:
19270           gst_element_error -> GST_ELEMENT_ERROR
19271
19272 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19273
19274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19275         emiting FLUSH and even before DISCONT.
19276         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19277         get the best instant seeking as possible yay!
19278
19279 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19280
19281         * gst/mpeg1videoparse/gstmp1videoparse.c:
19282         (gst_mp1videoparse_real_chain):
19283           Committed wrong version last week... Grr... Didn't notice until now.
19284
19285 2004-01-29  Julien MOUTTE <julien@moutte.net>
19286
19287         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19289         have_xwindow_id signal in xwindow_create.
19290
19291 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19292
19293         * ext/ogg/gstoggdemux.c:
19294           lots of changes - mainly support for chained bitstreams, seeking,
19295           querying and bugfixes of course
19296         * ext/vorbis/Makefile.am:
19297         * ext/vorbis/vorbisdec.c:
19298         * ext/vorbis/vorbisdec.h:
19299           add vorbisdec raw vorbis decoder
19300         * ext/vorbis/vorbis.c: (plugin_init):
19301           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19302         * gst/intfloat/Makefile.am:
19303         * gst/intfloat/float22int.c:
19304         * gst/intfloat/float22int.h:
19305         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19306           add float2intnew plugin. It converts multichannel interleaved float to
19307           multichannel interleaved int. The name should probably be changed.
19308         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19309         (plugin_init):
19310           add typefinding for raw theora video so oggdemux can detect it.
19311
19312 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19313
19314         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19315         sink element first.
19316         * gst/videoscale/gstvideoscale.c:
19317         (gst_videoscale_handle_src_event): Fixing src event handler.
19318
19319 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19320
19321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19322         (gst_v4lsrc_open), (gst_v4lsrc_close),
19323         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19324         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19325         * sys/v4l/gstv4lsrc.h:
19326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19327         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19328           Implement resizing... Hack. But that's why v4l is b0rked...
19329
19330 2004-01-28  Julien MOUTTE <julien@moutte.net>
19331
19332         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19333         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19334         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19335         (gst_ximagesink_xwindow_destroy):
19336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19337         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19338         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19339         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19340         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19341         correctly cleaning the image created to check xshm calls on succes,
19342         added a lot of XSync calls in X11 functions, and fixed a segfault when
19343         no image format was defined before negotiation happened.
19344
19345 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19346
19347         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19348           use gst_element_get_time to get correct time
19349
19350 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19351
19352         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19353         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19354         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19356         (gst_xvimagesink_check_xshm_calls),
19357         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19358         X plugins are now able to detect that XShm calls will fail even if the
19359         server claims that it has XShm support (remote displays most of the
19360         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19361         so that we use non XShm functions. This feature is almost useless for
19362         xvimagesink as Xv is not supported on remote displays anyway, but
19363         it might happen than even on the local display XShm calls fail.
19364
19365 2004-01-27  David Schleef  <ds@schleef.org>
19366
19367         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19368         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19369         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19370         changed esdsink to only use 44100,16,2, since esd sucks at rate
19371         conversion and esdsink has had difficulty negotiating.
19372
19373 2004-01-27  Julien MOUTTE <julien@moutte.net>
19374
19375         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19376         (gst_play_seek_to_time): Fixing the way to get current position.
19377
19378 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19379
19380         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19381           use gst_element_get_time to get correct time
19382
19383 2004-01-27  Julien MOUTTE <julien@moutte.net>
19384
19385         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19386         fix ever... Inverting 2 lines of code make spider autoplug correctly
19387         tagged mp3 !
19388
19389 2004-01-27  David Schleef  <ds@schleef.org>
19390
19391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19392         Use gst_pad_try_set_caps_nonfixed().
19393
19394 2004-01-27  David Schleef  <ds@schleef.org>
19395
19396         * gst/ac3parse/gstac3parse.c: update to checklist 5
19397         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19398         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19399         * gst/audioscale/gstaudioscale.c: same
19400         * gst/auparse/gstauparse.c: same
19401         * gst/avi/gstavidemux.c: same
19402
19403 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19404
19405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19406           stop processing after EOS
19407
19408 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19409
19410         * gst/asfdemux/asfheaders.h:
19411         * gst/asfdemux/gstasfdemux.c:
19412         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19413         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19414         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19415           lot's of fixes to make data extraction simpler and get the code
19416           architecture and compiler independant. Add debugging category
19417         * gst/goom/gstgoom.c: (gst_goom_change_state):
19418           reset channel count on PAUSED=>READY, not READY=>PAUSED
19419
19420 2004-01-26  Colin Walters  <walters@verbum.org>
19421
19422         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19423         code to pull a bigger buffer in iradio mode.  This as a side effect
19424         makes typefinding work.
19425
19426 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19427
19428         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19429         Fix SVQ3 decoding on PPC
19430
19431 2004-01-26  Julien MOUTTE <julien@moutte.net>
19432
19433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19434         that one managed to stay there... Fixed.
19435
19436 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19437
19438         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19439         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19440         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19441         (qtdemux_video_caps):
19442         * gst/qtdemux/qtdemux.h:
19443         Add SVQ3 specific flags to qtdemux and ffmpeg
19444
19445 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19446
19447         * gst-libs/gst/audio/audio.h:
19448           remove buffer-frames from audio caps
19449         * gst/audioconvert/gstaudioconvert.c:
19450           fix plugin to really work.
19451
19452 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * gst-libs/gst/mixer/mixer.c:
19455         * gst-libs/gst/propertyprobe/propertyprobe.c:
19456         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19457         (gst_tuner_find_channel_by_name):
19458         * gst-libs/gst/tuner/tuner.h:
19459           Add gtk-doc style comments. Also fix a function name.
19460
19461 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19462
19463         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19464         (gst_divxdec_negotiate):
19465           Fix for new capsnego - also fixes gst-player with divxdec.
19466
19467 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19468
19469         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19470         (gst_play_identity_handoff), (gst_play_set_location),
19471         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19472         try in visualization implementation. Still have an issue with switch
19473         blocking when pulling from video_queue and only audio comes out of
19474         spider.
19475         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19476         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19477         release method. And check if the pad is usable before pulling.
19478
19479 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19480
19481         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19482         (gst_videobalance_init),
19483         (gst_videobalance_colorbalance_list_channels),
19484         (gst_videobalance_colorbalance_set_value),
19485         (gst_videobalance_colorbalance_get_value),
19486         (gst_videobalance_update_properties),
19487         (gst_videobalance_update_tables_planar411),
19488         (gst_videobalance_planar411):
19489         * gst/videofilter/gstvideobalance.h:
19490           Implement lookup-tables. +/- 10x faster.
19491
19492 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19493
19494         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19495         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19496           The index reading was broken. The rest worked fine, but the whole
19497           goal of my rewrite was to make avidemux readable, and this was
19498           not at all readable. Please use typed variables.
19499
19500 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19501
19502         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19503           Additional pad usability check.
19504         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19505         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19506         (gst_mp1videoparse_real_chain):
19507           Fix MPEG video stream parsing. The original plugin had several
19508           issues, including not timestamping streams where the source was
19509           not timestamped (this happens with PTS values in mpeg system
19510           streams, but MPEG video is also a valid stream on its own so
19511           that needs timestamps too). We use the display time code for that
19512           for now. Also, if one incoming buffer contains multiple valid
19513           frames, we push them all on correctly now, including proper EOS
19514           handling. Lastly, several potential segfaults were fixed, and we
19515           properly sync on new sequence/gop headers to include them in next,
19516           not previous frames (since they're header for the next frame, not
19517           the previous). Also see #119206.
19518         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19519         (bpf_from_header):
19520           Move caps setting so we only do it after finding several valid
19521           MPEG-1 fraes sequentially, not right after the first one (which
19522           might be coincidental).
19523         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19524         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19525         (plugin_init):
19526           Add unsynced MPEG video stream typefinding, and change some
19527           probability values so we detect streams rightly. The idea is as
19528           follows: I can have an unsynced system stream which contains
19529           video. In the current code, I would randomly get a type for either
19530           system or video stream type found, because the probabilities are
19531           being calculated rather randomly. I now use fixed values, so we
19532           always prefer system stream if that was found (and that is how it
19533           should be). If no system stream was found, we can still identity                the stream as video-only.
19534
19535 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19536
19537         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19538         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19539           don't write to buffer. Extract data without the need of
19540           __attribute__ ((packed))
19541
19542 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19545         (mpeg1_sys_type_find):
19546           Fix MPEG-1 stream typefinding.
19547
19548 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19549
19550         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19551           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19552
19553 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19554
19555         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19556         * ext/esd/gstesd.c: (plugin_init):
19557           private debugging, better error reporting
19558
19559 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19562         (gst_riff_read_init), (gst_riff_read_change_state):
19563         * gst-libs/gst/riff/riff-read.h:
19564           Remove stuff fromold metadata system.
19565
19566 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19567
19568         * ext/ogg/gstoggdemux.c:
19569           Fix wrong file comment.
19570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19571         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19572           Add metadata reading properly.
19573
19574 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19575
19576         * ext/Makefile.am:
19577           Fix nas DIST_SUBDIRS
19578           Uraeus:
19579           Fix bug where make distcheck doesn't get run on adding stuff to
19580           the build.
19581
19582 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19583
19584         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19585         * ext/divx/gstdivxdec.h:
19586           Fix divx3 ("msmpeg4") playback using divxdec.
19587
19588 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19589
19590         * gst/typefind/gsttypefindfunctions.c:
19591         (mp3_type_frame_length_from_header): fix bug in length computation
19592         (mp3_type_find): improve debugging output
19593
19594 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19595
19596         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19597         (gst_play_set_location), (gst_play_seek_to_time),
19598         (gst_play_set_audio_sink), (gst_play_set_visualization),
19599         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19600         the pipeline from scratch. Visualization is back and switch went out as
19601         i realized it was not possible to use the way i wanted.
19602         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19603         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19604         clearing in state change from READY to NULL. So that one can clean the
19605         X ressources keeping the element.
19606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19607         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19608         (gst_xvimagesink_colorbalance_set_value),
19609         (gst_xvimagesink_colorbalance_get_value),
19610         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19611         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19612         change from READY to NULL and fixed some stupid bugs in colorbalance
19613         get/set values. Also added the following feature : when nobody tries to
19614         set some values to the colorbalance levels before the xcontext is
19615         grabbed, then when creating channels list from Xv attributes we set the
19616         internal values to the Xv defaults. This way we handle buggy Xv drivers
19617         that set default hue values far from the middle of the range (Thanks
19618         to Jon Trowbridge for pointing that issue).
19619         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19620         colorbalance levels have been set before xcontext is grabbed.
19621
19622 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19623
19624         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19625           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19626           it might block operations (which is bad for a mixer).
19627
19628 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19629
19630         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19631         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19632         (gmip_find_type_pre):
19633         * gst-libs/gst/media-info/media-info-priv.h:
19634         * gst-libs/gst/media-info/media-info.c:
19635         (gst_media_info_instance_init), (gst_media_info_read_idler):
19636         add fakesink to get caps on decoder src pad again
19637         fix callback prototype to match new have_type signal signature
19638
19639 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19640
19641         * gst/adder/gstadder.c: (gst_adder_link):
19642           fix non-compile and cut-n-paste code
19643
19644 2004-01-21  David Schleef  <ds@schleef.org>
19645
19646         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19647         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19648         (gst_swfdec_init), (gst_swfdec_change_state):
19649         * ext/swfdec/gstswfdec.h:
19650         Fix negotiation.
19651         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19652         (gst_adder_request_new_pad): Fix negotiation.
19653         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19654         Add a fixate function.
19655         * gst/intfloat/gstfloat2int.c:
19656         * gst/intfloat/gstfloat2int.h:
19657         * gst/intfloat/gstint2float.c:
19658         * gst/intfloat/gstint2float.h:
19659         Completely rewrite the negotiation.  Doesn't quite work yet,
19660         due to some buffer-frames problem.
19661
19662 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         * ext/gnomevfs/gstgnomevfssrc.c:
19665         * sys/v4l2/v4l2_calls.h:
19666           fix includes for distcheck
19667
19668 2004-01-21  Christian Schaller <uraeus@gnome.org>
19669
19670         * ext/nas/
19671         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19672         based on earlier patch from Laurent Vivier
19673
19674 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19675
19676         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19677         Fix wma caps property
19678         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19679         Fix typo (flags1 and flags2)
19680
19681 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19682
19683         * gst-libs/gst/media-info/media-info-priv.c:
19684         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19685         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19686         (gmip_find_stream), (gmip_find_track_metadata),
19687         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19688         (gmip_find_track_format):
19689         * gst-libs/gst/media-info/media-info-priv.h:
19690         * gst-libs/gst/media-info/media-info-test.c: (main):
19691         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19692         (gst_media_info_read_idler), (gst_media_info_read):
19693         * gst-libs/gst/media-info/media-info.h:
19694           register debugging category and use it for debugging
19695
19696 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19697
19698         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19699         (gst_vorbisfile_new_link):
19700           signal streaminfo through tags
19701
19702 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19703
19704         * ext/mplex/gstmplex.cc:
19705         * ext/mplex/gstmplexibitstream.cc:
19706           g++ doesn't like NULL in our i18n/error macros, should be
19707           either (NULL) or ("").
19708
19709 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19710
19711         * sys/dxr3/dxr3audiosink.c:
19712         * sys/dxr3/dxr3init.c:
19713         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19714         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19715           Fix more error error error errors (missing includes here).
19716
19717 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19720           fix thomas' error errors.
19721
19722 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19723
19724         * ext/mpeg2enc/gstmpeg2enc.cc:
19725           fix error errors.
19726
19727 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19728
19729         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19730         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19731           Fix for new error system.
19732
19733 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19734
19735         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19736           fix for new error reporting
19737
19738 2004-01-20  David Schleef  <ds@schleef.org>
19739
19740         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19741         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19742         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19743         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19744         and neither is 100+, most likely.
19745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19746         (gst_xvimagesink_getcaps): same
19747
19748 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19749
19750         * configure.ac:
19751           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19752           clashes with ffmpeg.
19753
19754 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19755
19756         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19757         (gst_switch_init): Fixed switch element : proxying link and setting
19758         caps from src to sink on request.
19759
19760 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19763         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19764         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19765         fix element_error
19766
19767 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19768
19769         * sys/v4l/v4l_calls.h:
19770         * sys/v4l2/v4l2_calls.h:
19771           element_error fixes
19772
19773 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19774
19775         * gst-libs/gst/gst-i18n-plugin.h:
19776           add locale.h
19777           remove config.h inclusion
19778
19779 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19780
19781         * autogen.sh:
19782           adding autopoint invocation
19783         * Makefile.am:
19784         * configure.ac:
19785         * gst-libs/gst/gettext.h:
19786           adding gettext bits
19787         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19788         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19789         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19791         (gst_gnomevfssink_close_file):
19792         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19793         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19794         * gst-libs/gst/gst-i18n-plugin.h:
19795         * gst/avi/gstavi.c: (plugin_init):
19796         * sys/dxr3/dxr3init.c: (plugin_init):
19797         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19798         * sys/oss/gstossaudio.c: (plugin_init):
19799         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19800         * sys/v4l/gstv4l.c: (plugin_init):
19801         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19802         * sys/v4l2/gstv4l2.c: (plugin_init):
19803         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19804         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19805         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19806         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19807         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19808         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19809           make sure locale and translation domain are set
19810           fix translated strings
19811         * po/.cvsignore:
19812         * po/LINGUAS:
19813         * po/Makevars:
19814         * po/POTFILES.in:
19815         * po/nl.po:
19816           put translation files into place
19817         * sys/xvideo/imagetest.c: (main):
19818         * ext/dv/demo-play.c: (main):
19819           fix unnecessary translations
19820
19821 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19822
19823         * ext/sndfile/gstsf.c:
19824         * gst/avi/gstavimux.c:
19825         * ext/audiofile/gstafsink.c:
19826         * ext/audiofile/gstafsrc.c:
19827         * ext/gnomevfs/gstgnomevfssink.c:
19828         * ext/gnomevfs/gstgnomevfssrc.c:
19829         * sys/oss/gstosselement.c:
19830         * sys/v4l/v4l_calls.h:
19831           fix i18n include
19832
19833 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19834
19835         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19836         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19837         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19838         (gst_v4l2_get_output), (gst_v4l2_set_output),
19839         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19840         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19841         (gst_v4l2_set_attribute):
19842         update to new error handling
19843
19844 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         * ext/sidplay/gstsiddec.cc:
19847         * gst/modplug/gstmodplug.cc:
19848           parenthese NULL because C++ seems angry about it
19849
19850 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * gst-libs/gst/gst-i18n-plugin.h:
19853           add skeleton i18n stuff, but needs to be further implemented
19854
19855 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19856
19857         * examples/gstplay/player.c: (main):
19858         * ext/aalib/gstaasink.c: (gst_aasink_open):
19859         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19860         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19862         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19863         (gst_afsink_close_file):
19864         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19865         (gst_afsrc_close_file):
19866         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19867         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19868         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19869         * ext/esd/esdmon.c: (gst_esdmon_get):
19870         * ext/esd/esdsink.c: (gst_esdsink_chain):
19871         * ext/faac/gstfaac.c: (gst_faac_chain):
19872         * ext/faad/gstfaad.c: (gst_faad_chain):
19873         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19874         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19875         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19876         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19877         (gst_flacdec_loop):
19878         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19879         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19880         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19882         (gst_gnomevfssink_close_file):
19883         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19884         (gst_gnomevfssrc_open_file):
19885         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19886         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19887         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19888         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19889         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19890         * ext/mad/gstmad.c: (gst_mad_chain):
19891         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19892         * ext/mpeg2dec/gstmpeg2dec.c:
19893         * ext/mpeg2enc/gstmpeg2enc.cc:
19894         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19895         * ext/mplex/gstmplex.cc:
19896         * ext/mplex/gstmplexibitstream.cc:
19897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19898         (gst_ogg_demux_push), (gst_ogg_pad_push):
19899         * ext/raw1394/gstdv1394src.c:
19900         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19901         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19902         * ext/sidplay/gstsiddec.cc:
19903         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19904         (gst_sf_loop):
19905         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19906         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19907         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19909         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19910         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19911         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19912         * gst-libs/gst/Makefile.am:
19913         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19914         (gst_riff_read_element_data), (gst_riff_read_seek),
19915         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19916         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19917         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19918         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19919         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19920         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19921         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19922         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19923         * gst/goom/gstgoom.c: (gst_goom_chain):
19924         * gst/id3/gstid3types.c: (gst_id3types_loop):
19925         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19926         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19927         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19928         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19929         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19930         (gst_ebml_read_float), (gst_ebml_read_header):
19931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19932         (gst_matroska_demux_parse_blockgroup):
19933         * gst/modplug/gstmodplug.cc:
19934         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19935         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19936         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19937         * gst/silence/gstsilence.c: (gst_silence_get):
19938         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19939         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19940         * gst/speed/gstspeed.c: (speed_loop):
19941         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19942         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19943         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19944         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19945         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19946         (gst_wavparse_loop):
19947         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19948         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19949         (dxr3audiosink_close):
19950         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19951         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19952         (dxr3videosink_close), (dxr3videosink_write_data):
19953         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19954         * sys/oss/gstosselement.h:
19955         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19956         (gst_osssink_chain):
19957         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19961         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19962         (gst_v4l_enable_overlay):
19963         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19964         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19965         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19966         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19967         (gst_v4l_set_audio):
19968         * sys/v4l/v4l_calls.h:
19969         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19970         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19971         (gst_v4lmjpegsink_playback_init),
19972         (gst_v4lmjpegsink_playback_start):
19973         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19974         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19975         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19976         (gst_v4lmjpegsrc_requeue_frame):
19977         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19978         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19979         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19980         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19981         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19982         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19983         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19984         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19985         (gst_v4l2src_capture_stop):
19986         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19987         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19988         (gst_ximagesink_chain):
19989         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19990         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19991         (gst_xvideosink_xwindow_new):
19992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19993         (gst_xvimagesink_chain):
19994         use new error signal, function and categories
19995
19996 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19997
19998         * configure.ac:
19999         * ext/Makefile.am:
20000         * ext/musicbrainz/gsttrm.c:
20001         * ext/musicbrainz/gsttrm.h:
20002         * ext/musicbrainz/Makefile.am:
20003         Add a trm plugin
20004
20005 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20006
20007         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20008         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20009         synchronous property for debugging.
20010         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20012         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20013         smaller block, fixing indent.
20014
20015 2004-01-16  David Schleef  <ds@schleef.org>
20016
20017         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20018         property affects the video stream.
20019         * sys/xvimage/xvimagesink.c:
20020         * sys/xvimage/xvimagesink.h:
20021         Add synchronous property for debugging.  Should probably be
20022         disabled in non-CVS builds.  Make sure that the Xv attribute
20023         exists before we set it (crash!).  Fix a silly float bug that
20024         caused colorbalance to just not work.
20025
20026 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20027
20028         * tools/gst-launch-ext.in - update for new plugins
20029
20030 2004-01-16  David Schleef  <ds@schleef.org>
20031
20032         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20033         already-freed caps.
20034
20035 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20036
20037         * Update spec for new colorspace plugin and libcaca plugin
20038         * Fix compilation of libcaca plugin (clock -> id)
20039
20040 2004-01-16  Julien MOUTTE <julien@moutte.net>
20041
20042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20043         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20044         (gst_xvimagesink_set_xwindow_id),
20045         (gst_xvimagesink_colorbalance_set_value),
20046         (gst_xvimagesink_colorbalance_get_value),
20047         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20048         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20049         correct colorbalance properties. They can now be set when the element
20050         is still in NULL state. The values will be committed to the Xv Port
20051         when xcontext is initialized.
20052         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20053         brightness int values in the GstXvImagesink structure.
20054
20055 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20056
20057         * gst-libs/gst/Makefile.am:
20058           restructure so having local patches works easier.
20059
20060 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20061
20062         * ext/mpeg2enc/Makefile.am:
20063         * ext/mpeg2enc/gstmpeg2enc.cc:
20064         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20065           Bugfix with respect to EOS handling.
20066
20067 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20068
20069         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20070           Link with right caps (else, it segfaults).
20071         * ext/mplex/gstmplexjob.cc:
20072           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20073
20074 2004-01-15  David Schleef  <ds@schleef.org>
20075
20076         * gst-libs/gst/audio/Makefile.am:
20077         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20078         from the template.
20079         * gst-libs/gst/audio/gstaudiofilter.c:
20080         * gst-libs/gst/audio/gstaudiofilter.h:
20081         Add bytes_per_sample and size and n_samples calculation.
20082         * gst-libs/gst/audio/gstaudiofilterexample.c:
20083         Remove, now autogenerated.
20084         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20085         Moved from gstaudiofilterexample, object name changed, code added
20086         so that it actually works.
20087         * gst-libs/gst/audio/make_filter:
20088         Script to build an audiofilter subclass from the template.
20089         * gst/colorspace/Makefile.am:
20090         * gst/colorspace/yuv2yuv.c:
20091         Remove file, since it's GPL, and we don't use it.
20092
20093 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20094
20095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20097         them use the buffer free function to test how the buffer was allocated.
20098
20099 2004-01-15  David Schleef  <ds@schleef.org>
20100
20101         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20102         that handles osssink fallback.
20103         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20104         (gst_audio_convert_getcaps):
20105         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20106         Add audio/x-qdm2 for QDM2 audio.
20107         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20108         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20110         Decrease minimum size to 16x16.
20111         * gst/wavparse/gstwavparse.c:
20112         Convert disabled pad template caps to new caps.
20113         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20115         (gst_xvimagesink_chain): Throw element error when display cannot
20116         be opened.  Increase minimum framerate to 1.0.  Check the data
20117         free function on a buffer to make sure it is the type we expect
20118         before manipulating it.
20119
20120 2004-01-15  Julien MOUTTE <julien@moutte.net>
20121
20122         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20123         (gst_videobalance_colorbalance_set_value): Implement passthru if
20124         settings are in the middle.
20125         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20126
20127 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20128
20129         * gst/videofilter/Makefile.am:
20130         * gst/volume/Makefile.am:
20131           Since we use videofilter symbols, link to it.
20132
20133 2004-01-15  Julien MOUTTE <julien@moutte.net>
20134
20135         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20136         mixer interface type to HARDWARE.
20137         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20138         type to SOFTWARE.
20139         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20140         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20141         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20142         (gst_volume_interface_init), (gst_volume_list_tracks),
20143         (gst_volume_set_volume), (gst_volume_get_volume),
20144         (gst_volume_set_mute), (gst_volume_mixer_init),
20145         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20146         (volume_init): Implementing mixer interface.
20147         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20148         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20149         (gst_osselement_change_state): Removing some trailing commas in
20150         structures.
20151         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20152         interface type to HARDWARE.
20153         * sys/v4l/gstv4lcolorbalance.c:
20154         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20155         type to HARDWARE.
20156         * sys/v4l2/gstv4l2colorbalance.c:
20157         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20158         interface type to HARDWARE.
20159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20160         same code than ximagesink for event handling.
20161
20162 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20163
20164         * ext/snapshot/Makefile.am:
20165         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20166         (gst_snapshot_chain):
20167         * ext/snapshot/gstsnapshot.h:
20168           This has to be a joke... Snapshot should be connected to a tee,
20169           colorspace element before it and EOS after that, where the other
20170           src of the tee receives normal data.
20171           The current way is *wrong*.
20172
20173 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20174
20175         * ext/hermes/gsthermescolorspace.c:
20176           Fix another compile error. Same as below.
20177
20178 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20179
20180         * gst/colorspace/gstcolorspace.c:
20181         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20182         (gst_colorspace_i420_to_yv12):
20183           Fix compiling... Didn't test if it actually works.
20184
20185 2004-01-15  David Schleef  <ds@schleef.org>
20186
20187         * configure.ac:
20188         * gst/colorspace/Makefile.am:
20189         * gst/colorspace/gstcolorspace.c:
20190         * gst/colorspace/gstcolorspace.h:
20191         * gst/colorspace/yuv2rgb.c:
20192         * gst/colorspace/yuv2rgb.h:
20193         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20194         code and GPL code.  Fix for new caps negotiation.  Rewrite
20195         much of the format handling code, and some of the conversion
20196         code.  Basically, rewrote almost everything.  This element
20197         handles I420, YV12 to RGB conversions.
20198         * ext/hermes/Makefile.am:
20199         * ext/hermes/gsthermescolorspace.c:
20200         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20201         Remove non-Hermes related code.  This element handles lots of
20202         RGB to RGB conversions, but no YUV.
20203         * ext/hermes/gstcolorspace.c:
20204         * ext/hermes/gstcolorspace.h:
20205         * ext/hermes/rgb2yuv.c:
20206         * ext/hermes/yuv2rgb.c:
20207         * ext/hermes/yuv2rgb.h:
20208         * ext/hermes/yuv2rgb_mmx16.s:
20209         * ext/hermes/yuv2yuv.c:
20210         * ext/hermes/yuv2yuv.h:
20211         Remove old code.
20212
20213 2004-01-14  Colin Walters  <walters@verbum.org>
20214
20215         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20216         they've already been.
20217
20218 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20219
20220         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20221           assume tag mode when pad is not connected
20222
20223 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20224
20225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20226           Don't update the time of the clock
20227         (gst_alsa_sink_loop):
20228           sync to the clock given to alsasink, not the own clock
20229         * sys/oss/gstosssink.c: (gst_osssink_chain):
20230           sync to the clock
20231         (gst_osssink_change_state):
20232           activate the clock
20233         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20235           remove bogus code that made DISCONT events unhandled
20236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20237           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20238           #131502)
20239         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20240         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20241         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20242           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20243           2nd warning in bug #131502)
20244
20245 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20246
20247         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20248         (gst_videobalance_colorbalance_set_value),
20249         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20250         for colorbalance interface implementation.
20251         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20252         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20253         (gst_ximagesink_dispose), (gst_ximagesink_init),
20254         (gst_ximagesink_class_init): Adding DISPLAY property.
20255         * sys/ximage/ximagesink.h: Adding display_name to store display.
20256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20257         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20258         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20259         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20260         properties (they still need polishing though for gst-launch use : no
20261         xcontext yet, i ll do that tomorrow).
20262         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20263
20264 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20265
20266         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20267         (gst_play_set_location), (gst_play_set_visualization): Preparing
20268         switch integration, adding videobalance in the pipeline.
20269
20270 2004-01-14  Julien MOUTTE <julien@moutte.net>
20271
20272         * gst-libs/gst/colorbalance/colorbalance.c:
20273         (gst_color_balance_class_init): Adding a default type.
20274         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20275         the type.
20276         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20277         (gst_videobalance_dispose), (gst_videobalance_class_init),
20278         (gst_videobalance_init), (gst_videobalance_interface_supported),
20279         (gst_videobalance_interface_init),
20280         (gst_videobalance_colorbalance_list_channels),
20281         (gst_videobalance_colorbalance_set_value),
20282         (gst_videobalance_colorbalance_get_value),
20283         (gst_videobalance_colorbalance_init): Implementing colorbalance
20284         interface.
20285         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20286         list.
20287         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20288         bug which was triggering a BadAccess X error when setting an overlay
20289         before pad was really negotiated.
20290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20291         Using the colorbalance type macro.
20292
20293 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20294
20295         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20296         (gst_flacenc_chain):
20297           handle tags correctly
20298         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20299           extract ID3v1 tags correctly
20300
20301 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20302
20303         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20304         (plugin_init):
20305           Improve matroska typefinding for odd-typed headers...
20306
20307 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20308
20309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20310           Fix for using incremental number on padnames.
20311
20312 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20313
20314         * ext/divx/gstdivxdec.c:
20315         * ext/divx/gstdivxenc.c:
20316           Set category to divx4linux instead of divx (too generic).
20317         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20318         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20319         (gst_wavparse_loop), (gst_wavparse_change_state):
20320         * gst/wavparse/gstwavparse.h:
20321           fix parsing of WAV files with non-standard fmt-tag size and fix
20322           skipping of unrecognized chunks... Someone please fix this thing
20323           to use rifflib so all this is automated.
20324         * sys/v4l/Makefile.am:
20325         * sys/v4l2/Makefile.am:
20326           Add X_CFLAGS because we depend on X (for overlay).
20327
20328 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20329
20330         * ext/mpeg2dec/gstmpeg2dec.c:
20331           Don't issue a timestamp unless we tagged the frame
20332           with a PTS.
20333
20334 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20335
20336         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20337           Query the audio element to get the time, not the clock. We're
20338           interested in the element's time here.
20339
20340 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20341
20342         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20344         * ext/esd/esdsink.c: (gst_esdsink_chain):
20345         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20346         * ext/mas/massink.c: (gst_massink_chain):
20347         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20349         (gst_matroska_demux_parse_metadata):
20350         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20351         (gst_mpeg_parse_release_locks):
20352         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20353         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20355         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20356         (gst_osssink_change_state):
20357         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20358         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20359         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20360         (gst_xvideosink_release_locks):
20361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20362           use element time.
20363         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20364         (gst_alsa_clock_stop):
20365         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20366         (gst_audio_clock_get_internal_time):
20367           simplify for use with new clocking code.
20368         * testsuite/alsa/Makefile.am:
20369         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20370           fix testsuite for new caps system
20371
20372 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20373
20374         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20375         * ext/flac/gstflacenc.c: (add_one_tag):
20376           length is already host endian, no need to convert. Fixes playback of
20377           tagged files on PPC. (bug #128384)
20378
20379 2004-01-13  Julien MOUTTE <julien@moutte.net>
20380
20381         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20382         colorbalance interface stating if it is hardware based or software
20383         based.
20384         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20385         Removing a trailing comma.
20386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20387         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20388         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20389         the documentation seems to be wrong on the -1000 to 1000 interval.
20390
20391 2004-01-12  David Schleef  <ds@schleef.org>
20392
20393         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20394         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20395         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20396         Fix negotiation.  Add a bufferalloc function for the sink pad,
20397         and generally clean up some of the code.
20398
20399 2004-01-12  Julien MOUTTE <julien@moutte.net>
20400
20401         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20402         (gst_color_balance_channel_dispose): Adding safety check in dispose
20403         method.
20404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20405         (gst_xvimagesink_xcontext_clear),
20406         (gst_xvimagesink_interface_supported),
20407         (gst_xvimagesink_colorbalance_list_channels),
20408         (gst_xvimagesink_colorbalance_set_value),
20409         (gst_xvimagesink_colorbalance_get_value),
20410         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20411         Adding colorbalance interface support to set XV parameters such as
20412         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20413         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20414         interface.
20415
20416 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20417
20418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20419         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20420         (gst_audio_convert_init), (gst_audio_convert_set_property),
20421         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20422         (gst_audio_convert_link),
20423         (gst_audio_convert_buffer_to_default_format),
20424         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20425           - implement _getcaps and use it
20426           - improve linking
20427           - remove float caps since no float conversion is actually done
20428           - remove properties and arguments that were to be used for rate
20429             conversion
20430
20431 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20432
20433         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20434         (gst_audio_structure_set_int):
20435         * gst-libs/gst/audio/audio.h:
20436           add helper functions for _getcaps matching the standard audio
20437           templates
20438
20439 2004-01-12  David Schleef  <ds@schleef.org>
20440
20441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20442         Test that pad is negotiated before getting its caps.
20443
20444 2004-01-12  Julien MOUTTE <julien@moutte.net>
20445
20446         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20447         analyzing the pads of an element the bin is mostly in READY state so
20448         no caps were negotiated. This helper function needs to work with
20449         _get_caps directly then. I was not freeing them though, added that to
20450         fix the mem leak.
20451
20452 2004-01-12  Julien MOUTTE <julien@moutte.net>
20453
20454         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20456         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20457         than the free_func.
20458
20459 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20460
20461         * sys/oss/gstossaudio.c: (plugin_init):
20462         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20463         * sys/oss/gstosselement.h:
20464           make an oss debugging category
20465           make failure more descriptive
20466
20467 2004-01-11  David Schleef  <ds@schleef.org>
20468
20469         * ext/ffmpeg/gstffmpeg.c:
20470         * ext/ffmpeg/gstffmpegcodecmap.c:
20471         * ext/ffmpeg/gstffmpegdec.c:
20472         * ext/ffmpeg/gstffmpegenc.c:
20473         * ext/ffmpeg/gstffmpegprotocol.c:
20474         * ext/gdk_pixbuf/gstgdkanimation.c:
20475         * ext/jpeg/gstjpeg.c:
20476         * ext/libpng/gstpng.c:
20477         * ext/mpeg2dec/perftest.c:
20478         * ext/speex/gstspeex.c:
20479         * gst-libs/gst/resample/dtos.c:
20480         * gst/intfloat/gstintfloatconvert.c:
20481         * gst/oneton/gstoneton.c:
20482         * gst/rtjpeg/RTjpeg.c:
20483         * gst/rtp/gstrtp.c:
20484         * sys/dxr3/dxr3init.c:
20485         * sys/glsink/gstgl_nvimage.c:
20486         * sys/glsink/gstgl_pdrimage.c:
20487         * sys/glsink/gstglsink.c:
20488         * testsuite/gst-lint:
20489         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20490
20491 2004-01-11  David Schleef  <ds@schleef.org>
20492
20493         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20494         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20495         * ext/gdk_pixbuf/gstgdkanimation.c:
20496         (gst_gdk_animation_iter_create_pixbuf):
20497         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20498         (gst_gdk_pixbuf_chain):
20499         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20500         * ext/jack/gstjack.c: (gst_jack_change_state):
20501         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20502         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20503         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20504         * gst/videofilter/gstvideofilter.c:
20505         (gst_videofilter_set_output_size):
20506         Remove all usage of gst_pad_get_caps(), and replace it with
20507         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20508
20509 2004-01-11  David Schleef  <ds@schleef.org>
20510
20511         * configure.ac:
20512         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20513         * ext/divx/gstdivxdec.c:
20514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20515         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20516         handle images that span multiple buffers.  Now work with both
20517         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20518         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20519         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20520         video/video.h changes
20521         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20523         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20524         of GstData free function.
20525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20526         same.
20527
20528 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20529
20530         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20531         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20532         (gst_v4l2element_get_property):
20533         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20534           add norm, channel and frequency properties.
20535         * sys/v4l2/gstv4l2tuner.c:
20536           fixes for tuner interface changes
20537         * sys/v4l2/gstv4l2element.h:
20538         * sys/v4l2/gstv4l2src.c:
20539         * sys/v4l2/gstv4l2src.h:
20540         * sys/v4l2/v4l2src_calls.c:
20541         * sys/v4l2/v4l2src_calls.h:
20542           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20543
20544 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20545
20546         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20547         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20548         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20549         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20550         * gst-libs/gst/tuner/tuner.h:
20551           GObjects aren't const.
20552           Add find_by_name functions.
20553           Add checks to _changed functions.
20554         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20555         (gst_v4l_tuner_get_norm):
20556           Fixes for above.
20557
20558 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20559
20560         * gst-libs/gst/video/video.h:
20561           Fix caps template names to be understandable.
20562           Prefix everything with GST_VIDEO.
20563         * ext/aalib/gstaasink.c:
20564         * ext/divx/gstdivxdec.c:
20565         * ext/divx/gstdivxenc.c:
20566         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20567         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20568         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20569         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20570         * ext/libcaca/gstcacasink.c:
20571         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20572         * ext/snapshot/gstsnapshot.c:
20573         * ext/swfdec/gstswfdec.c:
20574         * ext/xvid/gstxviddec.c:
20575         * ext/xvid/gstxvidenc.c:
20576         * gst/chart/gstchart.c:
20577         * gst/deinterlace/gstdeinterlace.c:
20578         * gst/effectv/gsteffectv.c:
20579         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20580         * gst/goom/gstgoom.c:
20581         * gst/median/gstmedian.c:
20582         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20583         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20584         * gst/overlay/gstoverlay.c:
20585         * gst/smooth/gstsmooth.c:
20586         * gst/smpte/gstsmpte.c:
20587         * gst/synaesthesia/gstsynaesthesia.c:
20588         * gst/videocrop/gstvideocrop.c:
20589         * gst/videodrop/gstvideodrop.c:
20590         * gst/y4m/gsty4mencode.c:
20591         * sys/qcam/gstqcamsrc.c:
20592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20593           Make them work with new video.h file.
20594         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20595         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20597         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20598           Make it work with new buffer allocation system.
20599
20600 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20601
20602         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20603         pad_alloc_buffer implementation to use ->srcpad
20604         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20605         pad_alloc_buffer implementation to use ->srcpad
20606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20607         pad_alloc_buffer implementation to use ->srcpad
20608         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20609         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20610         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20611         a reference to everything we need.
20612         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20614         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20615         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20616         a reference to everything we need.
20617         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20618
20619 2004-01-11  David Schleef  <ds@schleef.org>
20620
20621         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20622         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20623         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20624         structure members.
20625         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20626         value during a resize/renegotiation.
20627         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20628         gst_pad_alloc_buffer();
20629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20630         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20631         structure members.
20632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20633         Fix for rename of buffer private structure members.
20634         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20635         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20636         Fix for rename of buffer private structure members.
20637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20638         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20639         Fix for rename of buffer private structure members.
20640
20641 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20642
20643         reviewed by: David Schleef <ds@schleef.org>
20644
20645         * gst/videofilter/Makefile.am:
20646         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20647         from the patch by ds to fit in with recent make_filter changes.
20648
20649 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20650
20651         * configure.ac: Adding examples/switch/Makefile
20652         * examples/Makefile.am: Adding examples/switch
20653         * examples/switch/Makefile.am: Adding switcher example.
20654         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20655         (switch_timer), (main): Adding an example demonstrating switch usage
20656         with 2 videotestsrc showing different patterns.
20657         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20658         (gst_switch_init): Fixing switch with the new caps system.
20659
20660 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20661
20662         * gst-libs/gst/video/video.h:
20663           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20664           They should probably be like
20665           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20666
20667 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20668
20669         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20670         (qtdemux_parse_trak):
20671           fix audio chunk size/timestamp calculation
20672
20673 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20674
20675         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20676           fix SVQ3 caps
20677
20678 2004-01-11  Steve Baker  <steve@stevebaker.org>
20679
20680         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20681         (gst_agingtv_base_init), (gst_agingtv_class_init),
20682         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20683         (gst_agingtv_set_property), (gst_agingtv_get_property):
20684         Port agingTV to videofilter
20685
20686 2004-01-09  Julien MOUTTE <julien@moutte.net>
20687
20688         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20689         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20690
20691 2004-01-09  Julien MOUTTE <julien@moutte.net>
20692
20693         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20694         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20695         * gst-libs/gst/xoverlay/xoverlay.c:
20696         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20698         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20700         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20701         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20702         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20703         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20704         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20705         interface implementation to handle xid being 0 and fix some bugs
20706         triggered by Benjamin's testcase.
20707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20708         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20709         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20710         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20711         interface implementation to handle xid being 0 and fix some bugs
20712         triggered by Benjamin's testcase.
20713
20714 2004-01-09  David Schleef  <ds@schleef.org>
20715
20716         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20717         mouse pointer events.  It works.
20718
20719 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20720
20721         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20722           Use explicit caps - fix capsnego.
20723         * ext/xvid/gstxviddec.c:
20724         * ext/xvid/gstxvidenc.c:
20725           Remove macro-inside-macro which caused compile errors.
20726         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20727           Error out if it's not a RIFF file. Else we error out without
20728           gst_element_error() which is not good...
20729
20730 2004-01-08  David Schleef  <ds@schleef.org>
20731
20732         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20733         Fix pad_link function to handle formats that ffmpeg returns
20734         as multiple caps structures.
20735         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20736         Only complain if source buffer is _smaller_ than expected.
20737         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20738         (gst_videoscale_handle_src_event): Resize navigation events
20739         when passing them upstream.
20740         * gst/videotestsrc/gstvideotestsrc.c:
20741         * gst/videotestsrc/gstvideotestsrc.h:
20742         * gst/videotestsrc/videotestsrc.c:
20743         * gst/videotestsrc/videotestsrc.h:
20744         Rewrite many of the buffer painting functions to handle odd
20745         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20746         been verified to work with my video card.
20747         * testsuite/gst-lint:  Add check for elements calling
20748         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20749
20750 2004-01-08  David Schleef  <ds@schleef.org>
20751
20752         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20753         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20754
20755 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20756
20757         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20758         configure event is not emiting the desired size signal. That fixes
20759         aspect ratio issues with gst-player.
20760
20761 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20762
20763         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20764           Fix capsnego.
20765
20766 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20767
20768         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20769         public method to fire size signal.
20770
20771 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20772
20773         * examples/gstplay/Makefile.am: Adding the interface library.
20774         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20775         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20776         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20777         GST_IS_X_OVERLAY before signal connect.
20778         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20779         Removing the have_video_size signal.
20780         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20781         and associated public method.
20782         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20783         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20784         signal.
20785         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20786         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20787         signal.
20788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20789         Using XOverlay public method to fire size signal.
20790
20791 2004-01-07  David Schleef  <ds@schleef.org>
20792
20793         * gst/videofilter/Makefile.am:
20794         * gst/videofilter/gstvideotemplate.c:
20795         * gst/videofilter/make_filter:
20796         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20797         Convert make_filter to /bin/sh script.
20798
20799 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20800
20801         * gst/modplug/gstmodplug.cc: fix element description
20802
20803 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20804
20805         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20806         (got_video_size): Adding some new lines in g_print calls.
20807         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20808         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20809         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20810         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20811         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20812         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20813         Complete code review, reverting some stuff i disagree with, adding
20814         some fixes : time synchronization on invalid timestamps, renegotiation
20815         of private window.
20816         * sys/ximage/ximagesink.h:
20817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20818         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20819         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20820         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20821         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20822         (gst_xvimagesink_buffer_new),
20823         (gst_xvimagesink_navigation_send_event),
20824         (gst_xvimagesink_set_xwindow_id),
20825         (gst_xvimagesink_get_desired_size),
20826         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20827         stuff i disagree with, adding some fixes : Renegotiation of private
20828         window, implementing get_desired_size.
20829
20830 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20831
20832         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20833         (gst_afsink_handle_event):
20834         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20835         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20836         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20837         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20838         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20839           Fix for instantiate-test (see core). Also remove dead code from
20840           jpegenc (which still needs fixing, but that's lower on my TODO
20841           list...).
20842         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20843           Never return NULL as caps.
20844
20845 2004-01-07  David Schleef  <ds@schleef.org>
20846
20847         * configure.ac:
20848         * ext/Makefile.am:
20849         * ext/librfb/Makefile.am:
20850         * ext/librfb/gstrfbsrc.c:
20851         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20852         is the protocol used by VNC.
20853
20854 2004-01-07  David Schleef  <ds@schleef.org>
20855
20856         * gst/videofilter/gstvideotemplate.c:
20857         * gst/videofilter/gstvideotemplate.h:
20858         * gst/videofilter/make_filter:
20859         Merge videotemplate header into source file.
20860         * gst/effectv/Makefile.am:
20861         * gst/effectv/gsteffectv.c: (plugin_init):
20862         * gst/effectv/gstwarp.c:
20863         Make warpTV a subclass of videofilter.
20864
20865 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20866
20867         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20868           Add guard against invalid utf-8 conversions in mad. Just in case.
20869
20870 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20871
20872         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20873           Fix for bug shown by poisoning
20874
20875 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20876
20877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20878         (gst_v4lmjpegsrc_buffer_free):
20879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20880         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20881         (gst_v4lsrc_buffer_free):
20882           Fix for removed bufferpools.
20883
20884 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20885
20886         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20887         Fix caps negotiation.
20888
20889         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20890         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20891         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20892         (dvdnavsrc_event):
20893         * ext/mpeg2dec/gstmpeg2dec.c:
20894         * gst-libs/gst/navigation/navigation.c:
20895         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20896         * gst-libs/gst/navigation/navigation.h:
20897         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20898         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20900         Super-simple first version of mouse and keyboard events. Clicking
20901         on a DVD menu now works, although it may not take you where you
20902         expected.
20903
20904         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20905         * gst/videotestsrc/gstvideotestsrc.c:
20906         (gst_videotestsrc_src_fixate):
20907         These fixate functions were broken - they never actually
20908         fixated :)
20909
20910 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20911
20912         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20913         (gst_icecastsend_init):
20914           fix for new caps system.
20915         * gst-libs/gst/mixer/mixertrack.h:
20916         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20917           Add 'master track' flag (for tools like ACME that only want to
20918           change the main volume).
20919
20920 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20921
20922         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20923         (gst_xvid_csp_to_caps):
20924         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20925         * ext/xvid/gstxvidenc.c:
20926         ifdef out ARGB type when it isn't available
20927         in xvidcore 1.0.0beta2
20928
20929 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20930
20931         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20932           When we have received a new SCR right in the first buffer after
20933           a seek (so in the same cycle that handles the discont), we should
20934           handle the buffer instead of unreffing it, else we lose data.
20935
20936 2004-01-06  Iain <iain@prettypeople.org>
20937
20938         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20939           buffer-frames caps too.
20940
20941         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20942           caps that we need, don't destroy them all and rebuild them. And when
20943           creating src pads, use the src pad template rather than the sink...
20944
20945 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20946
20947         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20948           Add pad to element *after* setting functions such as event handler.
20949           Without this, the scheduler (opt) will link pads, set the event
20950           handler from the default event function (dispatcher in gstpad.c)
20951           and *after* that, we will set our own event function, which will
20952           thus never be used (and thus mpegdemux doesn't handle events).
20953
20954 2004-01-04  David Schleef  <ds@schleef.org>
20955
20956         Fix the fixate functions to handle new prototype:
20957         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20958         * gst/videotestsrc/gstvideotestsrc.c:
20959         (gst_videotestsrc_src_fixate):
20960         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20961         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20963
20964 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20965
20966         * sys/ximage/ximagesink.h:
20967         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20968         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20969         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20970         (gst_ximagesink_xoverlay_init):
20971           assorted fixes to make (re)embedding work
20972         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20973         (gst_ximagesink_get_desired_size):
20974           implement desired size additions to XOverlay
20975
20976 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20977
20978         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20979         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20980         (gst_x_overlay_got_desired_size):
20981         * gst-libs/gst/xoverlay/xoverlay.h:
20982           Add optional "desired size" signal and querying.
20983
20984 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20985
20986         * gst/matroska/matroska-demux.c:
20987         (gst_matroska_demux_parse_blockgroup):
20988           Fix EBML-laced block parsing. Diffs are relative to previous
20989           lace, not the first lace. Thanks to Mosu from the Matroska
20990           team for detecting this.
20991         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20992         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20993         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20994         (gst_wavparse_change_state):
20995         * gst/wavparse/gstwavparse.h:
20996           Quickfix for capsnego.
20997
20998 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20999
21000         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21001           Fix indenting, fix pad creation.
21002
21003 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21006         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21007         (gst_xviddec_sink_link):
21008           Implement src_getcaps() so proper size caps is negotiated.
21009
21010 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21013           Finish flac decoder on EOS. See #116178.
21014
21015 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21016
21017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21018         (gst_matroska_demux_add_stream):
21019         * gst/matroska/matroska-ids.h:
21020           Add getcaps() function to fix capsnego...
21021
21022 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21025         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21026         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21027           Fix more integer overflows. Again, see #126967.
21028
21029 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21030
21031         * ext/mpeg2dec/gstmpeg2dec.c:
21032           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21033           #130416.
21034
21035 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21036
21037         * configure.ac:
21038         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21039         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21040         * ext/xvid/gstxvid.h:
21041         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21042         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21043         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21044         (gst_xviddec_change_state):
21045         * ext/xvid/gstxviddec.h:
21046         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21047         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21048         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21049         (gst_xvidenc_link), (gst_xvidenc_set_property),
21050         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21051         * ext/xvid/gstxvidenc.h:
21052           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21053
21054 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21055
21056         * gst/rtp/rtp-packet.c:
21057           Add sys/types.h include, since OS X doesn't define in_addr_t
21058           in netinet/in.h, like it does on Linux (see #129600).
21059
21060 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21061
21062         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21065           Correct logic of dispose function (see #129306).
21066
21067 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21068
21069         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21071         (gst_mpeg_parse_init):
21072         * gst/mpegstream/gstmpegparse.h:
21073           Remove clock (which was never provided, i.e. dead code), and
21074           also fix integer overflows at high PTS values (see #126967).
21075
21076 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21077
21078         * ext/flac/gstflacdec.c:
21079         * ext/libpng/gstpngenc.h:
21080         * ext/mikmod/gstmikmod.h:
21081           OS X fixes (see #126628).
21082
21083 2004-01-02  David Schleef  <ds@schleef.org>
21084
21085         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21086         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21087         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21088         (gst_mpeg_parse_class_init): Move pad template registration
21089         to class_init, since the derived class (mpegdemux) doesn't
21090         want them.
21091
21092 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21093
21094         * sys/ximage/Makefile.am:
21095         * sys/xvideo/Makefile.am:
21096         * sys/xvimage/Makefile.am:
21097           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21098           after installation (see #127664).
21099
21100 2004-01-02  David Schleef  <ds@schleef.org>
21101
21102         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21103         (gst_ffmpegenc_connect):  Negotiation fixes.
21104         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21105         Remove inappropriate gst_caps_free().
21106         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21107         Reenable Ronald's internal resize code, since the core handles
21108         it correctly now.
21109
21110 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21111
21112         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21113         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21115           Fix pad template stuff.
21116
21117 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21118
21119         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21120         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21121           fix signed integer reading/writing.
21122
21123 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21124
21125         * ext/alsa/README:
21126           Remove outdated document
21127
21128 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21129
21130         * gst/cutter/gstcutter.c: (gst_cutter_init):
21131           src pad was being created twice - oops.
21132
21133 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21134
21135         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21136           Comment out internal resize. It doesn't handle the resulting
21137           XEvent internally, does another try_set_caps() which leads to
21138           a really nice loop.
21139           Real fix will come when Julien and Dave are awake. ;).
21140
21141 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21142
21143         * ext/mpeg2enc/gstmpeg2enc.cc:
21144           fix const/nonconst compile issue.
21145
21146 2004-01-02  David Schleef  <ds@schleef.org>
21147
21148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21149         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21150         Add fixate function and a check for bad formats.
21151
21152 2004-01-01  David Schleef  <ds@schleef.org>
21153
21154         Negotiation fixes:
21155         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21156         (gst_audiofilter_init):
21157         * gst/debug/efence.c: (gst_efence_init):
21158         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21159         (gst_deinterlace_init):
21160         * gst/volume/gstvolume.c: (volume_connect):
21161
21162 2004-01-01  David Schleef  <ds@schleef.org>
21163
21164         Convert elements to use gst_pad_use_explicit_caps() where
21165         appropriate:
21166         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21167         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21168         (gst_afparse_open_file):
21169         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21170         (gst_afsrc_open_file):
21171         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21172         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21173         (gst_ffmpegdec_chain):
21174         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21175         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21176         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21177         (gst_gdk_pixbuf_chain):
21178         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21179         (gst_jpegdec_chain):
21180         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21181         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21182         (gst_mikmod_negotiate):
21183         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21184         (gst_mpeg2dec_negotiate_format):
21185         * ext/mpeg2enc/gstmpeg2enc.cc:
21186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21187         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21188         (gst_speexdec_sinkconnect):
21189         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21190         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21191         (gst_vorbisfile_new_link):
21192         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21193         (gst_ac3parse_chain):
21194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21195         (gst_asf_demux_setup_pad):
21196         * gst/auparse/gstauparse.c: (gst_auparse_init),
21197         (gst_auparse_chain):
21198         * gst/id3/gstid3types.c: (gst_id3types_loop):
21199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21200         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21201         (mp1videoparse_parse_seq):
21202         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21203         (bpf_from_header):
21204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21205         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21206         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21207         (gst_mpeg_parse_send_data):
21208         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21209         (gst_qtdemux_add_stream):
21210         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21211         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21212         (gst_wavparse_parse_fmt):
21213
21214 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21215
21216         * configure.ac:
21217           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21218           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21219           it therefore uses the wrong include paths. Too bad... Note
21220           that 1.6.1.93 is not release yet. ;).
21221           Also add a check for mplex, which is now using the lib'ified
21222           mplex from mjpegtools, too.
21223         * ext/ffmpeg/gstffmpegcodecmap.c:
21224           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21225           issues. I don't think ffmpeg handles 3ivx correctly, so this
21226           probably won't work. But it won't hurt either.
21227         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21228         (gst_ffmpegdec_chain):
21229         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21230         (gst_ffmpegenc_chain_audio):
21231           Fix memleak in audio encoding. Close codec if open fails, this
21232           calls the cleanup routines so we can re-use the context.
21233         * ext/mpeg2enc/gstmpeg2enc.cc:
21234           Fix pad template names/types, fix memory issue with getcaps().
21235         * ext/mpeg2enc/gstmpeg2encoder.cc:
21236         * ext/mpeg2enc/gstmpeg2encoder.hh:
21237           Fix compile issue with new caps system (const thingy).
21238         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21239         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21240           We read a first frame right on initing, so that we have a caps
21241           when we init the output. This caps is cached in padprivate and
21242           read as first frame.
21243         * ext/mplex/Makefile.am:
21244         * ext/mplex/gstmplex.cc:
21245         * ext/mplex/gstmplex.h:
21246         * ext/mplex/gstmplex.hh:
21247         * ext/mplex/gstmplexibitstream.cc:
21248         * ext/mplex/gstmplexibitstream.hh:
21249         * ext/mplex/gstmplexjob.cc:
21250         * ext/mplex/gstmplexjob.hh:
21251         * ext/mplex/gstmplexoutputstream.cc:
21252         * ext/mplex/gstmplexoutputstream.hh:
21253           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21254           had issues, didn't do capsnego, supported only a subset of the
21255           mplex features and required a mplex fork in our local CVS. Plus
21256           that it worked agaist a very old mplex version. Rewriting was
21257           faster than updating it.
21258         * gst-libs/ext/Makefile.am:
21259         * gst-libs/ext/mplex/INSTRUCT:
21260         * gst-libs/ext/mplex/Makefile.am:
21261         * gst-libs/ext/mplex/README:
21262         * gst-libs/ext/mplex/TODO:
21263         * gst-libs/ext/mplex/ac3strm_in.cc:
21264         * gst-libs/ext/mplex/audiostrm.hh:
21265         * gst-libs/ext/mplex/audiostrm_out.cc:
21266         * gst-libs/ext/mplex/aunit.hh:
21267         * gst-libs/ext/mplex/bits.cc:
21268         * gst-libs/ext/mplex/bits.hh:
21269         * gst-libs/ext/mplex/buffer.cc:
21270         * gst-libs/ext/mplex/buffer.hh:
21271         * gst-libs/ext/mplex/fastintfns.h:
21272         * gst-libs/ext/mplex/format_codes.h:
21273         * gst-libs/ext/mplex/inputstrm.cc:
21274         * gst-libs/ext/mplex/inputstrm.hh:
21275         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21276         * gst-libs/ext/mplex/mjpeg_logging.cc:
21277         * gst-libs/ext/mplex/mjpeg_logging.h:
21278         * gst-libs/ext/mplex/mjpeg_types.h:
21279         * gst-libs/ext/mplex/mpastrm_in.cc:
21280         * gst-libs/ext/mplex/mpegconsts.cc:
21281         * gst-libs/ext/mplex/mpegconsts.h:
21282         * gst-libs/ext/mplex/mplexconsts.hh:
21283         * gst-libs/ext/mplex/multplex.cc:
21284         * gst-libs/ext/mplex/outputstream.hh:
21285         * gst-libs/ext/mplex/padstrm.cc:
21286         * gst-libs/ext/mplex/padstrm.hh:
21287         * gst-libs/ext/mplex/stillsstream.cc:
21288         * gst-libs/ext/mplex/stillsstream.hh:
21289         * gst-libs/ext/mplex/systems.cc:
21290         * gst-libs/ext/mplex/systems.hh:
21291         * gst-libs/ext/mplex/vector.cc:
21292         * gst-libs/ext/mplex/vector.hh:
21293         * gst-libs/ext/mplex/videostrm.hh:
21294         * gst-libs/ext/mplex/videostrm_in.cc:
21295         * gst-libs/ext/mplex/videostrm_out.cc:
21296         * gst-libs/ext/mplex/yuv4mpeg.cc:
21297         * gst-libs/ext/mplex/yuv4mpeg.h:
21298         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21299         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21300           We don't fork mjpegtools' mplex in our CVS anymore.
21301         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21302         (gst_avi_demux_add_stream):
21303         * gst/avi/gstavidemux.h:
21304           Add getcaps() function for proper caps nego. This makes some
21305           parts of AVI playback/reading work.
21306         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21307           Resize window on new capsnego. This is probably wrong, but
21308           I'm still committing it because with current capsnego, the
21309           first successfull capsnego is auto-fixated, therefore rounded
21310           down to the lowest values in the caps. this results in a 16x16
21311           XWindow that is not reized when real capsnego finishes.
21312           Dave, I see more cases of this, do you know a proper solution?
21313         * tools/gst-launch-ext.in:
21314           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21315
21316 2003-12-31  David Schleef  <ds@schleef.org>
21317
21318         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21319         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21320           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21321
21322 2003-12-30  David Schleef  <ds@schleef.org>
21323
21324         * ext/ffmpeg/gstffmpegcolorspace.c:
21325         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21326         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21327         (gst_ffmpegcsp_chain): Negotiation fixes
21328         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21330         (gst_audio_convert_link), (gst_audio_convert_channels):
21331         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21332         (gst_audioscale_link), (gst_audioscale_get_buffer),
21333         (gst_audioscale_chain): Negotiation fixes
21334         * gst/audioscale/gstaudioscale.h:
21335         * gst/videofilter/gstvideofilter.c:
21336         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21337         (gst_videofilter_link), (gst_videofilter_init),
21338         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21339         (gst_videofilter_find_format_by_structure):
21340         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21342         (gst_videoscale_link):
21343         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21344         (videoscale_find_by_structure), (gst_videoscale_setup):
21345         * gst/videoscale/videoscale.h: Negotiation fixes
21346         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21347         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21348         function, restrict resizing to a multiple of 4 (hack until
21349         everyone supports odd sizes correctly).
21350
21351 2003-12-29  Colin Walters  <walters@verbum.org>
21352
21353         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21354         signed.
21355
21356 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21357
21358         * ext/sndfile/gstsf.c: (gst_sf_loop):
21359           Fix warning about discarding const qualifier
21360
21361 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21362
21363         * gst/cutter/gstcutter.c:
21364         * gst/videoscale/gstvideoscale.c:
21365         * gst/volenv/gstvolenv.c:
21366         * gst-libs/gst/audio/audio.c:
21367         * gst-libs/gst/video/video.c:
21368           Fix warnings
21369
21370 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21371
21372         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21373           Don't send ALSA debugging to stderr.
21374         * ext/alsa/gstalsa.h:
21375           Use GST_WARNING instead of g_warning when ALSA functions fail.
21376
21377 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21378
21379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21380           Free XVAdapterInfo correctly.
21381
21382 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21383
21384         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21385         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21386           Make id3tag use correct caps nego.
21387
21388 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21389
21390         * ext/ivorbis/vorbis.c:
21391         * ext/ivorbis/vorbisenc.h:
21392         * ext/ivorbis/vorbisfile.c:
21393           Modify so that it uses the new caps things
21394
21395 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21396
21397         * testsuite/spider/spider1.c: (main):
21398         * testsuite/spider/spider2.c: (main):
21399         * testsuite/spider/spider3.c: (main):
21400           Make tests compile again. They probably don't work.
21401
21402 2003-12-24  Colin Walters  <walters@verbum.org>
21403
21404         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21405         we can't fixate the caps anymore.
21406
21407 2003-12-23  David Schleef  <ds@schleef.org>
21408
21409         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21410         * sys/oss/gstosssink.c: (gst_osssink_init),
21411         (gst_osssink_sink_fixate): Add fixate function.
21412
21413 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21414
21415         * ext/ffmpeg/gstffmpegcodecmap.c:
21416         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21417         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21418         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21419         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21420         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21421         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21422         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21423           fix typo in RGB masks, and move back to "old" colorspace
21424           capsnego code until whoever wrote this new crap has actually
21425           tested it so that it works.
21426           And yes, this works, keep it that way please.
21427
21428 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21429
21430         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21431         (gst_divxdec_init), (gst_divxdec_negotiate):
21432         * ext/divx/gstdivxdec.h:
21433         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21434         (gst_divxenc_init):
21435         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21436         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21437         * ext/mpeg2enc/gstmpeg2enc.cc:
21438         * ext/mpeg2enc/gstmpeg2encoder.cc:
21439         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21440         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21441         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21442         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21443         (dxr3spusink_init):
21444         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21445         (dxr3videosink_init):
21446           Fix caps breakage after Dave's caps branch merge.
21447
21448 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21449
21450         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21451           Fix for 24bpp display.
21452
21453 2003-12-23  Colin Walters  <walters@verbum.org>
21454
21455         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21456         a GnomeVFSHandle directly.
21457
21458 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21459
21460         * gst/volume/Makefile.am:
21461         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21462         (volume_base_init), (volume_init):
21463           Reenable volume element and fix to work with new caps stuff.
21464           Rhythmbox needs this.
21465
21466 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21467
21468         * gst/qtdemux/qtdemux.c: (plugin_init):
21469           qtdemux requires bytestream
21470
21471 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21472
21473         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21474           Fix remaining caps handling errors due to CAPS merge.
21475
21476 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21477
21478         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21479         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21480         (gst_faad_srcconnect):
21481           Port to new caps system.
21482
21483 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21484
21485         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21486         (got_video_size), (main): using g_print instead of g_message.
21487         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21488         signal which was not emitted because of "switch" element added to the
21489         bin but not connected. (Removing from the bin temporarily)
21490
21491 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21492
21493         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21494         find X development files. I don't understand the previous tests and
21495         they fail on my debian/ppc unstable. This one works.
21496         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21497         exiting.
21498         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21499         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21500         (gst_play_set_visualization): Add some safety checks in set_ methods
21501         and state_change. This was throwing some ugly CRITICAL messages when
21502         pipeline was getting disposed and casts were failing.
21503
21504 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21505
21506         * configure.ac:
21507           Improve mpeg2enc detection. This is for distributions that do
21508           ship mjpegtools, but without mpeg2enc. Also does object check
21509           for might there ever be ABI incompatibility.
21510         * ext/mpeg2enc/gstmpeg2enc.cc:
21511           Add Andrew as second maintainer (he's helping me), and also add
21512           an error if no caps was set. This happens if I pull before capsnego
21513           and that's something I should solve sometime else.
21514         * gst/matroska/matroska-demux.c:
21515         (gst_matroska_demux_parse_blockgroup):
21516           Fix time parsing.
21517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21518         (gst_matroska_mux_track_header):
21519           Add caps to templates.
21520         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21521           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21522         * gst/mpegstream/gstmpegdemux.c:
21523           Remove layer since it causes warnings about unfixed caps.
21524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21525           Fix obvious typo (we error out if caps were set, we should of
21526           course error out if *no* caps were set).
21527         * sys/oss/gstosselement.c: (gst_osselement_convert):
21528           Fix format conversion, we confused bits/bytes.
21529         * sys/oss/gstosselement.h:
21530           Improve documentation for 'bps'.
21531         * sys/v4l/TODO:
21532           Remove stuff about plugins that need removing - this was done
21533           ages ago.
21534         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21535         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21536         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21537         (gst_v4lsrc_src_query):
21538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21539         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21540           Add get_query_types(), get_formats() and query() functions.
21541
21542 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21543
21544         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21545         * moved CVS to freedesktop.org