gst/playback/gststreamselector.c: Fix ref-counting
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * gst/playback/gststreamselector.c:
4         (gst_stream_selector_class_init),
5         (gst_stream_selector_set_property),
6         (gst_stream_selector_get_property),
7         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8         Fix ref-counting
9
10 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
11
12         * gst/subparse/gstsubparse.c: (feed_textbuf):
13           Don't access already unref'ed buffer.
14
15 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
16
17         * gst/playback/gststreamselector.c:
18         (gst_stream_selector_class_init), (gst_stream_selector_init),
19         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20         (gst_stream_selector_get_property),
21         (gst_stream_selector_get_linked_pad),
22         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
23         * gst/playback/gststreamselector.h:
24         Add the active-pad property for playbin to use shortly. Ignore buffers
25         from any other pad, returning GST_FLOW_NOT_LINKED
26
27 2005-11-29  Julien MOUTTE  <julien@moutte.net>
28
29         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
30         patch from bug #322704 (Alessandro Decina).
31
32 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
33
34         * gst-libs/gst/audio/Makefile.am:
35           folded audiofilter into the audio library
36
37 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
38
39         * gst/videoscale/gstvideoscale.h:
40         * gst/videoscale/gstvideoscale.c:
41           remove unimplemented scale methods
42
43 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
44
45         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
46           Don't leak caps.
47
48 2005-11-28  Julien MOUTTE  <julien@moutte.net>
49
50         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
51         (gst_ximagesink_setcaps):
52         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
53         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
54         happens (only visible on ximagesink but bug is in xv too) set_caps was
55         destroying the internal x[v]image used to memcpy non locally alloced
56         buffers so that it got renewed on next _chain. The issue is that 
57         _expose will try to put that image as it reffed it in _put.
58         Using gst_buffer_unref instead of destroy fixes it !
59
60 2005-11-28  Edward Hervey  <edward@fluendo.com>
61
62         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
63         (try_to_link_1), (queue_filled_cb):
64         Better use of the queues. Start with a small size queue and only increase
65         the size of the queues when the other queues are empty.
66
67 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
68
69         * gst-libs/gst/video/Makefile.am:
70           compile in copied-over videofilter into the video library
71         * gst-libs/gst/video/videosink.h:
72           rename the header to gstvideosink.h since it's a base GstObject class
73         * sys/ximage/ximagesink.h:
74         * sys/xvimage/xvimagesink.h:
75           use the new header
76
77 2005-11-28  Wim Taymans  <wim@fluendo.com>
78
79         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
80         * gst/playback/gstplaybasebin.h:
81         Prepare to handle errors betters.
82
83         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
84         Set sinks to PAUSED first before adding and linking them so that
85         we don't interrupt dataflow.
86
87 2005-11-28  Wim Taymans  <wim@fluendo.com>
88
89         * gst-libs/gst/audio/TODO:
90         Updated TODO
91
92         * gst-libs/gst/audio/gstaudiosink.c:
93         (gst_audioringbuffer_open_device),
94         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
95         (gst_audioringbuffer_release):
96         Small cleanups.
97
98         * gst-libs/gst/audio/gstbaseaudiosink.c:
99         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
100         (gst_base_audio_sink_change_state):
101         Slave to the master clock when going to PLAYING and unslave when
102         going to PAUSED.
103
104         * gst-libs/gst/audio/gstringbuffer.c:
105         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
106         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
107         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
108         (gst_ring_buffer_clear_all), (wait_segment),
109         (gst_ring_buffer_commit), (gst_ring_buffer_read),
110         (gst_ring_buffer_advance):
111         * gst-libs/gst/audio/gstringbuffer.h:
112         Add some docs and cleanups.
113
114 2005-11-28  Julien MOUTTE  <julien@moutte.net>
115
116         * sys/xvimage/xvimagesink.c:
117         (gst_xvimagesink_navigation_send_event): Fix navigation events
118         coordinates translation with pixel aspect ratios.
119
120 2005-11-28  Julien MOUTTE  <julien@moutte.net>
121
122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
123         Use calculated video geometry from _setcaps instead of buffer
124         caps to respect pixel aspect ratio. (fixes #322388)
125
126 2005-11-28  Julien MOUTTE  <julien@moutte.net>
127
128         * docs/libs/tmpl/gstcolorbalance.sgml:
129         * docs/libs/tmpl/gstmixer.sgml:
130         * docs/libs/tmpl/gstxoverlay.sgml:
131         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
132         interface.
133
134 2005-11-28  Julien MOUTTE  <julien@moutte.net>
135
136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
137         Refuse to create an XvImage if we can't find the format.
138
139 2005-11-28  Edward Hervey  <edward@fluendo.com>
140
141         * gst-libs/gst/riff/riff-media.c:
142         (gst_riff_create_audio_template_caps):
143         Add ATRAC3 to the list of riff-possible audio caps.
144         I know we still don't have a plugin for atrac3, but it's saner to output
145         that than a cryptic mimetype.
146
147 2005-11-27  Edward Hervey  <edward@fluendo.com>
148
149         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
150         Don't try to create a zero-sized subbuffer.
151
152 2005-11-27  Julien MOUTTE  <julien@moutte.net>
153
154         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
155         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
156         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
157         (gst_ximagesink_expose): Fixed a tricky race.
158         * sys/ximage/ximagesink.h:
159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
160         (gst_xvimagesink_expose): Fixed a tricky race.
161         * sys/xvimage/xvimagesink.h:
162
163 2005-11-27  Edward Hervey  <edward@fluendo.com>
164
165         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
166         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
167         Remove unused properties, and add queues between demuxers and decoders
168         so that a lot more files can preroll properly.
169
170 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
171
172         * gst-libs/gst/net/Makefile.am:
173         * gst-libs/gst/rtp/Makefile.am:
174         * gst-libs/gst/tag/Makefile.am:
175           remove silly include
176         * gst/tags/Makefile.am:
177         * gst/tags/gsttagediting.c:
178         * gst/tags/gsttageditingprivate.h:
179         * gst/tags/tagedit.vcproj:
180           remove directory, is as good as empty
181
182 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
183
184         * configure.ac:
185           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
186         * gst-libs/Makefile.am:
187         * gst-libs/gst/audio/Makefile.am:
188         * gst-libs/gst/interfaces/Makefile.am:
189         * gst-libs/gst/net/Makefile.am:
190         * gst-libs/gst/riff/Makefile.am:
191         * gst-libs/gst/rtp/Makefile.am:
192         * gst-libs/gst/tag/Makefile.am:
193         * gst-libs/gst/video/Makefile.am:
194           and use them
195
196 2005-11-27  Julien MOUTTE  <julien@moutte.net>
197
198         * docs/libs/tmpl/gstcolorbalance.sgml:
199         * docs/libs/tmpl/gstmixer.sgml:
200         * docs/libs/tmpl/gstxoverlay.sgml:
201         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
202         * sys/ximage/ximagesink.h:
203         * sys/xvimage/xvimagesink.h: More and more documentation.
204
205 2005-11-26  Julien MOUTTE  <julien@moutte.net>
206
207         * docs/libs/gst-plugins-base-libs-docs.sgml:
208         * docs/libs/gst-plugins-base-libs-sections.txt:
209         * docs/libs/tmpl/gstcolorbalance.sgml:
210         * docs/libs/tmpl/gstmixer.sgml:
211         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
212         to documentation.
213
214 2005-11-26  Julien MOUTTE  <julien@moutte.net>
215
216         * docs/plugins/Makefile.am:
217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
219         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
220
221 2005-11-26  Julien MOUTTE  <julien@moutte.net>
222
223         * docs/plugins/Makefile.am:
224         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
225         * docs/plugins/gst-plugins-base-plugins-sections.txt:
226         * docs/plugins/inspect/plugin-adder.xml:
227         * docs/plugins/inspect/plugin-alsa.xml:
228         * docs/plugins/inspect/plugin-audioconvert.xml:
229         * docs/plugins/inspect/plugin-audiorate.xml:
230         * docs/plugins/inspect/plugin-audioresample.xml:
231         * docs/plugins/inspect/plugin-audiotestsrc.xml:
232         * docs/plugins/inspect/plugin-decodebin.xml:
233         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
234         * docs/plugins/inspect/plugin-gnomevfs.xml:
235         * docs/plugins/inspect/plugin-ogg.xml:
236         * docs/plugins/inspect/plugin-playbin.xml:
237         * docs/plugins/inspect/plugin-subparse.xml:
238         * docs/plugins/inspect/plugin-tcp.xml:
239         * docs/plugins/inspect/plugin-theora.xml:
240         * docs/plugins/inspect/plugin-typefindfunctions.xml:
241         * docs/plugins/inspect/plugin-video4linux.xml:
242         * docs/plugins/inspect/plugin-videorate.xml:
243         * docs/plugins/inspect/plugin-videoscale.xml:
244         * docs/plugins/inspect/plugin-videotestsrc.xml:
245         * docs/plugins/inspect/plugin-volume.xml:
246         * docs/plugins/inspect/plugin-vorbis.xml:
247         * docs/plugins/inspect/plugin-ximagesink.xml:
248         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
249         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
250
251 2005-11-26  Edward Hervey  <edward@fluendo.com>
252
253         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
254         Properly return GstFlowReturn from gst_pad_push in chain functions.
255
256 2005-11-25  Michael Smith  <msmith@fluendo.com>
257
258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
259         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
260         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
261         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
262           Handle various conditions better when we don't understand a stream.
263           Removes a heap of CRITICALs on ogg streams containing unknown data.
264
265 2005-11-24  Andy Wingo  <wingo@pobox.com>
266
267         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
268         Be threadsafe.
269
270 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
271
272         * configure.ac: back to HEAD
273
274 === release 0.9.6 ===
275
276 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
277
278         * configure.ac:
279           releasing 0.9.6, "White Eight"
280
281 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
282
283         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
284         * docs/plugins/inspect/plugin-sine.xml:
285           remove sinesrc some more
286
287 2005-11-23  Wim Taymans  <wim@fluendo.com>
288
289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
290         If we are reading too slowly, jump forward in the ringbuffer
291         instead of blocking.
292
293 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
294
295         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
296         (gst_visual_chain):
297         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
298         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
299         (gst_videorate_chain):
300         * gst/videotestsrc/gstvideotestsrc.c:
301         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
302         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
303         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
304         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
305         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
306         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
307           Updates for API changes
308
309 2005-11-23  Wim Taymans  <wim@fluendo.com>
310
311         * gst-libs/gst/audio/gstbaseaudiosink.c:
312         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
313         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
314         Fix for calibration API change.
315
316 2005-11-23  Michael Smith <msmith@fluendo.com>
317
318         * gst-libs/gst/audio/multichannel.c:
319         (gst_audio_get_channel_positions),
320         (gst_audio_set_channel_positions),
321         (gst_audio_set_structure_channel_positions_list),
322         (gst_audio_fixate_channel_positions):
323           Use gst_value_array_*() functions on value arrays, not
324           gst_value_list_*().
325
326 2005-11-23  Edward Hervey  <edward@fluendo.com>
327
328         * autogen.sh:
329         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
330         Fixes autogen
331
332 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
333
334         * check/Makefile.am:
335         * check/elements/videotestsrc.c: (setup_videotestsrc),
336         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
337         (main):
338           add a test for videotestsrc
339
340 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
341
342         * gst/sine/.cvsignore:
343         * gst/sine/Makefile.am:
344         * gst/sine/gstsinesrc.c:
345         * gst/sine/gstsinesrc.h:
346         * gst/sine/sinesrc.vcproj:
347           and remove sinesrc from the repository.  Closes #321446
348
349 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
350
351         * configure.ac:
352         * gst-plugins-base.spec.in:
353           remove sinesrc from the build
354
355 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
356
357         * check/Makefile.am:
358         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
359         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
360         (main):
361           add a test for audiotestsrc, testing all waves.  Even seems
362           leak-free at first glance, nice job Stefan
363
364 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
365
366         * po/af.po:
367         * po/az.po:
368         * po/cs.po:
369         * po/en_GB.po:
370         * po/hu.po:
371         * po/it.po:
372         * po/nb.po:
373         * po/nl.po:
374         * po/or.po:
375         * po/sq.po:
376         * po/sr.po:
377         * po/sv.po:
378         * po/uk.po:
379         * po/vi.po:
380           Translation string updates
381
382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
383         (gst_v4lsrc_set_caps):
384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
385         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
386         * sys/v4l/v4lsrc_calls.h:
387           Improve v4lsrc, by making it work again.
388
389 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
390
391         * ext/libvisual/visual.c: (gst_visual_chain):
392           Fix the fps calculations.
393
394         * gst/ffmpegcolorspace/avcodec.h:
395           Move structure element for clarity
396
397         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
398         * gst-libs/gst/interfaces/tunernorm.h:
399         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
400         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
401         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
402         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
403         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
404         (gst_v4lmjpegsrc_getcaps):
405         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
406         (gst_v4lsrc_set_caps):
407         * sys/v4l/gstv4lsrc.h:
408         * sys/v4l/v4l_calls.c: (gst_v4l_open):
409         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
410         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
411         * sys/v4l/v4lsrc_calls.h:
412           Fractional framerates...
413
414 2005-11-22  Wim Taymans  <wim@fluendo.com>
415
416         * gst-libs/gst/audio/gstbaseaudiosink.c:
417         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
418         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
419         And we provide a clock by default, of course...
420
421 2005-11-22  Wim Taymans  <wim@fluendo.com>
422
423         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
424         This clock can be slaved to a master clock now.
425
426         * gst-libs/gst/audio/gstbaseaudiosink.c:
427         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
428         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
429         (gst_base_audio_sink_set_clock),
430         (gst_base_audio_sink_set_property),
431         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
432         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
433         * gst-libs/gst/audio/gstbaseaudiosink.h:
434         Handle slaving the internal clock to the clock selected in the
435         pipeline.
436         Add property to make the basesink not provide a clock.
437
438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
439         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
440         (gst_base_rtp_depayload_wait):
441         * gst-libs/gst/rtp/gstbasertpdepayload.h:
442         We can use the clock in GstElement, no need to store it ourselves.
443
444 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
445
446         * docs/libs/tmpl/gstaudio.sgml:
447           update
448         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
449         (gst_paranoia_endian_get_type):
450         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
451         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
452         * gst/audiotestsrc/gstaudiotestsrc.c:
453         (gst_audiostestsrc_wave_get_type):
454         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
455         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
456         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
457         (gst_sync_method_get_type), (gst_unit_type_get_type),
458         (gst_client_status_get_type), (gst_multifdsink_class_init),
459         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
460         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
461         (gst_multifdsink_get_property):
462         * gst/tcp/gstmultifdsink.h:
463         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
464         * gst/videotestsrc/gstvideotestsrc.c:
465         (gst_videotestsrc_pattern_get_type):
466           remove deprecated properties
467           fix up enums to correctly have short lowercase dashed nicks
468
469 2005-11-22  Michael Smith <msmith@fluendo.com>
470
471         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
472         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
473           Add underscore.
474
475 2005-11-22  Michael Smith <msmith@fluendo.com>
476
477         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
478         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
479           Use utility method for scaling clocktime for fractional framerates.
480
481 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
482
483         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
484         (gst_visual_chain):
485         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
486         * ext/theora/theoradec.c: (theora_handle_type_packet):
487         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
488         (theora_enc_chain):
489         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
490         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
491         * gst-libs/gst/video/video.h:
492         * gst/ffmpegcolorspace/avcodec.h:
493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
494         (gst_ffmpeg_caps_to_pixfmt):
495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
496         (gst_ffmpegcsp_set_caps):
497         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
498         (gst_videorate_setcaps), (gst_videorate_blank_data),
499         (gst_videorate_chain):
500         * gst/videotestsrc/gstvideotestsrc.c:
501         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
502         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
503         (gst_videotestsrc_event), (gst_videotestsrc_create):
504         * gst/videotestsrc/gstvideotestsrc.h:
505         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
506         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
507         (gst_ximagesink_get_times), (gst_ximagesink_init):
508         * sys/ximage/ximagesink.h:
509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
510         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
511         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
512         * sys/xvimage/xvimagesink.h:
513           Convert elements to use fractions for their framerate.
514           V4L elements to come later tonight.
515
516 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
517
518         * gst-libs/gst/audio/audio.c:
519         * gst-libs/gst/audio/audio.h:
520           remove some deprecated functions
521
522 2005-11-22  Andy Wingo  <wingo@pobox.com>
523
524         * Update for gst_tag_setter API changes.
525
526 2005-11-22  Andy Wingo  <wingo@pobox.com>
527
528         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
529         (gst_ogg_demux_perform_seek):
530         * ext/theora/theoradec.c (theora_dec_sink_event):
531         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
532         update-funcnames.
533
534 2005-11-22  Wim Taymans  <wim@fluendo.com>
535
536         * examples/seeking/seek.c: (main):
537         Give higher priority to bus signals than the gtk events
538         to fix a race condition in the segment looping.
539
540 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
541
542         * ext/theora/Makefile.am:
543         * ext/vorbis/Makefile.am:
544         * gst-libs/gst/tag/Makefile.am:
545         * gst-plugins-base.spec.in:
546           Rename libgsttagedit to libgsttag (#322117).
547
548 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
552           Call gst_x_overlay_prepare_xwindow_id() to give applications
553           a final chance to set their own xwindow id before the video
554           sink creates its own window.
555
556 2005-11-22  Julien MOUTTE  <julien@moutte.net>
557
558         * sys/xvimage/xvimagesink.c:
559         (gst_xvimagesink_navigation_send_event): Handle navigation
560         events correcly with borders if applicable.
561
562 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
563
564         Patch by: Luca Ognibene
565
566         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
567         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
569         (gst_ffmpegcsp_caps_remove_format_info):
570         * gst/ffmpegcolorspace/imgconvert.c:
571         * gst/ffmpegcolorspace/imgconvert_template.h:
572           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
573           #318353); use gst_structure_has_name().
574
575 2005-11-22  Julien MOUTTE  <julien@moutte.net>
576
577         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
578         (gst_ximagesink_class_init): Add debug macros on functions.
579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
580         (gst_xvimagesink_xwindow_draw_borders),
581         (gst_xvimagesink_xvimage_put),
582         (gst_xvimagesink_xwindow_update_geometry),
583         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
584         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
585         (gst_xvimagesink_xcontext_clear),
586         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
587         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
588         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
589         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
590         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
591         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
592         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
593         expose while being PAUSED, out of data flow navigation events, etc..
594
595 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
596
597         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
598         * gst-libs/gst/audio/audio.h:
599           fix prototype - wondering why the test worked regardless
600
601 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
602
603         * check/Makefile.am:
604         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
605         * gst-libs/gst/audio/audio.h:
606           add a method that returns a proper GstClockTime
607
608 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
611         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
612         * gst-libs/gst/interfaces/xoverlay.h:
613           Remove everything having to do with the desired size; add 
614           gst_x_overlay_prepare_xwindow_id() function; remove the
615           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
616           post a message on the bus instead (#321816).
617
618         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
620         (gst_xvimagesink_xoverlay_init):
621           Remove desired size stuff (#321816).
622
623 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
624
625         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
626         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
627         (mpeg_video_type_find), (mpeg_video_stream_type_find):
628           Terminate vararg functions with NULL instead of 0 to 
629           make gcc4 happy.
630
631 2005-11-21  Andy Wingo  <wingo@pobox.com>
632
633         patch by: Sebastien Cote <sebas642@yahoo.ca>
634         
635         * gst-libs/gst/rtp/gstrtpbuffer.h: 
636         * gst-libs/gst/rtp/gstrtpbuffer.c
637         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
638
639 2005-11-21  Andy Wingo  <wingo@pobox.com>
640
641         * gst/playback/gstplaybin.c (gen_audio_element) 
642         (gen_video_element): Use the new MISSING_PLUGIN core error
643         category. Closes #320060.
644
645         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
646         * gst/videorate/gstvideorate.c (gst_videorate_event):
647         * ext/theora/theoradec.c (theora_dec_sink_event): 
648         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
649         stream lock.
650
651         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
652         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
653         stream lock changes.
654
655 2005-11-21  Wim Taymans  <wim@fluendo.com>
656
657         * gst-libs/gst/audio/gstbaseaudiosink.c:
658         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
659         (gst_base_audio_sink_provide_clock),
660         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
661         (gst_base_audio_sink_change_state):
662         * gst/audioresample/gstaudioresample.c:
663         Segment update fix.
664
665 2005-11-21  Andy Wingo  <wingo@pobox.com>
666
667         * *.h:
668         * *.c: Ran scripts/update-macros. Oh yes.
669
670 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
671
672         * sys/ximage/Makefile.am:
673         * sys/ximage/ximage.c:
674           Rename ximage plugin to ximagesink (#321426) (Don't forget to
675           remove your old libgstximage.* manually if necessary).
676
677 2005-11-21  Michael Smith <msmith@fluendo.com>
678
679         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
680           Minimal fix for bug #320200: set the min/max bitrate in the correct
681           units. A better fix would be to upgrade to the RATEMANAGE2
682           interface, rather than using the deprecated interface used here, but
683           that would require an update in our libvorbis dependency (to 1.1),
684           which is probably undesirable.
685
686 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
687
688         * ext/libvisual/visual.c: (get_buffer):
689         * gst-libs/gst/audio/gstbaseaudiosrc.c:
690         (gst_base_audio_src_fixate):
691         * gst/audioconvert/gstaudioconvert.c:
692         (gst_audio_convert_fixate_caps):
693         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
694         * gst/audiotestsrc/gstaudiotestsrc.c:
695         (gst_audiotestsrc_src_fixate):
696         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
697         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
698         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
699         * gst/videotestsrc/gstvideotestsrc.c:
700         (gst_videotestsrc_src_fixate):
701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
703           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
704           (#322027)
705
706
707 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
708
709         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
710         (gst_riff_create_iavs_caps):
711         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
712         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
713         (gst_riff_parse_info):
714         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
717           Fixes for GST_FOURCC_FORMAT API change.
718
719 2005-11-21  Andy Wingo  <wingo@pobox.com>
720
721         patch by: Alessandro Dessina <alessandro nnva org>
722
723         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
724         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
725         (gst_ogg_parse_chain):
726         * ext/theora/theoraenc.c (theora_set_header_on_caps):
727         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
728         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
729         gst_value_list calls on arrays. Fixes #321962.
730
731 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
732
733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
734         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
735         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
736         * gst/adder/gstadder.c: (gst_adder_init),
737         (gst_adder_request_new_pad), (gst_adder_collected),
738         (gst_adder_change_state):
739           Update for gst_collectpads_foo() to gst_collect_pads_foo()
740           API change.
741
742 2005-11-21  Michael Smith <msmith@fluendo.com>
743
744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
745         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
746           Properly handle pad_push return values.
747
748 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
749
750         * gst-libs/gst/tag/Makefile.am:
751         * gst-libs/gst/tag/gstvorbistag.c:
752         (gst_tag_list_to_vorbiscomment_buffer):
753           Remove obsolete vorbistag element and debug category.
754
755         * gst/playback/gstplaybasebin.c: (check_queue):
756           Don't divide by 0 when queue-threshold is 0.
757
758         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
759           Don't modify an existing pixel-aspect-ratio if we fail to read
760           a new one.
761
762 2005-11-20  Wim Taymans  <wim@fluendo.com>
763
764         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
765         (gst_vorbisenc_push_packet):
766         GST_PAD_IS_USABLE is gone, use the return value of
767         the push or pad_alloc_buffer instead.
768
769 2005-11-18  Julien MOUTTE  <julien@moutte.net>
770
771         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
772         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
773         (gst_ximagesink_ximage_destroy),
774         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
775         (gst_ximagesink_xwindow_new),
776         (gst_ximagesink_xwindow_update_geometry),
777         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
778         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
779         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
780         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
781         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
782         (gst_ximagesink_navigation_send_event),
783         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
784         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
785         (gst_ximagesink_finalize), (gst_ximagesink_init),
786         (gst_ximagesink_class_init):
787         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
788         This new version brings correct software scaling, non flickering
789         window while resizing, pixel aspect ratio handling, usage of
790         hardware buffer pools, out of data flow event thread for 
791         navigation and handling of expose events even when being PAUSED,
792         a new property to keep video aspect ratio when resizing, etc...
793
794 2005-11-18  Julien MOUTTE  <julien@moutte.net>
795
796         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
797         (gst_videoscale_fixate_caps): Introduce back caps fixate with
798         handling of PAR.
799
800 2005-11-18    <bilboed@dvdsrc.fluendo.com>
801
802         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
803         Unsetting IS_SINK flag from the fakesink, so decodebin
804         never behaves as a sink.
805
806 2005-11-17  Wim Taymans  <wim@fluendo.com>
807
808         * gst-libs/gst/audio/gstbaseaudiosrc.c:
809         (gst_base_audio_src_change_state):
810         Fix the audiosrc base class again, we did not unflush.
811
812 2005-11-17  Julien MOUTTE  <julien@moutte.net>
813
814         * examples/seeking/seek.c: (make_dv_pipeline),
815         (make_vorbis_theora_pipeline), (make_avi_pipeline),
816         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
817         to ogg/vorbis/theora pipeline.
818
819 2005-11-17  Wim Taymans  <wim@fluendo.com>
820
821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
822         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
823         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
824         Fix EOS on multiple streams.
825         More debugging.
826
827 2005-11-16  Wim Taymans  <wim@fluendo.com>
828
829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
830         (gst_ogg_demux_perform_seek):
831         Segment done must include stream time.
832
833         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
834         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
835         (gst_ogg_mux_change_state):
836         Fix ogg muxer again.
837
838 2005-11-16  Wim Taymans  <wim@fluendo.com>
839
840         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
841         Fix compile again.
842
843 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
844
845         * ext/libvisual/visual.c: (gst_visual_init):
846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
847         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
848         (gst_ogg_parse_chain):
849         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
850         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
851         * ext/theora/theoradec.c: (gst_theora_dec_init):
852         * ext/theora/theoraenc.c: (gst_theora_enc_init):
853         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
854         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
855         * gst/adder/gstadder.c: (gst_adder_class_init),
856         (gst_adder_dispose):
857         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
858         * gst/subparse/gstsubparse.c: (gst_subparse_init):
859         * gst/videorate/gstvideorate.c: (gst_videorate_init):
860           Fix a whole set of pad template leaks
861
862 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
863
864         * check/generic/states.c: (GST_START_TEST):
865           fix the test so that it only checks for elements that are part of
866           this source module
867
868 2005-11-16  Michael Smith <msmith@fluendo.com>
869
870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
871         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
872         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
873         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
874         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
875         (gst_ogg_mux_change_state):
876           Fix leaking collectpads.
877
878 2005-11-16  Edward Hervey  <edward@fluendo.com>
879
880         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
881         (gst_videorate_event), (gst_videorate_chain):
882         Handle segment seeks
883
884 2005-11-16  Wim Taymans  <wim@fluendo.com>
885
886         * gst-libs/gst/audio/gstbaseaudiosink.c:
887         (gst_base_audio_sink_provide_clock),
888         (gst_base_audio_sink_change_state):
889         Set ringbuffer to non-flushing when going to PAUSED, set to
890         flushing again when going to READY.
891
892         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
893         (gst_ring_buffer_stop):
894         Start in flushing mode by default.
895         Don't set flushing in the _stop method, let the app call
896         this explicitly.
897
898 2005-11-16  Julien MOUTTE  <julien@moutte.net>
899
900         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
901         * gst-libs/gst/video/videosink.h: Add helper function needed
902         for video sinks.
903
904 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
905
906         * gst/videoscale/gstvideoscale.c:
907         (gst_videoscale_handle_src_event):
908           Don't leak reference to pad parent.
909
910 2005-11-16  Wim Taymans  <wim@fluendo.com>
911
912         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
913         Set ringbuffer to flushing when stopping so that we don't
914         block on wait_segment anymore and livelock.
915
916 2005-11-16  Wim Taymans  <wim@fluendo.com>
917
918         * examples/seeking/seek.c: (send_event), (do_seek),
919         (loop_toggle_cb), (segment_done), (main):
920         Added looping checkbox.
921
922 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
923
924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
925         (gst_ogg_demux_init):
926         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
927         (gst_vorbis_dec_init):
928           revert unrefs, they don't pass make check
929
930 2005-11-15  Johan Dahlin  <johan@gnome.org>
931
932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
933         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
934         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
935         (gst_vorbis_dec_init):
936         Fix pad template leaks. 
937
938 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
939
940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
941           Make state change function thread safe.
942
943 2005-11-15  Edward Hervey  <edward@fluendo.com>
944
945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
946         (gst_ogg_demux_class_init):
947         Implement GstElement::send_event, so we can send seek events
948         in GST_STATE_READY
949
950 2005-11-14  Julien MOUTTE  <julien@moutte.net>
951
952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
953         Discovered how to take away flickering while resizing the
954         window. Please don't put that in ximagesink, refactoring in
955         progress.
956
957 2005-11-14  Michael Smith <msmith@fluendo.com>
958
959         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
960         (gst_multifdsink_render):
961           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
962
963 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
964
965         * gst/playback/gstplaybin.c: (gen_audio_element):
966           Use autoaudiosink, it tends to be more widely available than
967           autoaudiiosink.
968           
969 2005-11-14  Andy Wingo  <wingo@pobox.com>
970
971         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
972         as well if it is available. Fixes #316442.
973
974 2005-11-14  Michael Smith <msmith@fluendo.com>
975
976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
977         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
978         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
979         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
980         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
981         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
983         (gst_vorbisenc_change_state):
984           Fix a small memory leak in vorbisenc.
985           Fix large memory leaks in oggmux, also fix lots of state change
986           bugs in oggmux.
987
988 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
989
990         * gst/videotestsrc/gstvideotestsrc.c:
991         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
992         (gst_videotestsrc_src_fixate):
993           move fixation to a fixate function
994           remove negotiate function, basesrc's is good enough
995           fixes a bug for check when using the element alone
996
997 2005-11-13  Edward Hervey  <edward@fluendo.com>
998
999         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1000         (key_toggle_cb), (main):
1001         Added checkboxes for adding/removing the accurate and key_unit seek
1002         flags.
1003
1004 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1005
1006         * configure.ac: back to HEAD
1007
1008 === release 0.9.5 ===
1009
1010 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1011
1012         * configure.ac:
1013           releasing 0.9.5, "No No Kia"
1014
1015 2005-11-11  Edward Hervey  <edward@fluendo.com>
1016
1017         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1018         Added parse-launch syntax seeking mode for the seeking example.
1019         This should help stress-test even more cases.
1020         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1021
1022 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * sys/xvimage/xvimagesink.c:
1025         (gst_xvimagesink_navigation_send_event):
1026           Check whether peer pad exists before sending navigation events
1027           to it.
1028
1029 2005-11-11  Michael Smith <msmith@fluendo.com>
1030
1031         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1032         (gst_vorbisenc_buffer_from_packet):
1033         * ext/vorbis/vorbisenc.h:
1034           Set duration on encoded buffers. This allows oggmux's
1035           max_page_delay parameter to actually work.
1036
1037 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1038
1039         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1040         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1041         (gst_ffmpegcsp_avpicture_fill):
1042         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1043         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1044           Make palettes work again (see #132341). Use our own macros
1045           for rounding up.
1046
1047 2005-11-10  Andy Wingo  <wingo@pobox.com>
1048
1049         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1050         string doober.
1051
1052 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1053
1054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1055         (gst_ffmpegcsp_transform_caps):
1056           Prefer passthrough in transform_caps
1057
1058 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1059
1060         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1061           check for ALSA errors properly, instead of relying on ALSA's
1062           error strings to serve to the user.
1063
1064 2005-11-10  Wim Taymans  <wim@fluendo.com>
1065
1066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1067         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1068         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1069         Modernise the seek code.
1070
1071 2005-11-10  Michael Smith <msmith@fluendo.com>
1072         
1073         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1074         (setup_substreams), (set_active_source):
1075           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1076           trying to go to NULL if we failed to read a file.
1077
1078 2005-11-10  Wim Taymans  <wim@fluendo.com>
1079
1080         * gst/audiotestsrc/gstaudiotestsrc.c:
1081         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1082         (gst_audiotestsrc_create):
1083         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1084         (gst_sinesrc_get_times), (gst_sinesrc_create):
1085         * gst/videotestsrc/gstvideotestsrc.c:
1086         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1087         (gst_videotestsrc_create):
1088         The base class can now sync for us.
1089
1090 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1091
1092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1093           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1094           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1095           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1096           format=(fourcc)I420" ! xvimagesink
1097
1098 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1101         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1102         (gst_sinesrc_newsegment):
1103           Send newsegment event in TIME format, set duration if
1104           num-buffers is set, fix duration querying.
1105
1106 2005-11-10  Michael Smith <msmith@fluendo.com>
1107
1108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1109         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1110         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1111         (gst_ogg_mux_collected):
1112          Fix EOS handling, partially. Now forwarding an EOS event once we have
1113          EOS on all pads works correctly. However, we still don't properly set
1114          EOS on the actual ogg stream pages.
1115
1116 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1119           Set elements to NULL state before disposing of them.
1120
1121 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1122
1123         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1124
1125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1126         (gst_base_rtp_depayload_init),
1127         (gst_base_rtp_depayload_set_gst_timestamp):
1128         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1129           We need to send a newsegment event for each instance, not
1130           just for the first instance of this class (get rid of
1131           static variable in function). (#321011).
1132           
1133 2005-11-08  Michael Smith <msmith@fluendo.com>
1134
1135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1136         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1137         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1138         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1139           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1140           This makes us mux things correctly according to the ogg muxing
1141           rules. Still not handling EOS correctly right now, though.
1142
1143 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1144
1145         * gst/audioconvert/gstaudioconvert.c:
1146           Fix typo in docs. 
1147
1148 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1151         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1152           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1153           creating a new chain; should fix live streaming. Also
1154           add more debug output and fix a typo.
1155
1156 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1157
1158         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1159
1160         * gst/volume/gstvolume.c: (volume_set_caps):
1161           Fix compilation on Solaris with Forte. (#320923)
1162
1163 2005-11-08  Wim Taymans  <wim@fluendo.com>
1164
1165         * gst-libs/gst/audio/gstbaseaudiosink.c:
1166         (gst_base_audio_sink_render):
1167         No need to do a typecheck.
1168
1169 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1170
1171         * ext/alsa/gstalsa.h:
1172           We register a debug category, so let's use it.
1173
1174 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1175
1176         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1177         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1178         Fixed a small problem.
1179
1180 2005-11-04  Wim Taymans  <wim@fluendo.com>
1181
1182         * examples/seeking/Makefile.am:
1183         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1184         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1185         (make_playerbin_pipeline), (format_value), (update_scale),
1186         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1187         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1188         (print_usage), (main):
1189         Added app for playback speed testing.
1190
1191         * examples/seeking/seek.c: (dynamic_link),
1192         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1193         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1194         (message_received), (main):
1195         Updated seek example.
1196
1197 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1198
1199         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1200         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1201         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1202         (gst_base_rtp_depayload_set_clock):
1203         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1204         Don't sleep on the bench (system clock) when you have a nice 
1205         comfortable bed (Gstreamer clock) to sleep on.
1206
1207 2005-11-03  Wim Taymans  <wim@fluendo.com>
1208
1209         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1210         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1211         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1212         Handle the case where a pad_block failed.
1213
1214 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1215
1216         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1217
1218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1219         (gst_base_rtp_depayload_add_to_queue),
1220         (gst_base_rtp_depayload_push),
1221         (gst_base_rtp_depayload_set_gst_timestamp),
1222         (gst_base_rtp_depayload_queue_release):
1223           Fixes some bugs in the depayloader's queuing/de-queueing code.
1224
1225 2005-10-31  Michael Smith <msmith@fluendo.com>
1226
1227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1228         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1229         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1230           Patch from Alessandro Decina <alessandro@nnva.org>.
1231           Make oggdemux only find the final time in a chain, not per-pad,
1232           since the per-pad information can be very expensive to locate, and
1233           it isn't used anywhere. This makes reading a file containing
1234           OggSkeleton reasonably fast.
1235           Also, make chain finding work when there are logical bitstreams that
1236           can't be decoded. Fixes #319110.
1237
1238 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1239
1240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1241         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1242         (gst_base_rtp_depayload_chain),
1243         (gst_base_rtp_depayload_add_to_queue),
1244         (gst_base_rtp_depayload_push),
1245         (gst_base_rtp_depayload_set_gst_timestamp),
1246         (gst_base_rtp_depayload_queue_release),
1247         (gst_base_rtp_depayload_start_thread),
1248         (gst_base_rtp_depayload_set_property),
1249         (gst_base_rtp_depayload_get_property):
1250         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1251         Some random fixes, to fullfill the desires of thomas.
1252
1253 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1254
1255         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1256         (gst_base_rtp_depayload_add_to_queue),
1257         (gst_base_rtp_depayload_push):
1258         Fixed the queueing algorithm.
1259
1260 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1261
1262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1263         (gst_base_rtp_depayload_push):
1264         A small fix
1265
1266 2005-10-31  Wim Taymans  <wim@fluendo.com>
1267
1268         * gst-libs/gst/audio/gstringbuffer.h:
1269         Don't break ABI.
1270
1271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1272         (gst_ffmpeg_caps_to_pixfmt):
1273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1274         (gst_ffmpegcsp_set_caps):
1275         Some more comments.
1276         Handle missing required caps fields better.
1277
1278 2005-10-31  Wim Taymans  <wim@fluendo.com>
1279
1280         * gst-libs/gst/audio/gstbaseaudiosink.c:
1281         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1282         (gst_base_audio_sink_render):
1283         * gst-libs/gst/audio/gstringbuffer.c:
1284         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1285         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1286         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1287         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1288         (gst_ring_buffer_read):
1289         * gst-libs/gst/audio/gstringbuffer.h:
1290         Add flushing mode to the ringbuffer so that it in all cases does
1291         not try to handle more audio. This makes sure it does not try to
1292         block anymore when flushing and fixes a livelock.
1293
1294 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1297         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1298         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1299           Explicitly check for -1 values before doing a conversion
1300           and always map them to -1. (#315545)
1301
1302 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1303
1304         * gst/playback/gstplaybin.c: (gen_video_element):
1305           first try autovideosink, then xvimagesink, then error out
1306         * po/POTFILES.in:
1307           add translatable file
1308         * po/af.po:
1309         * po/az.po:
1310         * po/cs.po:
1311         * po/en_GB.po:
1312         * po/hu.po:
1313         * po/it.po:
1314         * po/nb.po:
1315         * po/nl.po:
1316         * po/or.po:
1317         * po/sq.po:
1318         * po/sr.po:
1319         * po/sv.po:
1320         * po/uk.po:
1321         * po/vi.po:
1322           update translations
1323
1324 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1325
1326         * gst-libs/gst/rtp/gstbasedepayload.c:
1327         * gst-libs/gst/rtp/gstbasedepayload.h:
1328           Minor cleanups
1329
1330 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * gst/playback/.cvsignore:
1333         * gst/playback/decodetest.c:
1334         * gst/playback/test3.c:
1335           Port these two tests as well.
1336
1337 2005-10-27  Wim Taymans  <wim@fluendo.com>
1338
1339         * ext/theora/theoradec.c: (theora_dec_src_query),
1340         (theora_dec_sink_event):
1341         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1342         (theora_enc_change_state):
1343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1344         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1345         Take proper locks when handling events.
1346
1347 2005-10-27  Wim Taymans  <wim@fluendo.com>
1348
1349         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1350         (gst_adder_change_state):
1351         Fix timestamps and fix deadlock when stopping the collectpads.
1352
1353 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1354
1355         * gst-libs/gst/rtp/gstrtpbuffer.h:
1356         Declaring the payload types as strings too so that they can be used
1357         in the padtemplate inialization.
1358
1359 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1360
1361         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1362
1363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1364         (gst_base_rtp_depayload_class_init):
1365         Fixes a small but nasty bug. The derived elements no longer segfaults
1366         on finalization.
1367
1368 2005-10-26  Michael Smith <msmith@fluendo.com>
1369
1370         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1371           When clearing an audioconvert context, set tmpbufsize to zero, so
1372           we'll allocate it again later if required.
1373           This fixes audioconvert re-negotiating formats, which previously
1374           segfaulted with a NULL destination buffer.
1375
1376 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1377
1378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1379         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1380         (gst_base_rtp_depayload_set_gst_timestamp),
1381         (gst_base_rtp_depayload_queue_release):
1382         Fixed a smalll memleak.
1383
1384 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1385         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1386         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1387         (gst_base_rtp_depayload_finalize),
1388         (gst_base_rtp_depayload_setcaps),
1389         (gst_base_rtp_depayload_add_to_queue),
1390         (gst_base_rtp_depayload_push),
1391         (gst_base_rtp_depayload_set_gst_timestamp),
1392         (gst_base_rtp_depayload_queue_release),
1393         (gst_base_rtp_depayload_thread),
1394         (gst_base_rtp_depayload_change_state):
1395         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1396         Changed the C++ comments to C comments
1397
1398 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1399
1400         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1401         * gst/tcp/gsttcpclientsrc.h:
1402         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1403         * gst/tcp/gsttcpserversrc.h:
1404           Remove unused 'curoffset' structure member.
1405
1406 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1407
1408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1409         (gst_base_rtp_depayload_base_init),
1410         (gst_base_rtp_depayload_finalize):
1411         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1412         * gst-libs/gst/rtp/gstbasertppayload.h:
1413           The pad-template on the sinkpad should be set by the derived classes.
1414           Also added some useful macros.
1415
1416 2005-10-24  Wim Taymans  <wim@fluendo.com>
1417
1418         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1419         Correctly flush decoder samples even if we could not
1420         copy them to an output buffer. Fixes #319618.
1421
1422 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1423
1424         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1426         the caps against our xcontext caps.
1427
1428 2005-10-24  Wim Taymans  <wim@fluendo.com>
1429
1430         * gst-libs/gst/audio/gstbaseaudiosink.c:
1431         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1432         Remove g_print
1433         Use sync property from baseclass to disable sync.
1434
1435 2005-10-24  Wim Taymans  <wim@fluendo.com>
1436
1437         * gst-libs/gst/audio/gstbaseaudiosink.c:
1438         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1439         Buffers with no timestamps get aligned with previous buffers or
1440         on underrun, played ASAP.
1441
1442 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1443
1444         * gst-libs/gst/video/video.h:
1445         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1446         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1448         here comes my change on caps for framerate and geometry range.
1449         We are now accepting 1 to MAXINT for width and height, and from
1450         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1451         to be blended correctly in videomixer.
1452
1453 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1454
1455         * configure.ac:
1456           back to HEAD
1457
1458 === release 0.9.4 ===
1459
1460 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1461
1462         * NEWS:
1463         * RELEASE:
1464         * configure.ac:
1465           releasing 0.9.4, "Velociraptor"
1466
1467 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1468
1469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1470         * po/POTFILES.in:
1471           STOPPED -> FAILED
1472
1473 2005-10-21  Wim Taymans  <wim@fluendo.com>
1474
1475         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1476         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1477         (pad_blocked), (close_pad_link), (new_pad):
1478         Don't try to remove elements twice.
1479
1480 2005-10-21  Wim Taymans  <wim@fluendo.com>
1481
1482         * ext/theora/theoradec.c: (theora_dec_src_query),
1483         (theora_dec_sink_event):
1484         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1485         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1486         (vorbis_handle_data_packet):
1487         * ext/vorbis/vorbisdec.h:
1488         Fix old naming.
1489
1490         * gst-libs/gst/audio/gstbaseaudiosink.c:
1491         (gst_base_audio_sink_render):
1492         Don't try to sync on buffers without a timestamp.
1493
1494 2005-10-21  Wim Taymans  <wim@fluendo.com>
1495
1496         * ext/theora/theoradec.c: (theora_dec_src_query),
1497         (theora_dec_sink_event):
1498         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1499         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1500         (vorbis_handle_data_packet):
1501         * ext/vorbis/vorbisdec.h:
1502         Fix old naming.
1503
1504 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1505
1506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1507         (gst_vorbisenc_src_query):
1508           Implement position and duration queries.
1509
1510         * gst/playback/test3.c: (update_scale), (main):
1511           Fix for async state changes and print nicer output.
1512
1513 2005-10-20  Wim Taymans  <wim@fluendo.com>
1514
1515         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1516         (dump_element_stats), (main):
1517         * gst/playback/test6.c: (main):
1518         Fix tests again
1519
1520 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1521
1522         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1523         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1524           Don't use functions for position queries when handling
1525           duration queries.
1526
1527 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1530         (vorbis_handle_data_packet), (vorbis_dec_chain),
1531         (vorbis_dec_change_state):
1532         * ext/vorbis/vorbisdec.h:
1533           Vorbis streams can be embedded in other container formats
1534           than ogg, container formats where the demuxer might set 
1535           timestamps on encoded vorbis buffers instead of those silly 
1536           granulepos thingies. In short: make vorbisdec handle 
1537           timestamps on incoming buffers as well.
1538
1539 2005-10-20  Wim Taymans  <wim@fluendo.com>
1540
1541         * gst/playback/gstplaybasebin.c: (group_destroy),
1542         (gst_play_base_bin_change_state):
1543         Fix leak.
1544         Handle case where playbasebin is now ASYNC because
1545         decodebin is.
1546
1547 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * gst/audioconvert/Makefile.am:
1550         * gst/audioconvert/bufferframesconvert.c:
1551         * gst/audioconvert/plugin.c: (plugin_init):
1552         * gst/audioconvert/plugin.h:
1553           And bye bye buffer-frames-convert
1554
1555 2005-10-19  Wim Taymans  <wim@fluendo.com>
1556
1557         * check/elements/audioconvert.c:
1558         * docs/libs/tmpl/gstaudio.sgml:
1559         * docs/libs/tmpl/gstcolorbalance.sgml:
1560         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1561         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1562         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1563         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1564         * gst-libs/gst/audio/audio.h:
1565         * gst/audioconvert/audioconvert.h:
1566         * gst/audioconvert/gstaudioconvert.c:
1567         (gst_audio_convert_parse_caps):
1568         * gst/volume/gstvolume.c:
1569         Bye bye buffer-frames.
1570
1571 2005-10-19  Wim Taymans  <wim@fluendo.com>
1572
1573         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1574         (query_positions_elems), (query_positions_pads), (update_scale),
1575         (do_seek), (set_update_scale), (message_received), (main):
1576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1577         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1578         (gst_ogg_demux_loop):
1579         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1580         * ext/theora/theoradec.c: (theora_dec_src_query),
1581         (theora_dec_sink_event):
1582         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1583         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1584         * gst/adder/gstadder.c: (gst_adder_query):
1585         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1586         * gst/playback/test3.c: (update_scale):
1587         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1588         (dump_element_stats), (main):
1589         * gst/playback/test6.c: (main):
1590         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1591         Query API update.
1592
1593 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1596         (xml_check_first_element), (xml_type_find), (smil_type_find),
1597         (plugin_init):
1598           Add typefinding for SMIL and for generic XML. Based on patch by
1599           Akos Maroy (#308663).
1600
1601 2005-10-18  Wim Taymans  <wim@fluendo.com>
1602
1603         * gst/playback/Makefile.am:
1604         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1605         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1606         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1607         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1608         (gst_decode_bin_change_state):
1609         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1610         (gst_play_bin_send_event_to_sink):
1611         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1612         (dump_element_stats), (main):
1613         * gst/playback/test6.c: (main):
1614         Make playbin async, it'll commit state to paused when all streams
1615         are detected.
1616         Remove ugly hack.
1617         Added test6.c to show async behaviour.
1618
1619 2005-10-18  Wim Taymans  <wim@fluendo.com>
1620
1621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1622         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1623         Fix for segment-start/stop API change.
1624
1625 2005-10-18  Wim Taymans  <wim@fluendo.com>
1626
1627         * check/Makefile.am:
1628         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1629         (main):
1630         Add future test for clock selection.
1631
1632 2005-10-18  Wim Taymans  <wim@fluendo.com>
1633
1634         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1635         (gst_alsasink_close):
1636         Set handle to NULL.
1637
1638         * gst-libs/gst/audio/gstringbuffer.c:
1639         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1640         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1641         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1642         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1643         (gst_ring_buffer_read):
1644         More debug info.
1645
1646 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1647
1648         * gst/audiotestsrc/Makefile.am:
1649         * gst/sine/Makefile.am:
1650         * gst/volume/Makefile.am:
1651           fix broken build of controllerized plugins
1652
1653 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1654
1655         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1656
1657         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1658         (gst_riff_create_video_template_caps):
1659           Add support for Indeo-3 (IV32).
1660
1661 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1662
1663         * configure.ac:
1664           rewrite
1665
1666 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1667
1668         * gst-libs/gst/video/video.c: (gst_video_get_size):
1669         * gst/audiotestsrc/gstaudiotestsrc.c:
1670           doc updates
1671
1672 2005-10-17  Andy Wingo  <wingo@pobox.com>
1673
1674         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1675         with the collectpads change.
1676         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1677
1678         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1679
1680         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1681
1682         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1683         alloc_buffer flow return to callers.
1684         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1685         change. Fix some memleaks in theoraenc.
1686
1687         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1688         in strange circumstance.
1689
1690 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1691
1692         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1693         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1694         from caps, let's use the caps...
1695
1696 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1697
1698         * configure.ac:
1699           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1700
1701 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1702
1703         * gst-libs/gst/interfaces/Makefile.am:
1704           fix silly typo
1705
1706 2005-10-16  Andy Wingo  <wingo@pobox.com>
1707
1708         * gst/playback/gstdecodebin.c
1709         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1710         function!
1711         (try_to_link_1): Increase kraziness level.
1712
1713 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1714
1715         * configure.ac:
1716           restructure like the core one
1717         * gst-libs/gst/audio/Makefile.am:
1718         * gst-libs/gst/interfaces/Makefile.am:
1719         * gst-libs/gst/net/Makefile.am:
1720         * gst-libs/gst/riff/Makefile.am:
1721         * gst-libs/gst/rtp/Makefile.am:
1722         * gst-libs/gst/tag/Makefile.am:
1723         * gst-libs/gst/video/Makefile.am:
1724           use correct linker flags, now the libs are properly versioned
1725         * check/elements/audioconvert.c: (verify_convert):
1726         * ext/alsa/gstalsaplugin.c:
1727         * ext/cdparanoia/gstcdparanoia.c:
1728         * ext/gnomevfs/gstgnomevfs.c:
1729         * ext/libvisual/visual.c:
1730         * ext/ogg/gstogg.c:
1731         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1732         * ext/theora/theora.c:
1733         * ext/vorbis/vorbis.c:
1734         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1735         * gst-libs/gst/tag/gsttagediting.c:
1736         * gst-libs/gst/video/video.c:
1737         * gst/adder/gstadder.c:
1738         * gst/audioconvert/plugin.c:
1739         * gst/audiorate/gstaudiorate.c:
1740         * gst/audioresample/gstaudioresample.c:
1741         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1742         * gst/audioscale/gstaudioscale.c:
1743         * gst/audioscale/resample.c:
1744         * gst/audiotestsrc/gstaudiotestsrc.c:
1745         * gst/ffmpegcolorspace/gstffmpeg.c:
1746         * gst/playback/gstdecodebin.c: (close_pad_link):
1747         * gst/playback/gstplaybin.c: (gen_video_element),
1748         (gen_audio_element):
1749         * gst/sine/gstsinesrc.c:
1750         * gst/subparse/gstsubparse.c:
1751         * gst/tags/gsttagediting.c:
1752         * gst/tcp/gsttcpplugin.c:
1753         * gst/typefind/gsttypefindfunctions.c:
1754         * gst/videorate/gstvideorate.c:
1755         * gst/videoscale/gstvideoscale.c:
1756         * gst/videotestsrc/gstvideotestsrc.c:
1757         * gst/volume/gstvolume.c:
1758         * sys/v4l/gstv4l.c:
1759         * sys/ximage/ximage.c:
1760         * sys/xvimage/xvimagesink.c:
1761           fix up defines
1762
1763 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1764
1765         * ext/vorbis/vorbisenc.c:
1766         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1767         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1768         (gst_tag_to_vorbis_comments):
1769           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1770
1771 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1772
1773         * examples/stats/mp2ogg.c:
1774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1775           typo fixes
1776
1777 2005-10-13  Michael Smith <msmith@fluendo.com>
1778
1779         * ext/ogg/gstoggmux.c:
1780           Use magic glib macros to define constants as 64 bit, to ensure
1781           appropriate vararg passing.
1782
1783 2005-10-13  Michael Smith <msmith@fluendo.com>
1784
1785         * ext/ogg/gstoggmux.c:
1786         * gst/audioconvert/audioconvert.c: (float):
1787           Don't use LL suffix, as it's not portable, and neither of these
1788           uses required it anyway.
1789
1790 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1791
1792         * examples/indexing/indexmpeg.c: (main):
1793         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1794         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1795         (cdparanoia_convert), (cdparanoia_query):
1796         * ext/cdparanoia/gstcdparanoia.h:
1797         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1798         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1799         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1800         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1801         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1802         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1803         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1804         (gst_multifdsink_render), (gst_multifdsink_start),
1805         (gst_multifdsink_stop):
1806         * gst/tcp/gstmultifdsink.h:
1807         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1808         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1809         (gst_tcpclientsink_stop):
1810         * gst/tcp/gsttcpclientsink.h:
1811         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1812         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1813         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1814         * gst/tcp/gsttcpclientsrc.h:
1815         * gst/tcp/gsttcpserversink.h:
1816         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1817         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1818         (gst_tcpserversrc_stop):
1819         * gst/tcp/gsttcpserversrc.h:
1820         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1822         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1823           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1824           moved bitshift from macro to enum definition
1825
1826 2005-10-12  Wim Taymans  <wim@fluendo.com>
1827
1828         * examples/seeking/Makefile.am:
1829         Oops.
1830
1831 2005-10-12  Wim Taymans  <wim@fluendo.com>
1832
1833         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1834         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1835         Don't assert on normal stuff.
1836
1837         * gst/playback/gstplaybin.c: (do_playbin_seek):
1838         API fix.
1839
1840 2005-10-12  Wim Taymans  <wim@fluendo.com>
1841
1842         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1843         * examples/seeking/Makefile.am:
1844         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1845         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1846         (do_seek), (set_update_scale), (message_received), (main):
1847         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1848         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1849         Update for _get_state() API change.
1850
1851 2005-10-11  Wim Taymans  <wim@fluendo.com>
1852
1853         * gst-libs/gst/audio/gstbaseaudiosink.c:
1854         (gst_base_audio_sink_render):
1855         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1856         (gst_base_audio_src_create):
1857         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1858         (gst_ring_buffer_read):
1859         Cleanups.
1860         Commit and read from ringbuffer in samples rather than bytes.
1861
1862 2005-10-11  Wim Taymans  <wim@fluendo.com>
1863
1864         * gst-libs/gst/audio/gstbaseaudiosink.c:
1865         (gst_base_audio_sink_render):
1866         Respect segment rate and accum when scheduling samples.
1867
1868 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1869
1870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1871         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1872         EOS correctly, that needs more work.
1873
1874 2005-10-11  Wim Taymans  <wim@fluendo.com>
1875
1876         * check/generic/states.c: (GST_START_TEST):
1877         remove old property.
1878
1879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1880         (gst_ogg_demux_perform_seek):
1881         * ext/theora/theoradec.c: (theora_dec_sink_event):
1882         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1883         (vorbis_handle_data_packet):
1884         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1885         (gst_base_rtp_depayload_set_gst_timestamp):
1886         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1887         Update for newsegment API change.
1888
1889 2005-10-11  Michael Smith <msmith@fluendo.com>
1890
1891         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1892         (do_playbin_seek), (gst_play_bin_send_event):
1893           Override send_event differently, so that we can takes bits of
1894           functionality from GstPipeline (special handling for seeks,
1895           including pausing/resuming, and resetting stream time) and still get
1896           the appropriate behaviour of only forwarding event to a single sink,
1897           rather than all of them.
1898           Unfortunately requires a lot of code duplication, but the
1899           alternatives are equally ugly in the end.
1900
1901 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1902
1903         * check/elements/audioconvert.c: (setup_audioconvert),
1904         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1905         (GST_START_TEST), (audioconvert_suite):
1906           clean up tests a little, fix some leaks.
1907
1908 2005-10-10  Wim Taymans  <wim@fluendo.com>
1909
1910         * ext/alsa/gstalsasink.c:
1911         Also allow unsigned int.
1912
1913         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1914         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1915         Small cleanup
1916
1917 2005-10-10  Wim Taymans  <wim@fluendo.com>
1918
1919         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1920         Small update, use API as stated in design docs.
1921
1922         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1923         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1924         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1925         (message_received), (main):
1926         Updated seek example for GOption. Some usability improvements.
1927
1928 2005-10-10  Wim Taymans  <wim@fluendo.com>
1929
1930         * gst/audioconvert/audioconvert.h:
1931         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1932         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1933         Alloc temp storage somewhere else where we can do it more
1934         portable.
1935
1936 2005-10-10  Wim Taymans  <wim@fluendo.com>
1937
1938         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1939         (gst_tcpserversrc_start):
1940         Don't block in accept while doing the state change, move
1941         to poll and make cancellable.
1942
1943 2005-10-09  Philippe Khalaf <burger@speedy.org>
1944
1945         * gst-libs/gst/rtp/rtpbasedepayload.c:
1946         Set timestamp and add queue delay to timestamp
1947         * gst-libs/gst/rtp/rtpbuffer.h:
1948         Set correct payload type for h263
1949
1950 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1951
1952         * gst/audiotestsrc/gstaudiotestsrc.c:
1953         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1954         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1955         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1956         (gst_audiotestsrc_create_triangle),
1957         (gst_audiotestsrc_create_silence),
1958         (gst_audiotestsrc_create_white_noise),
1959         (gst_audiotestsrc_init_pink_noise),
1960         (gst_audiotestsrc_generate_pink_noise_value),
1961         (gst_audiotestsrc_create_pink_noise),
1962         (gst_audiotestsrc_change_wave):
1963         * gst/audiotestsrc/gstaudiotestsrc.h:
1964           fixed typo, added pink noise
1965
1966 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1969         (plugin_init):
1970           Add wavpack and spc typefind functions from 0.8 branch.
1971
1972 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1973
1974         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1975         (ar_type_find), (msdos_type_find), (plugin_init):
1976           Add typefind functions for tar archives, ar archives,
1977           RAR archives, and msdos-executables (dlls, exe, etc.).
1978           Some of those would be wrongly identified as mpeg
1979           streams of some sort before (#315550).
1980
1981 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1982
1983         * configure.ac:
1984         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1985         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1986         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1987         * gst/audiotestsrc/Makefile.am:
1988         * gst/audiotestsrc/gstaudiotestsrc.c:
1989         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1990         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1991         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1992         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1993         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1994         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1995         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1996         (gst_audiotestsrc_create_silence),
1997         (gst_audiotestsrc_create_white_noise),
1998         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1999         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2000         (gst_audiotestsrc_start), (plugin_init):
2001         * gst/audiotestsrc/gstaudiotestsrc.h:
2002           add new plugin and element
2003         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2004           use gobject_class
2005
2006 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2007
2008         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2009         (gst_adder_init), (gst_adder_request_new_pad),
2010         (gst_adder_change_state):
2011           Add query function to source pad, so adder reports the correct
2012           time/sample position when queried (#315457); fix state change
2013           function; use GST_DEBUG_FUNCPTR() for pad functions.
2014
2015 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2016
2017         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2018           Fix leaks in typefind registration
2019           Clean up the gratuitous commenting and whitespacing a little
2020
2021 2005-10-08  Wim Taymans  <wim@fluendo.com>
2022
2023         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2024         Only actually wait for the thread to be stopped if it's 
2025         running.
2026
2027 2005-10-08  Wim Taymans  <wim@fluendo.com>
2028
2029         * gst-libs/gst/audio/gstbaseaudiosink.c:
2030         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2031         If we receive EOS we can start playback of what we had.
2032
2033 2005-10-08  Wim Taymans  <wim@fluendo.com>
2034
2035         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2036         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2037         (gst_multifdsink_stop):
2038         Fix crasher when going to NULL multiple times.
2039
2040 2005-10-06  Wim Taymans  <wim@fluendo.com>
2041
2042         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2043         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2044         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2045         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2046         patch from Edgard Lima <edgard.lima@indt.org.br>
2047         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2048
2049 2005-10-06  Wim Taymans  <wim@fluendo.com>
2050
2051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2052         Report the FLOW_RETURN as string in the error message.
2053
2054         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2055         Don't assert when clearing an unnegotiated buffer.
2056
2057 2005-10-04  Michael Smith <msmith@fluendo.com>
2058
2059         * gst/playback/gstplaybasebin.c: (group_destroy),
2060         (gen_preroll_element), (remove_groups), (setup_source):
2061         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2062         (setup_sinks), (gst_play_bin_send_event),
2063         (gst_play_bin_change_state):
2064           Set state to NULL before removing from bin. Fix refcounting.
2065
2066 2005-10-04  Michael Smith <msmith@fluendo.com>
2067
2068         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2069           Correct refcounting in send_event() function. Previously was wrong
2070           if the first sink was unable to handle the event.
2071
2072 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2073
2074         * configure.ac:
2075           back to development
2076
2077 === release 0.9.3 ===
2078
2079 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2080
2081         * configure.ac:
2082           Releasing 0.9.3, "De Facto"
2083
2084 2005-10-03  Andy Wingo  <wingo@pobox.com>
2085
2086         * gst/playback/gstdecodebin.c (try_to_link_1)
2087         (remove_element_chain): set element to NULL before removing it.
2088
2089 2005-10-02  Johan Dahlin  <johan@gnome.org>
2090
2091         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2092         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2093         MT safe.
2094
2095 2005-10-02  Andy Wingo  <wingo@pobox.com>
2096
2097         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2098         (gst_ring_buffer_prepare_read): 
2099         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2100         Demote to LOG.
2101
2102 2005-09-29  Wim Taymans  <wim@fluendo.com>
2103
2104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2105         * ext/theora/theoradec.c: (theora_handle_data_packet):
2106         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2107         Propagate error codes from alloc_buffer too.
2108
2109 2005-09-29  Wim Taymans  <wim@fluendo.com>
2110
2111         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2112         We use fixed caps.
2113
2114         * gst/playback/Makefile.am:
2115         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2116         (dump_element_stats), (main):
2117         Added example stream introspection code.
2118
2119 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2120
2121         * gst/adder/gstadder.c: (gst_adder_collected):
2122           fix adder for float elements
2123
2124 2005-09-28  Wim Taymans  <wim@fluendo.com>
2125
2126         * gst-libs/gst/audio/gstbaseaudiosink.c:
2127         (gst_base_audio_sink_class_init),
2128         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2130         (gst_base_audio_src_class_init),
2131         (gst_base_audio_src_provide_clock):
2132         get_clock -> provide_clock
2133
2134 2005-09-28  Andy Wingo  <wingo@pobox.com>
2135
2136         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2137         and unlocking.
2138
2139         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2140         unlocking.
2141
2142         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2143         Actually add the pad template.
2144         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2145
2146         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2147         I'm at it...
2148
2149         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2150         from fdsrc. Get caps in create() instead of start() so it can be
2151         interrupted. Interruption somewhat untested.
2152
2153         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2154         Proper EOS handling.
2155
2156 2005-09-27  Andy Wingo  <wingo@pobox.com>
2157
2158         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2159
2160         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2161
2162         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2163
2164         * gst/tcp/gsttcp.h: 
2165         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2166         out of tcpclientsrc.c. Cancellable.
2167         (gst_tcp_socket_read): Made private, cancellable, with better
2168         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2169         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2170         whole buffer, and better diagnostics.
2171         (gst_tcp_gdp_read_caps): Same.
2172
2173         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2174
2175 2005-09-26  Andy Wingo  <wingo@pobox.com>
2176
2177         * gst/sine/gstsinesrc.h:
2178         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2179         change the 'sync' property to 'is-live' and implement it halfway,
2180         update for controller api change.
2181
2182         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2183         controller api change.
2184
2185 2005-09-24  Wim Taymans  <wim@fluendo.com>
2186
2187         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2188         * gst-libs/gst/audio/gstaudiosink.c:
2189         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2190         (gst_audioringbuffer_stop):
2191         * gst-libs/gst/audio/gstbaseaudiosink.c:
2192         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2193         (gst_base_audio_sink_change_state):
2194         * gst-libs/gst/audio/gstbaseaudiosink.h:
2195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2196         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2197         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2198         * gst-libs/gst/audio/gstringbuffer.h:
2199         Fix sync again. Moved sample alignment to basesink.
2200
2201 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2202
2203         * docs/plugins/Makefile.am:
2204         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2205         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2206         * gst/volume/gstvolume.c:
2207           add/fix docs
2208         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2209         * gst-libs/gst/audio/audio.h:
2210           add conversion macros for frames <-> clocktime
2211
2212 2005-09-23  David Schleef  <ds@schleef.org>
2213
2214         * gst/audioresample/Makefile.am:
2215         * gst/audioresample/debug.h:
2216         * gst/audioresample/gstaudioresample.c:
2217         * gst/audioresample/resample.c: Convert to using gst debugging
2218
2219 2005-09-22  Wim Taymans  <wim@fluendo.com>
2220
2221         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2222         (gst_play_bin_send_event):
2223         Only seek on one sink, the first one that succeeds.
2224
2225 2005-09-22  Michael Smith <msmith@fluendo.com>
2226
2227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2228         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2229         Don't flush encoder state unless we have an initialised encoder.
2230         Clear out encoder state on PAUSED_TO_READY.
2231
2232 2005-09-22  Wim Taymans  <wim@fluendo.com>
2233
2234         * gst-libs/gst/rtp/gstbasertppayload.c:
2235         (gst_basertppayload_class_init), (gst_basertppayload_init),
2236         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2237         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2238         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2239         (gst_basertppayload_set_property),
2240         (gst_basertppayload_get_property),
2241         (gst_basertppayload_change_state):
2242         * gst-libs/gst/rtp/gstbasertppayload.h:
2243         Added max-ptime to control amount of data in the rtp packets.
2244
2245 2005-09-21  Andy Wingo  <wingo@pobox.com>
2246
2247         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2248         thingies.
2249
2250         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2251         can be called multiple times, dogs.
2252
2253 2005-09-21  Wim Taymans  <wim@fluendo.com>
2254
2255         * gst-libs/gst/rtp/gstbasertppayload.c:
2256         (gst_basertppayload_class_init), (gst_basertppayload_init),
2257         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2258         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2259         (gst_basertppayload_push), (gst_basertppayload_get_property),
2260         (gst_basertppayload_change_state):
2261         Allow 0 ssrc too.
2262
2263 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2264
2265         * docs/libs/compiling.sgml:
2266           fixing typos
2267
2268 2005-09-20  Wim Taymans  <wim@fluendo.com>
2269
2270         * gst-libs/gst/rtp/gstbasertppayload.c:
2271         (gst_basertppayload_class_init), (gst_basertppayload_init),
2272         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2273         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2274         (gst_basertppayload_push), (gst_basertppayload_set_property),
2275         (gst_basertppayload_get_property),
2276         (gst_basertppayload_change_state):
2277         * gst-libs/gst/rtp/gstbasertppayload.h:
2278         Added property to configure sequence number offsets.
2279
2280 2005-09-20  Wim Taymans  <wim@fluendo.com>
2281
2282         * gst-libs/gst/rtp/gstbasertppayload.c:
2283         (gst_basertppayload_class_init), (gst_basertppayload_init),
2284         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2285         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2286         (gst_basertppayload_push), (gst_basertppayload_set_property),
2287         (gst_basertppayload_get_property),
2288         (gst_basertppayload_change_state):
2289         * gst-libs/gst/rtp/gstbasertppayload.h:
2290         Make timestamp offset configurable.
2291
2292 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2293
2294         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2295           fix wrong pop/unref
2296
2297 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2298
2299         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2300
2301         * gst-libs/gst/interfaces/propertyprobe.c:
2302         (gst_property_probe_probe_property_name),
2303         (gst_property_probe_needs_probe_name),
2304         (gst_property_probe_get_values_name),
2305         (gst_property_probe_probe_and_get_values_name):
2306           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2307           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2308
2309 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2310
2311         * check/Makefile.am:
2312           have some tests be disabled for valgrinding
2313         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2314         (GST_START_TEST):
2315         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2316           Fix A Leak.  Chain To Parent Finalize.
2317
2318 2005-09-19  Wim Taymans  <wim@fluendo.com>
2319
2320         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2321         Fixed wav pipeline.
2322
2323 2005-09-19  Wim Taymans  <wim@fluendo.com>
2324
2325         * gst-libs/gst/rtp/gstbasertppayload.c:
2326         (gst_basertppayload_class_init), (gst_basertppayload_init),
2327         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2328         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2329         (gst_basertppayload_push), (gst_basertppayload_get_property),
2330         (gst_basertppayload_change_state):
2331         Posting ERROR and WARNING messages is good.
2332
2333 2005-09-19  Wim Taymans  <wim@fluendo.com>
2334
2335         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2336         (gst_base_rtp_depayload_add_to_queue),
2337         (gst_base_rtp_depayload_push),
2338         (gst_base_rtp_depayload_set_gst_timestamp),
2339         (gst_base_rtp_depayload_queue_release):
2340         This one was not supposed to go in.
2341
2342 2005-09-19  Wim Taymans  <wim@fluendo.com>
2343
2344         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2345         Fix for bus API.
2346
2347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2348         (gst_base_rtp_depayload_chain),
2349         (gst_base_rtp_depayload_add_to_queue),
2350         (gst_base_rtp_depayload_push),
2351         (gst_base_rtp_depayload_set_gst_timestamp),
2352         (gst_base_rtp_depayload_queue_release):
2353         Some cleanups.
2354
2355         * gst-libs/gst/rtp/gstbasertppayload.c:
2356         (gst_basertppayload_class_init), (gst_basertppayload_init),
2357         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2358         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2359         (gst_basertppayload_get_property),
2360         (gst_basertppayload_change_state):
2361         Added debugging category.
2362
2363 2005-09-18  David Schleef  <ds@schleef.org>
2364
2365         * gst/playback/gstdecodebin.c: free plugin list correctly
2366         * gst/playback/gstplaybin.c: emit warning if autovideosink
2367           and autoaudiosink can't be found (instead of segfaulting)
2368
2369 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2370
2371         * check/elements/audioconvert.c: (GST_START_TEST):
2372           try out 24 bit conversion
2373
2374 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2375
2376         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2377         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2378         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2379         * ext/vorbis/vorbisenc.h:
2380           Fix EOS handling.  Still needs a fix in the ogg muxer to
2381           mark the last page as eos.
2382
2383 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2384
2385         * common/gtk-doc-plugins.mak:
2386         * docs/plugins/Makefile.am:
2387         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2388         * gst/ffmpegcolorspace/Makefile.am:
2389         * gst/ffmpegcolorspace/avcodec.h:
2390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2391         * gst/tcp/gstmultifdsink.c:
2392           fix up ffmpegcolorspace docs; extract header
2393
2394 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2395
2396         * common/gtk-doc-plugins.mak:
2397         * docs/plugins/Makefile.am:
2398         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2399         * ext/theora/Makefile.am:
2400         * ext/theora/gsttheoraenc.h:
2401         * ext/theora/theoraenc.c:
2402         * ext/vorbis/vorbisenc.c:
2403           pick up signals and args for vorbis; add some docs for vorbis
2404
2405 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2406
2407         * common/gstdoc-scangobj:
2408         * common/gtk-doc-plugins.mak:
2409         * docs/libs/Makefile.am:
2410         * docs/plugins/gst-plugins-base-plugins.args:
2411         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2412         * docs/plugins/gst-plugins-base-plugins.interfaces:
2413         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2414         * docs/plugins/gst-plugins-base-plugins.signals:
2415           only scanobj stuff from our source module.  Not sure yet
2416           if that's correct, given the hierarchy stuff :)
2417
2418 2005-09-15  Wim Taymans  <wim@fluendo.com>
2419
2420         * gst/audioconvert/gstaudioconvert.c:
2421         And enable 24 bits mode as well..
2422
2423 2005-09-15  Wim Taymans  <wim@fluendo.com>
2424
2425         * gst-libs/gst/rtp/Makefile.am:
2426         * gst-libs/gst/rtp/gstbasertppayload.c:
2427         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2428         (gst_basertppayload_class_init), (gst_basertppayload_init),
2429         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2430         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2431         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2432         (gst_basertppayload_set_property),
2433         (gst_basertppayload_get_property),
2434         (gst_basertppayload_change_state):
2435         * gst-libs/gst/rtp/gstbasertppayload.h:
2436         Added rtp payloader base class.
2437
2438 2005-09-15  Andy Wingo  <wingo@pobox.com>
2439
2440         * configure.ac (plugindir): Remove the EOL matcher from the
2441         regexp, as it causes me problems. Libtool? Make? Who knows?
2442
2443 2005-09-14  David Schleef  <ds@schleef.org>
2444
2445         * check/generic/states.c: 
2446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2447         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2448           Fixes for changes in registry API.
2449
2450         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2451           to GST_PLUGIN_LDFLAGS.
2452         * ext/libvisual/visual.c: Make the library shut up.
2453         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2454         * gst-libs/gst/audio/gstaudiofilter.c: same
2455
2456 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2457
2458         * docs/plugins/Makefile.am:
2459         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2460         * docs/plugins/inspect/plugin-libvisual.xml:
2461         * docs/plugins/tmpl/element-tcpserversink.sgml:
2462         * ext/theora/theoraenc.c:
2463           add libvisual plugin and theoraenc element to docs
2464
2465 2005-09-14  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         * ext/theora/theoraenc.c:
2470           add theoraenc
2471
2472 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2473
2474         * gst/audioconvert/Makefile.am:
2475           Audioconvert derives from GstBaseTransform and should
2476           link to the library with our base elements to avoid
2477           unresolved symbols. Makes things work with MinGW (#316160)
2478
2479         * gst/playback/test4.c: (main):
2480           Fix MinGW build problem and use g_usleep() instead of 
2481           sleep() (#316162)
2482
2483 2005-09-12  Wim Taymans  <wim@fluendo.com>
2484
2485         * gst/audioconvert/audioconvert.c: (float),
2486         (audio_convert_prepare_context), (audio_convert_convert):
2487         * gst/audioconvert/audioconvert.h:
2488         Cleanups, speedups, simplifications, added back support
2489         for 24 bits.
2490
2491 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2492
2493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2494         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2495         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2496         * docs/plugins/tmpl/element-tcpserversink.sgml:
2497         * gst/ffmpegcolorspace/gstffmpeg.c:
2498         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2499         * gst/videotestsrc/gstvideotestsrc.c:
2500         * gst/volume/gstvolume.c:
2501           add more elements to the docs
2502
2503 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2504
2505         * check/Makefile.am:
2506         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2507         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2508           Add extra tests for basetransform based components. 
2509           Comment out the test_element_negotiation test until we decide
2510           if it's testing correct behaviour.
2511         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2512         (gst_visual_chain), (gst_visual_change_state):
2513           Slightly more correct but still bogus timestamping.
2514           Fix state change function.
2515         * gst/audioconvert/gstaudioconvert.c:
2516         (gst_audio_convert_class_init):
2517         * gst/audioresample/gstaudioresample.c:
2518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2519         (gst_ffmpegcsp_class_init):
2520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2521         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2522         (gst_videoscale_prepare_image):
2523         * gst/volume/gstvolume.c: (gst_volume_class_init),
2524         (volume_transform_ip):
2525           Basetransform updates. Enable passthrough modes.
2526         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2527         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2528         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2529           Negotiation fix that allows the window to return to the original
2530           size and renegotiate passthrough upstream. Extra debug output.
2531
2532 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2533
2534         * gst/sine/gstsinesrc.c:
2535         * gst/volume/gstvolume.c:
2536           fix up header include
2537
2538 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2539
2540         * gst-libs/gst/audio/gstbaseaudiosink.c:
2541         (gst_base_audio_sink_render):
2542         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2543         * gst/volume/gstvolume.c: (gst_volume_class_init),
2544         (volume_transform):
2545           fixing lost sync, some more debugging
2546
2547 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2548
2549         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2550         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2551         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2552         (gst_xvimagesink_check_xshm_calls):
2553           Fix compilation when XShm is not available.
2554
2555 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2556
2557         * ext/libvisual/visual.c: (gst_visual_dispose),
2558         (gst_visual_getcaps), (gst_visual_src_setcaps),
2559         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2560         (gst_visual_change_state):
2561           Finish fixing up libvisual plugin so that it runs. 
2562
2563 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2564
2565         * ext/vorbis/vorbisenc.c:
2566         * gst-libs/gst/tag/gstvorbistag.c:
2567           gsttaginterface.h -> gsttagsetter.h
2568
2569 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2570
2571         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2572           added another test that failes for me (test is not active by default)
2573
2574 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2575
2576         * configure.ac:
2577           v4l2 is no longer in gst-plugins-base
2578
2579 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2580
2581         * configure.ac:
2582           In the output at the end, don't show the first plugin on the same
2583           line as "Core plug-ins, always built:".
2584           Indent the output as for other plugin categories
2585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2586           #define that can be used to not use peer buffer_alloc functions for
2587           test purposes.
2588         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2589         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2590         (gst_ximagesink_show_frame):
2591         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2592         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2593         (gst_xvimagesink_show_frame):
2594           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2595           fails gracefully instead of XError aborting or deadlocking.
2596
2597 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2598
2599         * ext/libvisual/Makefile.am:
2600           link against gst-base-libs
2601
2602 2005-09-06  David Schleef  <ds@schleef.org>
2603
2604         * configure.ac: Enable libvisual plugin.
2605         * ext/libvisual/Makefile.am:
2606         * ext/libvisual/visual.c: Fixes to make it compile.
2607
2608 === release 0.9.2 ===
2609
2610 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2611
2612         * NEWS:
2613         * RELEASE:
2614         * configure.ac:
2615         * docs/random/ChangeLog-0.8:
2616           releasing 0.9.2, "Spoon"
2617
2618 2005-09-05  Michael Smith <msmith@fluendo.com>
2619
2620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2621           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2622           that in the vorbisenc element.
2623
2624 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2625
2626         * common/gtk-doc-plugins.mak:
2627         * docs/plugins/Makefile.am:
2628           fix distcheck
2629         * gst/audioresample/resample.c:
2630           fix wrong docstring
2631
2632 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2633
2634         * common/gst-xmlinspect.py:
2635         * common/gtk-doc-plugins.mak:
2636           only inspect plugins for this given package
2637           require gst-python 0.9
2638
2639 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2640
2641         * Makefile.am:
2642         * autogen.sh:
2643         * common/gst-xmlinspect.py:
2644         * configure.ac:
2645         * docs/Makefile.am:
2646         * docs/plugins/inspect/plugin-alsa.xml:
2647         * docs/plugins/inspect/plugin-audioresample.xml:
2648         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2649         * docs/plugins/inspect/plugin-ogg.xml:
2650         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2651         * docs/plugins/tmpl/element-multifdsink.sgml:
2652         * docs/plugins/tmpl/element-tcpserversink.sgml:
2653         * docs/plugins/tmpl/element-vorbisenc.sgml:
2654         * gst-plugins-base.spec.in:
2655           various doc-related updates
2656
2657 2005-08-31  Wim Taymans  <wim@fluendo.com>
2658
2659         * gst-libs/gst/audio/gstbaseaudiosink.c:
2660         (gst_base_audio_sink_render):
2661         Resync if the buffer timestamps drift more than a 10th 
2662         of a second.
2663
2664 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2665
2666         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2667         (gst_v4lsrc_get_property):
2668           The 'timestamp-offset' property is registered as an int64, so
2669           let's use g_value_{set|get}_int64() in our setter and getter
2670           functions (makes it work and fixes warnings with gst-inspect).
2671
2672 2005-08-30  Wim Taymans  <wim@fluendo.com>
2673
2674         * check/elements/audioconvert.c: (setup_audioconvert):
2675         * check/elements/audioresample.c: (setup_audioresample):
2676         * check/elements/volume.c: (setup_volume):
2677         Fix checks.
2678
2679 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2680
2681         * common/gtk-doc-plugins.mak:
2682         * common/plugins.xsl:
2683         * docs/plugins/Makefile.am:
2684           make module a param
2685
2686 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2687
2688         * examples/seeking/seek.c: (make_mp3_pipeline),
2689         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2690         (play_cb), (pause_cb), (stop_cb):
2691           update the example
2692
2693 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2694
2695         * gst/volume/gstvolume.c: (gst_volume_class_init),
2696         (volume_transform):
2697           do not update controlled params, if buffer has no timestamp
2698
2699 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2700
2701         * configure.ac:
2702         * gst/sine/Makefile.am:
2703         * gst/volume/Makefile.am:
2704           controllerized elements also need to link against controller-libs ;)
2705
2706 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * docs/libs/tmpl/gstcolorbalance.sgml:
2709         * docs/libs/tmpl/gstgconf.sgml:
2710         * docs/libs/tmpl/gstmixer.sgml:
2711         * docs/libs/tmpl/gstringbuffer.sgml:
2712         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2713         (gst_sinesrc_create):
2714         * gst/volume/gstvolume.c: (gst_volume_class_init),
2715         (volume_transform):
2716           controllerized two audio plugins
2717
2718 2005-08-29  Andy Wingo  <wingo@pobox.com>
2719
2720         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2721         (vorbis_handle_data_packet): Fix some int overflow errors.
2722
2723         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2724         -1.
2725         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2726         valid.
2727         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2728         if it's valid. Fixed streaming-mode playback.
2729
2730         * check/elements/volume.c (cleanup_volume): Fix for running
2731         CK_FORK=no.
2732
2733         * check/elements/audioconvert.c: Convert from native endian, not
2734         little endian.
2735
2736 2005-08-29  Michael Smith <msmith@fluendo.com>
2737
2738         * ext/ogg/Makefile.am:
2739         * ext/ogg/gstogg.c: (plugin_init):
2740         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2741         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2742         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2743         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2744         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2745         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2746         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2747         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2748         Add an ogg parser element.
2749
2750 2005-08-28  Andy Wingo  <wingo@pobox.com>
2751
2752         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2753
2754 2005-08-26  Wim Taymans  <wim@fluendo.com>
2755
2756         * gst/audioconvert/audioconvert.c: (if), (float),
2757         (audio_convert_get_func_index), (check_default),
2758         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2759         (audio_convert_clean_context), (audio_convert_get_sizes),
2760         (audio_convert_convert):
2761         Cleanups.
2762
2763 2005-08-26  Wim Taymans  <wim@fluendo.com>
2764
2765         * gst/audioconvert/audioconvert.c: (if), (float),
2766         (audio_convert_get_func_index), (check_default),
2767         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2768         (audio_convert_clean_context), (audio_convert_get_sizes),
2769         (audio_convert_convert):
2770         More elegant and working temp buffer selection algo.
2771
2772 2005-08-26  Wim Taymans  <wim@fluendo.com>
2773
2774         * gst/audioconvert/audioconvert.c: (if), (float),
2775         (audio_convert_get_func_index), (check_default),
2776         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2777         (audio_convert_clean_context), (audio_convert_get_sizes),
2778         (get_temp_buffer), (audio_convert_convert):
2779         Use realloc else we lose our original data.
2780
2781 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2782
2783         * gst/audioresample/gstaudioresample.c:
2784           use base class' newsegment to properly timestamp
2785
2786 2005-08-26  Wim Taymans  <wim@fluendo.com>
2787
2788         * gst/audioconvert/audioconvert.c: (if), (float),
2789         (audio_convert_get_func_index), (check_default),
2790         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2791         (audio_convert_clean_context), (audio_convert_get_sizes),
2792         (get_temp_buffer), (audio_convert_convert):
2793         * gst/audioconvert/gstaudioconvert.c:
2794         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2795         (gst_audio_convert_transform_caps),
2796         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2797         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2798         Oops, allocate enough space to perform the channel mix.
2799
2800 2005-08-26  Wim Taymans  <wim@fluendo.com>
2801
2802         * gst/audioconvert/Makefile.am:
2803         * gst/audioconvert/audioconvert.c: (if), (float),
2804         (audio_convert_get_func_index), (check_default),
2805         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2806         (audio_convert_clean_context), (audio_convert_get_sizes),
2807         (get_temp_buffer), (audio_convert_convert):
2808         * gst/audioconvert/audioconvert.h:
2809         * gst/audioconvert/gstaudioconvert.c:
2810         (gst_audio_convert_class_init), (gst_audio_convert_init),
2811         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2812         (gst_audio_convert_get_unit_size),
2813         (gst_audio_convert_transform_caps),
2814         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2815         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2816         * gst/audioconvert/gstaudioconvert.h:
2817         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2818         (gst_channel_mix_fill_identical),
2819         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2820         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2821         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2822         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2823         (gst_channel_mix_mix):
2824         * gst/audioconvert/gstchannelmix.h:
2825         Cleanups, librarify a bit, optimize, better negotiation and more.
2826
2827 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2828
2829         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2830         Another from MikeS:
2831         During typefinding, don't support negative offsets
2832         (offsets from the end of the stream) in our typefind->peek() function
2833         - nothing embedded in ogg ever needs them. However, we need to recognise
2834         those requests and reject them, otherwise we return invalid pointers.
2835
2836 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2837
2838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2839         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2840         (vorbisdec_finalize), (vorbis_handle_type_packet):
2841           Big shout-out to MikeS for fixing this giant memory leak.
2842           Huzzah!
2843
2844 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2845
2846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2847         (audio_convert_get_unit_size):
2848           plug some leaks
2849
2850 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2851
2852         * check/Makefile.am:
2853         * check/elements/audioconvert.c: (setup_audioconvert),
2854         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2855         (GST_START_TEST), (audioconvert_suite), (main):
2856           add a test for audioconvert
2857         * gst/audioresample/gstaudioresample.c:
2858         * gst/audioresample/gstaudioresample.h:
2859           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2860           note that for buffers of 1/3 sec this means DURATION(c) is 
2861           one nanosecond more than for a and b
2862
2863 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2864
2865         * check/Makefile.am:
2866         * check/elements/audioresample.c: (setup_audioresample),
2867         (cleanup_audioresample), (fail_unless_perfect_stream),
2868         (test_perfect_stream_instance), (GST_START_TEST),
2869           add a check for audioresample
2870         (audioresample_suite), (main):
2871         * check/elements/volume.c: (GST_START_TEST):
2872           remove unused method
2873         * gst/audioresample/gstaudioresample.c:
2874           set correct buffer parameters since we're changing them
2875         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2876           add some debug
2877
2878 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2879
2880         * gst/audioresample/debug.c:
2881         * gst/audioresample/gstaudioresample.c:
2882           add room for extra overlap samples when asked to transform size
2883           protect against possible mem corruption and check for discrepancies
2884           between written size and outbuffer's size so we can warn for
2885           potential problems
2886         * gst/audioresample/resample.c: (resample_init),
2887         (resample_get_output_size_for_input), (resample_get_output_size),
2888         (resample_set_n_channels), (resample_set_format):
2889           set debug level based on RESAMPLE_DEBUG env var
2890           make sure that get_output_size* returns a whole number of
2891           sample_size
2892           set sample_size each time either channel or format is set
2893         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2894         * gst/audioresample/resample_functable.c:
2895         (resample_scale_functable):
2896         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2897           remove r->sample_size, it's done in resample.c now
2898           add some debugging to the ref implementation
2899           make sure we only give back bytes that are wholes of the sample
2900           size
2901
2902 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2903         * gst/playback/gstplaybasebin.c: (fill_buffer):
2904         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2905
2906 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2907
2908         * gst/volume/gstvolume.c:
2909           made set_caps function static
2910
2911 2005-08-24  Wim Taymans  <wim@fluendo.com>
2912
2913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2914         (gst_vorbisenc_change_state):
2915         Stop leaking taglists.
2916
2917 2005-08-24  Wim Taymans  <wim@fluendo.com>
2918
2919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2920         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2921         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2922         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2923         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2924         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2925         Parse seeking events better.
2926         Unref static caps.
2927         Generate correct newsegment events, fixes seeking in live oggs.
2928
2929         * ext/theora/theoradec.c: (theora_dec_src_query),
2930         (theora_dec_src_event), (theora_dec_src_getcaps),
2931         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2932         Use newsegment values to report correct play time.
2933
2934         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2935         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2936         * ext/vorbis/vorbisdec.h:
2937         Parse and use newsegment values to report correct play time.
2938
2939         * gst-libs/gst/audio/gstbaseaudiosink.c:
2940         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2941         Clear ringbuffer on flush.
2942         Use newsegment values to calculate playback time.
2943
2944         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2946         Basesink does newsegment calculations for us now.
2947
2948 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2949
2950         * check/Makefile.am:
2951         * configure.ac:
2952           add core's plugins to the mix so that playbin works
2953         * check/generic/states.c: (GST_START_TEST):
2954           set a 0 timeout on pipelines, so they don't force the next
2955           state change
2956         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2957         (gst_play_base_bin_change_state):
2958           remove the crappy error handling and do GST error handling
2959
2960 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2961
2962         * check/Makefile.am:
2963         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2964           add same test as to core, it bitches out on playbin atm.
2965
2966 2005-08-24  Wim Taymans  <wim@fluendo.com>
2967
2968         * configure.ac:
2969         Remove audioscale.
2970
2971 2005-08-24  Wim Taymans  <wim@fluendo.com>
2972
2973         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2974         (gst_videoscale_prepare_size), (parse_caps),
2975         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2976         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2977         (gst_videoscale_transform):
2978         * gst/videoscale/gstvideoscale.h:
2979         Refactor, make use of BaseTranform really well.
2980
2981 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2982
2983         * configure.ac:
2984           compile audioresample
2985         * gst/audioresample/Makefile.am:
2986         * gst/audioresample/buffer.c:
2987         * gst/audioresample/functable.c:
2988         * gst/audioresample/gstaudioresample.c:
2989         * gst/audioresample/gstaudioresample.h:
2990         * gst/audioresample/resample.c:
2991         (resample_get_output_size_for_input):
2992         * gst/audioresample/resample.h:
2993         * gst/audioresample/resample_chunk.c:
2994         * gst/audioresample/resample_functable.c:
2995         * gst/audioresample/resample_ref.c:
2996           port to use basetransform; doesn't work in all cases yet
2997
2998 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2999
3000         * gst/audioconvert/gstaudioconvert.c:
3001         (gst_audio_convert_class_init), (gst_audio_convert_init),
3002         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3003         (audio_convert_fixate_caps), (audio_convert_set_caps),
3004         (audio_convert_transform),
3005         (gst_audio_convert_buffer_to_default_format),
3006         (gst_audio_convert_buffer_from_default_format),
3007         (gst_audio_convert_channels):
3008         * gst/audioconvert/gstchannelmix.c:
3009         * gst/audioconvert/gstchannelmix.h:
3010           port to basetransform
3011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3012         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3013         (gst_ffmpegcsp_get_unit_size):
3014         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3015         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3016           fix for basetransform changes
3017
3018 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3019
3020         * check/Makefile.am:
3021           Add CHECK_CFLAGS and LDFLAGS
3022
3023         * gst/playback/gstplaybasebin.c: (fill_buffer):
3024           GST_MESSAGE_SRC became a GObject
3025
3026 2005-08-24  Wim Taymans  <wim@fluendo.com>
3027
3028         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3029         (gst_ring_buffer_clear_all):
3030         * gst-libs/gst/audio/gstringbuffer.h:
3031         Added function to clear the ringbuffer.
3032
3033 2005-08-24  Andy Wingo  <wingo@pobox.com>
3034
3035         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3036         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3037         of _open and _close.
3038
3039         * sys/v4l/gstv4lxoverlay.h:
3040         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3041         an Xv connection here, instead of all the time. Make Xv only be
3042         loaded if you axe for it. Kindof a workaround for buggy behaviour
3043         of Xv when using remote xservers (XvQueryExtension would block).
3044         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3045         replace the _open and _close public API. Only start the xv
3046         connection if necessary.
3047         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3048
3049 2005-08-23  David Schleef  <ds@schleef.org>
3050
3051         * gst/audioresample/Makefile.am: Leet audioresampling code
3052         * gst/audioresample/buffer.c:
3053         * gst/audioresample/buffer.h:
3054         * gst/audioresample/debug.c:
3055         * gst/audioresample/debug.h:
3056         * gst/audioresample/functable.c:
3057         * gst/audioresample/functable.h:
3058         * gst/audioresample/gstaudioresample.c:
3059         * gst/audioresample/gstaudioresample.h:
3060         * gst/audioresample/resample.c:
3061         * gst/audioresample/resample.h:
3062         * gst/audioresample/resample_chunk.c:
3063         * gst/audioresample/resample_functable.c:
3064         * gst/audioresample/resample_ref.c:
3065
3066 2005-08-23  Wim Taymans  <wim@fluendo.com>
3067
3068         * examples/seeking/seek.c: (make_vorbis_pipeline),
3069         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3070         Small seek updates.
3071
3072 2005-08-23  Andy Wingo  <wingo@pobox.com>
3073
3074         * gst-libs/gst/audio/gstbaseaudiosrc.c
3075         (gst_base_audio_src_fixate): Only fixate endianness if it is
3076         present in the caps.
3077
3078 2005-08-22  Andy Wingo  <wingo@pobox.com>
3079
3080         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3081         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3082         device-name property.
3083
3084         * gst-libs/gst/audio/gstaudiosrc.h:
3085         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3086         close_device in the ring buffer, like gstaudiosink.
3087
3088         * ext/alsa/gstalsamixer.h:
3089         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3090         macro to implement the interface without much code. Cleanups. 
3091
3092         * ext/alsa/gstalsasrc.h:
3093         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3094         READY.
3095
3096         * ext/alsa/Makefile.am: Add new files.
3097         * ext/alsa/gstalsamixerelement.c: 
3098         * ext/alsa/gstalsamixerelement.c: Split element code out from
3099         mixer code so that alsasrc can be a mixer too.
3100
3101 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3102
3103         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3104         (GST_START_TEST):
3105         * check/elements/vorbisdec.c: (setup_vorbisdec),
3106         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3107         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3108         (vorbis_handle_identification_packet),
3109         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3110         (vorbis_handle_header_packet), (vorbis_dec_push),
3111         (vorbis_dec_chain):
3112           use the setup/teardown methods to save code.  save code is good.
3113
3114 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3115
3116         * check/Makefile.am:
3117           add ext dir for plugins
3118           add vorbisdec test conditionally
3119         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3120         (GST_START_TEST), (volume_suite):
3121           add a test with wrong caps
3122         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3123         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3124           add a vorbisdec test
3125         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3126         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3127           clean up debug output
3128         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3129           yay, fix a segfault/security issue in vorbisdec
3130           gst-launch fakesrc ! vorbisdec wasn't happy
3131         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3132         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3133         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3134         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3135         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3136         (gst_vorbisenc_set_metadata), (get_constraints_string),
3137         (update_start_message), (gst_vorbisenc_setup),
3138         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3139         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3140         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3141         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3142         * ext/vorbis/vorbisenc.h:
3143           march in line
3144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3145         (gst_ffmpegcsp_transform):
3146           have the kow come home
3147         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3148           debug my func ptr
3149         * gst/volume/gstvolume.c: (volume_set_caps):
3150           add a debug
3151
3152 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3153
3154         * Makefile.am:
3155         * check/.cvsignore:
3156         * check/Makefile.am:
3157         * check/elements/.cvsignore:
3158         * check/elements/volume.c: (chain_func), (event_func),
3159         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3160         (main):
3161         * configure.ac:
3162           add unit test structure for gst-plugins-base
3163           add a test for volume
3164         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3165         (gst_volume_set_volume), (gst_volume_get_volume),
3166         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3167         (volume_funcfind), (volume_process_float), (volume_process_int16),
3168         (volume_set_caps), (volume_transform), (volume_update_mute),
3169         (volume_update_volume), (volume_set_property),
3170         (volume_get_property):
3171           document a little; use basetransform vmethod _set_caps
3172
3173 2005-08-19  Andy Wingo  <wingo@pobox.com>
3174
3175         * ext/alsa/gstalsamixertrack.h:
3176         * ext/alsa/gstalsamixertrack.c:
3177         * ext/alsa/gstalsamixeroptions.h:
3178         * ext/alsa/gstalsamixeroptions.c:
3179         * ext/alsa/gstalsamixer.h:
3180         * ext/alsa/gstalsamixer.c: Port to 0.9.
3181
3182         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3183         Remove gstalsa.c and alsaclock. No more cruft here.
3184         
3185 2005-08-18  Wim Taymans  <wim@fluendo.com>
3186
3187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3188         (gst_base_rtp_depayload_chain),
3189         (gst_base_rtp_depayload_add_to_queue),
3190         (gst_base_rtp_depayload_push),
3191         (gst_base_rtp_depayload_queue_release):
3192         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3193         Fix for RTPBuffer changes.
3194
3195         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3196         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3197         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3198         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3199         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3200         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3201         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3202         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3203         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3204         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3205         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3206         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3207         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3208         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3209         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3210         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3211         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3212         (gst_rtpbuffer_get_payload):
3213         * gst-libs/gst/rtp/gstrtpbuffer.h:
3214         Don't subclass GstBuffer but add methods and helper functions
3215         to construct and manipulate RTP packets in regular GstBuffers.
3216
3217 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3218
3219         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3220           moved statement below switch
3221         * gst/volume/gstvolume.c: (gst_volume_class_init):
3222           added debug ptr
3223
3224 2005-08-16  Wim Taymans  <wim@fluendo.com>
3225
3226         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3227         (gst_base_audio_src_change_state):
3228         Open and close device in READY<->NULL state change.
3229
3230 2005-08-16  Andy Wingo  <wingo@pobox.com>
3231
3232         * examples/seeking/Makefile.am: Don't compile non-compiling
3233         compiled objects with the compiler.
3234
3235         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3236         elements.
3237
3238 2005-08-12  Philippe Khalaf <burger@speedy.org>
3239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3240         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3241           Made a thread to release the queue.
3242           Removed timestamp conversion for now.
3243
3244 2005-08-10  Philippe Khalaf <burger@speedy.org>
3245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3246         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3247           Added rtp timestamp -> gst timestamp conversion.
3248           Fixed several problems with queue.
3249
3250 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3251
3252         * gst-libs/gst/audio/gstaudioclock.h:
3253         * gst-libs/gst/audio/gstaudiofilter.h:
3254         * gst-libs/gst/audio/gstaudiosink.h:
3255         * gst-libs/gst/audio/gstaudiosrc.h:
3256         * gst-libs/gst/audio/gstbaseaudiosink.h:
3257         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3258         * gst-libs/gst/audio/gstringbuffer.h:
3259         * gst-libs/gst/net/gstnetbuffer.h:
3260         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3261         * gst-libs/gst/rtp/gstrtpbuffer.h:
3262           Add padding (you will need to rebuild gst-plugins-base,
3263           gst-plugins and all applications afterwards!)
3264
3265 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3266
3267         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3268         (gst_riff_parse_chunk):
3269           Fix bug in debug message and add some more debug messages.
3270
3271 2005-08-08  Edward Hervey  <edward@fluendo.com>
3272
3273         * gst-libs/gst/riff/riff-media.c:
3274         backported updates since branch
3275
3276 2005-08-08  Andy Wingo  <wingo@pobox.com>
3277
3278         * gst-libs/gst/audio/gstbaseaudiosink.c
3279         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3280         like good elements should. Close on READY->NULL too.
3281
3282         * gst-libs/gst/audio/gstaudiosink.c
3283         (gst_audioringbuffer_open_device,
3284         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3285         (gst_audioringbuffer_release): Updates for new ring buffer API,
3286         hook into the new audio sink api.
3287
3288         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3289         (GstAudioSinkClass.close): Just open and close the device -- no
3290         resource allocation or configuration.
3291         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3292         vmethods, handle device setup and resource allocation.
3293
3294         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3295         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3296         base class API.
3297
3298         * gst-libs/gst/audio/gstringbuffer.h
3299         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3300         New vmethods.
3301
3302         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3303         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3304         New API functions. The device should be opened before acquiring
3305         and closed after releasing.
3306
3307 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3308
3309         * gst-libs/gst/interfaces/mixer.h:
3310           Reset padding to GST_PADDING.
3311
3312 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3313
3314         * gst/playback/gstplaybin.c: (remove_sinks):
3315           Remove visualization from parent explicitely; works around some
3316           apparent refcount issue that I haven't tracked down yet.
3317
3318 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3319
3320         * ext/alsa/gstalsasink.c: (set_hwparams):
3321           Assign debug category, add negotiation debug msgs.
3322
3323 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3324
3325         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3326           Fix error code for file-not-found to NOT_FOUND.
3327
3328 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3329
3330         * common/gtk-doc-plugins.mak:
3331         * docs/plugins/Makefile.am:
3332         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3333         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3334           renamed to actual element names, so much nicer to look at
3335         * docs/plugins/tmpl/gstmultifdsink.sgml:
3336           remove
3337         * docs/plugins/tmpl/multifdsink.sgml:
3338         * docs/plugins/tmpl/tcpserversink.sgml:
3339           add
3340         * ext/alsa/gstalsa.c:
3341         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3342         * ext/ogg/gstoggmux.c:
3343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3344         * gst/playback/gstdecodebin.c:
3345         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3346         * gst/tcp/gsttcpserversink.c:
3347           various fixes and documentation additions
3348
3349 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3350
3351         * common/Makefile.am:
3352         * common/gstdoc-scangobj:
3353         * common/gtk-doc-plugins.mak:
3354         * common/gtk-doc.mak:
3355           add a custom scangobj that uses the registry
3356           add a custom gtk-doc-plugins.mak that uses it
3357           some doc build fixes
3358         * configure.ac:
3359         * docs/Makefile.am:
3360         * docs/plugins/Makefile.am:
3361         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3362         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3363         * docs/plugins/gst-plugins-base-plugins.types:
3364         * docs/plugins/tmpl/gstmultifdsink.sgml:
3365           add docs for one element, multifdsink
3366         * gst/adder/gstadder.h:
3367         * gst/volume/gstvolume.h:
3368           don't privatize enum
3369         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3370         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3371         (gst_sync_method_get_type), (gst_client_status_get_type),
3372         (gst_multifdsink_class_init),
3373         (gst_multifdsink_client_queue_buffer),
3374         (gst_multifdsink_handle_client_write):
3375         * gst/tcp/gstmultifdsink.h:
3376         * gst/tcp/gsttcp.h:
3377         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3378         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3379         (gst_tcpclientsink_render):
3380         * gst/tcp/gsttcpclientsink.h:
3381         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3382         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3383         (gst_tcpclientsrc_start):
3384         * gst/tcp/gsttcpclientsrc.h:
3385         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3386         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3387         * gst/tcp/gsttcpserversrc.h:
3388         * gst/typefind/gsttypefindfunctions.c:
3389           remove superfluous Type stuff
3390
3391 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3392
3393         * gst/playback/gstplaybin.c: (gen_video_element):
3394           Enable videoscale.
3395
3396 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3397
3398         * gst-libs/gst/gconf/gconf.c:
3399         * gst-libs/gst/gconf/gconf.h:
3400           Fix some Andy Problem [tm].
3401
3402 2005-08-04  Andy Wingo  <wingo@pobox.com>
3403
3404         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3406         (gst_ffmpegcsp_get_size): Adapt to API changes.
3407
3408         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3409         Implement an in-place do-nothing transform.
3410
3411 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3412
3413         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3414         (gst_ximagesink_renegotiate_size):
3415           Do not set new window sizes yet if we prepare a new buffer size
3416           for upstream renegotiation (software scaling) at some point in the
3417           future, because this new size waqs not actually accepted yet. Once
3418           accepted, renegotiation later on will set the new sizes just fine.
3419           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3420           embedding testcase.
3421
3422 2005-08-03  Andy Wingo  <wingo@pobox.com>
3423
3424         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3425         (gst_ximagesink_buffer_alloc): 
3426         Protect the height, width, and desired_caps with the pool_lock.
3427         Fixes videotestsrc ! queue ! ximagesink.
3428
3429 2005-08-02  Edward Hervey  <edward@fluendo.com>
3430
3431         * gst/volume/gstvolume.c:
3432         include left from controller cleanup
3433
3434 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3436           Stop collectpads before calling the parent state
3437           change function on PAUSED->READY.
3438
3439 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3440         * configure.ac:
3441           When testing for X libs, use the X CFlags 
3442         * gst/adder/gstadder.c: (gst_adder_change_state):
3443           Stop the collectpads before calling parent state change function
3444           on PAUSED->READY, otherwise we deadlock deactivating pads.
3445
3446 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3447
3448         * configure.ac:
3449         * docs/libs/tmpl/gstcolorbalance.sgml:
3450         * docs/libs/tmpl/gstmixer.sgml:
3451         * examples/Makefile.am:
3452         * gst/sine/Makefile.am:
3453         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3454         (gst_sinesrc_set_property), (plugin_init):
3455         * gst/sine/gstsinesrc.h:
3456         * gst/volume/Makefile.am:
3457         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3458         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3459         (volume_process_float), (volume_process_int16),
3460         (volume_set_property), (plugin_init):
3461         * gst/volume/gstvolume.h:
3462           deactivate and remove dparams (libgstcontrol)
3463
3464 2005-07-29  Wim Taymans  <wim@fluendo.com>
3465
3466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3467         Convert me to BaseTransform!! help..
3468
3469 2005-07-29  Andy Wingo  <wingo@pobox.com>
3470
3471         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3472         sinks.
3473
3474         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3475         support of both endiannesses.
3476
3477 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3478
3479         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3480           Fix confusing debug message (s/event/query/)
3481
3482 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3483
3484         * gst/videotestsrc/videotestsrc.h:
3485           Use "_stdint.h" instead of <stdint.h>
3486
3487 2005-07-27  Wim Taymans  <wim@fluendo.com>
3488
3489         * ext/vorbis/Makefile.am:
3490         Revert wrong commit.
3491
3492 2005-07-27  Wim Taymans  <wim@fluendo.com>
3493
3494         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3495         More compilation fixen.
3496
3497 2005-07-27  Wim Taymans  <wim@fluendo.com>
3498
3499         * gst-libs/gst/audio/gstbaseaudiosink.c:
3500         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3501         (gst_base_audio_sink_create_ringbuffer),
3502         (gst_base_audio_sink_change_state):
3503         Fix compilation.
3504
3505 2005-07-27  Wim Taymans  <wim@fluendo.com>
3506
3507         * examples/seeking/seek.c: (setup_dynamic_link),
3508         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3509         (query_positions_elems), (query_positions_pads), (do_seek):
3510         Update seek example.
3511
3512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3513         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3514         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3515         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3516         (gst_ogg_demux_handle_event),
3517         (gst_ogg_demux_deactivate_current_chain),
3518         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3519         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3520         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3521         (gst_ogg_demux_loop):
3522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3523         * ext/theora/theoradec.c: (theora_dec_src_event),
3524         (theora_dec_src_getcaps), (theora_dec_sink_event),
3525         (theora_dec_push), (theora_dec_chain):
3526         * ext/vorbis/Makefile.am:
3527         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3528         (vorbis_dec_sink_event), (vorbis_dec_push),
3529         (vorbis_handle_data_packet):
3530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3531         (gst_vorbisenc_chain):
3532         * gst/playback/gststreaminfo.c: (cb_probe):
3533         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3534         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3535         * gst/videoscale/gstvideoscale.c:
3536         (gst_videoscale_handle_src_event):
3537         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3538         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3539         (gst_ximagesink_navigation_send_event):
3540         * sys/xvimage/xvimagesink.c:
3541         (gst_xvimagesink_navigation_send_event):
3542         Various event updates and cleanups
3543
3544 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3545
3546         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3547           Fix segfault for I420/YV12.
3548
3549 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3550
3551         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3552           Report bitrate.
3553
3554 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3555
3556         * gst/playback/gstplaybin.c: (gen_video_element),
3557         (gen_audio_element):
3558           Switch to auto*sink elements as default sinks; add volume element
3559           so that volume control in totem works.
3560
3561 2005-07-21  Wim Taymans  <wim@fluendo.com>
3562
3563         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3564         * gst/playback/gstplaybin.c: (setup_sinks),
3565         (gst_play_bin_change_state):
3566         Refcount fix and more comments.
3567
3568 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3569
3570         * sys/ximage/Makefile.am:
3571         * sys/ximage/ximage.c: (plugin_init):
3572         * sys/ximage/ximagesink.c:
3573         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3574         
3575
3576 2005-07-21  Wim Taymans  <wim@fluendo.com>
3577
3578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3579         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3580         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3581         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3582         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3583         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3584         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3585         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3586         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3587         Generate correct disconts for live chained oggs.
3588
3589         * gst-libs/gst/audio/gstbaseaudiosink.c:
3590         (gst_base_audio_sink_render),
3591         (gst_base_audio_sink_create_ringbuffer),
3592         (gst_base_audio_sink_change_state):
3593         Handle discont math correctly.
3594
3595         * gst/playback/gstplaybin.c: (add_sink):
3596         Some small debug cleanup.
3597
3598 2005-07-21  Wim Taymans  <wim@fluendo.com>
3599
3600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3601         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3602         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3603         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3604         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3605         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3606         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3607         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3608         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3609         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3610         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3611         (gst_ogg_demux_change_state), (gst_ogg_print):
3612         Reorganize code to send the right disconts when in streaming
3613         mode.
3614
3615 2005-07-20  Andy Wingo  <wingo@pobox.com>
3616
3617         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3618         fix (?), fixes a seggie mcfalterson (#310894).
3619
3620 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3621
3622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3623         (gst_ogg_mux_set_header_on_caps):
3624         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3625         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3626         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3627         * gst-libs/gst/audio/multichannel.c:
3628         (gst_audio_set_channel_positions),
3629         (gst_audio_set_structure_channel_positions_list):
3630         * gst/playback/gstdecodebin.c: (dynamic_create):
3631         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3632         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3633           Fixes for API changes in core.
3634
3635 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3636
3637         * gst/playback/gstplaybasebin.c: (fill_buffer):
3638           Use _new_custom() so we can set custom message types for buffering
3639           messages.
3640
3641 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3642
3643         * configure.ac:
3644         * gst-libs/gst/Makefile.am:
3645         * gst-libs/gst/gconf/.cvsignore:
3646         * gst-libs/gst/gconf/Makefile.am:
3647         * gst-libs/gst/gconf/test-gconf.c:
3648         * pkgconfig/Makefile.am:
3649         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3650         * pkgconfig/gstreamer-gconf.pc.in:
3651           Remove gconf stuff, use gconf elements instead from now on.
3652
3653 2005-07-20  Wim Taymans  <wim@fluendo.com>
3654
3655         * gst-libs/gst/audio/TODO:
3656         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3657         (gst_audio_clock_get_internal_time):
3658         * gst-libs/gst/audio/gstaudioclock.h:
3659         * gst-libs/gst/audio/gstbaseaudiosink.c:
3660         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3661         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3662         (gst_base_audio_sink_render),
3663         (gst_base_audio_sink_create_ringbuffer),
3664         (gst_base_audio_sink_change_state):
3665         Make sure the audio clock always returns an increasing value.
3666
3667 2005-07-19  Andy Wingo  <wingo@pobox.com>
3668
3669         * gst/videotestsrc/: Cleanups.
3670
3671 2005-07-19  Wim Taymans  <wim@fluendo.com>
3672
3673         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3674         Better debugging.
3675
3676 2005-07-19  Wim Taymans  <wim@fluendo.com>
3677
3678         * examples/seeking/seek.c: (make_dv_pipeline),
3679         (make_vorbis_theora_pipeline), (query_rates),
3680         (query_positions_elems), (query_positions_pads), (do_seek):
3681         Make correct DV pipeline.
3682
3683 2005-07-18  Andy Wingo  <wingo@pobox.com>
3684
3685         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3686         default. Also because it's the only thing that really works. (This
3687         is used in the GConf elements).
3688         Use AS_LIBTOOL_TAGS.
3689
3690 2005-07-18  Wim Taymans  <wim@fluendo.com>
3691
3692         * gst/playback/gstdecodebin.c: (remove_element_chain):
3693         * gst/playback/gstplaybin.c: (add_sink):
3694         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3695         (gst_stream_info_set_mute):
3696         * gst/playback/gststreamselector.c:
3697         (gst_stream_selector_get_linked_pad),
3698         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3699         More leak and compile fixes.
3700
3701 2005-07-18  Wim Taymans  <wim@fluendo.com>
3702
3703         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3704         (query_rates), (query_positions_elems), (query_positions_pads),
3705         (do_seek), (seek_cb), (stop_seek):
3706         Updated seek example. 
3707
3708         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3709         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3710         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3711         * gst/playback/gstplaybin.c: (add_sink):
3712         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3713         (gst_stream_info_set_mute):
3714         Some refcount leak fixes.
3715
3716 2005-07-16  Wim Taymans  <wim@fluendo.com>
3717
3718         * gst-libs/gst/audio/gstbaseaudiosink.c:
3719         (gst_base_audio_sink_render):
3720         Align samples even if we have roundoff errors in the 
3721         timestamp conversion.
3722
3723 2005-07-16  Wim Taymans  <wim@fluendo.com>
3724
3725         * docs/libs/tmpl/gstringbuffer.sgml:
3726         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3727         (query_rates), (query_positions_elems), (query_positions_pads),
3728         (update_scale), (do_seek):
3729         Updated seek example.
3730
3731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3732         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3733         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3734         (gst_ogg_demux_loop):
3735         Push out correct discont values.
3736
3737         * ext/theora/theoradec.c: (theora_dec_src_convert),
3738         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3739         (theora_dec_sink_event), (theora_handle_type_packet),
3740         (theora_handle_header_packet), (theora_dec_push),
3741         (theora_handle_data_packet), (theora_dec_chain),
3742         (theora_dec_change_state):
3743         Better timestamping.
3744
3745         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3746         (vorbis_dec_sink_event), (vorbis_dec_push),
3747         (vorbis_handle_data_packet), (vorbis_dec_chain):
3748         * ext/vorbis/vorbisdec.h:
3749         Better timestamping.
3750
3751         * gst-libs/gst/audio/gstbaseaudiosink.c:
3752         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3753         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3754         Handle syncing on timestamps instead of sample offsets. Make
3755         use of DISCONT values as described in design docs.
3756
3757         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3758         (gst_base_audio_src_get_time):
3759         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3760         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3761         (gst_ring_buffer_read):
3762         * gst-libs/gst/audio/gstringbuffer.h:
3763         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3764         (gst_ximagesink_show_frame):
3765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3766         Correcly convert buffer timestamp to stream time.
3767
3768 2005-07-16  Wim Taymans  <wim@fluendo.com>
3769
3770         * gst/audioconvert/gstaudioconvert.c:
3771         (gst_audio_convert_get_buffer):
3772         Timestamp buffers correctly.
3773
3774         * gst/playback/gstplaybin.c: (gen_video_element):
3775         Make internal fakesink silent.
3776
3777 2005-07-15  Wim Taymans  <wim@fluendo.com>
3778
3779         * gst/ffmpegcolorspace/Makefile.am:
3780         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3781         (gst_ffmpegcsp_caps_remove_format_info),
3782         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3783         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3784         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3785         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3786         Ported ffmpegcolorspace to basetransform.
3787
3788         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3789         * gst/volume/gstvolume.c: (volume_transform):
3790         Ported to new API.
3791
3792 2005-07-14  Wim Taymans  <wim@fluendo.com>
3793
3794         * gst/videotestsrc/Makefile.am:
3795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3796         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3797         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3798         (gst_videotestsrc_init), (gst_videotestsrc_event),
3799         (gst_videotestsrc_create), (gst_videotestsrc_start),
3800         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3801         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3802         (gst_videotestsrc_get_property):
3803         * gst/videotestsrc/gstvideotestsrc.h:
3804         Make videotestsrc a pushsrc.
3805
3806 2005-07-14  Wim Taymans  <wim@fluendo.com>
3807
3808         * gst/tcp/gstfdset.c: (gst_fdset_free):
3809         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3810         (gst_multifdsink_add), (gst_multifdsink_remove),
3811         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3812         (gst_multifdsink_remove_client_link),
3813         (gst_multifdsink_client_queue_data),
3814         (gst_multifdsink_client_queue_caps),
3815         (gst_multifdsink_client_queue_buffer),
3816         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3817         (gst_multifdsink_stop):
3818         * gst/tcp/gstmultifdsink.h:
3819         0.8 backporting.
3820
3821         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3822         Also draw image when not from a pool.
3823
3824 2005-07-14  Wim Taymans  <wim@fluendo.com>
3825
3826         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3827         (mute_stream), (silence_stream):
3828         Small debug additions.
3829
3830 2005-07-14  Wim Taymans  <wim@fluendo.com>
3831
3832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3833         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3834         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3835         Better error recovery, ignore unconnected pads and
3836         non-fatal errors.
3837
3838 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3839
3840         * docs/libs/tmpl/gstaudio.sgml:
3841         * docs/libs/tmpl/gstcolorbalance.sgml:
3842         * docs/libs/tmpl/gstgconf.sgml:
3843         * docs/libs/tmpl/gstmixer.sgml:
3844         * docs/libs/tmpl/gstringbuffer.sgml:
3845         * docs/libs/tmpl/gsttuner.sgml:
3846         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3847         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3848         (gst_tcpclientsrc_class_init):
3849         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3850         (gst_tcpserversrc_class_init):
3851         * sys/v4l/gstv4lelement.c:
3852           more autistic cleanliness in functions/names/defines
3853
3854 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3855
3856         * configure.ac:
3857           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3858           added manually to each Makefile.am so we are sure it goes
3859           *last* and doesn't add -L flags before linking in libs of our
3860           own, like, say, internal .la libs, that then accidentally pick
3861           up the installed copy.
3862         * docs/libs/Makefile.am:
3863         * ext/alsa/Makefile.am:
3864         * ext/cdparanoia/Makefile.am:
3865         * ext/gnomevfs/Makefile.am:
3866         * ext/libvisual/Makefile.am:
3867         * ext/ogg/Makefile.am:
3868         * ext/theora/Makefile.am:
3869         * ext/vorbis/Makefile.am:
3870         * gst-libs/gst/video/Makefile.am:
3871         * gst/adder/Makefile.am:
3872         * gst/audioconvert/Makefile.am:
3873         * gst/audiorate/Makefile.am:
3874         * gst/audioscale/Makefile.am:
3875         * gst/ffmpegcolorspace/Makefile.am:
3876         * gst/playback/Makefile.am:
3877         * gst/sine/Makefile.am:
3878         * gst/subparse/Makefile.am:
3879         * gst/tags/Makefile.am:
3880         * gst/tcp/Makefile.am:
3881         * gst/typefind/Makefile.am:
3882         * gst/videorate/Makefile.am:
3883         * gst/videoscale/Makefile.am:
3884         * gst/videotestsrc/Makefile.am:
3885         * gst/volume/Makefile.am:
3886         * sys/v4l/Makefile.am:
3887         * sys/ximage/Makefile.am:
3888         * sys/xvimage/Makefile.am:
3889           adapt properly to this change. This should make sure that
3890           plugins and libs properly link to the as-yet-uninstalled
3891           copies of stuff like libgstinterfaces and libgstvideo
3892
3893 2005-07-13  Andy Wingo  <wingo@pobox.com>
3894
3895         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3896         (gst_v4lsrc_fixate): Fixate on format as well.
3897
3898         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3899         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3900         buffer points to it.
3901         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3902         rather just doing X calls ourselves. Also fixes a memleak.
3903
3904 2005-07-12  Andy Wingo  <wingo@pobox.com>
3905
3906         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3907         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3908         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3909         TRUE to avoid deadlocks if an element holds on to our buffers.
3910
3911 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3912
3913         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3914         (gst_sinesrc_init), (gst_sinesrc_create),
3915         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3916         (gst_sinesrc_start):
3917         * gst/sine/gstsinesrc.h:
3918           removing num-buffers property before moving it
3919
3920 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3921
3922         * configure.ac:
3923           use overridable ERROR_CFLAGS
3924         * docs/libs/gst-plugins-base-libs.types:
3925         * docs/libs/tmpl/gstringbuffer.sgml:
3926         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3927         (gst_alsasink_class_init):
3928         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3929         (gst_alsasrc_class_init):
3930         * gst-libs/gst/audio/audio.h:
3931         * gst-libs/gst/audio/gstaudioclock.h:
3932         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3933         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3934         (gst_audio_filter_link), (gst_audio_filter_init),
3935         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3936         (gst_audio_filter_get_property),
3937         (gst_audio_filter_class_add_pad_templates):
3938         * gst-libs/gst/audio/gstaudiofilter.h:
3939         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3940         (gst_audio_filter_template_get_type),
3941         (gst_audio_filter_template_base_init),
3942         (gst_audio_filter_template_class_init),
3943         (gst_audio_filter_template_init),
3944         (gst_audio_filter_template_set_property),
3945         (gst_audio_filter_template_get_property), (plugin_init),
3946         (gst_audio_filter_template_setup),
3947         (gst_audio_filter_template_filter),
3948         (gst_audio_filter_template_filter_inplace):
3949         * gst-libs/gst/audio/gstaudiosink.c:
3950         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3951         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3952         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3953         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3954         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3955         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3956         * gst-libs/gst/audio/gstaudiosink.h:
3957         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3958         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3959         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3960         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3961         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3962         (gst_audio_src_class_init), (gst_audio_src_init),
3963         (gst_audio_src_create_ringbuffer):
3964         * gst-libs/gst/audio/gstaudiosrc.h:
3965         * gst-libs/gst/audio/gstbaseaudiosink.c:
3966         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3967         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3968         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3969         (gst_base_audio_sink_set_property),
3970         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3971         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3972         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3973         (gst_base_audio_sink_create_ringbuffer),
3974         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3975         * gst-libs/gst/audio/gstbaseaudiosink.h:
3976         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3977         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3978         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3979         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3980         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3981         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3982         (gst_base_audio_src_event), (gst_base_audio_src_create),
3983         (gst_base_audio_src_create_ringbuffer),
3984         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3985         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3987         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3988         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3989         (gst_ring_buffer_debug_spec_caps),
3990         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3991         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3992         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3993         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3994         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3995         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3996         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3997         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3998         (gst_ring_buffer_clear):
3999         * gst-libs/gst/audio/gstringbuffer.h:
4000         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4001         (gst_video_sink_class_init), (gst_video_sink_get_type):
4002         * gst-libs/gst/video/videosink.h:
4003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4004         (gst_multifdsink_class_init),
4005         (gst_multifdsink_handle_client_write),
4006         (gst_multifdsink_change_state):
4007         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4008         (gst_tcpclientsink_setcaps):
4009         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4010         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4011         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4012         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4013         (gst_ximagesink_send_pending_navigation),
4014         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4015         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4017         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4018         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4019         (gst_xvimagesink_send_pending_navigation),
4020         (gst_xvimagesink_navigation_send_event),
4021         (gst_xvimagesink_set_xwindow_id),
4022         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4023         (gst_xvimagesink_get_type):
4024         more macro splitting
4025
4026 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4027
4028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4029           plug a memleak, allows me to import 1479 albums in one go
4030           in jamboree
4031         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4032         (vorbis_handle_type_packet), (vorbis_dec_chain),
4033         (vorbis_dec_change_state):
4034           fix some format strings
4035
4036 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4037
4038         * docs/libs/tmpl/gstcolorbalance.sgml:
4039         * docs/libs/tmpl/gstmixer.sgml:
4040         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4041         (gst_alsasink_set_property), (gst_alsasink_get_property):
4042         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4043         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4044           add device property
4045
4046 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4047
4048         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4049         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4050         (audiocast_register_listener), (audiocast_thread_run),
4051         (gst_gnomevfssrc_send_additional_headers_callback),
4052         (gst_gnomevfssrc_received_headers_callback),
4053         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4054         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4055         (gst_gnomevfssrc_get_size):
4056           add/clean up debugging
4057         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4058           cleanups
4059
4060 2005-07-07  Andy Wingo  <wingo@pobox.com>
4061
4062         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4063         framerate. Need to get a handle on when exactly this function is
4064         called, tho.
4065
4066         * sys/v4l/v4lsrc_calls.h:
4067         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4068         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4069         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4070
4071         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4072         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4073         v4lelements are sources.
4074
4075         * sys/v4l/gstv4lxoverlay.h:
4076         * sys/v4l/gstv4lxoverlay.c:
4077         * sys/v4l/gstv4ltuner.h:
4078         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4079         
4080         * sys/v4l/gstv4lsrc.h:
4081         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4082         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4083         or something should handle that. Made a live source.
4084
4085         * sys/v4l/gstv4lelement.h:
4086         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4087         signals. Some cleanups.
4088
4089         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4090
4091         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4092         stuff.
4093
4094         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4095         stuff.
4096
4097         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4098
4099 2005-07-07  Wim Taymans  <wim@fluendo.com>
4100
4101         * ext/theora/theoradec.c: (theora_get_query_types),
4102         (theora_dec_src_getcaps), (theora_dec_push):
4103         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4105         Remove deprecated/unused query types.
4106
4107 2005-07-06  Wim Taymans  <wim@fluendo.com>
4108
4109         * ext/alsa/Makefile.am:
4110         * ext/alsa/gstalsaplugin.c: (plugin_init):
4111         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4112         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4113         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4114         (gst_alsasrc_class_init), (gst_alsasrc_init),
4115         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4116         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4117         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4118         (gst_alsasrc_reset):
4119         * ext/alsa/gstalsasrc.h:
4120         * gst-libs/gst/audio/Makefile.am:
4121         * gst-libs/gst/audio/gstaudiosink.c:
4122         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4123         (gst_audioringbuffer_start):
4124         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4125         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4126         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4127         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4128         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4129         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4130         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4131         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4132         * gst-libs/gst/audio/gstaudiosrc.h:
4133         * gst-libs/gst/audio/gstbaseaudiosink.c:
4134         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4135         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4136         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4137         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4138         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4139         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4140         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4141         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4142         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4143         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4144         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4145         (gst_baseaudiosrc_change_state):
4146         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4147         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4148         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4149         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4150         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4151         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4152         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4153         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4154         * gst-libs/gst/audio/gstringbuffer.h:
4155         Added audiosource base classes.
4156         Ported alsasrc, still very basic.
4157
4158 2005-07-06  Wim Taymans  <wim@fluendo.com>
4159
4160         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4161         (theora_dec_push), (theora_handle_data_packet):
4162         Prepare for better timestamp fix later.
4163
4164         * gst/audioconvert/gstaudioconvert.c:
4165         List most accurate caps first
4166
4167         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4168         Use proper pad task function.
4169
4170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4171         (gst_xvimagesink_show_frame):
4172         Fix deadlock when alloc failed.
4173
4174 2005-07-05  Andy Wingo  <wingo@pobox.com>
4175
4176         * ext/gnomevfs/gstgnomevfssrc.c:
4177         * gst/sine/gstsinesrc.c:
4178         * gst/tcp/gsttcpserversrc.c:
4179         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4180
4181         * sys/v4l/: Port from 0.8.
4182
4183         * Many files: Null if we got it....
4184
4185 2005-07-05  Andy Wingo  <wingo@pobox.com>
4186
4187         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4188         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4189         Signedness fixes.
4190
4191 2005-07-05  Wim Taymans  <wim@fluendo.com>
4192
4193         * configure.ac:
4194         * gst/tcp/Makefile.am:
4195         * gst/tcp/README:
4196         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4197         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4198         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4199         (is_sync_frame), (gst_multifdsink_handle_client_write),
4200         (gst_multifdsink_render), (gst_multifdsink_start),
4201         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4202         * gst/tcp/gstmultifdsink.h:
4203         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4204         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4205         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4206         * gst/tcp/gsttcp.h:
4207         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4208         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4209         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4210         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4211         * gst/tcp/gsttcpclientsink.h:
4212         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4213         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4214         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4215         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4216         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4217         * gst/tcp/gsttcpclientsrc.h:
4218         * gst/tcp/gsttcpplugin.c: (plugin_init):
4219         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4220         * gst/tcp/gsttcpserversink.h:
4221         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4222         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4223         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4224         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4225         (gst_tcpserversrc_stop):
4226         * gst/tcp/gsttcpserversrc.h:
4227         * gst/tcp/gsttcpsink.c:
4228         * gst/tcp/gsttcpsink.h:
4229         * gst/tcp/gsttcpsrc.c:
4230         * gst/tcp/gsttcpsrc.h:
4231         Ported tcp plugins to 0.9. 
4232         
4233
4234 2005-07-05  Andy Wingo  <wingo@pobox.com>
4235
4236         * gst/playback/gstplaybasebin.c (fill_buffer):
4237         message_new_application fixen.
4238
4239         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4240         Style fix.
4241
4242 2005-07-04  Wim Taymans  <wim@fluendo.com>
4243
4244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4245         Set caps on output buffer.
4246
4247 2005-07-04  Andy Wingo  <wingo@pobox.com>
4248
4249         * ext/gnomevfs/gstgnomevfssrc.c
4250         (gst_gnomevfssrc_received_headers_callback) 
4251         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4252         hopefully.
4253
4254         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4255         No refcount leakage.
4256
4257         * configure.ac: Enable -Werror.
4258         
4259         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4260         * gst/audioconvert/bufferframesconvert.c
4261         (buffer_frames_convert_fixate):
4262         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4263         (gst_audio_convert_fixate):
4264         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4265         (gst_sinesrc_create): Fixate func changes.
4266         
4267         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4268         (gst_ximagesink_buffer_alloc): Unused var.
4269
4270 2005-07-01  Andy Wingo  <wingo@pobox.com>
4271
4272         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4273         getcaps to do explicit caps. Needs to be done in all decoders,
4274         possibly via a base class.
4275
4276         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4277
4278         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4279         caps on the sink pad, just rely on the pad template. Also, setting
4280         ANY caps on a pad is not valid because the caps are not fixed.
4281
4282         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4283         caps on the buffer, and get the width from the desired_caps if
4284         they're set.
4285         (gst_ximagesink_renegotiate_size): Implement via setting the
4286         desired_caps on the ximagesink.
4287         (gst_ximagesink_setcaps): Only reset the width of the player if it
4288         wasn't already set. Not sure if this is right.
4289         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4290
4291         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4292         that the user wants. NULL unless the window has been resized.
4293
4294         * gst/volume/gstvolume.c (volume_transform): Adapt to
4295         basetransform refcount changes.
4296         
4297 2005-07-01  Andy Wingo  <wingo@pobox.com>
4298
4299         * gst/videoscale/gstvideoscale.c:
4300         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4301         from BaseTransform, implements a transform_caps. Removed dead code
4302         including some PAR stuff that was never reached -- should probably
4303         be added back somehow.
4304
4305 2005-07-01  Andy Wingo  <wingo@pobox.com>
4306
4307         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4308         come later.
4309
4310 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4311
4312         * configure.ac:
4313         * docs/libs/Makefile.am:
4314         * docs/libs/gst-plugins-libs.types:
4315         * ext/alsa/Makefile.am:
4316         * ext/alsa/gstalsamixer.h:
4317         * ext/alsa/gstalsamixeroptions.h:
4318         * ext/alsa/gstalsamixertrack.h:
4319         * gst-libs/gst/Makefile.am:
4320         * gst-libs/gst/colorbalance/.cvsignore:
4321         * gst-libs/gst/colorbalance/Makefile.am:
4322         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4323         * gst-libs/gst/colorbalance/colorbalance.c:
4324         * gst-libs/gst/colorbalance/colorbalance.h:
4325         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4326         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4327         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4328         * gst-libs/gst/interfaces/Makefile.am:
4329         * gst-libs/gst/interfaces/colorbalance.c:
4330         (gst_color_balance_class_init):
4331         * gst-libs/gst/interfaces/colorbalance.h:
4332         * gst-libs/gst/interfaces/interfaces-marshal.list:
4333         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4334         * gst-libs/gst/interfaces/mixer.h:
4335         * gst-libs/gst/interfaces/mixeroptions.h:
4336         * gst-libs/gst/interfaces/navigation.c:
4337         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4338         * gst-libs/gst/interfaces/tuner.h:
4339         * gst/volume/Makefile.am:
4340         * gst/volume/gstvolume.c:
4341         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4342         * sys/ximage/Makefile.am:
4343         * sys/ximage/ximagesink.c:
4344         * sys/xvimage/Makefile.am:
4345         * sys/xvimage/xvimagesink.c:
4346           fold in all interfaces into an interfaces dir, preserving CVS
4347           history
4348
4349 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4350
4351         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4352           Fix build after riff changes.
4353
4354 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4355
4356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4357         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4358         (gst_riff_create_video_template_caps),
4359         (gst_riff_create_audio_template_caps),
4360         (gst_riff_create_iavs_template_caps):
4361         * gst-libs/gst/riff/riff-media.h:
4362         * gst-libs/gst/riff/riff-read.h:
4363         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4364           Add gst_riff_init() to initialize the debug category, instead
4365           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4366
4367 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4368
4369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4370           Oops, I shouldn't apply hacks.
4371
4372 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4373
4374         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4375           Remove pad_loop function which doesn't work.
4376
4377 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4378
4379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4380           Send EOS when deactivating.
4381         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4382         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4383         (gen_preroll_element), (probe_triggered), (mute_stream),
4384         (silence_stream), (new_decoded_pad), (setup_substreams),
4385         (set_active_source):
4386         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4387         (remove_sinks), (add_sink):
4388         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4389           Change for new probe API.
4390
4391 2005-06-29  Wim Taymans  <wim@fluendo.com>
4392
4393         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4394         * gst-libs/gst/audio/gstbaseaudiosink.c:
4395         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4396         (gst_baseaudiosink_change_state):
4397         * gst-libs/gst/audio/gstbaseaudiosink.h:
4398         * gst-libs/gst/audio/gstringbuffer.c:
4399         (gst_ringbuffer_set_callback):
4400         Fix compilation error.
4401         Ringbuffer starts out as not running.
4402         Free our clock in dispose.
4403         When releasing the ringbuffer we need to renegotiate so
4404         clear the pad caps.
4405
4406 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4407
4408         * autogen.sh:
4409         * configure.ac:
4410         * docs/Makefile.am:
4411         * docs/libs/Makefile.am:
4412         * docs/libs/gst-plugins-libs-docs.sgml:
4413         * docs/libs/gst-plugins-libs-sections.txt:
4414         * docs/libs/gst-plugins-libs.types:
4415         * docs/libs/tmpl/gstaudio.sgml:
4416         * docs/libs/tmpl/gstcolorbalance.sgml:
4417         * docs/libs/tmpl/gstringbuffer.sgml:
4418         * gst-libs/gst/audio/gstringbuffer.c:
4419         (gst_ringbuffer_set_callback):
4420           reinstate gtk-doc docs for plugin libs
4421
4422 2005-06-28  Wim Taymans  <wim@fluendo.com>
4423
4424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4425         (gst_ogg_demux_init):
4426         Removed pad loop function.
4427
4428 2005-06-28  Wim Taymans  <wim@fluendo.com>
4429
4430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4431         If we're building a chain we are not in an error case
4432         when we queue a buffer.
4433
4434 2005-06-28  Andy Wingo  <wingo@pobox.com>
4435
4436         * *.c: Don't cast to GstObject before reffing/unreffing.
4437
4438 2005-06-27  Andy Wingo  <wingo@pobox.com>
4439
4440         * gst/videotestsrc/gstvideotestsrc.c
4441         (gst_videotestsrc_activate_push): Activation API changes.
4442
4443         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4444         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4445         they have refs on the decodebin.
4446
4447         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4448         parent class.
4449         (gst_ogg_pad_typefind): Don't leak a pad ref.
4450         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4451         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4452         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4453
4454 2005-06-27  Edward Hervey  <edward@fluendo.com>
4455
4456         * ext/theora/theoradec.c: (theora_dec_change_state): 
4457         re-arranged call to parent's state change in order to avoid locks (or
4458         worse).
4459
4460 2005-06-26  Edward Hervey  <edward@fluendo.com>
4461
4462         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4463         2nd argument of 'unknow-type' signal is a GstCaps and not a
4464         GstMiniObject
4465
4466 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4467         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4468           Set the worker thread's running flag to TRUE before starting the
4469           thread.
4470         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4471           Catch a failure to add typefind to the bin.
4472
4473 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4474
4475         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4476         (gst_sinesrc_init), (gst_sinesrc_create),
4477         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4478         (gst_sinesrc_start):
4479         * gst/sine/gstsinesrc.h:
4480           add num-buffers and timestamp-offset properties
4481         * gst/videotestsrc/gstvideotestsrc.c:
4482         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4483         (gst_videotestsrc_get_property):
4484           add timestamp-offset property
4485
4486 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4487
4488         * configure.ac: add videorate
4489         * gst-plugins-base.spec.in: add videorate
4490
4491 2005-06-23  Wim Taymans  <wim@fluendo.com>
4492
4493         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4494         (gst_videorate_getcaps), (gst_videorate_setcaps),
4495         (gst_videorate_event), (gst_videorate_chain):
4496         Fixed videorate, fixating an already fixated caps is not
4497         an error.
4498
4499 2005-06-23  Wim Taymans  <wim@fluendo.com>
4500
4501         * ext/ogg/README:
4502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4503         Buffer on caps is not boxed anymore.
4504
4505 2005-06-22  Wim Taymans  <wim@fluendo.com>
4506
4507         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4508         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4509         Set buffers on caps as miniobjects and not as boxed.
4510
4511 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4512
4513         * configure.ac:
4514           back to HEAD
4515
4516 === release 0.9.1 ===
4517
4518 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4519
4520         * .cvsignore:
4521         * NEWS:
4522         * README:
4523         * RELEASE:
4524         * configure.ac:
4525         * po/af.po:
4526         * po/az.po:
4527         * po/cs.po:
4528         * po/en_GB.po:
4529         * po/hu.po:
4530         * po/it.po:
4531         * po/nb.po:
4532         * po/nl.po:
4533         * po/or.po:
4534         * po/sq.po:
4535         * po/sr.po:
4536         * po/sv.po:
4537         * po/uk.po:
4538         * po/vi.po:
4539           updates for release
4540
4541 2005-06-09  Andy Wingo  <wingo@pobox.com>
4542
4543         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4544         
4545 2005-06-09  Andy Wingo  <wingo@pobox.com>
4546
4547         * configure.ac:
4548         * gst-libs/gst/Makefile.am:
4549         * gst-libs/gst/net/Makefile.am:
4550         Add gstnet to build.
4551
4552 2005-06-09  Andy Wingo  <wingo@pobox.com>
4553
4554         * gst-libs/gst/gconf/gconf.c:
4555         * gst/playback/test.c:
4556         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4557         fixes.
4558
4559         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4560
4561         * ext/theora/theoraenc.c (theora_enc_chain): 
4562         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4563
4564         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4565         RealPad.
4566
4567 2005-06-02  Wim Taymans  <wim@fluendo.com>
4568
4569         * gst-libs/gst/net/Makefile.am:
4570         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4571         * pkgconfig/gstreamer-libs.pc.in:
4572         Added net stuff, version net lib.
4573
4574 2005-06-02  Wim Taymans  <wim@fluendo.com>
4575
4576         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4577         (query_rates), (query_positions_elems), (query_positions_pads),
4578         (do_seek):
4579         Updated seek example.
4580
4581 2005-06-02  Andy Wingo  <wingo@pobox.com>
4582
4583         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4584         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4585         list.
4586
4587         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4588         remove the typefind, the bin dispose will do it for us. When it's
4589         removed and unreffed, the signal handler will be disconnected,
4590         too.
4591         (unlinked): It's too difficult to disconnect from unlinked
4592         handlers, as they are on pads not elements. Just punt if the pads
4593         aren't grandkids of the bin.
4594
4595 2005-06-02  Wim Taymans  <wim@fluendo.com>
4596
4597         * ext/ogg/README:
4598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4599         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4600         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4601         * ext/theora/theoradec.c: (theora_dec_src_query),
4602         (theora_handle_data_packet):
4603         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4604         (theora_enc_chain):
4605         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4606         (vorbis_handle_data_packet):
4607         * gst/audioconvert/bufferframesconvert.c:
4608         (buffer_frames_convert_chain):
4609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4610         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4611         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4612         (gst_ffmpegcsp_chain):
4613         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4614         (gst_videorate_getcaps), (gst_videorate_setcaps),
4615         (gst_videorate_event), (gst_videorate_chain):
4616         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4617         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4618         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4619         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4620         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4621         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4622         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4623         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4624         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4625         Cleanups and buffer alloc.
4626
4627 2005-05-31  Wim Taymans  <wim@fluendo.com>
4628
4629         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4630         Don't try to call the delay method when the device is not
4631         opened.
4632
4633 2005-05-31  Wim Taymans  <wim@fluendo.com>
4634
4635         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4636         Get actual segment size and buffer size after opening
4637         the device.
4638
4639 2005-05-30  Wim Taymans  <wim@fluendo.com>
4640
4641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4642         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4643         Also FLUSH upstream, makes the loop function exit faster.
4644         
4645         * ext/theora/theoradec.c: (theora_dec_src_query):
4646         Some more debug info in the query.
4647         
4648         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4649         (gst_ximagesink_setcaps):
4650         Release lock on par error, better error reporting.
4651
4652 2005-05-26  Wim Taymans  <wim@fluendo.com>
4653
4654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4655         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4656         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4657         Clear chains in READY
4658         Queue packets until the chain is activated.
4659
4660 2005-05-25  Wim Taymans  <wim@fluendo.com>
4661
4662         * gst-libs/gst/audio/gstaudiosink.c:
4663         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4664         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4665         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4666         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4667         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4668         (gst_audiosink_create_ringbuffer):
4669         * gst-libs/gst/audio/gstbaseaudiosink.c:
4670         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4671         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4672         (gst_baseaudiosink_set_property), (build_linear_format),
4673         (debug_spec_caps), (debug_spec_buffer),
4674         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4675         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4676         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4677         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4679         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4680         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4681         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4682         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4683         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4684         (wait_segment), (gst_ringbuffer_commit),
4685         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4686         (gst_ringbuffer_clear):
4687         Various small cleanups.
4688
4689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4690         (gst_audio_convert_change_state):
4691         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4692         No need to take the locks anymore.
4693
4694 2005-05-25  Wim Taymans  <wim@fluendo.com>
4695
4696         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4697         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4698         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4699         (type_found):
4700         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4701         (group_destroy), (group_commit), (queue_overrun),
4702         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4703         (mute_stream), (new_decoded_pad), (setup_substreams),
4704         (setup_source), (mute_group_type), (set_active_source),
4705         (gst_play_base_bin_change_state):
4706         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4707         (gen_video_element), (gen_text_element), (gen_audio_element),
4708         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4709         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4710         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4711         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4712         Some playbin cleanups mostly refcounting sloppyness.
4713
4714 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4715
4716         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4717           Work with streaming input.
4718
4719 2005-05-25  Wim Taymans  <wim@fluendo.com>
4720
4721         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4722         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4723         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4724         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4725         No need to take the STREAM lock anymore.
4726
4727 2005-05-25  Wim Taymans  <wim@fluendo.com>
4728
4729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4730         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4731         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4732         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4733         (gst_ogg_demux_sink_activate):
4734         * ext/theora/theoradec.c: (theora_dec_src_event),
4735         (theora_handle_comment_packet), (theora_dec_chain),
4736         (theora_dec_change_state):
4737         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4738         (vorbis_handle_data_packet), (vorbis_dec_chain),
4739         (vorbis_dec_change_state):
4740         Remove STREAM locks as they are taken in core now.
4741         Never set bogus granulepos on vorbis/theora.
4742         Fix leaks in theoradec tag parsing.
4743
4744 2005-05-25  Wim Taymans  <wim@fluendo.com>
4745
4746         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4747         Fix memleaks, GST_BUFFER_DATA() is not freed.
4748
4749 2005-05-25  Wim Taymans  <wim@fluendo.com>
4750
4751         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4752         Open non-blocking, set to blocking mode afterwards to avoid
4753         lockups when audio device is busy.
4754
4755 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4756
4757         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4758           This can't be good.
4759
4760 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4761
4762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4763         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4764         (gst_audio_convert_setcaps):
4765           Implement instant setup switching.
4766
4767 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4768
4769         * gst/playback/gstplaybasebin.c: (probe_triggered):
4770           Fix missing unlock.
4771         * gst/playback/gstplaybin.c: (add_sink):
4772           First add, then link (otherwise pad link fails).
4773
4774 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4775
4776         * examples/Makefile.am:
4777         fix buildbot (make distcheck)
4778
4779 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4780
4781         * gst/playback/gstplaybin.c: (gen_vis_element):
4782           Remove some wrong code. Doesn't work yet.
4783
4784 2005-05-19  Wim Taymans  <wim@fluendo.com>
4785
4786         * gst-libs/gst/net/Makefile.am:
4787         * gst-libs/gst/net/README:
4788         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4789         (gst_netbuffer_class_init), (gst_netbuffer_init),
4790         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4791         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4792         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4793         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4794         * gst-libs/gst/net/gstnetbuffer.h:
4795         Added buffer subclass to store extra to/from addresses for
4796         network sources/sinks.
4797
4798 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4799
4800         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4801           Don't lock an unassigned variable.
4802
4803 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4804
4805         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4806           Increase buffer for video, decrease buffer for other media types.
4807         * gst/playback/gstplaybin.c: (gen_video_element),
4808         (gen_audio_element):
4809           Change names for debugging purposes.
4810
4811 2005-05-18  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4814         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4815         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4816         (gst_ffmpegcsp_chain):
4817         Enable buffer alloc passthrough if the source and dest
4818         formats are the same.
4819
4820 2005-05-17  Wim Taymans  <wim@fluendo.com>
4821
4822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4823         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4824         (gst_ogg_demux_chain_unlocked):
4825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4826         (gst_audio_convert_caps_remove_format_info),
4827         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4828         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4830         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4831         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4832         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4833         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4834         (gst_ffmpegcsp_get_property):
4835         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4836         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4837         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4838         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4839         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4840         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4841         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4842         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4843         Leak fixes in oggdemux.
4844         Some cleanups in audioconvert.
4845         Make passthrough work along with buffer_alloc etc.
4846         Make buffer_alloc and buffer recycling actually work in
4847         xvimagesink.
4848
4849 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4850
4851         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4852           make the compiler happy
4853
4854 2005-05-17  Wim Taymans  <wim@fluendo.com>
4855
4856         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4857         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4858         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4859         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4860         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4861         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4862         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4863         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4864         (gst_xvimagesink_set_xwindow_id):
4865         * sys/xvimage/xvimagesink.h:
4866         Port xvimagesink to new MiniObject.
4867
4868 2005-05-17  Wim Taymans  <wim@fluendo.com>
4869
4870         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4871         (gst_audiofilter_chain):
4872         * gst-libs/gst/audio/gstaudiosink.c:
4873         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4874         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4875         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4876         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4877         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4878         (gst_audiosink_create_ringbuffer):
4879         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4880         (gst_audio_convert_caps_remove_format_info),
4881         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4882         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4884         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4885         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4886         Fix passthrough in ffmpegcolorspace.
4887         Fix memset in audiosink on wrong memory.
4888
4889 2005-05-16  David Schleef  <ds@schleef.org>
4890
4891         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4892         to GstMiniObject.
4893
4894 2005-05-16  David Schleef  <ds@schleef.org>
4895
4896         Port from GstData to GstMiniObject.
4897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4899         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4900         (gst_ogg_mux_collected):
4901         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4902         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4903         (theora_handle_data_packet):
4904         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4905         (theora_set_header_on_caps), (theora_enc_chain):
4906         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4907         (vorbis_handle_comment_packet):
4908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4909         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4910         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4911         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4912         * gst/audioconvert/gstaudioconvert.c:
4913         (gst_audio_convert_get_buffer):
4914         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4915         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4916         (mute_stream), (silence_stream):
4917         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4918         * gst/volume/gstvolume.c: (volume_transform):
4919         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4920         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4921         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4922         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4923         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4924         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4925         (gst_ximagesink_buffer_alloc):
4926         * sys/ximage/ximagesink.h:
4927
4928 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4929
4930         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4931         (fill_buffer), (check_queue), (queue_threshold_reached),
4932         (queue_out_of_data):
4933         * gst/playback/gstplaybasebin.h:
4934           Post buffer-fullness on the bus.
4935
4936 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4937
4938         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4939         (try_to_link_1):
4940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4941         (group_commit), (probe_triggered), (setup_source),
4942         (gst_play_base_bin_change_state):
4943         * gst/playback/gstplaybasebin.h:
4944         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4945         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4946         (gst_play_bin_change_state):
4947           Move setup_output_pads into a virtual function, remove
4948           group-switch (no longer needed) and redirect (handled by bus
4949           now) signals.
4950
4951 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4952
4953         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4954         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4955         (get_active_group), (get_building_group), (group_destroy),
4956         (group_commit), (check_queue), (queue_overrun),
4957         (queue_threshold_reached), (queue_out_of_data),
4958         (gen_preroll_element), (remove_groups), (unknown_type),
4959         (add_element_stream), (no_more_pads), (probe_triggered),
4960         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4961         (setup_substreams), (setup_source), (finish_source),
4962         (prepare_output), (muted_group_change_state),
4963         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4964         (gst_play_base_bin_change_state):
4965         * gst/playback/gstplaybasebin.h:
4966         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4967         (gst_play_bin_init), (gst_play_bin_set_property),
4968         (gen_video_element), (gen_text_element), (gen_audio_element),
4969         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4970         (gst_play_bin_change_state):
4971         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4972         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4973         (stream_info_change_state), (gst_stream_info_set_mute),
4974         (gst_stream_info_get_property):
4975         * gst/playback/gststreaminfo.h:
4976         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4977         (gst_stream_selector_get_linked_pad),
4978         (gst_stream_selector_getcaps),
4979         (gst_stream_selector_get_linked_pads),
4980         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4981         * gst/playback/gststreamselector.h:
4982           Rough port of playbin. Needs some more work, but is mostly done,
4983           and uses a few locks in important places, which should make stuff
4984           like chain-switches clean. Still uses GST_STATE() in a few places,
4985           which isn't all that good an idea, subtitles/elements disabled
4986           because no elements to test with and thus probably broken, query
4987           and event handling moved to GstBin, internal thread removed
4988           alltogether because the pipeline does that for us now. Can play
4989           Ogg/Vorbis files. Haven't tested anything else yet.
4990
4991 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4992
4993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4994           Do no-more-pads (needed for autoplugging).
4995
4996 2005-05-10  Andy Wingo  <wingo@pobox.com>
4997
4998         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4999         message to the bus with the tags. Still not sent downstream tho.
5000
5001         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5002         get_parent.
5003         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5004         avoid refcounting hassles.
5005
5006 2005-05-09  Andy Wingo  <wingo@pobox.com>
5007
5008         * gst/volume/Makefile.am:
5009         * gst/volume/demo.c
5010         * gst/volume/gstvolume.h
5011         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5012         basetransform. Probably need an audio filter base class.
5013
5014 2005-05-09  Wim Taymans  <wim@fluendo.com>
5015
5016         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5017         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5018         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5019         (gst_vorbisenc_chain):
5020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5021         (gst_audio_convert_caps_remove_format_info),
5022         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5023         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5024         Make caps writable before writing to it.
5025         Fix negotiation in audioconvert some more.
5026
5027 2005-05-09  Wim Taymans  <wim@fluendo.com>
5028
5029         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5030         (gst_videorate_getcaps), (gst_videorate_setcaps),
5031         (gst_videorate_event), (gst_videorate_chain):
5032         Better negotiation.
5033
5034 2005-05-09  Wim Taymans  <wim@fluendo.com>
5035
5036         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5037         (gst_videorate_getcaps), (gst_videorate_setcaps),
5038         (gst_videorate_blank_data), (gst_videorate_init),
5039         (gst_videorate_event), (gst_videorate_chain),
5040         (gst_videorate_change_state):
5041         Port videorate, do a better job at negotiation while we're at
5042         it.
5043
5044 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * configure.ac:
5047           Disable libvisual
5048
5049         * examples/Makefile.am:
5050         * gst-libs/gst/audio/Makefile.am:
5051         * gst-libs/gst/riff/Makefile.am:
5052         * gst-libs/gst/tag/Makefile.am:
5053         * gst-libs/gst/video/Makefile.am:
5054           Fixups for missing variables.
5055
5056 2005-05-09  Wim Taymans  <wim@fluendo.com>
5057
5058         * examples/seeking/seek.c: (make_theora_pipeline),
5059         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5060         (query_rates), (query_positions_elems), (query_positions_pads),
5061         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5063         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5064         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5065         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5066         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5068         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5069         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5070         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5071         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5072         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5073         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5074         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5075         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5076         (theora_dec_src_convert), (theora_dec_sink_convert),
5077         (theora_dec_src_query), (theora_dec_sink_query),
5078         (theora_dec_src_event), (theora_dec_sink_event),
5079         (theora_handle_comment_packet), (theora_handle_type_packet),
5080         (theora_handle_header_packet), (theora_handle_data_packet),
5081         (theora_dec_chain):
5082         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5083         (vorbis_dec_convert), (vorbis_dec_src_query),
5084         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5085         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5086         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5087         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5089         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5090         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5091         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5092         (gst_play_bin_query):
5093         * gst/playback/test3.c: (update_scale):
5094         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5095         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5096         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5097         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5098         (gst_videotestsrc_src_query):
5099         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5100         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5101         (paint_hline_YUV9):
5102         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5103         Port to new query API.
5104         Updated seek.
5105         Cleanups in x[v]imagesink
5106
5107 2005-05-09  Andy Wingo  <wingo@pobox.com>
5108
5109         * ext/alsa/gstalsasink.h:
5110         * ext/gnomevfs/gstgnomevfssrc.c:
5111         (gst_gnomevfssrc_get_icy_metadata):
5112         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5113         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5114         * ext/theora/theoradec.c (theora_dec_src_query)
5115         (theora_dec_src_event, theora_dec_sink_event)
5116         (theora_handle_comment_packet, theora_handle_data_packet):
5117         * ext/theora/theoraenc.c (theora_enc_chain):
5118         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5119         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5120         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5121         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5122         (qt_type_find):
5123         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5124         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5125         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5126         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5127         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5128         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5129         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5130         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5131         (paint_setup_RGB565, paint_setup_xRGB1555):
5132         * gst/videotestsrc/videotestsrc.h:
5133         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5134         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5135         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5136         GCC4 fixes.
5137         
5138         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5139         gst_pad_query_position. Fixes oggdemux.
5140
5141 2005-05-08  David Schleef  <ds@schleef.org>
5142
5143         * configure.ac: Require liboil.
5144         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5145         a few more.
5146         * gst/videotestsrc/videotestsrc.c:
5147         * gst/videotestsrc/videotestsrc.h:
5148
5149 2005-05-06  Wim Taymans  <wim@fluendo.com>
5150
5151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5152         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5153         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5154         Well, unreffing a buffer right before pushing it is asking
5155         for trouble..
5156
5157 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5158
5159         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5160
5161 2005-05-06  Wim Taymans  <wim@fluendo.com>
5162
5163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5164         (gst_audio_convert_caps_remove_format_info),
5165         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5166         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5168         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5169         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5170         * gst/sine/Makefile.am:
5171         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5172         (gst_sinesrc_class_init), (gst_sinesrc_init),
5173         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5174         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5175         (gst_sinesrc_update_freq):
5176         * gst/sine/gstsinesrc.h:
5177         * gst/tcp/gstmultifdsink.c:
5178         * sys/xvimage/xvimagesink.c:
5179         Fixed negotiation wrt _peer_get_caps()
5180         Some cleanups.
5181
5182
5183 2005-05-06  Wim Taymans  <wim@fluendo.com>
5184
5185         * gst-libs/gst/audio/gstaudiosink.c:
5186         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5187         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5188         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5189         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5190         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5191         (gst_audiosink_create_ringbuffer):
5192         * gst-libs/gst/audio/gstbaseaudiosink.c:
5193         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5194         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5195         (gst_baseaudiosink_set_property), (build_linear_format),
5196         (debug_spec_caps), (debug_spec_buffer),
5197         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5198         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5199         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5200         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5201         * gst-libs/gst/audio/gstbaseaudiosink.h:
5202         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5203         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5204         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5205         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5206         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5207         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5208         (wait_segment), (gst_ringbuffer_commit),
5209         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5210         (gst_ringbuffer_clear):
5211         * gst-libs/gst/audio/gstringbuffer.h:
5212         Make the base audiosink return an error when there is no
5213         audiobuffer negotiated.
5214
5215 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5216
5217         * ext/Makefile.am:
5218         Disable cdparanoia until someone ports it!
5219
5220 2005-05-06  Wim Taymans  <wim@fluendo.com>
5221
5222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5223         (gst_ogg_demux_sink_activate):
5224         And revert after wingo's revert.. sigh..
5225
5226 2005-05-05  Andy Wingo  <wingo@pobox.com>
5227
5228         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5229         GObject.
5230         * configure.ac: Return audiorate and subparse from the ghetto.
5231         Re-enable -Wall -Werror.
5232         * gst/subparse/gstsubparse.c:
5233         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5234         or chain-based. Cleaned up a bit. Not tested.
5235         
5236 2005-05-05  Christian Schaller <christian@fluendo.com> 
5237
5238         * Makefile.am: remove stuff that is not building
5239         * configure.ac: remove stuff that is not building
5240         * examples/Makefile.am: remove stuff that is not building
5241         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5242         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5243         * sys/Makefile.am: remove stuff that is not building
5244         * testsuite/Makefile.am: remove stuff that is not building
5245
5246 2005-05-05  Andy Wingo  <wingo@pobox.com>
5247
5248         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5249         * gst-libs/gst/tag/gstvorbistag.c:
5250         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5251         * gst/adder/gstadder.h:
5252         * gst/audioconvert/gstchannelmix.c:
5253         (gst_audio_convert_fill_one_other):
5254         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5255         (gst_audiorate_init), (gst_audiorate_chain):
5256         * gst/playback/gstplaybasebin.c: (setup_source):
5257         * gst/playback/test3.c: (update_scale):
5258         Some GCC4 fixes
5259         
5260         * po/af.po:
5261         * po/az.po:
5262         * po/cs.po:
5263         * po/en_GB.po:
5264         * po/hu.po:
5265         * po/it.po:
5266         * po/nb.po:
5267         * po/nl.po:
5268         * po/or.po:
5269         * po/sq.po:
5270         * po/sr.po:
5271         * po/sv.po:
5272         * po/uk.po:
5273         * po/vi.po: Foo
5274
5275 2005-05-05  Wim Taymans  <wim@fluendo.com>
5276
5277         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5278         (gst_audio_convert_caps_remove_format_info),
5279         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5280         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5281         * gst/videotestsrc/gstvideotestsrc.c:
5282         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5283         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5284         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5285         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5286         Don't ignore _push() return values.
5287         Make sure no processing is done when shutting down.
5288         Videotestsrc pad activation fix.
5289
5290 2005-05-05  Wim Taymans  <wim@fluendo.com>
5291
5292         * gst/adder/Makefile.am:
5293         * gst/adder/gstadder.c: (gst_adder_setcaps),
5294         (gst_adder_class_init), (gst_adder_init),
5295         (gst_adder_request_new_pad), (gst_adder_collected),
5296         (gst_adder_change_state):
5297         * gst/adder/gstadder.h:
5298         Ported adder as an example of a mixer element using
5299         collect pads. Needs more negotiation work.
5300
5301 2005-05-05  Wim Taymans  <wim@fluendo.com>
5302
5303         * ext/theora/theoradec.c: (_inc_granulepos),
5304         (theora_dec_src_event), (theora_dec_sink_event),
5305         (theora_handle_comment_packet), (theora_handle_type_packet),
5306         (theora_handle_header_packet), (theora_handle_data_packet),
5307         (theora_dec_chain):
5308         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5309         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5310         (theora_push_buffer), (theora_push_packet),
5311         (theora_enc_sink_event), (theora_enc_chain),
5312         (theora_enc_change_state), (theora_enc_set_property),
5313         (theora_enc_get_property):
5314         Added stream lock to decoder so that we can serialize
5315         the discont event.
5316         More theoraenc porting, recover from errors, do clean
5317         shutdown.
5318
5319 2005-05-05  Wim Taymans  <wim@fluendo.com>
5320
5321         * ext/ogg/Makefile.am:
5322         * ext/ogg/README:
5323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5324         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5325         (gst_ogg_print):
5326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5327         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5328         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5329         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5330         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5331         (gst_ogg_mux_change_state):
5332         Ported ogg muxer.
5333
5334 2005-05-05  Wim Taymans  <wim@fluendo.com>
5335
5336         * docs/design-audiosinks.txt:
5337         * gst-libs/gst/audio/TODO:
5338         * gst-libs/gst/audio/gstaudiosink.c:
5339         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5340         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5341         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5342         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5343         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5344         (gst_audiosink_create_ringbuffer):
5345         * gst-libs/gst/audio/gstbaseaudiosink.c:
5346         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5347         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5348         (gst_baseaudiosink_set_property), (build_linear_format),
5349         (debug_spec_caps), (debug_spec_buffer),
5350         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5351         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5352         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5353         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5355         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5356         (gst_ringbuffer_release), (gst_ringbuffer_play),
5357         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5358         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5359         (gst_ringbuffer_set_sample), (wait_segment),
5360         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5361         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5362         More work on the audiosink, mostly debugging and a race in
5363         shutdown.
5364
5365 2005-04-28  Wim Taymans  <wim@fluendo.com>
5366
5367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5368         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5369         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5370         (vorbis_dec_src_query), (vorbis_dec_src_event),
5371         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5372         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5373         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5374         Don't crap out when seeking back to position 0.
5375
5376 2005-04-28  Wim Taymans  <wim@fluendo.com>
5377
5378         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5379         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5380         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5381         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5382         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5383         Make audio sink configurable, use alsasink as default.
5384
5385 2005-04-28  Wim Taymans  <wim@fluendo.com>
5386
5387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5388         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5389         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5390         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5391         (vorbis_dec_change_state):
5392         * ext/vorbis/vorbisdec.h:
5393         Refactor, use STREAM_LOCK.
5394
5395 2005-04-28  Wim Taymans  <wim@fluendo.com>
5396
5397         * ext/theora/theoradec.c: (_inc_granulepos),
5398         (theora_dec_sink_event), (theora_handle_comment_packet),
5399         (theora_handle_type_packet), (theora_handle_header_packet),
5400         (theora_handle_data_packet), (theora_dec_chain),
5401         (theora_dec_change_state):
5402         Refactor a bit, use STREAM_LOCK.
5403
5404 2005-04-28  Wim Taymans  <wim@fluendo.com>
5405
5406         * ext/alsa/Makefile.am:
5407         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5408         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5409         (gst_alsa_link), (gst_alsa_close_audio):
5410         * ext/alsa/gstalsaplugin.c: (plugin_init):
5411         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5412         (gst_alsasink_dispose), (gst_alsasink_base_init),
5413         (gst_alsasink_class_init), (gst_alsasink_init),
5414         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5415         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5416         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5417         (gst_alsasink_reset):
5418         * ext/alsa/gstalsasink.h:
5419         Implement alsasink with simple open/write/close API. 
5420         Make alsa dir build by disabling compilation of code.
5421
5422 2005-04-28  Wim Taymans  <wim@fluendo.com>
5423
5424         * gst-libs/gst/audio/Makefile.am:
5425         * gst-libs/gst/audio/audio.h:
5426         * gst-libs/gst/audio/audioclock.c:
5427         * gst-libs/gst/audio/audioclock.h:
5428         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5429         (gst_audio_clock_class_init), (gst_audio_clock_init),
5430         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5431         * gst-libs/gst/audio/gstaudioclock.h:
5432         * gst-libs/gst/audio/gstaudiosink.c:
5433         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5434         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5435         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5436         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5437         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5438         (gst_audiosink_create_ringbuffer):
5439         * gst-libs/gst/audio/gstbaseaudiosink.c:
5440         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5441         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5442         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5443         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5444         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5445         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5446         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5447         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5448         * gst-libs/gst/audio/gstbaseaudiosink.h:
5449         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5450         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5451         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5452         (gst_ringbuffer_release), (gst_ringbuffer_play),
5453         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5454         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5455         (gst_ringbuffer_set_sample), (wait_segment),
5456         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5457         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5458         * gst-libs/gst/audio/gstringbuffer.h:
5459         Make ringbuffer faster and more simple by removing the locks
5460         in the playback thread.
5461         Add sample accurate playback based on buffer sample offsets.
5462         Make the baseaudiosink provide a clock.
5463         Parse caps in the base class.
5464         Correctly handle seeking, flushing and state changes.
5465
5466 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5467
5468         * configure.ac:
5469         * gst/audioconvert/Makefile.am:
5470         * gst/audioscale/Makefile.am:
5471           Fix part of the build.  Come on guys, autogen didn't even work :)
5472
5473 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5474
5475         * configure.ac:
5476         * gst-libs/gst/Makefile.am:
5477         * gst-libs/gst/media-info/.cvsignore:
5478         * gst-libs/gst/media-info/Makefile.am:
5479         * gst-libs/gst/media-info/README:
5480         * gst-libs/gst/media-info/media-info-priv.c:
5481         * gst-libs/gst/media-info/media-info-priv.h:
5482         * gst-libs/gst/media-info/media-info-test.c:
5483         * gst-libs/gst/media-info/media-info.c:
5484         * gst-libs/gst/media-info/media-info.h:
5485         * gst-libs/gst/media-info/media-info.vcproj:
5486         * pkgconfig/Makefile.am:
5487         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5488         * pkgconfig/gstreamer-media-info.pc.in:
5489           Remove media-info, which is also successed by playbin (see Totem
5490           implementation).
5491
5492 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5493
5494         * configure.ac:
5495         * examples/Makefile.am:
5496         * examples/gstplay/.cvsignore:
5497         * examples/gstplay/Makefile.am:
5498         * examples/gstplay/player.c:
5499         * gst-libs/gst/Makefile.am:
5500         * gst-libs/gst/play/.cvsignore:
5501         * gst-libs/gst/play/Makefile.am:
5502         * gst-libs/gst/play/play.c:
5503         * gst-libs/gst/play/play.h:
5504         * gst-libs/gst/play/play.vcproj:
5505         * pkgconfig/Makefile.am:
5506         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5507         * pkgconfig/gstreamer-play.pc.in:
5508           Remove libgstplay, playbin is now the official successor.
5509
5510 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5511
5512         * configure.ac:
5513         * gst-libs/gst/Makefile.am:
5514         * gst-libs/gst/xwindowlistener/Makefile.am:
5515         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5516         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5517           Remove deprecated xwindowlistener (I've moved xwindowlistening
5518           in the v4l/v4l2 plugins over to serverside).
5519
5520 2005-04-25  David Schleef  <ds@schleef.org>
5521
5522         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5523         to examples/dynparams.  Examples do not belong interspersed with
5524         source code.
5525         * examples/dynparams/demo-dparams.c:
5526         * gst/sine/Makefile.am:
5527         * gst/sine/demo-dparams.c:
5528
5529 2005-04-25  David Schleef  <ds@schleef.org>
5530
5531         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5532         * gst-libs/gst/audio/Makefile.am:
5533         * gst-libs/gst/riff/Makefile.am:
5534         * gst-libs/gst/tag/Makefile.am:
5535         * gst-libs/gst/video/Makefile.am:
5536         * gst-libs/gst/xwindowlistener/Makefile.am:
5537
5538         Convert to 0.9 API, seems to work:
5539         * sys/ximage/Makefile.am:
5540         * sys/ximage/ximagesink.c:
5541
5542 2005-04-24  David Schleef  <ds@schleef.org>
5543
5544         Link plugins against libraries:
5545         * ext/alsa/Makefile.am:
5546         * gst/tcp/Makefile.am:
5547
5548         Remove asm code that should be in liboil
5549         * gst/videoscale/Makefile.am:
5550         * gst/videoscale/videoscale_x86_asm.s:
5551
5552         gettext wants these checked in:
5553         * po/af.po:
5554         * po/az.po:
5555         * po/cs.po:
5556         * po/en_GB.po:
5557         * po/hu.po:
5558         * po/it.po:
5559         * po/nb.po:
5560         * po/nl.po:
5561         * po/or.po:
5562         * po/sq.po:
5563         * po/sr.po:
5564         * po/sv.po:
5565         * po/uk.po:
5566         * po/vi.po:
5567
5568 2005-04-24  David Schleef  <ds@schleef.org>
5569
5570         Convert gst_main() to g_main_loop_run()
5571         * gst/playback/decodetest.c: (main):
5572         * gst/playback/test2.c: (main):
5573         * gst/playback/test3.c: (main):
5574         * gst/playback/test4.c: (main):
5575
5576         Link plugins against libraries:
5577         * ext/libvisual/Makefile.am:
5578         * sys/xvimage/Makefile.am:
5579
5580 2005-04-24  David Schleef  <ds@schleef.org>
5581
5582         * configure.ac: Remove idct and resample libs
5583         * gst-libs/gst/Makefile.am: same
5584
5585         Remove usage of gst_library_load():
5586         * ext/alsa/gstalsaplugin.c: (plugin_init):
5587         * ext/libvisual/visual.c: (plugin_init):
5588         * ext/ogg/gstogg.c: (plugin_init):
5589         * ext/theora/theora.c: (plugin_init):
5590         * ext/vorbis/vorbis.c: (plugin_init):
5591         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5592         * gst/audioscale/gstaudioscale.c:
5593         * gst/adder/gstadder.c: (plugin_init):
5594         * gst/audioconvert/plugin.c: (plugin_init):
5595         * sys/ximage/ximagesink.c: (plugin_init):
5596         * sys/xvimage/xvimagesink.c: (plugin_init):
5597         * gst/tcp/gsttcpplugin.c: (plugin_init):
5598
5599         Link plugins against libraries:
5600         * ext/ogg/Makefile.am:
5601         * ext/theora/Makefile.am:
5602         * ext/vorbis/Makefile.am:
5603         * gst/audioconvert/Makefile.am:
5604
5605         Create proper libraries:
5606         * gst-libs/gst/riff/Makefile.am:
5607         * gst-libs/gst/audio/Makefile.am:
5608         * gst-libs/gst/video/Makefile.am:
5609
5610         Move resample library to audioscale plugin directory:
5611         * gst-libs/gst/resample/Makefile.am:
5612         * gst-libs/gst/resample/README:
5613         * gst-libs/gst/resample/dtof.c:
5614         * gst-libs/gst/resample/dtos.c:
5615         * gst-libs/gst/resample/functable.c:
5616         * gst-libs/gst/resample/private.h:
5617         * gst-libs/gst/resample/resample.c:
5618         * gst-libs/gst/resample/resample.h:
5619         * gst-libs/gst/resample/resample.vcproj:
5620         * gst-libs/gst/resample/test.c:
5621         * gst/audioscale/Makefile.am:
5622         * gst/audioscale/README:
5623         * gst/audioscale/dtof.c:
5624         * gst/audioscale/dtos.c:
5625         * gst/audioscale/functable.c:
5626         * gst/audioscale/private.h:
5627         * gst/audioscale/resample.c:
5628         * gst/audioscale/resample.h:
5629         * gst/audioscale/test.c:
5630
5631         Move tagedit library to gst-libs:
5632         * gst-libs/gst/tag/Makefile.am:
5633         * gst-libs/gst/tag/gstid3tag.c:
5634         * gst-libs/gst/tag/gsttagediting.c:
5635         * gst-libs/gst/tag/gsttageditingprivate.h:
5636         * gst-libs/gst/tag/gstvorbistag.c:
5637         * gst/tags/Makefile.am:
5638         * gst/tags/gstid3tag.c:
5639         * gst/tags/gstvorbistag.c:
5640
5641         Fix for core changes:
5642         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5643         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5644         (gst_sinesrc_getrange):
5645
5646 2005-04-23  David Schleef  <ds@schleef.org>
5647
5648         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5649         in gst-plugins in a long time, and properly belongs in liboil.
5650         * gst-libs/gst/idct/Makefile.am:
5651         * gst-libs/gst/idct/README:
5652         * gst-libs/gst/idct/dct.h:
5653         * gst-libs/gst/idct/doieee:
5654         * gst-libs/gst/idct/fastintidct.c:
5655         * gst-libs/gst/idct/floatidct.c:
5656         * gst-libs/gst/idct/idct.c:
5657         * gst-libs/gst/idct/idct.h:
5658         * gst-libs/gst/idct/idtc.vcproj:
5659         * gst-libs/gst/idct/ieeetest.c:
5660         * gst-libs/gst/idct/intidct.c:
5661
5662 2005-04-20  Wim Taymans  <wim@fluendo.com>
5663
5664         * docs/design-audiosinks.txt:
5665         * gst-libs/gst/audio/Makefile.am:
5666         * gst-libs/gst/audio/TODO:
5667         * gst-libs/gst/audio/gstaudiosink.c:
5668         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5669         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5670         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5671         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5672         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5673         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5674         (gst_audiosink_class_init), (gst_audiosink_init),
5675         (gst_audiosink_create_ringbuffer):
5676         * gst-libs/gst/audio/gstaudiosink.h:
5677         * gst-libs/gst/audio/gstbaseaudiosink.c:
5678         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5679         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5680         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5681         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5682         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5683         (gst_baseaudiosink_create_ringbuffer),
5684         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5685         * gst-libs/gst/audio/gstbaseaudiosink.h:
5686         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5687         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5688         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5689         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5690         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5691         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5692         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5693         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5694         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5695         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5696         * gst-libs/gst/audio/gstringbuffer.h:
5697         An attempt at a set of audio base classes together with some
5698         design docs.
5699
5700 2005-04-20  Wim Taymans  <wim@fluendo.com>
5701
5702         * gst/audioconvert/Makefile.am:
5703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5704         (gst_audio_convert_caps_remove_format_info),
5705         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5706         (gst_audio_convert_channels):
5707         Link against audio libs.
5708         Fix audio convert plugin.
5709
5710 2005-04-20  Wim Taymans  <wim@fluendo.com>
5711
5712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5713         (gst_ogg_demux_sink_activate):
5714         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5715         (theora_set_header_on_caps), (theora_enc_sink_event),
5716         (theora_enc_chain):
5717         Fix theora encoder.
5718
5719 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5720
5721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5722         * gst/playback/gstdecodebin.c: (find_compatibles):
5723           Work with staticpadtemplates in elementfactories.
5724
5725 2005-04-12  Wim Taymans  <wim@fluendo.com>
5726
5727         * gst/playback/README:
5728         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5729         (compare_ranks), (print_feature), (gst_decode_bin_init),
5730         (dynamic_create), (dynamic_free), (find_compatibles),
5731         (mimetype_is_raw), (close_pad_link), (got_redirect),
5732         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5733         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5734         (gst_decode_bin_change_state):
5735         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5736         (gst_play_base_bin_init), (group_destroy), (group_commit),
5737         (check_queue), (queue_overrun), (queue_threshold_reached),
5738         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5739         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5740         (got_redirect), (setup_source), (play_base_eos),
5741         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5742         (gst_play_base_bin_remove_element):
5743         * gst/playback/gstplaybasebin.h:
5744         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5745         (gst_play_bin_init), (gst_play_bin_dispose),
5746         (gst_play_bin_set_property), (gen_video_element),
5747         (gen_text_element), (gen_audio_element), (remove_sinks),
5748         (gst_play_bin_send_event):
5749         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5750         (stream_info_change_state), (gst_stream_info_set_mute):
5751         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5752         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5753         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5754         (gst_stream_selector_chain):
5755         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5756         (main):
5757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5758         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5759         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5760         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5761         Raw and crude port of decodebin. 
5762         Make playbin compile.
5763
5764 2005-04-06  Wim Taymans  <wim@fluendo.com>
5765
5766         * ext/gnomevfs/Makefile.am:
5767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5768         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5769         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5770         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5771         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5772         (gst_gnomevfssrc_stop):
5773         * ext/ogg/Makefile.am:
5774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5775         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5776         * ext/theora/Makefile.am:
5777         * ext/theora/theoradec.c: (_inc_granulepos),
5778         (theora_dec_sink_event), (theora_dec_chain):
5779         * ext/vorbis/Makefile.am:
5780         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5781         (vorbis_dec_sink_event), (vorbis_dec_chain):
5782         * gst-libs/gst/audio/Makefile.am:
5783         * sys/xvimage/Makefile.am:
5784         Make gnomevfssrc extend the source base class.
5785         Fix linking against libs in various plugins.
5786
5787 2005-04-06  Andy Wingo  <wingo@pobox.com>
5788
5789         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5790         GST_BASE_LIBS.
5791
5792         * configure.ac: Add check and AC_SUBST for libgstbase.
5793
5794 2005-03-31  Wim Taymans  <wim@fluendo.com>
5795
5796         * examples/seeking/Makefile.am:
5797         * examples/seeking/cdparanoia.c: (main):
5798         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5799         (play_cb), (pause_cb), (stop_cb), (main):
5800         * examples/seeking/playbin.c:
5801         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5802         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5803         (make_sid_pipeline), (make_vorbis_pipeline),
5804         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5805         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5806         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5807         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5808         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5809         (stop_cb), (main):
5810         * examples/seeking/spider_seek.c:
5811         * examples/seeking/vorbisfile.c:
5812         * ext/gnomevfs/Makefile.am:
5813         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5814         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5815         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5816         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5817         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5818         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5819         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5820         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5821         * ext/ogg/README:
5822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5823         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5824         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5825         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5826         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5827         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5828         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5829         (gst_ogg_demux_factory_filter), (compare_ranks),
5830         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5831         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5832         (gst_ogg_chain_new), (gst_ogg_chain_free),
5833         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5834         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5835         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5836         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5837         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5838         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5839         (gst_ogg_demux_get_prev_page),
5840         (gst_ogg_demux_deactivate_current_chain),
5841         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5842         (gst_ogg_demux_bisect_forward_serialno),
5843         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5844         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5845         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5846         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5847         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5848         (gst_ogg_demux_change_state), (gst_ogg_print):
5849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5850         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5851         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5852         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5853         (gst_ogg_mux_loop):
5854         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5855         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5856         (theora_dec_src_convert), (theora_dec_sink_convert),
5857         (theora_dec_src_query), (theora_dec_src_event),
5858         (theora_dec_sink_event), (theora_dec_chain),
5859         (theora_dec_change_state):
5860         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5861         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5862         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5863         (theora_enc_change_state):
5864         * ext/vorbis/Makefile.am:
5865         * ext/vorbis/oggvorbisenc.c:
5866         * ext/vorbis/oggvorbisenc.h:
5867         * ext/vorbis/vorbis.c: (plugin_init):
5868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5869         (vorbis_dec_src_query), (vorbis_dec_src_event),
5870         (vorbis_dec_sink_event), (vorbis_dec_chain),
5871         (vorbis_dec_change_state):
5872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5873         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5874         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5875         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5876         (gst_vorbisenc_change_state):
5877         * ext/vorbis/vorbisenc.h:
5878         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5879         * gst-libs/gst/audio/audioclock.c:
5880         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5881         (gst_audiofilter_init), (gst_audiofilter_chain):
5882         * gst-libs/gst/audio/testchannels.c: (main):
5883         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5884         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5885         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5886         (gmip_find_track_streaminfo), (gmip_find_track_format):
5887         * gst-libs/gst/media-info/media-info.c:
5888         (gst_media_info_read_idler):
5889         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5890         (gst_play_get_all_by_interface):
5891         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5892         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5893         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5894         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5895         (gst_riff_parse_info):
5896         * gst-libs/gst/riff/riff-read.h:
5897         * gst-libs/gst/riff/riff.c: (plugin_init):
5898         * gst-libs/gst/video/Makefile.am:
5899         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5900         (gst_videosink_class_init), (gst_videosink_get_type):
5901         * gst-libs/gst/video/videosink.h:
5902         * gst/audioconvert/bufferframesconvert.c:
5903         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5904         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5905         * gst/audioconvert/channelmixtest.c: (main):
5906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5907         (gst_audio_convert_chain),
5908         (gst_audio_convert_caps_remove_format_info),
5909         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5910         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5911         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5912         (gst_audio_convert_buffer_to_default_format),
5913         (gst_audio_convert_buffer_from_default_format),
5914         (gst_audio_convert_channels):
5915         * gst/audioconvert/gstchannelmix.h:
5916         * gst/ffmpegcolorspace/avcodec.h:
5917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5918         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5919         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5920         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5921         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5922         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5923         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5924         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5925         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5926         (dv_type_find):
5927         * gst/videotestsrc/gstvideotestsrc.c:
5928         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5929         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5930         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5931         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5932         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5933         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5934         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5936         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5937         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5938         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5939         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5940         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5941         (gst_xvimagesink_navigation_send_event),
5942         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5943         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5944         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5945         * sys/xvimage/xvimagesink.h:
5946         Plugin port to 0.9, ogg/theora playback should work in the seek
5947         example now.
5948         Removed old examples.
5949         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5950         explained in 0.9 TODO doc.
5951
5952
5953 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5954
5955         * autogen.sh:
5956         * configure.ac:
5957         * ext/Makefile.am:
5958         * gst/Makefile.am:
5959         * po/POTFILES.in:
5960         * po/af.po:
5961         * po/az.po:
5962         * po/cs.po:
5963         * po/en_GB.po:
5964         * po/hu.po:
5965         * po/it.po:
5966         * po/nb.po:
5967         * po/nl.po:
5968         * po/or.po:
5969         * po/sq.po:
5970         * po/sr.po:
5971         * po/sv.po:
5972         * po/uk.po:
5973         * po/vi.po:
5974         * sys/Makefile.am:
5975         * testsuite/Makefile.am:
5976           remove a whole bunch of plugins.  This module now contains a set
5977           of free reference plugins/elements as agreed.
5978
5979 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5980
5981         * configure.ac:
5982           hunting season on 0.9 is now OPEN
5983
5984 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5985
5986         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5987           Kick the hell out of gcc for not warning me about a symbol conflict.
5988
5989 2005-02-22  Luca Ognibene  <luogni@tin.it>
5990
5991         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5992
5993         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5994           Don't leak caps string (fixes #168134)
5995
5996         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5997         (gst_jpegenc_init), (gst_jpegenc_finalize),
5998         (gst_jpegenc_change_state):
5999           Don't leak line buffers and context struct (fixes #168133).
6000
6001 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6002
6003         * configure.ac:
6004         * ext/dirac/gstdiracdec.cc:
6005         (gst_diracdec_chain):
6006           Since dirac 0.5.0 the framerate in dirac is expressed as a
6007           rational number. Fix build and up requirement to 0.5.0, and
6008           also pass parameters to gst_diracdec_link in the right order
6009           (fixes #167959).
6010
6011 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6012
6013         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6014         * ext/faad/gstfaad.h:
6015         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6016         certain invalid muxed streams, where some packets will contain 
6017         junk after decoder data. Partially fixes #149158.
6018
6019 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6020         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6021           Make sure we only write to writable buffers
6022
6023 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6024
6025         * gst-libs/gst/riff/riff-media.c:
6026         (gst_riff_create_audio_caps_with_data):
6027           Do actually fix invalid RIFF fmt header values for alaw
6028           and mulaw audio instead of just saying so.
6029
6030         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6031           Give gst_riff_create_audio_caps_with_data() a chance to
6032           fix up broken format header fields before extracting any
6033           parameters from the header. (fixes #167633)
6034
6035 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6036
6037         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6038
6039         * gst/audioconvert/bufferframesconvert.c:
6040         (buffer_frames_convert_link):
6041           Don't leak othercaps. (fixes #167878)
6042
6043 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6044
6045         * configure.ac:
6046         * ext/libvisual/visual.c: (gst_visual_srclink),
6047         (gst_visual_change_state):
6048           Support libvisual 0.2.0.
6049
6050 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6051
6052         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6053         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6054           Use same rowstrides for I420 as used everywhere else.
6055
6056 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6057
6058         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6059           Declare variables at beginning of block and make gcc-2.95 happy
6060           (fixes # 167482, patch by Gergely Nagy).
6061           
6062         * gst/tcp/gsttcpclientsrc.c:
6063         * gst/tcp/gsttcpclientsrc.h:
6064           Move some includes into the header, so that struct sockaddr_in is
6065           defined when it should be defined on FreeBSD as well (fixes
6066           #167483).
6067           
6068         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6069           Don't pass uninitialised values to setsockopt() here either.
6070
6071 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6072
6073         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6074
6075         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6076           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6077
6078 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6079
6080         * gst/playback/gstplaybin.c: (add_sink):
6081           Invert bin_add/link order to workaround deadlock in opt.
6082
6083 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6084
6085         * gst/modplug/gstmodplug.cc:
6086           Add missing break causing position queries to fail.
6087
6088 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6089
6090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6091           Granpos can apparently be -1, which screws up calculations...
6092
6093 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6094
6095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6096         (gst_ximagesink_send_pending_navigation),
6097         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6098         (gst_ximagesink_init):
6099         * sys/ximage/ximagesink.h:
6100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6101         (gst_xvimagesink_send_pending_navigation),
6102         (gst_xvimagesink_navigation_send_event),
6103         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6104         * sys/xvimage/xvimagesink.h:
6105           Use a mutex protected list to marshal navigation
6106           events into the stream thread from whichever thread
6107           sends them.
6108
6109 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6110
6111         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6112           Display current position and track length; misc. clean-ups.
6113           
6114         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6115         (speed_init), (speed_chain):
6116           Add query function, so that the stream length and current position
6117           get adjusted when queried (note that current position queries may
6118           still be wrong if the audio sink returns values based on buffer
6119           timestamps instead of passing on the query).
6120
6121 2005-02-13  Benjamin Otte  <otte@gnome.org>
6122
6123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6124         (gst_audio_convert_channels):
6125           create channel conversion matrix when linking
6126         * gst/audioconvert/.cvsignore:
6127         * gst/audioconvert/Makefile.am:
6128         * gst/audioconvert/channelmixtest.c: (main):
6129           add (ugly) test that ensures stereo <=> mono conversion works
6130           correctly
6131
6132 2005-02-13  Benjamin Otte  <otte@gnome.org>
6133
6134         * gst/audioconvert/gstchannelmix.h:
6135           include missing header file
6136         * gst/audioconvert/gstchannelmix.c:
6137         (gst_audio_convert_fill_compatible):
6138           use same sign for both channels when converting to/from compatible
6139           channel. Previously used different signs made the signals cancel
6140           each other out and appear like silence. (fixes #167269)
6141
6142 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6143
6144         * gst/ffmpegcolorspace/avcodec.h:
6145         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6146         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6147         (gst_ffmpegcsp_avpicture_fill):
6148         * gst/ffmpegcolorspace/imgconvert.c:
6149           Convert to and from YV12 (fixes #156379).
6150
6151 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6152
6153         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6154         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6155         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6156         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6157         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6158         methods from chain and negotiation and vice versa (Fixes #166142).
6159         * sys/ximage/ximagesink.h: Add stream_lock.
6160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6161         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6162         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6163         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6164
6165 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6166
6167         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6168           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6169           error message when we can't open the DVD device (when dvdnav_open()
6170           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6171           the above). Send something more useful instead (fixes #167117).
6172
6173 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6174
6175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6176         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6177         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6178         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6179         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6180         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6181         methods from chain and negotiation and vice versa (Fixes #166142).
6182         Fix a possible bug of images in the buffer pool being discarded because
6183         we are looking at the wrong geometry.
6184         * sys/xvimage/xvimagesink.h: Add stream_lock.
6185
6186 2005-02-11  David Schleef  <ds@schleef.org>
6187
6188         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6189         unsigned int. (fixes #167128)
6190
6191 2005-02-11  David Schleef  <ds@schleef.org>
6192
6193         * gst/librfb/Makefile.am: Testing stuff before committing is
6194           for wimps... and people with fast machines.  Fix stupid
6195           mistake.
6196
6197 2005-02-11  David Schleef  <ds@schleef.org>
6198
6199         * configure.ac: Pull in librfb from my CVS tree, because it is
6200           too small and annoying to be separate.  Move rfbsrc plugin
6201           to gst/.
6202         * ext/Makefile.am:
6203         * ext/librfb/Makefile.am:
6204         * ext/librfb/gstrfbsrc.c:
6205         * gst/librfb/Makefile.am:
6206         * gst/librfb/gstrfbsrc.c:
6207         * gst/librfb/rfb.c:
6208         * gst/librfb/rfb.h:
6209         * gst/librfb/rfbbuffer.c:
6210         * gst/librfb/rfbbuffer.h:
6211         * gst/librfb/rfbbytestream.c:
6212         * gst/librfb/rfbbytestream.h:
6213         * gst/librfb/rfbcontext.h:
6214         * gst/librfb/rfbdecoder.c:
6215         * gst/librfb/rfbdecoder.h:
6216         * gst/librfb/rfbutil.h:
6217
6218 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6219
6220         * gst/speed/Makefile.am:
6221         * gst/speed/demo-mp3.c: (main):
6222         * gst/speed/filter.func:
6223         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6224         (speed_class_init), (speed_init), (speed_chain_int16),
6225         (speed_chain_float32), (speed_chain), (speed_set_property),
6226         (speed_get_property), (speed_change_state):
6227         * gst/speed/gstspeed.h:
6228           Fix speed element and make it chain-based (fixes #156467),
6229           and make it handle more than one channel.
6230
6231 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6232
6233         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6234         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6235         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6236         * ext/dts/gstdtsdec.h:
6237           Don't clobber the stack constructing the channels array.
6238           Make the element chain-based. DTS tracks can now be played.
6239           
6240 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6241
6242         * gst-libs/gst/audio/multichannel.h:
6243         * gst-libs/gst/gconf/gconf.h:
6244         * gst-libs/gst/idct/idct.h:
6245         * gst-libs/gst/media-info/media-info-priv.h:
6246         * gst-libs/gst/play/play.h:
6247         * gst-libs/gst/resample/private.h:
6248         * gst-libs/gst/resample/resample.h:
6249         * gst-libs/gst/riff/riff-ids.h:
6250         * gst-libs/gst/video/video.h:
6251         * gst-libs/gst/video/videosink.h:
6252           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6253           missing, so that they work when included from C++ code.
6254
6255 2005-02-09  David Schleef  <ds@schleef.org>
6256
6257         * testsuite/gst-lint: Check for non-statically scoped
6258           parent_class variables.  This won't be a problem once
6259           plugins are loaded with RTLD_LOCAL.
6260
6261 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6262
6263         * ext/mplex/gstmplexibitstream.cc:
6264           gcc madness.
6265
6266 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6267
6268         * ext/ogg/gstogmparse.c:
6269         * gst/debug/gstnavigationtest.c:
6270           Die, thou faulty symbol pollutors (non-static parent_class).
6271
6272 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6273
6274         * ext/mplex/gstmplexibitstream.cc:
6275           Fix event handling (#165525).
6276
6277 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6278
6279         * ext/mikmod/gstmikmod.c:
6280         * gst/modplug/gstmodplug.cc:
6281           Add missing endianness to template (fixes #165509).
6282
6283 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6284
6285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6286           Fix wrong order of reading of optional bytes (#165290).
6287
6288 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6289
6290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6291           Implement FILLER event awareness.
6292
6293 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6294
6295         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6296           Fix track calculations (#166208).
6297
6298 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6299
6300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6301
6302         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6303         * ext/libpng/gstpngenc.c:
6304           Fix byte-order, use proper fixed caps. Fixes #164197.
6305
6306 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6307
6308         * configure.ac:
6309           Add dvdlpcmdec 
6310
6311         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6312         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6313           Don't push buffers if the src pad isn't negotiated yet.
6314           
6315         * gst/audioconvert/gstaudioconvert.c:
6316         (gst_audio_convert_buffer_to_default_format),
6317         (gst_audio_convert_buffer_from_default_format):
6318           Add support for 24-bit width.
6319
6320         * gst/dvdlpcmdec/.cvsignore:
6321         * gst/dvdlpcmdec/Makefile.am:
6322         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6323         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6324         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6325         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6326         (plugin_init):
6327         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6328           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6329           format. Needs support for the channels maps if someone can find 
6330           a DVD LPCM track with > 2 channels.
6331
6332         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6333         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6334         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6335         * gst/mpegstream/gstdvddemux.h:
6336         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6337         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6338         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6339         * gst/mpegstream/gstmpegdemux.h:
6340         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6341         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6342         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6343         (gst_mpeg_parse_handle_src_query),
6344         (gst_mpeg_parse_handle_src_event):
6345           Use audio/x-dvd-lpcm for LPCM output.
6346           Add DTS output.
6347
6348 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6349
6350         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6351
6352         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6353         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6354           Add BGRA handling (#165736).
6355
6356 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6357
6358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6359
6360         * gst/law/alaw-decode.c: (alawdec_link):
6361         * gst/law/alaw-encode.c: (alawenc_link):
6362         * gst/law/mulaw-decode.c: (mulawdec_link):
6363         * gst/law/mulaw-encode.c: (mulawenc_link):
6364           Fix caps memleaks (#166600).
6365
6366 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6367
6368         * ext/tarkin/mem.h:
6369         * ext/tarkin/wavelet.h:
6370         * ext/tarkin/yuv.h:
6371         * gst/ffmpegcolorspace/avcodec.h:
6372           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6373           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6374
6375 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6376
6377         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6379         (gst_xvimagesink_change_state):
6380           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6381           Xv video (and thereby regenerate Xv colourkey) in clear() so
6382           that PLAY -> READY -> PLAY works (fixes #162504).
6383
6384 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6385
6386         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6387           Switch to list instead of range, since MJPEG-devices really just
6388           support decimations, not any size.
6389
6390 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6391         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6392         (gst_mpeg2dec_reset), (free_all_buffers),
6393         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6394         * ext/mpeg2dec/gstmpeg2dec.h:
6395           The libmpeg2 user-allocated buffer management is awkward, 
6396           to say the least. Hopefully this fixes things.
6397
6398 2005-02-04  Andy Wingo  <wingo@pobox.com>
6399
6400         * gst/audioconvert/bufferframesconvert.c
6401         (buffer_frames_convert_fixate): New function, fixates to 256
6402         frames per buffer by default. (Much better than 1.)
6403         (buffer_frames_convert_init): Set the fixate function for both src
6404         and sink pad.
6405         (buffer_frames_convert_link): After success setting nonfixed caps,
6406         get the negotiated caps so we can know how many buffer-frames it
6407         will be. No idea how this worked at all before.
6408
6409 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6410
6411         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6412         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6413         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6414         (handle_sequence), (handle_picture):
6415         * ext/mpeg2dec/gstmpeg2dec.h:
6416           Rearrange buffer tracking and refcounting and refactor
6417           a little for readability. 
6418
6419 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6420         * sys/v4l/gstv4l.c: (plugin_init):
6421         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6422         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6423         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6424         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6425         * sys/v4l/gstv4ljpegsrc.h:
6426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6427         * sys/v4l/v4l_calls.h:
6428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6429         (gst_v4lsrc_get_fps):
6430         * sys/v4l/v4lsrc_calls.h:
6431           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6432           you jpeg inside rgb frames" driver.
6433           Don't error in the v4lsrc link function, just return 
6434           REFUSED.
6435
6436 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6437
6438         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6439         (gst_qcamsrc_open):
6440           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6441
6442 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6443
6444         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6445           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6446
6447 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6448
6449         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6450           Reset negotiated state on PAUSED->READY.
6451
6452 2005-02-02  David Schleef  <ds@schleef.org>
6453
6454         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6455         whereever possible.  (Fixes #165997)
6456         * examples/capsfilter/capsfilter1.c: (main):
6457         * examples/dynparams/filter.c: (create_ui):
6458         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6459         * examples/seeking/chained.c: (main):
6460         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6461         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6462         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6463         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6464         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6465         * examples/switch/switcher.c: (main):
6466         * ext/dv/demo-play.c: (main):
6467         * ext/faad/gstfaad.c: (gst_faad_change_state):
6468         * ext/mad/gstmad.c: (gst_mad_chain):
6469         * ext/smoothwave/demo-osssrc.c: (main):
6470         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6471         (gst_gconf_render_bin_from_description),
6472         (gst_gconf_get_default_audio_sink),
6473         (gst_gconf_get_default_video_sink),
6474         (gst_gconf_get_default_audio_src),
6475         (gst_gconf_get_default_video_src),
6476         (gst_gconf_get_default_visualization_element):
6477         * gst/level/demo.c: (main):
6478         * gst/level/plot.c: (main):
6479         * gst/playback/gstplaybin.c: (gen_video_element),
6480         (gen_audio_element):
6481         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6482         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6483         * gst/sine/demo-dparams.c: (main):
6484         * gst/spectrum/demo-osssrc.c: (main):
6485         * gst/speed/demo-mp3.c: (main):
6486         * gst/volume/demo.c: (main):
6487         * testsuite/embed/embed.c: (main):
6488
6489 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6490
6491         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6492         (gst_tcpclientsink_finalize):
6493         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6494         (gst_tcpclientsrc_finalize):
6495         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6496         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6497         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6498         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6499           Don't leak the hostname when shutting down.
6500           In tcpserversrc, take a copy of the default hostname.
6501
6502 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6503
6504         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6505           Set caps to systemstream=TRUE.
6506
6507 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6508
6509         * testsuite/Makefile.am:
6510           Fix more OSX buildbots.
6511
6512 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6513
6514         * ext/mpeg2dec/gstmpeg2dec.c:
6515           Don't send things to NULL PAD_PEERs
6516
6517         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6518           Copy-on-write the incoming buffer.
6519
6520         * gst/mpegstream/gstdvddemux.h:
6521         * gst/mpegstream/gstmpegclock.h:
6522         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6523         (normal_seek), (gst_mpeg_demux_handle_src_event):
6524         * gst/mpegstream/gstmpegdemux.h:
6525         * gst/mpegstream/gstmpegpacketize.h:
6526         * gst/mpegstream/gstmpegparse.c:
6527         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6528         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6529         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6530         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6531         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6532         * gst/mpegstream/gstmpegparse.h:
6533         * gst/mpegstream/gstrfc2250enc.h:
6534           Various changes to the way time is computed that make seeking and
6535           total time estimation much better here.
6536           Use G_BEGIN/END_DECLS instead of __cplusplus
6537
6538         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6539           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6540
6541 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6542
6543         * gst/subparse/gstsubparse.c:
6544           Fix OSX buildbot.
6545
6546 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6547
6548         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6549         (theora_enc_chain), (theora_enc_change_state):
6550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6551         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6552         (gst_vorbisenc_change_state):
6553         * ext/vorbis/vorbisenc.h:
6554           Set granulepos and timestamp correctly for streams not
6555           starting at 0, taking into account the initial delay.
6556
6557 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6558
6559         * gst/mpegstream/gstdvddemux.c:
6560           Add audio/x-dts to audio pad template caps
6561
6562 2005-01-30  David Schleef  <ds@schleef.org>
6563
6564         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6565         (create_context), (gst_polypsink_link): Fix silly endianness
6566         bug.  Add some debugging.  Remove float from caps; it doesn't
6567         work.  Attempt to get remote audio working.
6568
6569 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6570
6571         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6572           Add 3IV2 fourcc.
6573
6574 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6575
6576         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6577         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6578         (gst_avi_demux_stream_data):
6579         * gst/avi/gstavidemux.h:
6580           Invert DIB images. Fixes #132341.
6581
6582 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6583
6584         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6585         (gst_ffmpegcsp_chain):
6586           D'oh, reference the palette data, not the palette structure.
6587           Fixes color distortion in #132341.
6588
6589 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6590
6591         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6592           PAR can be non-fixed when not provided as argument (#162626).
6593
6594 2005-01-29  David Moore  <dcm@acm.org>
6595
6596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6597
6598         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6599         (gst_qtdemux_loop_header):
6600           Re-apply patch from #142272 that allows non-seekable sources,
6601           re-proposed by Daniel Drake <dsd@gentoo.org>.
6602
6603 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6604
6605         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6606           Use the src template for creating the src pad (#162330).
6607
6608 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6609
6610         * configure.ac:
6611         * ext/musepack/Makefile.am:
6612         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6613         (gst_musepackdec_init), (gst_musepackdec_dispose),
6614         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6615         (gst_musepack_stream_init), (gst_musepackdec_loop),
6616         (gst_musepackdec_change_state):
6617         * ext/musepack/gstmusepackdec.cpp:
6618         * ext/musepack/gstmusepackdec.h:
6619         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6620         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6621         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6622         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6623         * ext/musepack/gstmusepackreader.cpp:
6624         * ext/musepack/gstmusepackreader.h:
6625           Update to 1.1 API (#165446).
6626
6627 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6628
6629         * ext/Makefile.am:
6630           Unbreak buildbot.
6631
6632 2005-01-28  Andy Wingo  <wingo@pobox.com>
6633
6634         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6635         to reflect a different dubious internet source. Add a reference
6636         and some commentary.
6637
6638 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6639
6640         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6641         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6642         * gst/playback/gststreamselector.h:
6643           Be more selective when we're redoing caps negotiation from
6644           within the chain function on a stream change.
6645
6646 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6647
6648         * configure.ac:
6649         * ext/Makefile.am:
6650         * ext/amrnb/Makefile.am:
6651         * ext/amrnb/amrnb.c: (plugin_init):
6652         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6653         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6654         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6655         (gst_amrnbdec_state_change):
6656         * ext/amrnb/amrnbdec.h:
6657         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6658         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6659         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6660         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6661         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6662         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6663         * ext/amrnb/amrnbparse.h:
6664           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6666           Add AMR-NB/-WB raw formats.
6667         * ext/alsa/gstalsa.c: (gst_alsa_link):
6668           Keep valid time when changing format.
6669         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6670         (qtdemux_parse_trak):
6671           Add some more format-specific options (#140141, #143555, #155163).
6672
6673 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6674
6675         * gst/matroska/matroska-demux.c:
6676         (gst_matroska_demux_parse_blockgroup):
6677           Fix logic error in timing of subtitle stream synchronization.
6678         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6679           Add skip-chunk, which is found in kodak-camera streams.
6680
6681 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6682
6683         * po/LINGUAS:
6684         * po/vi.po:
6685           Adding Vietnamese translation (submitted by Clytie Siddall)
6686
6687 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6688
6689         * gst/playback/gstdecodebin.c: (try_to_link_1):
6690           Use realpad for signal.
6691
6692 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6693
6694         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6695           Fix category so decodebin picks it up.
6696
6697 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6698
6699         * ext/mad/Makefile.am:
6700         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6701         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6702         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6703         (found_type), (gst_id3demux_bin_change_state):
6704         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6705         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6706         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6707         (gst_id3_tag_change_state), (plugin_init):
6708         * ext/mad/gstmad.h:
6709           Add id3demuxbin (which is a simple bin consisting of id3demux
6710           and typefind), take over rank from id3demux, remove typefind
6711           code from id3demux. Makes all broken mp3s that I know of work,
6712           and thereby fixes #152688.
6713
6714 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6715
6716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6717
6718         * ext/mad/gstmad.c: (gst_mad_src_event):
6719         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6720           Allow seeks on audio pad, make mad forward those (#164826).
6721         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6722           Set duration (#165335).
6723
6724 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6725
6726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6727         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6728         (gst_asf_demux_process_ext_content_desc),
6729         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6730         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6731         * gst/asfdemux/gstasfdemux.h:
6732           Improve metadata display, e.g. if the metadata comes before the
6733           streams are loaded (which is perfectly valid).
6734
6735 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6736
6737         * tools/gst-launch-ext-m.m:
6738           Fix AVI/ASF pipelines (#165340).
6739
6740 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6741         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6742         build failure on amd64
6743
6744 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6745
6746         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6747         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6748           Check environment variables GST_ID3V2_TAG_ENCODING,
6749           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6750           list of character encodings to force interpretation of non-unicode
6751           strings stored in an ID3v2 tag to a particular encoding. If none
6752           is specified, try to use current locale's encoding, then fall back
6753           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6754         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6755         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6756           Check environment variables GST_ID3V1_TAG_ENCODING,
6757           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6758           list of character encodings to use in case a string encountered
6759           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6760           specified, try to use the current locale's encoding, then fall
6761           back to ISO-8859-1 (which will always succeed).
6762
6763 2005-01-25  Benjamin Otte  <otte@gnome.org>
6764
6765         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6766           - on half framerate, compute the rate in advance so the comparisons
6767             don't compare wrong values
6768           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6769             behaviour
6770           - don't use mad_header_decode anymore, mad_frame_decode does that
6771             automatically
6772           - when getting rid of consumed bytes, reset the stream's skiplen
6773           (fixes #163867)
6774
6775 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6776
6777         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6778           Use 1/2 a second for default max_discont, as PES streams from DVB
6779           seem to have larger spacings in the SCR. 
6780           Fix a typo.
6781
6782 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6783
6784         * gst/playback/gstplaybasebin.c: (group_commit):
6785           Notify delayed stream-info availability.
6786
6787 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6788         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6789         (gst_a52dec_handle_event), (gst_a52dec_chain):
6790         Add some debug output. Check that a discont has a valid
6791         time associated.
6792         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6793         (gst_alsa_sink_loop):
6794         Ignore TAG events. A little extra debug for broken timestamps.
6795         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6796         (dvdnavsrc_change_state):
6797         Ensure we send a discont to engage the link before we send any
6798         other events.
6799         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6800         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6801         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6802         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6803         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6804         dvd://title works in totem because typefinding sends a seek that ends
6805         up going back to chapter 1 regardless.
6806         * ext/mpeg2dec/gstmpeg2dec.c:
6807         * ext/mpeg2dec/gstmpeg2dec.h:
6808         Output correct timestamps and handle disconts.
6809         * ext/ogg/gstoggdemux.c: (get_relative):
6810         Small guard against a null dereference.
6811         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6812         (gst_textoverlay_set_property):
6813         Free memory when done. Don't call gst_event_filler_get_duration on
6814         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6815         g_warning.
6816         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6817         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6818         (gst_sw_srclink), (gst_smoothwave_chain):
6819         Draw solid lines, prettier colours.
6820         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6821         Add a default palette that'll work for some movies.
6822         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6823         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6824         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6825         * gst/mpegstream/gstdvddemux.h:
6826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6827         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6828         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6829         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6830         * gst/mpegstream/gstmpegparse.h:
6831         Use PTM/NAV events when for timestamp adjustment when connected to 
6832         dvdnavsrc. Don't use many discont events where one suffices.
6833         * gst/playback/gstplaybasebin.c: (group_destroy),
6834         (gen_preroll_element), (gst_play_base_bin_add_element):
6835         * gst/playback/gstplaybasebin.h:
6836         Make sure we remove subtitles from the same bin we put them in.
6837         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6838         (gst_subparse_buffer_format_autodetect),
6839         (gst_subparse_change_state):
6840         Fix some memleaks and invalid accesses.
6841         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6842         (oggskel_type_find), (cmml_type_find), (plugin_init):
6843         Some typefind functions for Annodex v3.0 files
6844         * gst/wavparse/gstwavparse.h:
6845         GstRiffReadClass is the correct parent class.
6846
6847 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6848
6849         * gst-libs/gst/riff/riff-media.c:
6850         (gst_riff_create_video_caps_with_data):
6851           Add extradata to huffyuv (fixes #165013).
6852         * gst-libs/gst/riff/riff-read.c:
6853         (gst_riff_read_strf_vids_with_data):
6854           Fix extradata extraction if it is in the chunk size.
6855
6856 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6857
6858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6859
6860         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6861         (gst_quarktv_change_state), (gst_quarktv_dispose):
6862           Memory free'ing location fix (#164708).
6863
6864 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6865
6866         * gst/playback/gstplaybasebin.c: (group_commit),
6867         (gen_preroll_element), (probe_triggered), (gen_source_element),
6868         (setup_source), (gst_play_base_bin_change_state),
6869         (gst_play_base_bin_add_element):
6870           Don't block for streams.
6871         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6872         (gst_stream_info_set_mute):
6873           Use gst_pad_set_active_recursive.
6874
6875 2005-01-25  Andy Wingo  <wingo@pobox.com>
6876
6877         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6878         for #ifndef HAVE_XVIDEO.
6879
6880 2005-01-24  Jeffrey C. Ollie
6881
6882         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6883
6884         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6885         * ext/gsm/gstgsmdec.h:
6886         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6887         * ext/gsm/gstgsmenc.h:
6888         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6889         was given by property. Add proper buffer timestamps and offsets.
6890
6891 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6892
6893         * gst-libs/gst/riff/riff-media.c:
6894         (gst_riff_create_audio_caps_with_data):
6895           Audio can be <8000Hz.
6896
6897 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6898
6899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6900           Explicit state change to workaround refcount bugs.
6901
6902 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6903
6904         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6905         (gst_avimux_riff_get_avi_header):
6906           Fix...
6907
6908 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6909
6910         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6911         (gst_riff_read_element_data):
6912         * gst-libs/gst/riff/riff-read.h:
6913           Add _peek version (req'ed in CDXA).
6914         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6915         (gst_cdxaparse_loop):
6916           Fix parsing in playbin.
6917         * gst/playback/gstdecodebin.c: (close_pad_link):
6918           Ignore current_ pads, they cause major annoyance.
6919
6920 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6921
6922         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6923           Safety guard.
6924
6925 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6926
6927         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6928           Fix padding...
6929
6930 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6931
6932         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6933           Allow for 0-sized buffers. Fixes length query problems in
6934           starwars.mkv from the testsuite.
6935
6936 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6937
6938         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6939         (gst_video_box_i420), (gst_video_box_chain):
6940           Fix row strides for I420 (fixes #163159)
6941           
6942 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6943
6944         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6945           MPEG2 has a useful rate property, so we can actually use that.
6946           For MPEG-1, continue using the bytes/time properties.
6947
6948 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6949
6950         * gst-libs/gst/riff/riff-media.c:
6951         (gst_riff_create_video_caps_with_data),
6952         (gst_riff_create_video_template_caps):
6953           Add intel-h263.
6954
6955 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6956
6957         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6958           Fail if caps negotiation fails. Should fix #162184, and should
6959           definately be in there regardless of it fixing the actual bug.
6960         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6961         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6962         (gst_avimux_riff_get_avix_header),
6963         (gst_avimux_riff_get_video_header),
6964         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6965         (gst_avimux_start_file), (gst_avimux_handle_event),
6966         (gst_avimux_change_state):
6967         * gst/avi/gstavimux.h:
6968           Refactor structure writing to use GST_WRITE_UINT macros, add
6969           metadata writing support.
6970
6971 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6972
6973         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6974           Elements may already be destroyed when this function is called.
6975
6976 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6977
6978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6979         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6980           More memory leak fixes (#149162).
6981
6982 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6983
6984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6985         (gst_qtdemux_add_stream):
6986           Fix two memleaks.
6987
6988 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6989
6990         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6991           Argh...
6992
6993 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6994
6995         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6996           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6997           when fixating to six channels in Totem.
6998
6999 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7000
7001         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7002           Fix compile warnings on Solaris 10 buildbot
7003
7004 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7005
7006         * ext/dvdread/dvdreadsrc.c: (_read):
7007           Don't read beyond the last cell in a chapter (fixes 
7008           invalid memory access)
7009
7010 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7011
7012         * ext/dvdread/stream_labels.c:
7013         (dvdreadsrc_get_audio_stream_labels):
7014           Use NULL for an empty GList instead of g_list_alloc(); fix 
7015           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7016           of GString (easier to bulk free later)
7017
7018 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7019
7020         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7021
7022         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7023         (gst_ffmpeg_pixfmt_to_caps):
7024           Fix BGRA32 caps (#164209).
7025
7026 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7027
7028         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7029
7030         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7031         (gst_ffmpeg_caps_to_pixfmt):
7032           alpha_mask can be RGBA/ABGR. Fixes #164265.
7033
7034 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7035
7036         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7037
7038         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7039         (gst_mpeg2dec_alloc_buffer):
7040         * ext/mpeg2dec/gstmpeg2dec.h:
7041           Crop if decoding size is not the actual image size (#163676).
7042
7043 2005-01-17  Steve Baker  <steve@stevebaker.org>
7044
7045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7046
7047         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7048         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7049           Add libsndfile typefind functions (#163309).
7050
7051 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7052
7053         * tools/gst-launch-ext-m.m:
7054           Add .aac, fix .m1v/.m2v (#163891).
7055
7056 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7057
7058         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7059           Sanity check, don't wait endlessly since the clock might not
7060           actually run at this point (which is a deadlock). Fixes #164069.
7061
7062 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7063
7064         * gst/playback/gstplaybasebin.c: (probe_triggered):
7065           Of course, only pause if group is done...
7066
7067 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7068
7069         * gst/playback/gstplaybasebin.c: (probe_triggered):
7070           Thread safety.
7071
7072 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7073
7074         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7075           Don't return state change success when the parent
7076           failed.
7077
7078 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7079
7080         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7081           Free events (fix memleak in #162905).
7082
7083 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7084
7085         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7086
7087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7088         (gst_ffmpeg_caps_to_pixfmt):
7089           Fix for depth = 15. Fixes #161675.
7090
7091 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7092
7093         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7094           Set FPS correctly, even for webcams and the like.
7095         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7096           Don error on setting while capturing.
7097
7098 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7099
7100         * ext/dv/gstdvdec.c:
7101         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7102         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7103           I'm a bad boy. using /1001. to force C to do float division
7104           and not integer division (as it did in my last commit)
7105           Thanks to David I. Lehn for pointing this mistake.
7106
7107 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7108
7109         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7110           Revert Johan??s 1.35->1.36 since it breaks compat.
7111
7112 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7113
7114         * ext/dv/gstdvdec.c:
7115         * ext/libfame/gstlibfame.c:
7116         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7117         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7118           replace framerate aproximations by their real value
7119           (24000/1001, 30000/1001, 60000/1001)
7120           Finish fixing bug #164049
7121
7122 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7123
7124         * ext/ogg/gstoggmux.c:
7125           eos/bos debugging
7126         * gst/tcp/gstmultifdsink.c:
7127         * gst/tcp/gstmultifdsink.h:
7128         * gst/tcp/gsttcp.c:
7129         * gst/tcp/gsttcp.h:
7130         * gst/tcp/gsttcpclientsink.c:
7131         * gst/tcp/gsttcpclientsrc.c:
7132         * gst/tcp/gsttcpserversink.c:
7133         * gst/tcp/gsttcpserversrc.c:
7134           improve reusability of elements after state changes and errors
7135           make multifdsink throw away streamheaders when receiving new ones
7136
7137 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7138
7139         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7140           Fix for if items are already in list...
7141
7142 2005-01-12  Benjamin Otte  <otte@gnome.org>
7143
7144         * gst/adder/gstadder.c: (gst_adder_loop):
7145           fix adder a bit so it doesn't screw up with events as much anymore
7146
7147 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7148
7149         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7150         (pixbufscale_scale), (gst_pixbufscale_chain):
7151         * ext/gdk_pixbuf/pixbufscale.h:
7152           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7153           to ensure rowstrides are calculated the same way as 
7154           ffmpegcolorspace
7155           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7156           that we pick up duration and offset also.
7157
7158 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7159
7160         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7161         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7162           Reusability fixes.
7163
7164 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7165
7166         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7167         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7168         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7169         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7170           Update flags when requested.
7171
7172 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7173
7174         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7175           Fix dmix.
7176
7177 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7178
7179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7180         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7181         (probe_triggered), (new_decoded_pad), (gen_source_element),
7182         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7183         * gst/playback/gstplaybasebin.h:
7184         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7185         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7186         (gst_play_bin_change_state):
7187           Implement group-switch signal for use in apps to clear metadata
7188           cache, clean up subtitle, add suburi property instead of # hack,
7189           some error-out fixes.
7190
7191 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7192
7193         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7194           Debug.
7195         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7196           If we got a state change in the _get handler, don't return success.
7197
7198 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7199
7200         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7201         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7202           Make jpegdec quiet on MJPEG decoding
7203         * gst/asfdemux/README:
7204           Fix mimetypes for MJPEG and H263
7205
7206 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7207
7208         * ext/theora/theoradec.c: (theora_dec_chain):
7209           Fix broken code generation by gcc by swapping arguments.
7210         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7211           Fix \n in debug.
7212
7213 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7214
7215         * TODO:
7216           delete this file, it is by far outdated
7217         * ext/alsa/gstalsa.1: remove
7218         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7219         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7220         (gst_alsa_get_caps):
7221           Add HW probing for supported sample rates. Fixes #161704
7222
7223 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7224
7225         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7226           Don't crash, biatch! :).
7227
7228 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7229
7230         * ext/musepack/gstmusepackreader.cpp:
7231         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7232           Some work on tags - still doesn't work in playbin...
7233         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7234           Handle events...
7235
7236 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7237
7238         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7239           Also shove tags on kid pads.
7240
7241 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7242
7243         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7244           Don't bail on unknown events.
7245         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7246           Don't crash on events before negotiation.
7247         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7248           Send tags on pads, too.
7249         * gst/playback/gststreamselector.c:
7250         (gst_stream_selector_request_new_pad):
7251           Forward events on first pad if no input was selected yet.
7252
7253 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7254
7255         * gst/playback/gstplaybasebin.c: (setup_substreams):
7256           Don't disable streamtype if the stream doesn't exist, since
7257           then playing a video after audio will disable both and nothing
7258           will happen. Fixes the testsuite.
7259
7260 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7261
7262         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7263         (gst_v4l_xoverlay_set_xwindow_id):
7264         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7265         (gst_v4l2_xoverlay_set_xwindow_id):
7266           Add debug categories, fix overlay disabling.
7267
7268 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7269
7270         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7271         * ext/alsa/gstalsa.h:
7272           Add HW probing for period_count/size and buffer_size MIX/MAX
7273           Adjust default/user defined value if out of bounds
7274           Should fix bug #162024
7275
7276 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7277
7278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7279           Fix warning (#161191).
7280
7281 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7282
7283         * ext/dvdread/stream_labels.c:
7284         (dvdreadsrc_get_audio_stream_labels):
7285           Fix warning (init the good variable in switch default)
7286
7287 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7288
7289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7290
7291         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7292           Fix gcc-2.95 compile (#163485).
7293
7294 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7295
7296         * configure.ac:
7297         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7298         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7299         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7300         (gst_flacenc_change_state):
7301         * ext/flac/gstflacenc.h:
7302           Update for API change in flac-1.1.1. Update requirement in
7303           configure.ac. Fixes #162974.
7304
7305 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7306
7307         * gst/playback/gstplaybasebin.c: (group_destroy):
7308           Remove hack to get rid of assert and get rid of unlinked
7309           signals properly.
7310
7311 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7312
7313         * gst/playback/gstplaybasebin.c: (setup_source):
7314           Set source to NULL so that resources are free'ed. Fixes issues
7315           with playback of CDDA and similar device-accessing things.
7316
7317 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7318
7319         * testsuite/embed/Makefile.am:
7320           test->noinst, fix make test in buildbot.
7321
7322 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7323
7324         * ext/dvdread/stream_labels.c: new file
7325         * ext/dvdread/stream_labels.h: new file
7326         * ext/dvdread/Makefile.am:
7327         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7328           Extract audio stream label from DVD IFO files.
7329           It only dump them on the console for now, still have to
7330           make playbin aware of them.
7331
7332 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7333
7334         * gst/playback/gstplaybasebin.c: (setup_source):
7335           Fix hanging subs.
7336
7337 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7338
7339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7340         (gen_preroll_element), (remove_groups), (setup_subtitle),
7341         (gen_source_element), (setup_source):
7342         * gst/playback/gstplaybasebin.h:
7343           Multiple .sub files is just a stupid idea... Fix some threading
7344           mistakes. Interestingly, external .sub files cause playbin to
7345           hang, I don't know why... Parsing fixes contributed by Fran??ois
7346           Kooman <fkooman@tuxed.net>.
7347
7348 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7349
7350         * testsuite/embed/Makefile.am:
7351           Fix buildbot.
7352
7353 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7354
7355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7356
7357         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7358         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7359         (gst_pngenc_set_property):
7360         * ext/libpng/gstpngenc.h:
7361           Add compression level property (#163323).
7362
7363 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7364
7365         * configure.ac:
7366         * examples/capsfilter/capsfilter1.c: (main):
7367         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7368         * ext/dvdread/Makefile.am:
7369         * ext/dvdread/demo-play:
7370         * ext/dvdread/demo-play.c:
7371         * gconf/gstreamer.schemas.in:
7372         * gst-libs/gst/gconf/gconf.c:
7373         * sys/v4l/TODO:
7374         * testsuite/Makefile.am:
7375         * testsuite/embed/Makefile.am:
7376         * testsuite/embed/embed.c: (cb_expose), (main):
7377           Remove all references to xvideosink, fix examples (#140845).
7378         * gst/playback/gstplaybasebin.c: (group_destroy):
7379           Apparently, disposal does not unlink - so do explicitely.
7380         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7381           Add debug.
7382
7383 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7384
7385         * README: fix PKG_CONFIG_PATH instructions, what was there
7386         previously was breaking default search path, not nice. 
7387         Fixes #163358
7388
7389 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7390
7391         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7392         (gst_audioscale_chain):
7393           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7394           when resampling - how the ^@$^!@^! is this possible?!?
7395
7396 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7397
7398         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7399           Reset variables on READY.
7400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7401         (gst_matroska_mux_loop):
7402           Require data before writing header.
7403
7404 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7405
7406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7407
7408         * ext/mad/gstmad.c: (gst_mad_chain):
7409           Don't call mad_stream_sync() directly after recovering sync.
7410           Fixes #151661.
7411
7412 2005-01-09  Martin Eikermann  <meiker@upb.de>
7413
7414         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7415
7416         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7417         (snapshot_handler), (gst_snapshot_sinkconnect),
7418         (gst_snapshot_chain):
7419           Allocate resources when required, fix recursive signal emission
7420           and fix caps. Fixes #161667.
7421
7422 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7423
7424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7425
7426         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7427         (gst_pngdec_chain):
7428           Handle only 8-bppc (bits-per-pixel-component) images, better
7429           error handling and correct strides. Fixes #163177.
7430         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7431         (gst_pngenc_chain):
7432           Better error handling. Fixes #163348.
7433
7434 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7435
7436         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7437         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7438         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7439         (dvdnavsrc_uri_handler_init):
7440           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7441         * gst/playback/gstplaybasebin.c: (gen_source_element):
7442           Add MMS to streaming URIs.
7443
7444 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7445
7446         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7447         * sys/xvimage/xvimagesink.c:
7448         (gst_xvimagesink_navigation_send_event):
7449           Check for pad availability before sending event.
7450
7451 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7452
7453         * gst-plugins.spec.in:
7454           Add subparse.
7455
7456 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7457
7458         * configure.ac:
7459           Since we use functions from CVS, up requirement.
7460
7461 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7462
7463         * gst/playback/Makefile.am:
7464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7465         (group_destroy), (group_commit), (group_is_muted),
7466         (gen_preroll_element), (add_stream), (unknown_type),
7467         (probe_triggered), (preroll_unlinked), (mute_stream),
7468         (silence_stream), (new_decoded_pad), (setup_substreams),
7469         (setup_source), (get_active_source), (mute_group_type),
7470         (muted_group_change_state), (set_active_source),
7471         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7472         (play_base_eos), (gst_play_base_bin_change_state):
7473         * gst/playback/gstplaybasebin.h:
7474         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7475         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7476         (gst_stream_info_dispose), (stream_info_mute_pad),
7477         (stream_info_change_state), (gst_stream_info_set_mute):
7478         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7479         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7480         (gst_stream_selector_init), (gst_stream_selector_dispose),
7481         (gst_stream_selector_get_linked_pad),
7482         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7483         (gst_stream_selector_get_linked_pads),
7484         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7485         * gst/playback/gststreamselector.h:
7486           Adding stream selection support plus required properties for
7487           applications to use this. Fully fixes #100931.
7488
7489 2005-01-08  Benjamin Otte  <otte@gnome.org>
7490
7491         * gst/games/gstpuzzle.c: (nav_event_handler):
7492           - handle nav events differently: forward every event no matter if it
7493             was handled or not.
7494           - translate events
7495           You can now cheat by using navigationtest ! puzzle and moving the
7496           mouse close to the edge of a tile. ;)
7497
7498 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7499
7500         * configure.ac:
7501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7502         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7503         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7504         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7505         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7506         (gst_ogm_parse_plugin_init):
7507         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7508         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7509         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7510         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7511         * ext/pango/gsttextoverlay.h:
7512         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7513         (gst_matroska_demux_handle_seek_event),
7514         (gst_matroska_demux_sync_streams),
7515         (gst_matroska_demux_parse_blockgroup),
7516         (gst_matroska_demux_subtitle_caps),
7517         (gst_matroska_demux_plugin_init):
7518         * gst/matroska/matroska-ids.h:
7519         * gst/playback/gstdecodebin.c: (close_pad_link):
7520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7521         (gen_preroll_element), (remove_groups), (add_stream),
7522         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7523         (setup_source):
7524         * gst/playback/gstplaybasebin.h:
7525         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7526         * gst/subparse/Makefile.am:
7527         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7528         (gst_subparse_base_init), (gst_subparse_class_init),
7529         (gst_subparse_init), (gst_subparse_formats),
7530         (gst_subparse_eventmask), (gst_subparse_event),
7531         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7532         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7533         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7534         (parse_mpsub_deinit), (parse_mpsub_init),
7535         (gst_subparse_buffer_format_autodetect),
7536         (gst_subparse_format_autodetect), (gst_subparse_loop),
7537         (gst_subparse_change_state), (gst_subparse_type_find),
7538         (plugin_init):
7539         * gst/subparse/gstsubparse.h:
7540         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7541         (plugin_init):
7542           Add subtitle support, .sub parser (supports SRT and MPsub),
7543           OGM text support, Matroska UTF-8 text support, deadlock fixes
7544           all over the place, subtitle awareness in decodebin/playbin
7545           and some fixes to textoverlay to handle subtitles in a stream
7546           correctly. Fixes #100931.
7547
7548 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7549
7550         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7551           Check for pad availability before doing a query on it.
7552
7553 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7554
7555         * ext/dv/gstdvdec.c:
7556           really fix bpp24/32 dvdec caps (classic rgba indeed)
7557         * gst/asfdemux/gstasfdemux.c:
7558         (gst_asf_demux_process_ext_content_desc):
7559           don't send text tags if they are empty (bis repetita)
7560
7561 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7562
7563         * ext/dv/gstdvdec.c:
7564          remove unneeded comment from dvdec
7565           (related to DV 4CC codes in AVI files)
7566           moved them in gstreamer/docs/random/mimetypes
7567         * gst/asfdemux/gstasfdemux.c:
7568         (gst_asf_demux_process_ext_content_desc):
7569          don't send text tags if they are empty
7570          fix mem leak on error path
7571         * gst/ffmpegcolorspace/avcodec.h:
7572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7573         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7574         (gst_ffmpegcsp_avpicture_fill):
7575         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7576         * gst/ffmpegcolorspace/imgconvert_template.h:
7577          adds BGR32 and BGRA32 to ffmpegcolorspace
7578           (still bad colors, fixing it on next commit)
7579           helps with dvdec outputing BGR32
7580
7581 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7582
7583         * ext/dv/gstdvdec.c:
7584          Fix audio caps i just broke (missing ',')
7585         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7586         (gst_matroska_mux_reset):
7587          Fix typo + add FIXME about old "x-gst-metadata" crap
7588
7589 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7590
7591         * ext/dv/demo-play.c: (main):
7592          xvideosink -> xvimagesink
7593         * ext/dv/gstdvdec.c:
7594          change rgb 32/32 caps to 24/32 (no alpha)
7595          change nb of channels to be a list (2 or 4, not 2)
7596          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7597         * gst/asfdemux/gstasfdemux.c:
7598         (gst_asf_demux_process_ext_content_desc):
7599          Add 'date/year' to extracted metadata list
7600
7601 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7602
7603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7604           The return value of fixate_to does not imply that the requested
7605           value was set, so don't assume.
7606
7607 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7608
7609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7610
7611         * ext/libpng/gstpngdec.c:
7612         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7613         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7614         * ext/libpng/gstpngenc.h:
7615           Alpha support (encoder; #163161), mime fixage.
7616
7617 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7618
7619         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7620
7621         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7622         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7623         (gst_faac_set_property), (gst_faac_get_property):
7624         * ext/faac/gstfaac.h:
7625           Allow for ADTS output (#153434).
7626
7627 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7628
7629         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7630           Fix against template (#150576).
7631
7632 2005-01-06  Benjamin Otte  <otte@gnome.org>
7633
7634         * gst/games/gstpuzzle.c: (draw_puzzle):
7635           don't draw a puzzle if either width or height of tiles would be 0.
7636
7637 2005-01-06  Benjamin Otte  <otte@gnome.org>
7638
7639         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7640         (gst_puzzle_class_init), (gst_puzzle_finalize):
7641           no memleaks, please
7642         (gst_puzzle_create), (gst_puzzle_init),
7643         (gst_puzzle_set_property), (gst_puzzle_setup):
7644           change initialization code around so we don't reshuffle on resize
7645         (draw_puzzle):
7646           fix another stupid typo
7647
7648 2005-01-06  Benjamin Otte  <otte@gnome.org>
7649
7650         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7651           fix stupid typo that borked copying on YUY2
7652
7653 2005-01-06  Benjamin Otte  <otte@gnome.org>
7654
7655         * gst/games/gstpuzzle.c: (draw_puzzle):
7656           fix edges when image sizes aren't multiples of tile sizes
7657
7658 2005-01-06  Benjamin Otte  <otte@gnome.org>
7659
7660         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7661           make RGB endianness work correctly
7662         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7663           refactor and fix race with initial shuffling
7664         (nav_event_handler):
7665           allow using the mouse to puzzle
7666         (draw_puzzle):
7667           insist on tiles having width and height as multiples of 4 to get
7668           clean YUV image handling
7669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7670         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7671           s/DEBUG/LOG/ for common messages
7672         (gst_xvimagesink_navigation_send_event):
7673           fix mouse event translation to not include screen PAR
7674         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7675           fix mouse event translation to actually work
7676
7677 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7678
7679         * gst/asfdemux/gstasfdemux.c:
7680         (gst_asf_demux_process_ext_content_desc):
7681          Extract TrackNumber metadata + clean up code
7682         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7683          Hope this is the good fix (var used unitialised)
7684
7685 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7686
7687         * ext/faad/gstfaad.c: (gst_faad_chain):
7688           Only increment timestamp if it's valid. Fixes raw AAC streams.
7689
7690 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7691
7692         * configure.ac:
7693         * gst/games/Makefile.am:
7694         * gst/games/gstpuzzle.c:
7695           add a puzzle game with...
7696         * gst/games/gstvideoimage.c:
7697         * gst/games/gstvideoimage.h:
7698           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7699           from videotestsrc and made into something that would be a nice
7700           library for a lot of other plugins.
7701
7702 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7703
7704         * configure.ac:
7705          don't compile faad plugin if a RC of 2.0 is found
7706          Fixes #155346 (and FC1 buildbot)
7707         * gst/asfdemux/gstasfdemux.c:
7708         (gst_asf_demux_process_ext_content_desc):
7709          try to make Solaris compiler happier
7710
7711 2005-01-06  Paul Jack  <pjack@sfaf.org>
7712
7713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7714
7715         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7716           Fix segfault (#161667).
7717
7718 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7719
7720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7721           Fix framerate reporting.
7722
7723 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7724
7725         * gst-libs/gst/riff/riff-ids.h:
7726         * gst/wavenc/riff.h:
7727          Add AMR (VBR and CBR) ids to riff.h audio codec list
7728         * gst/asfdemux/gstasfdemux.c:
7729         (gst_asf_demux_process_ext_content_desc),
7730         (gst_asf_demux_process_object):
7731           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7732
7733 2005-01-05  Martin Eikermann  <meiker@upb.de>
7734
7735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7736
7737         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7738         (gst_dvd_demux_handle_discont):
7739         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7740         (gst_mpeg_demux_handle_discont):
7741           Recreate pads on new-media (#160730).
7742         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7743           Send discont even if manager changes timestamps (#161929).
7744
7745 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7746
7747         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7748
7749         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7750           Fix invalid memory access (#159211).
7751
7752 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7753
7754         * examples/gstplay/player.c: (main):
7755           Don't iterate.
7756         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7757           Add visualizations.
7758         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7759         (gst_a52dec_handle_frame):
7760           Set duration.
7761         * ext/dvdnav/gst-dvd:
7762           Add audioconvert. Fixes #161325.
7763         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7764           Explicitely case to gint64. Possible valgrind error.
7765         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7766         (gst_play_tick_callback), (gst_play_change_state),
7767         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7768         (gst_play_set_location), (gst_play_get_location),
7769         (gst_play_seek_to_time), (gst_play_set_data_src),
7770         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7771         (gst_play_set_visualization), (gst_play_connect_visualization),
7772         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7773         (gst_play_new):
7774           Use playbin. Fixes #139749 and #147744.
7775         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7776           Add genre tag.
7777         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7778         (audioscale_get_type), (gst_audioscale_base_init),
7779         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7780         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7781         (gst_audioscale_link), (gst_audioscale_get_buffer),
7782         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7783         (gst_audioscale_init), (gst_audioscale_dispose),
7784         (gst_audioscale_chain), (gst_audioscale_set_property),
7785         (gst_audioscale_get_property), (plugin_init):
7786           Indent properly.
7787         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7788           Fix LPCM.
7789         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7790         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7791         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7792           Add more metadata (fixes #162656).
7793
7794 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7795
7796         * configure.ac:
7797           back to cvs
7798
7799 === release 0.8.7 ===
7800
7801 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7802
7803         * NEWS:
7804         * RELEASE:
7805         * configure.ac:
7806           releasing 0.8.7, "Hyperspace"
7807
7808 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7809
7810         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7811
7812         * gst/playback/gstplaybasebin.c:
7813          Fix for #162924 - free caps after use, not before
7814
7815 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7816
7817         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7818
7819         * gst/playback/gstplaybasebin.c:
7820         * gst/wavparse/gstwavparse.c:
7821           Fix for #154773 - fixes playback of small .wav files
7822
7823 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7824
7825         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7826
7827         * gst/audioscale/gstaudioscale.c:
7828           Fix for #162819 - make audioscale reusable
7829           Fixes playback of more than one file with playbin/totem
7830
7831 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7832
7833         * gst/ffmpegcolorspace/avcodec.h:
7834         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7835         * gst/ffmpegcolorspace/imgconvert.c:
7836           clean up the mess that made me cry and avoid needless duplication
7837
7838 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7839
7840         * gst/ffmpegcolorspace/imgconvert.c:
7841           give some indication of why we're segfaulting
7842
7843 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7844
7845         * configure.ac:
7846           Fix indentation, fix v4l2 plugin detection.
7847         * ext/Makefile.am:
7848           Fix libmms location (Maciej, use diff -u!).
7849         * ext/alsa/gstalsa.c: (gst_alsa_init):
7850           Initialize caps cache to NULL.
7851         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7852           Only change state on audiosink if it exists.
7853
7854 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7855
7856         * gst/matroska/matroska-demux.c:
7857         * gst/matroska/matroska-ids.h:
7858         * gst/matroska/matroska-demux.h:
7859         Fix Vorbis streams failing to decode in some files, where cluster_time
7860         isn't 0, because then it doesn't send codec_priv before actual data.
7861         Remove time-based test and replace it with marker set on beginning of
7862         new stream
7863
7864 2004-12-28  David Schleef  <ds@schleef.org>
7865
7866         Merge patch from Ronald fixing problems with streaming
7867         text.
7868         * ext/cairo/gstcairo.c: (plugin_init):
7869         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7870         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7871         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7872         (gst_textoverlay_font_init), (gst_textoverlay_init),
7873         (gst_textoverlay_set_property):
7874         * ext/cairo/gsttextoverlay.h:
7875
7876 2004-12-27  David Schleef  <ds@schleef.org>
7877
7878         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7879         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7880         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7881         (gst_textoverlay_font_init), (gst_textoverlay_init),
7882         (gst_textoverlay_set_property): Improvements to actually
7883         render text as white on black outline on video, including
7884         font selection and horizontal/vertical alignment.  (Ronald's
7885         christmas present)
7886         * ext/cairo/gsttextoverlay.h:
7887
7888 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7889
7890         * ext/ogg/gstogg.c:
7891         * ext/ogg/gstogmparse.c:
7892           fix ogm[audio/video]parse plugin registration
7893           (riff won't load if bytestream is already loaded)
7894
7895 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7896
7897         * gst/audioconvert/gstchannelmix.c:
7898           fix for GLIB < 2.4
7899
7900 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7901
7902         * Makefile.am:
7903         * configure.ac:
7904           disable docs again until it actually passes make distcheck.
7905
7906 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7907
7908         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7909         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7910         (plugin_init):
7911           Add 3GP (variables name Q3GP because they can't start with a
7912           number). Add samr audio fourcc (used in .3gp files), decoder
7913           is work in progress. Also do a GST_WARNING instead of ERROR
7914           in case of unknown nodes, to decrease output.
7915
7916 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7917
7918         * Makefile.am:
7919           really fix dist
7920
7921 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7922
7923         * configure.ac:
7924         * ext/speex/gstspeexdec.h:
7925         * ext/speex/gstspeexenc.h:
7926           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7927           Fix detection code in configure.ac
7928
7929 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7930
7931         * gst/matroska/matroska-demux.c:
7932         (gst_matroska_demux_parse_blockgroup):
7933           Save position, so that queries give proper return values. Don't
7934           know how this could ever have worked before...
7935
7936 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7937
7938         * configure.ac:
7939           Put additional LAME check inside the conditional.  Fixes #152339
7940
7941 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7942
7943         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7944         (gst_avi_demux_stream_scan):
7945           Add some more debug. Fix logic error when setting movi offset
7946           while reading index.
7947
7948 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7949
7950         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7951         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7952         (gst_avi_demux_process_next_entry):
7953           Add some debugging. Better detection of broken indexes and the
7954           accompanying index recovery. No infinite loops on state changes
7955           when we're still in our loopfunction.
7956
7957 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7958
7959         * configure.ac:
7960           Fix up.
7961
7962 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7963
7964         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7965
7966         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7967           Normalizing the value before setting
7968         (gst_sunaudiomixer_get_volume):
7969           Normalizing the value after getting. Fixes bug# 161980
7970
7971 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7972
7973         * Makefile.am: Make sure docs gets disted
7974         * docs/Makefile.am: Make sure all needed files get disted
7975         * gst-plugins.spec.in: latest updates
7976
7977 2004-12-22  Wim Taymans  <wim@fluendo.com>
7978
7979         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7980         Revert patch 1.38 as clock distribution over schedulers does
7981         not work correcly in the core yet.
7982
7983 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7984
7985         * sys/oss/README: remove this file, which predates my birth
7986           (and which content is by far outdated)
7987
7988 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7989
7990         * Makefile.am:
7991         * configure.ac:
7992         * docs/Makefile.am:
7993         * docs/libs/Makefile.am:
7994         * docs/libs/gst-plugins-libs-docs.sgml:
7995         * docs/libs/gst-plugins-libs-sections.txt:
7996         * docs/libs/tmpl/gstgconf.sgml:
7997         * docs/upload.mak:
7998         * docs/version.entities.in:
7999           Added boilerplate gtk-doc files for plugin-libs documentation.
8000
8001 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8002
8003         * gst/auparse/gstauparse.c: fix int and float audio caps
8004
8005 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8006
8007         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8008         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8009           g_assert() can be a macro, don't use #ifdef inside it.
8010
8011 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8012
8013         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8014
8015         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8016         (gst_videorate_init), (gst_videorate_chain),
8017         (gst_videorate_change_state):
8018           Event handling (fixes #159986).
8019
8020 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8021
8022         * gst-libs/gst/riff/riff-media.c:
8023         (gst_riff_create_video_caps_with_data):
8024           Add BLZ0 (Blizzard's version of DivX) fourcc.
8025
8026 2004-12-18  David Schleef  <ds@schleef.org>
8027
8028         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8029         portability fix.
8030
8031 2004-12-18  David Schleef  <ds@schleef.org>
8032
8033         * gst/tta/ttadec.h: Disable some header code that isn't used
8034         and clearly isn't portable.
8035
8036 2004-12-18  David Schleef  <ds@schleef.org>
8037
8038         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8039         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8040         (avcodec_get_pix_fmt), (avpicture_layout),
8041         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8042         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8043         Fix code to not use GCC extensions (and c99 extensions that
8044         Forte does not like.)
8045
8046 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8047
8048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8049
8050         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8051         (gst_deinterlace_chain):
8052           Rowstride fixes. Fixes #161039.
8053         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8054         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8055         (gst_video_crop_getcaps), (gst_video_crop_link),
8056         (gst_video_crop_i420), (gst_video_crop_chain),
8057         (gst_video_crop_change_state):
8058           Rework of negotiation. Actually works now. Fixes #158650.
8059
8060 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8061
8062         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8063           That was very stupid.
8064
8065 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8066
8067         * gst/matroska/matroska-demux.c:
8068         (gst_matroska_demux_parse_blockgroup):
8069           Fix possible crasher.
8070
8071 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8072
8073         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8074         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8075           Lace sizes can be zero.
8076
8077 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8078
8079         * ext/musepack/gstmusepackdec.cpp:
8080           Fetch error return values. Fixes #161624.
8081         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8082           Really EOS.
8083
8084 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8085
8086         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8087           Work for truncated (unfinished download etc.) files. Fixes #160514.
8088
8089 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8090
8091         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8092           Fix for integer overflow. Makes #156001 not crash. Probably masks
8093           the real bug.
8094
8095 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8096
8097         * gst/ac3parse/gstac3parse.c: (plugin_init):
8098           Parsers never have ranks. Fixes #159651.
8099
8100 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8101
8102         * gst/playback/gstdecodebin.c: (compare_ranks):
8103           make sure the facotries are ordered the same every time even if they
8104           have the same rank by using the name
8105         * gst/playback/gstdecodebin.c: (find_compatibles):
8106           make sure we don't add factories to the list twice
8107
8108 2004-12-16  David Schleef  <ds@schleef.org>
8109
8110         * configure.ac: look for musepack headers as musepack/*.h
8111         (fixes #159847)
8112         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8113         * ext/musepack/gstmusepackreader.h: same
8114
8115 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8116
8117         * gst-libs/gst/riff/riff-read.c:
8118         (gst_riff_read_strf_auds_with_data):
8119           Read extradata correctly (fixes #155879).
8120
8121 2004-12-16  David Schleef  <ds@schleef.org>
8122
8123         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8124         audio.  does _not_ attempt or allow conversion unless channels
8125         is 1 or 2.
8126
8127 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8128
8129         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8130
8131 2004-12-16  David Schleef  <ds@schleef.org>
8132
8133         * gst/audioscale/gstaudioscale.c: the resample library only
8134         handles 1 or 2 channels.  Change caps to compensate.
8135
8136 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8137
8138         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8139         (gst_matroska_demux_audio_caps):
8140           Some MPEG-AAC hacks, because else it doesn't work...
8141
8142 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8143
8144         * gst-libs/gst/riff/riff-media.c:
8145         (gst_riff_create_video_caps_with_data),
8146         (gst_riff_create_video_template_caps):
8147           Add h264.
8148
8149 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8150
8151         * gst-libs/gst/audio/Makefile.am:
8152           Try to fix buildbot.
8153
8154 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8155
8156         * gst/tcp/gstmultifdsink.c:
8157           Clean up and uniformize debugging.
8158
8159 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8160
8161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8162
8163         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8164         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8166         (gst_mpeg_demux_change_state):
8167           Reset on ready. Fixes 160276.
8168
8169 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8170
8171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8174         (gst_ffmpegcsp_pad_link):
8175           Fix memleak (#154815).
8176
8177 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8178
8179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8180
8181         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8182         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8183         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8184         * ext/musicbrainz/gsttrm.h:
8185           Add support for using a proxy server when getting a trm id from
8186           the MusicBrainz database (#149613).
8187
8188 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8189
8190         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8191
8192         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8193         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8194           Fix memleaks (#157233).
8195
8196 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8197
8198         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8199
8200         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8201         * gst-libs/gst/resample/resample.h:
8202         * gst/audioscale/gstaudioscale.c:
8203           Fix memleak (#159215).
8204
8205 2004-12-16  Toni Willberg  <toniw@iki.fi>
8206
8207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8208
8209         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8210         * sys/oss/oss_probe.c: (main):
8211           Check for mono/stereo support (similar to samplerate probing),
8212           fixes #159433. Also add missing copyright header to oss_probe.c.
8213
8214 2004-12-15  David Schleef  <ds@schleef.org>
8215
8216         * configure.ac: add audioresample and cairo plugins.  Remove
8217         HAVE_MMX stuff, because it's not used.
8218         * ext/Makefile.am: same
8219         * ext/audioresample/Makefile.am: You are not ready for an
8220         audio resampling element based on audioresample.
8221         * ext/audioresample/gstaudioresample.c:
8222         * ext/audioresample/gstaudioresample.h:
8223         * ext/cairo/Makefile.am: You are not ready for overlay elements
8224         based on cairo.  Don't look too closely, these elements kinda
8225         suck right now.
8226         * ext/cairo/gstcairo.c: new
8227         * ext/cairo/gsttextoverlay.c: new
8228         * ext/cairo/gsttextoverlay.h: new
8229         * ext/cairo/gsttimeoverlay.c: new
8230         * ext/cairo/gsttimeoverlay.h: new
8231         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8232         problem with compilers that don't support variadic macros.
8233
8234 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8235
8236         Reviewed by:  David Schleef  <ds@schleef.org>
8237
8238         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8239         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8240         bit.  Also ran indent-gst.
8241         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8242         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8243         (gst_sunaudiosrc_setparams):
8244
8245 2004-12-14  David Schleef  <ds@schleef.org>
8246
8247         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8248         output rate to 16000.  Should fix #160235.
8249
8250 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8251
8252         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8253         Add typefinding for mpeg2 pes streams
8254
8255 2004-12-13  David Schleef  <ds@schleef.org>
8256
8257         * configure.ac:  Applied patch from bug #143659, making default
8258         sources and sinks OS-dependent (for Solaris), and added code
8259         for OS/X.
8260         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8261
8262 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8263
8264         * gst-libs/gst/riff/riff-media.c:
8265           forgot to add h2.64 to avidemux template caps
8266
8267 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8268
8269         * gst/wavenc/riff.h:
8270         * gst-libs/gst/riff/riff-media.c:
8271         * gst-libs/gst/riff/riff-ids.h:
8272         * gst/avi/gstavimux.c
8273         add 4CC code for VideoSoft h264 in AVI (VSSH)
8274           fixes bug #160655
8275         remove s323 from riff, it's quicktime specific :(
8276
8277 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8278
8279         * gst/asfdemux/README
8280         * gst/wavenc/riff.h
8281         * gst-libs/gst/riff/riff-ids.h
8282         * gst-libs/gst/riff/riff-media.c
8283         * gst/qtdemux/qtdemux.c:
8284           add new 4CC codes for h263 related codecs
8285           fixes partially bug #155163
8286
8287 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8288
8289         * configure.ac: Update polyaudio requirement to 0.7
8290         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8291
8292 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8293
8294         * gst/interleave/deinterleave.c:
8295         fix my name's spelling! :)
8296
8297 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8298
8299         * AUTHORS ChangeLog
8300         * gst/auparse/gstauparse.c
8301         * gst/interleave/deinterleave.c
8302         * gst/law/:
8303                 alaw-decode.c alaw-encode.c
8304                 mulaw-decode.c mulaw-encode.c
8305         * gst/oneton/gstoneton.c
8306         * sys/osxaudio/:
8307                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8308         * sys/osxvideo/:
8309                 cocoawindow.h cocoawindow.m
8310                 osxvideosink.h osxvideosink.m
8311
8312         put the same mail address for Zaheer Abbas Merali everywhere
8313
8314 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8315
8316         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8317           Align by packetsize, and assert that we a packet available before
8318           playing. The first makes webstreams work (they often include
8319           trailing padding data in a packet), the second allows pausing a
8320           ASF stream in totem without getting demux errors afterwards.
8321
8322 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8323
8324         * ext/ogg/gstoggdemux.c: (get_relative):
8325           Check for non-NULL before accessing member (end-of-chain).
8326
8327 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8328
8329         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8330         (cdparanoia_set_property), (cdparanoia_get_property):
8331         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8332         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8333         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8334         (dvdreadsrc_init), (dvdreadsrc_set_property),
8335         (dvdreadsrc_get_property):
8336         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8337         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8338           Synchronize property names where not yet the case. Devices are
8339           now device=X, other versions are deprecated (but still exist).
8340           Also use g_free() unconditionally.
8341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8342         (setup_source), (gst_play_base_bin_get_property):
8343           Expose source.
8344
8345 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8346
8347         * configure.ac: move GCONF macro outside conditional for the am
8348           conditional. Fixes #160439
8349
8350 2004-12-08  David Schleef  <ds@schleef.org>
8351
8352         * tools/gst-visualise-m.m: Switch to elements that currently
8353         exist.
8354
8355 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8356
8357         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8358           We love wrong commas.
8359
8360 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8361
8362         * gst/matroska/matroska-demux.c:
8363         (gst_matroska_demux_handle_src_query):
8364           Don't set DEFAULT, unsupported - makes length display incorrectly
8365           in some cases.
8366
8367 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8368
8369         * gst/monoscope/README: remove blurb about files being GPL
8370         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8371         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8372           monoscope is now effectively LGPL licensed
8373
8374 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8375
8376         * gst/monoscope/README: Update information to be more correct
8377         * gst/monoscope/convolve.c: Relicense to LGPL
8378         * gst/monoscope/convolve.h: Relicense to LGPL
8379
8380 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8381
8382         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8383           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8385           set default_duration for mpeg1 audio
8386
8387 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8388
8389         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8390         * ext/alsa/gstalsa.h:
8391           refactor big chunks of the core caps negotiation code to make it
8392           a lot faster, because people claim it's really slow
8393           (actually, just cache the getcaps when the device is opened)
8394
8395 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8396
8397         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8398         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8399         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8400         (gst_a52dec_change_state), (plugin_init):
8401         * ext/a52dec/gsta52dec.h:
8402           Do something useful with timestamps. Make chain-based (since
8403           there's really no reason to be loopbased).
8404         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8405           Update current_byte/frame correctly.
8406
8407 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8408
8409         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8410         (gst_ape_demux_stream_init):
8411           Forward tags, too.
8412
8413 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8414
8415         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8416           Let's make sure we're done typefinding when detecting tags.
8417
8418 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8419
8420         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8421         (gst_ebml_read_init), (gst_ebml_read_use_event),
8422         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8423         (gst_ebml_read_seek), (gst_ebml_read_skip),
8424         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8425         (gst_ebml_read_master):
8426         * gst/matroska/ebml-read.h:
8427         * gst/matroska/matroska-demux.c:
8428         (gst_matroska_demux_parse_contents),
8429         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8430           Disgustingly evil hack for working around INTERRUPT events and
8431           their extremely annoying habit of being a pain in the ass. We
8432           simply peek a cluster before reading any of it.
8433
8434 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8435
8436         * ext/musepack/gstmusepackdec.cpp:
8437           There's also floating point libmusepacks.
8438
8439 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8440
8441         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8442         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8443           Set DURATION even if source buffer didn't. Also use increasing
8444           timestamps.
8445         * gst-libs/gst/riff/riff-media.c:
8446         (gst_riff_create_audio_caps_with_data):
8447           Block_align can have larger values than 8192.
8448
8449 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8450
8451         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8452         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8453         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8454         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8455           Fix caps.
8456
8457 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8458
8459         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8460           Fix logic bug.
8461
8462 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8463
8464         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8465           Yay, another one.
8466
8467 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8468
8469         * ext/esd/esdsink.c: (gst_esdsink_chain):
8470           Make error actually say something useful (fixes #156798).
8471         * gst-libs/gst/riff/riff-media.c:
8472         (gst_riff_create_video_caps_with_data),
8473         (gst_riff_create_video_template_caps):
8474           Add Intel Video 5.0 fourcc (IV50).
8475
8476 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8477
8478         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8479         detection on mono and stereo mp3 files.
8480
8481 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8482
8483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8484           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8485           the contained stream).
8486
8487 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8488
8489         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8490           Oops, remove debug.
8491
8492 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8493
8494         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8495
8496         * gst/law/alaw-decode.c: (alawdec_getcaps):
8497         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8498           Prevent warnings when negotiating caps (fixes #159338).
8499
8500 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8501
8502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8503         (gst_ffmpegcsp_chain):
8504           Remove old leftover that shouldn't be there...
8505
8506 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8507
8508         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8509
8510         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8511           Don't forward DISCONT events (fixes #159684).
8512
8513 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8514
8515         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8516           Unlink manually since sometimes bin disposal (and therefore
8517           pad unlinking) is delayed, which will cause a new media file
8518           to not be able to start playing instantly.
8519
8520 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8521
8522         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8523           On mute of an unlinked stream, check for pad availability so
8524           we don't crash on unlinked pad.
8525
8526 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8527
8528         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8529         (gst_avi_demux_massage_index):
8530           Fix quite humiliating bug in omitting 0-sized index chunks but
8531           forgetting to count them for timestamps.
8532
8533 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8534
8535         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8536           Actually leave the loop if we failed to sync. Don't crash.
8537
8538 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8539
8540         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8541         (gst_dvd_demux_process_private):
8542         * gst/mpegstream/gstdvddemux.h:
8543           Fix crash (#159759). Doesn't work, though. :-(.
8544
8545 2004-11-28  Benjamin Otte  <otte@gnome.org>
8546
8547         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8548           more overwriting protection due to modifying channels one by one
8549           instead of all at once
8550
8551 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8552
8553         * gst/audioconvert/gstchannelmix.c:
8554         (gst_audio_convert_fill_normalize):
8555           Normalize using absolute values.
8556
8557 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8558
8559         * configure.ac:
8560         * ext/Makefile.am:
8561         * ext/directfb/Makefile.am:
8562         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8563         (gst_directfbvideosink_get_pixel_format),
8564         (gst_directfbvideosink_get_format_from_fourcc),
8565         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8566         (gst_directfbvideosink_sink_link),
8567         (gst_directfbvideosink_change_state),
8568         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8569         (gst_directfbvideosink_buffer_alloc),
8570         (gst_directfbvideosink_interface_supported),
8571         (gst_directfbvideosink_interface_init),
8572         (gst_directfbvideosink_navigation_send_event),
8573         (gst_directfbvideosink_navigation_init),
8574         (gst_directfbvideosink_set_property),
8575         (gst_directfbvideosink_get_property),
8576         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8577         (gst_directfbvideosink_base_init),
8578         (gst_directfbvideosink_class_init),
8579         (gst_directfbvideosink_get_type), (plugin_init):
8580         * ext/directfb/directfbvideosink.h: Adding a first version of
8581         directfbvideosink.
8582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8583         more.
8584
8585 2004-11-28  Benjamin Otte  <otte@gnome.org>
8586
8587         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8588           walk the samples backwards if out_channels > in_channels so we don't
8589           overwrite data
8590
8591 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8592
8593         * gst/audioconvert/Makefile.am:
8594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8595         (gst_audio_convert_link), (gst_audio_convert_change_state),
8596         (gst_audio_convert_channels):
8597         * gst/audioconvert/gstchannelmix.c:
8598         (gst_audio_convert_unset_matrix),
8599         (gst_audio_convert_fill_identical),
8600         (gst_audio_convert_fill_compatible),
8601         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8602         (gst_audio_convert_fill_others),
8603         (gst_audio_convert_fill_normalize),
8604         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8605         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8606         * gst/audioconvert/gstchannelmix.h:
8607           Implement a channel mixer.
8608
8609 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8610
8611         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8612         * ext/alsa/gstalsa.h:
8613         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8614         Make alsasink actually honor gst_element_set_clock and use that
8615         clock instead of its internal one.
8616
8617 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8618
8619         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8620         (gst_play_base_bin_change_state): nullify source and decoder when
8621         going from READY to NULL so that we don't try to do weird stuff with
8622         them when going from NULL to READY
8623         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8624         instead of g_object_unref
8625         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8626         it should be correct
8627         (gst_play_bin_change_state): don't call remove_sinks if we are
8628         currently disposing the object
8629
8630 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8631
8632         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8633           Don't forget bass if it's there. Else left channel is silent...
8634
8635 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8636
8637         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8638         (gst_a52dec_change_state):
8639           Don't do sample adjusting anymore, we use float audio now.
8640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8641           Don't fixate to non-existing properties.
8642
8643 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8644
8645         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8646         (gst_a52dec_change_state):
8647           Advertise that we can do surround sound.
8648
8649 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8650
8651         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8652           Add buffer-frames=0.
8653         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8654         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8655         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8656         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8657         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8658         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8659         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8660         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8661         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8662         * ext/dvdread/dvdreadsrc.h:
8663           Add seeking, querying for bytes, sectors, title, angle and
8664           chapter. Handle multiple chapters. Relicense to LGPL because
8665           Billy agreed on that (thanks Billy!).
8666
8667 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8668
8669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8670         call parent dispose method
8671
8672 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8673
8674         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8675         (gst_audio_clock_get_internal_time):
8676         Fix active <-> inactive transitions: ensure time value always
8677         grows and avoid abrupt value changes.
8678
8679 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8680
8681         * configure.ac:
8682         * gst/tta/Makefile.am:
8683         * gst/tta/crc32.h:
8684         * gst/tta/filters.h:
8685         * gst/tta/gsttta.c:
8686         * gst/tta/gstttadec.c:
8687         * gst/tta/gstttadec.h:
8688         * gst/tta/gstttaparse.c:
8689         * gst/tta/gstttaparse.h:
8690         * gst/tta/ttadec.h:
8691           added TTA parser and decoder
8692
8693 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8694
8695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8696         (probe_triggered), (check_queue), (buffer_underrun),
8697         (buffer_running), (buffer_overrun), (gen_source_element),
8698         (setup_source):
8699         * gst/playback/gstplaybasebin.h:
8700           Implement buffering. Needs some more work.
8701
8702 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8703
8704         * ext/theora/theoradec.c: (theora_dec_chain):
8705           Fix ilog mask range overflow.
8706
8707 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8708
8709         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8710           Don't omit the last (which in case of dmix is the only :) )
8711           channel count. Don't set channels if <= 2.
8712
8713 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8714
8715         * gst/playback/gstplaybin.c: (gen_video_element),
8716         (gen_audio_element): Removed 2 obsolete comments
8717
8718 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8719
8720         * ext/vorbis/oggvorbisenc.c
8721         * ext/vorbis/vorbisenc.c :
8722           change description fields of those plugins to differentiate them
8723           (pitivi show Encoders by description, they had the same one)
8724
8725 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8726
8727         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8728
8729         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8730         (gst_play_bin_set_property), (gen_video_element),
8731         (gen_audio_element):
8732           Refcounting fixes for provided audio-/videosinks.
8733
8734 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8735
8736         * gst/playback/gstplaybin.c: (gen_video_element),
8737         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8738           Don't reference all sinks, but only the video- and audiosinks.
8739           The vis. element should be disposed when we're done with it.
8740           We don't have any reason to keep it around. This fixes warnings
8741           when reusing playbin for playing multiple audio files with
8742           vis. enabled. Also release audio device on pause - idea stolen
8743           from Rhythmbox.
8744
8745 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8746
8747         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8748         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8749         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8750         * ext/alsa/gstalsaplugin.c: (plugin_init):
8751         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8752         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8753         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8754         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8755         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8756         (gst_faad_change_state), (plugin_init):
8757         * ext/faad/gstfaad.h:
8758         * ext/vorbis/vorbis.c: (plugin_init):
8759         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8760         * gst-libs/gst/audio/Makefile.am:
8761         * gst-libs/gst/audio/audio.c: (plugin_init):
8762         * gst-libs/gst/audio/multichannel.c:
8763         (gst_audio_check_channel_positions),
8764         (gst_audio_get_channel_positions),
8765         (gst_audio_set_channel_positions),
8766         (gst_audio_set_structure_channel_positions_list),
8767         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8768         (gst_audio_fixate_channel_positions):
8769         * gst-libs/gst/audio/multichannel.h:
8770         * gst-libs/gst/audio/testchannels.c: (main):
8771         * gst/audioconvert/gstaudioconvert.c:
8772         (gst_audio_convert_class_init), (gst_audio_convert_init),
8773         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8774         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8775         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8776         * gst/audioconvert/plugin.c: (plugin_init):
8777           Surround sound support.
8778
8779 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8780
8781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8782           Fix position for discont if we're close as well. Nitpicking, but
8783           saves a few milliseconds of extra waiting or skipping.
8784
8785 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8786
8787         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8788           We sometimes need parsers for playback, so add those too.
8789
8790 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8791
8792         * configure.ac:
8793         * gst/apetag/Makefile.am:
8794         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8795         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8796         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8797         (gst_ape_demux_get_src_query_types),
8798         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8799         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8800         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8801         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8802         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8803         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8804         (gst_ape_demux_change_state):
8805         * gst/apetag/apedemux.h:
8806         * gst/apetag/apetag.c: (plugin_init):
8807         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8808         (plugin_init):
8809           APE v1/2 tag reader plus typefind function.
8810
8811 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8812
8813         * configure.ac:
8814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8815         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8816           Remove hacks for older core. Require newer core version
8817           accordingly.
8818
8819 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8820
8821         * gst/cdxaparse/Makefile.am:
8822         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8823         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8824         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8825         * gst/cdxaparse/gstcdxaparse.h:
8826         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8827         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8828         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8829         (gst_cdxastrip_get_src_query_types),
8830         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8831         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8832         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8833         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8834         * gst/cdxaparse/gstcdxastrip.h:
8835           SVCD/VCD header stripping separated from CDXA image parsing.
8836         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8837         (plugin_init):
8838           Add VCD/SVCD header typefinding for VCD/SVCD.
8839         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8840         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8841         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8842         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8843         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8844         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8845         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8846         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8847         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8848         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8849         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8850         * sys/vcd/vcdsrc.h:
8851           Fix up, add seeking, querying, URI interface. Works in totem now.
8852
8853 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8854
8855         * configure.ac:
8856           back to CVS
8857
8858 === release 0.8.6 ===
8859
8860 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8861
8862         * NEWS:
8863         * RELEASE:
8864         * configure.ac:
8865         * po/af.po:
8866         * po/az.po:
8867         * po/cs.po:
8868         * po/en_GB.po:
8869         * po/hu.po:
8870         * po/it.po:
8871         * po/nb.po:
8872         * po/nl.po:
8873         * po/or.po:
8874         * po/sq.po:
8875         * po/sr.po:
8876         * po/sv.po:
8877         * po/uk.po:
8878           releasing 0.8.6, "IOU Love"
8879
8880 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8881
8882         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8883
8884         * gst/playback/gstplaybasebin.c:
8885           Fix unplayable files error handling.  Fixes #158365
8886
8887 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8888
8889         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8890
8891         * gst/typefind/gsttypefindfunctions.c:
8892           Fix broken mp3 typefinding.  Fixes #158375
8893
8894 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8895
8896         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8897
8898         * ext/ogg/gstoggdemux.c:
8899           Fix sync on broken files.  Fixes #158976
8900
8901 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8902
8903         patch by: Edward Hervey <bilboed@bilboed.com>
8904
8905         * ext/libpng/gstpngenc.c:
8906           Copy over buffer properties.  Fixes #158832
8907
8908 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8911
8912         * ext/dvdread/dvdreadsrc.c:
8913           Fixes invalid reads (#158462)
8914
8915 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8916
8917         * sys/v4l/gstv4lsrc.c:
8918         * sys/v4l/gstv4lsrc.h:
8919         * sys/v4l/v4lsrc_calls.c:
8920           Probe less and cache it.  Fixes #159187.
8921
8922 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8923
8924         * gst/videorate/gstvideorate.c:
8925           Handle all video formats. Fixes #159186.
8926
8927 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8928         * gst/synaesthesia/gstsynaesthesia.c:
8929         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8930         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8931         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8932         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8933         (gst_synaesthesia_change_state), (plugin_init):
8934         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8935         Force 320x200 output, as that's the only thing the underlying
8936         synaesthesia implementation supports. Still needs to be made
8937         re-entrant.
8938
8939 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8940
8941         * configure.ac:
8942           Fix mpeg2enc configure check (similar to mplex check below).
8943
8944 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8945
8946         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8947
8948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8949           Fix for gcc-2.95 (fixes #158221).
8950
8951 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8952
8953         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8954           Re-add clock distribution hack (until new core is released).
8955           Fixes #158125.
8956
8957 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8958         * configure.ac:
8959           fix mplex configure check segfaulting on some systems (bug #140994)
8960
8961 2004-11-13  Benjamin Otte  <otte@gnome.org>
8962
8963         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8964           add debugging
8965         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8966           do a wait when we enter the loop func with no data available to
8967           write instead of getting into an 100% CPU loop by just returning and
8968           being called again by the scheduler
8969
8970 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8971
8972         * configure.ac:
8973         * ext/libvisual/visual.c: (gst_visual_get_type),
8974         (libvisual_log_handler), (gst_visual_getcaps),
8975         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8976         (plugin_init):
8977           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8978         * ext/smoothwave/Makefile.am:
8979         * ext/smoothwave/demo-osssrc.c: (main):
8980         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8981         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8982         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8983         (plugin_init):
8984         * ext/smoothwave/gstsmoothwave.h:
8985           Make gstsmoothwave a working element in the 20th century.
8986
8987         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8988           Fix incorrect link function
8989
8990 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8991
8992         * gst/volume/gstvolume.c:
8993           Allow buffer-frames=0.
8994
8995 2004-11-12 Iain <iaingnome@gmail.com>
8996
8997         * configure.ac: Check for polypaudio
8998
8999         * ext/Makefile.am: Build the polyp dir
9000
9001         * ext/polyp: The polypsink sources.
9002
9003 2004-10-30 Iain <iaingnome@gmail.com>
9004
9005         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9006         caps to reflect the new number of channels.
9007
9008 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9009
9010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9011           Fix for negotiation order problem. This would show when the
9012           ALSA loopfuction was called before any other function. ALSA
9013           wouldn't do anything because we're not negotiated yet, leading
9014           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9015
9016 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9017
9018         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9019
9020         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9021           No warnings (#157986).
9022
9023 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9024
9025         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9026           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9027
9028 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9029
9030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9031           Signal no-more-pads (so it works in playbin).
9032
9033 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9034
9035         * ext/musepack/gstmusepackreader.cpp:
9036           Workaround for older core.
9037
9038 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9039
9040         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9041           Actually test for odd width/height rather than testing whether
9042           a temporary variable that was 0 before we subtracted 1 is now
9043           not equal to zero (which it always is).
9044
9045 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9046
9047         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9048         Fix compilation if HAVE_XVIDEO is not defined
9049
9050 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9051
9052         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9053         Fix compilation if HAVE_XVIDEO is not defined
9054
9055 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9056
9057         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9058         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9059         (gst_goom_change_state), (plugin_init):
9060         Use the bytestream adapter so goom doesn't depend on the input
9061         buffer size.
9062         Add a debug category
9063
9064 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9065
9066         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9067           Only set hardware parameters *after* negotiation. Before
9068           negotiation, it will set ANY and that seems to cause crashes
9069           (see e.g. #151288, #153227).
9070
9071 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9072
9073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9074           This seems to be antique leftover. It needs to pass error
9075           checking.
9076         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9077         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9078         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9079         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9080           Fix GstXOverlay implementation (#151059).
9081
9082 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9083
9084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9085           Don't assert (#157853).
9086
9087 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9088
9089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9090           Fix bytes/samples confustion.
9091         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9092           Fix for underrun (#144389).
9093
9094 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9095
9096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9097           Disable halfway-seek for pending release (since it needs a new
9098           core release).
9099
9100 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9101
9102         * sys/v4l/gstv4lsrc.c:
9103         * sys/v4l/gstv4lsrc.h:
9104         * sys/v4l/v4lsrc_calls.c:
9105           add autoprobe-fps property so we can separate autoprobing parts
9106
9107 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9108
9109         * sys/v4l/gstv4lsrc.c:
9110         * sys/v4l/v4lsrc_calls.c:
9111         initialise fourcc to catch unset fourcc's, and debug
9112
9113 2004-11-09  Wim Taymans  <wim@fluendo.com>
9114
9115         * gst/playback/README:
9116         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9117         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9118         (gst_play_bin_dispose), (gst_play_bin_set_property),
9119         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9120         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9121         (gst_play_bin_get_formats), (gst_play_bin_convert),
9122         (gst_play_bin_get_query_types), (gst_play_bin_query):
9123         Cleanups and some more documentation.
9124
9125 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9126
9127         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9128         (gst_cacasink_init), (gst_cacasink_chain):
9129         * ext/libcaca/gstcacasink.h:
9130         Cacasink inherits from VideoSink, so let that store the clock.
9131
9132 2004-11-09  Wim Taymans  <wim@fluendo.com>
9133
9134         * gst/playback/README:
9135         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9136         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9137         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9138         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9139         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9140         (setup_sinks):
9141         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9142         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9143         * gst/playback/gststreaminfo.h:
9144         Updated README.
9145         Only switch groups if all streams have muted (EOSed).
9146         Send Tags in sync with the stream playback instead of in
9147         the playback/preroll phase.
9148         Some cleanups, free the fakesrc elements.
9149
9150 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9151
9152         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9153           buffer-frames property was missing
9154         * ext/arts/gst_arts.c:
9155           rate missing from sinkcaps
9156         * ext/audiofile/gstafparse.c:
9157         * ext/audiofile/gstafsink.c:
9158         * ext/audiofile/gstafsrc.c:
9159         * ext/swfdec/gstswfdec.c:
9160           int audio doesn't know buffer-frames
9161         * ext/cdparanoia/gstcdparanoia.c:
9162           int audio doesn't know chunksize either
9163         * ext/nas/nassink.c:
9164           it's endianness, not endianess
9165         * gst-libs/gst/audio/audio.h:
9166           make float standard pad template caps really describe float
9167         * gst/law/mulaw.c: (linear_factory):
9168           signed only, please
9169         * gst/mpegstream/gstdvddemux.c:
9170           widths of 20 are not valid
9171
9172 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9173
9174         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9175
9176         * po/LINGUAS:
9177         * po/it.po:
9178           Add Italian
9179
9180 2004-11-08  Wim Taymans  <wim@fluendo.com>
9181
9182         * gst/playback/README:
9183         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9184         * gst/playback/gstplaybasebin.c: (probe_triggered),
9185         (gst_play_base_bin_change_state):
9186         Updated README, added more comments for fixmes etc..
9187
9188 2004-11-08  Wim Taymans  <wim@fluendo.com>
9189
9190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9191         We can remove this hack now.
9192
9193 2004-11-08  Wim Taymans  <wim@fluendo.com>
9194
9195         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9196         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9197         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9198         Only mix AYUV for maximum quality.
9199
9200 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9201
9202         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9203         (gst_ogg_demux_push), (gst_ogg_pad_push):
9204           Let's act as if we're synchronized now! :).
9205         * ext/theora/theoradec.c: (theora_dec_chain):
9206           Add some debug.
9207
9208 2004-11-08  Wim Taymans  <wim@fluendo.com>
9209
9210         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9211         (gst_alpha_set_property), (gst_alpha_sink_link),
9212         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9213         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9214         (gst_alpha_init_params), (gst_alpha_chain):
9215         Implement alpha functions for AYUV too, this increases
9216         accuracy quite a bit.
9217
9218 2004-11-08  Wim Taymans  <wim@fluendo.com>
9219
9220         * gst/ffmpegcolorspace/avcodec.h:
9221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9222         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9223         (gst_ffmpegcsp_avpicture_fill):
9224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9225         (gst_ffmpegcsp_caps_remove_format_info):
9226         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9227         (shrink12), (img_get_alpha_info), (deinterlace_line),
9228         (deinterlace_line_inplace):
9229         * gst/ffmpegcolorspace/imgconvert_template.h:
9230         Added AYUV colorspace and handle RGBA a bit more respectful.
9231
9232 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9233
9234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9235           Actually always send a discont (cornercase when resending the
9236           same serial-tagged chain twice).
9237
9238 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9239
9240         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9241         (gst_ximagesink_finalize):
9242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9243         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9244
9245 2004-11-08  Wim Taymans  <wim@fluendo.com>
9246
9247         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9248         Don't segfault on NULL data.
9249
9250 2004-11-08  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst/playback/gstdecodebin.c: (unlinked):
9253         * gst/playback/gstplay-marshal.list:
9254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9255         (gst_play_base_bin_init), (group_create), (get_active_group),
9256         (get_building_group), (group_destroy), (group_commit),
9257         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9258         (add_element_stream), (no_more_pads), (probe_triggered),
9259         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9260         (state_change), (setup_source), (gst_play_base_bin_get_property),
9261         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9262         (gst_play_base_bin_link_stream),
9263         (gst_play_base_bin_get_streaminfo):
9264         * gst/playback/gstplaybasebin.h:
9265         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9266         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9267         Add support for chained ogg files. Prepare for playlist
9268         support. This patch introduces the concept of pad groups, which
9269         together compose one playable media file.
9270
9271 2004-11-07  David Schleef  <ds@schleef.org>
9272
9273         * testsuite/gst-lint: Check for pad templates that aren't statically
9274         scoped.
9275
9276 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9277
9278         * configure.ac:
9279         * ext/Makefile.am:
9280         * ext/musepack/Makefile.am:
9281         * ext/musepack/gstmusepackdec.cpp:
9282         * ext/musepack/gstmusepackdec.h:
9283         * ext/musepack/gstmusepackreader.cpp:
9284         * ext/musepack/gstmusepackreader.h:
9285           Add musepack decoder.
9286         * ext/faad/gstfaad.c: (gst_faad_base_init):
9287           Make pad templates static.
9288         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9289         (plugin_init):
9290           Add musepack typefinder, make mp3 typefinding work halfway stream,
9291           which doesn't actually work yet because id3demux doesn't implement
9292           _get_length().
9293
9294 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9295
9296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9297         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9298           Fix interrupt event handling (#144436).
9299
9300 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9301
9302         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9303           Hide unused glory.
9304
9305 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9306
9307         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9308
9309         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9310           Fix weird caps (#157548).
9311
9312 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9313
9314         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9315
9316         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9317           Add missing NULL terminator (#157543).
9318
9319 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9320
9321         * gst/tcp/gsttcp.h:
9322         * gst/tcp/gsttcpclientsink.c:
9323         * gst/tcp/gsttcpclientsrc.c:
9324         * gst/tcp/gsttcpserversink.c:
9325         * gst/tcp/gsttcpserversrc.c:
9326           ports can go up to 65535.  Move common defines to gsttcp.h
9327
9328 2004-11-05  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9331         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9332         Added two more colorspaces.
9333
9334 2004-11-05  Wim Taymans  <wim@fluendo.com>
9335
9336         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9337         (gst_ffmpegcsp_avpicture_fill):
9338         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9339         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9340         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9341         More stride fixes.
9342
9343 2004-11-05  Wim Taymans  <wim@fluendo.com>
9344
9345         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9346         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9347         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9348         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9349         (gst_videomixer_loop):
9350         More stride fixes.
9351
9352 2004-11-05  Benjamin Otte  <otte@gnome.org>
9353
9354         * ext/mad/gstmad.c: (gst_mad_chain):
9355           don't overflow data buffer. Flush not needed sync data when syncing
9356           failed.
9357
9358 2004-11-04  Wim Taymans  <wim@fluendo.com>
9359
9360         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9361         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9362         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9363         (gst_alpha_init_params), (gst_alpha_chain),
9364         (gst_alpha_change_state):
9365         Updated the chroma keying algorithm with something more
9366         sophisticated.
9367
9368 2004-11-03  Wim Taymans  <wim@fluendo.com>
9369
9370         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9371         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9372         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9373         Fix stride issues. Does not completely work for odd
9374         heights.
9375
9376 2004-11-03  Wim Taymans  <wim@fluendo.com>
9377
9378         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9379         (gst_alpha_chroma_key), (gst_alpha_chain):
9380         Fix stride issues. Does not completely work for odd
9381         heights.
9382
9383 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9384
9385         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9386         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9387         leak fixes
9388
9389 2004-11-03  Wim Taymans  <wim@fluendo.com>
9390
9391         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9392         (gst_ffmpegcsp_avpicture_fill):
9393         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9394         (avpicture_alloc):
9395         * gst/ffmpegcolorspace/imgconvert_template.h:
9396         Use correct _fill function to get correct strides.
9397
9398 2004-11-02  David Schleef  <ds@schleef.org>
9399
9400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9401         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9402         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9403         Change all g_print()s to debugging.  Add a bunch of consistency
9404         checks.
9405
9406 2004-11-02  Wim Taymans  <wim@fluendo.com>
9407
9408         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9409         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9410         (unlinked), (no_more_pads), (close_link):
9411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9412         (unknown_type), (add_element_stream), (new_decoded_pad),
9413         (removed_decoded_pad), (setup_source):
9414         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9415         (gst_stream_info_class_init), (gst_stream_info_init),
9416         (gst_stream_info_new), (gst_stream_info_dispose),
9417         (stream_info_mute_pad), (gst_stream_info_set_property),
9418         (gst_stream_info_get_property):
9419         * gst/playback/gststreaminfo.h:
9420         Fix playback of multiple files.
9421         a slightly different approach to handling dynamic pad removals.
9422         This one only looks at pads that we have linked.
9423
9424 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9425
9426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9427         free" warning from libc.
9428
9429 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9430
9431         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9432         (get_unconnected_element), (remove_starting_from), (pad_removed),
9433         (close_link):
9434           Implement support for dynamic pad changing. We listen to "live"
9435           pad removals (i.e. while playing) and re-setup autoplugging
9436           after that. Playbasebin/playbin need some more work for this
9437           to finally work, but decodebin supports (and replugs) chained
9438           ogg now.
9439
9440 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9441
9442         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9443         (gst_alsa_finalize):
9444         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9445         (gst_cdaudio_finalize):
9446         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9447         (cdparanoia_finalize):
9448         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9449         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9450         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9451         (dvdreadsrc_finalize):
9452         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9453         (gst_flacdec_finalize):
9454         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9455         (gst_flacenc_finalize):
9456         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9457         (gst_gnomevfssink_finalize):
9458         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9459         (gst_gnomevfssrc_finalize):
9460         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9461         (gst_fameenc_finalize):
9462         * ext/nas/nassink.c: (gst_nassink_class_init),
9463         (gst_nassink_finalize):
9464         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9465         (gst_sdlvideosink_class_init):
9466         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9467         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9468         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9469         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9470         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9471         (gst_x_window_listener_dispose):
9472         * gst/audioscale/gstaudioscale.c:
9473         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9474         (play_on_demand_finalize):
9475         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9476         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9477         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9478         (cdplayer_finalize):
9479         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9480         (gst_glimagesink_class_init):
9481         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9482         (gst_osselement_finalize):
9483         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9484         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9485         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9486           Fixes a bunch of problems with finalize and dispose functions,
9487           either assumptions that dispose is only called once, or not calling
9488           the parent class dispose/finalize function
9489
9490 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9491
9492         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9493           added two api precondition guards
9494           use g_strdup with getenv to fix crash when using ENVVAR
9495
9496 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9497         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9498         (gst_esdsink_finalize):
9499         Use a finalize function, not dispose, and more importantly,
9500         call the parent class finalize function too
9501
9502 2004-11-01  Johan Dahlin  <johan@gnome.org>
9503
9504         * ext/ogg/gstoggdemux.c:
9505         * gst/tags/gstvorbistag.c:
9506         Plug leaks.
9507
9508 2004-10-31  Benjamin Otte  <otte@gnome.org>
9509
9510         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9511           lotsa memleaks today. But they're all small...
9512
9513 2004-10-31  Benjamin Otte  <otte@gnome.org>
9514
9515         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9516           another memleak crushed
9517
9518 2004-10-31  Benjamin Otte  <otte@gnome.org>
9519
9520         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9521           fix memleak
9522
9523 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9524
9525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9526           Hack to prevent crash when going to READY inside signal handler
9527           while this function is active.
9528
9529 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9530
9531         * gst/ffmpegcolorspace/Makefile.am:
9532         * gst/ffmpegcolorspace/avcodec.h:
9533         * gst/ffmpegcolorspace/common.h:
9534         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9535         * gst/ffmpegcolorspace/dsputil.h:
9536         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9537         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9538         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9539         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9540         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9541         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9542         (gst_ffmpegcsp_avpicture_fill):
9543         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9545         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9546         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9547         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9548         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9549         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9550         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9551         * gst/ffmpegcolorspace/imgconvert.c:
9552         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9553         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9554         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9555         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9556         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9557         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9558         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9559         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9560         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9561         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9562         (grow21), (grow22), (grow41), (grow44), (conv411),
9563         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9564         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9565         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9566         (avpicture_free), (is_yuv_planar), (img_convert),
9567         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9568         (deinterlace_line_inplace), (deinterlace_bottom_field),
9569         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9570         * gst/ffmpegcolorspace/imgconvert_template.h:
9571         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9572         * gst/ffmpegcolorspace/mmx.h:
9573         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9574         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9575         (av_freep), (avcodec_get_context_defaults),
9576         (avcodec_alloc_context), (avcodec_init):
9577           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9578           handling plus update from ffmpeg CVS. Large clean-up.
9579
9580 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9581
9582         * gst/playback/Makefile.am:
9583           We need the marshallers for decodebin, too.
9584
9585 2004-10-30  David Schleef  <ds@schleef.org>
9586
9587         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9588           quicktime typefinding work with 64-bit offsets.
9589
9590 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9591
9592         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9593           Set EOS on the element when processing an EOS event.
9594         * ext/speex/gstspeexdec.h:
9595         * ext/speex/gstspeexenc.h:
9596           Only keep a const ptr to the mode
9597         * gst-libs/gst/riff/riff-media.c:
9598         (gst_riff_create_audio_caps_with_data),
9599         (gst_riff_create_audio_template_caps):
9600           Allow WMAV3, with up to 6 channels.
9601         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9602           Don't call gst_pad_set_event_function on a sink pad.
9603         * gst/mpegstream/gstdvddemux.c:
9604         (gst_dvd_demux_get_subpicture_stream),
9605         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9606           Copy the explicit caps that were set across to the cur_* pads,
9607           instead of trying to use a possibly non-existent negotiated caps.
9608           Reset the type of subpicture pads to UNKNOWN after calling
9609           init_stream, so that the caps get set.
9610
9611 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9612
9613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9614
9615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9616           Don't touch buffer if it is of size 0 (fixes #151064).
9617
9618 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9619
9620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9621           Synchronized discont handling.
9622
9623 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9624
9625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9626         (gst_ogg_demux_push):
9627           Make seeking sort-of exact again (fixes #156387).
9628
9629 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9630
9631         * gst/playback/gstplaybasebin.c: (unknown_type),
9632         (add_element_stream), (new_decoded_pad),
9633         (gst_play_base_bin_change_state):
9634         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9635         (gst_stream_info_init), (gst_stream_info_new),
9636         (gst_stream_info_dispose), (gst_stream_info_get_property):
9637         * gst/playback/gststreaminfo.h:
9638           Make caps explicitely available. Makes testing for unsupported
9639           types possible. Improves error reporting.
9640
9641 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9642
9643         * gst/audioconvert/gstaudioconvert.c:
9644         (gst_audio_convert_buffer_to_default_format):
9645           Really don't touch read-only buffers (#156563).
9646
9647 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9648
9649         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9650
9651         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9652           Fix memleak (#155223).
9653
9654 2004-10-29  Wim Taymans  <wim@fluendo.com>
9655
9656         * gst/tcp/.cvsignore:
9657         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9658         (gst_multifdsink_class_init), (gst_multifdsink_init),
9659         (gst_multifdsink_add), (gst_multifdsink_remove),
9660         (gst_multifdsink_remove_client_link), (is_sync_frame),
9661         (gst_multifdsink_new_client),
9662         (gst_multifdsink_handle_client_write),
9663         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9664         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9665         (gst_multifdsink_get_property):
9666         * gst/tcp/gstmultifdsink.h:
9667         Added burst on connect sync_method, deprecated sync_clients,
9668         streamlined the sync code some more.
9669
9670 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9671
9672         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9673         (gst_play_base_bin_change_state):
9674           Improve error reporting.
9675
9676 2004-10-28  Wim Taymans  <wim@fluendo.com>
9677
9678         * gst/tcp/Makefile.am:
9679         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9680         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9681         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9682         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9683         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9684         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9685         (gst_fdset_wait):
9686         Added more locks around fdset structures. Fixed/reworked
9687         the poll array resizing code.
9688         Added stress test for fdset.
9689
9690 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9691
9692         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9693         fix build
9694
9695 2004-10-28  Benjamin Otte  <otte@gnome.org>
9696
9697         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9698           fix link function to always query channels and query width for
9699           floats
9700         * configure.ac:
9701           add equalizer dir
9702         * gst/equalizer/Makefile.am:
9703         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9704         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9705         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9706         (arg_to_scale), (setup_filter),
9707         (gst_iir_equalizer_compute_frequencies),
9708         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9709         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9710         (plugin_init):
9711           add an equalizer
9712
9713 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9714
9715         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9716
9717         * po/LINGUAS:
9718         * po/nb.po:
9719           Added Norwegian Bokmaal translation
9720
9721 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9722
9723         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9724           Don't break on options (fixes #156488).
9725
9726 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9727
9728         * configure.ac:
9729         * ext/cdaudio/Makefile.am:
9730         * sys/Makefile.am:
9731           fix build on older automake
9732
9733 2004-10-26  Wim Taymans  <wim@fluendo.com>
9734
9735         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9736         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9737         Allow a little margin when negotiating the framerate.
9738
9739 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9740
9741         * gst/level/gstlevel.c:
9742           synchonised naming of pads and pad-templates
9743
9744 2004-10-26  Wim Taymans  <wim@fluendo.com>
9745
9746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9747         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9748         (_find_streams_check), (gst_ogg_demux_push):
9749         Fix EOS again. Needs to be done in a better way. We should not
9750         remove the pad if there is no new chained stream.
9751
9752 2004-10-26 Iain <iaingnome@gmail.com>
9753
9754         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9755         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9756         of the caps.
9757         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9758         pad.
9759         (interleave_release_pad): Remove the pad.
9760         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9761         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9762         the set device.
9763         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9764         attrs
9765         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9766         (gst_xvimagesink_finalize): Free the par.
9767
9768 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9769
9770         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9771         (gst_avimux_stop_file):
9772           First calculate the rate, and only then use it. Hdr.rate is a
9773           multiple and not a derivative of hdr.scale. Scale is not the
9774           same as blockalign but is solely related to rate.
9775
9776 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9779         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9780           Implement seeking.
9781
9782 2004-10-25  James Henstridge  <james@jamesh.id.au>
9783
9784         Reviewed by:  David Schleef  <ds@schleef.org>
9785
9786         * examples/gstplay/player.c: (got_stream_length), (main):
9787         * examples/seeking/cdplayer.c: (update_scale):
9788         * examples/seeking/seek.c: (format_value), (update_scale):
9789         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9790         (stop_seek):
9791         Build fixes on AMD64.
9792
9793 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9794
9795         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9796
9797         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9798         Fix for some v4l cards which hang in v4lsrc
9799
9800 2004-10-25  Wim Taymans  <wim@fluendo.com>
9801
9802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9803         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9804         Make sure to remove the pad when a new chain is
9805         encountered. Set some vars to NULL so we don't try
9806         to reference freed memory.
9807
9808 2004-10-25  Wim Taymans  <wim@fluendo.com>
9809
9810         * examples/seeking/Makefile.am:
9811         * examples/seeking/cdplayer.c: (update_scale):
9812         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9813         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9814         (format_value), (update_scale), (iterate), (start_seek),
9815         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9816         (print_usage), (main):
9817         Added some more examples, update others.
9818
9819 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9820
9821         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9822         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9823         * ext/theora/theoradec.c: (theora_dec_chain):
9824         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9825           Add codec-name metadata.
9826
9827 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9828
9829         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9830
9831         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9832         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9833         * ext/alsa/gstalsamixertrack.h:
9834         * po/POTFILES.in:
9835           ALSA mixer track label internationalization (#154054).
9836
9837 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9838
9839         * ext/theora/theoradec.c: (theora_dec_chain):
9840           Export bitrate as metadata.
9841
9842 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9843
9844         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9845         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9846         * ext/alsa/gstalsamixertrack.h:
9847           Fix names, fix loop.
9848
9849 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9850
9851         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9852         (speex_dec_convert):
9853           sinkconvert function so oggdemux can get the file length (totem).
9854
9855 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9856
9857         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9858
9859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9860           Don't push incomplete packets.
9861         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9862           Fix MPEG-4 audio typefinding.
9863
9864 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9865
9866         * sys/v4l/Makefile.am:
9867         * sys/v4l/gstv4l.c: (plugin_init):
9868         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9869         (gst_v4lelement_init), (gst_v4lelement_dispose),
9870         (gst_v4lelement_change_state):
9871         * sys/v4l/gstv4lelement.h:
9872         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9873         (gst_v4l_xoverlay_close), (idle_refresh),
9874         (gst_v4l_xoverlay_set_xwindow_id):
9875         * sys/v4l/gstv4lxoverlay.h:
9876         * sys/v4l/v4l-overlay_calls.c:
9877         * sys/v4l/v4l_calls.h:
9878         * sys/v4l2/Makefile.am:
9879         * sys/v4l2/gstv4l2.c: (plugin_init):
9880         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9881         (gst_v4l2element_init), (gst_v4l2element_dispose),
9882         (gst_v4l2element_change_state):
9883         * sys/v4l2/gstv4l2element.h:
9884         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9885         (gst_v4l2_xoverlay_close), (idle_refresh),
9886         (gst_v4l2_xoverlay_set_xwindow_id):
9887         * sys/v4l2/gstv4l2xoverlay.h:
9888         * sys/v4l2/v4l2-overlay_calls.c:
9889         * sys/v4l2/v4l2_calls.h:
9890           Remove client-side overlay handling, use the X-server v4l plugin
9891           for that. Nicer overlay, less code. Also make the plugin
9892           compileable without X (but then without overlay, obviously).
9893           Makes xwindowlistener obsolete, should we remove that?
9894
9895 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9896
9897         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9898         (gst_osssrc_src_query):
9899         * sys/oss/gstosssrc.h:
9900           OK, so people want offset in DEFAULT. This time, actually fix all
9901           cases.
9902         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9903           Add FPS properly.
9904
9905 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9906
9907         * gst/asfdemux/gstasfmux.c:
9908         * gst/avi/gstavimux.c:
9909           Framerate.
9910
9911 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9912
9913         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9914           Fix properties (channel, norm, frequency).
9915
9916 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9917
9918         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9919           Flag typo.
9920         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9921           No warnings.
9922
9923 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9924
9925         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9926           Fix hang.
9927
9928 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9929
9930         * sys/v4l2/gstv4l2element.h:
9931           Yet Another Hack (tm) for kernel header borkedness.
9932         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9933         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9934         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9935         (gst_v4l2src_change_state):
9936         * sys/v4l2/gstv4l2src.h:
9937         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9938         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9939           Fix caps, keep track of state, work.
9940
9941 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9942
9943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9944           Quiet.
9945
9946 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9947
9948         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9949           Don't mix bytes and samples.
9950
9951 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9952
9953         * ext/ogg/gstoggmux.c:
9954           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9955           and theora. Any is incorrect.
9956         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9957           Fix caps.
9958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9960         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9961         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9962         * sys/v4l/gstv4lmjpegsrc.h:
9963         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9964         (gst_v4lsrc_change_state):
9965         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9966         (gst_v4lmjpegsrc_capture_stop):
9967           Fix caps. Keep track of internal state. Work.
9968
9969 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9970
9971         * ext/Makefile.am:
9972           Fix the build fixes.
9973
9974 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9977         (gst_ogg_demux_src_event), (_find_chain_seek),
9978         (gst_ogg_pad_push):
9979           Check for pad availability before using it.
9980         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9981           Fix parsing of chained ogg. Needs more work on the decoder side.
9982
9983 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9984
9985         * gst/spectrum/Makefile.am:
9986         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9987         (idle_func):
9988           Fix demo and reenable it. Yes, I'm currently playing with audio
9989           analysis tools
9990
9991 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9992
9993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9994           We love it if files that start at zero work too...
9995
9996 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9997
9998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9999           Handle files with missing EOS headers.
10000
10001 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10002
10003         * gst/tcp/gsttcpserversink.c:
10004         (gst_tcpserversink_handle_server_read),
10005         (gst_tcpserversink_init_send):
10006         Zero some variables first (need for accept not to return EINVAL)
10007
10008 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10009
10010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10011         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10012         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10013         (theora_dec_chain):
10014         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10015         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10016           Seeking and querying finetune.
10017
10018 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10019
10020         * configure.ac:
10021         * ext/Makefile.am:
10022         * ext/raw1394/Makefile.am:
10023           fix the build
10024
10025 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10026
10027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10028           Wrong return.
10029         * gst/playback/Makefile.am:
10030         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10031         * gst/playback/gstplay-marshal.list:
10032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10033           Fix marshallers.
10034
10035 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10036
10037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10038           Silence.
10039
10040 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10041
10042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10043         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10044         (gst_ogg_pad_push):
10045           Yay for non-lineair granulepos in theora.
10046
10047 2004-10-18  Wim Taymans  <wim@fluendo.com>
10048
10049         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10050         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10051         * ext/dv/gstdvdec.h:
10052         Make sure we renegotiate aspect ratio when the camera switches.
10053
10054 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10055
10056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10057         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10058           Start at zero.
10059         * ext/theora/theoradec.c: (theora_dec_chain):
10060           Skip headers. Bad idea for chained ogg, but fixes seeking.
10061
10062 2004-10-18  Wim Taymans  <wim@fluendo.com>
10063
10064         * configure.ac:
10065         I swear, this is the last time I touch this.
10066
10067 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10068
10069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10070         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10071         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10072           Faster seeking.
10073         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10074           Time-to-default conversion.
10075         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10076           Don't error on unknown packets, just skip. We should probably
10077           read them if we want to support chained ogg.
10078
10079 2004-10-18  Wim Taymans  <wim@fluendo.com>
10080
10081         * configure.ac:
10082         Added cdaudio to wrong list.
10083
10084 2004-10-18  Wim Taymans  <wim@fluendo.com>
10085
10086         * configure.ac:
10087         Revive cdaudio.
10088
10089 2004-10-18  Wim Taymans  <wim@fluendo.com>
10090
10091         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10092         (gst_dvdec_video_link), (gst_dvdec_push):
10093         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10094         (gst_smokeenc_resync), (gst_smokeenc_chain):
10095         Fix mimetype on smoke encoder.
10096         Add aspect ratio to dvdec. Not sure if these
10097         values are correct though....
10098
10099 2004-10-18  Wim Taymans  <wim@fluendo.com>
10100
10101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10102         Fix vorbis property descriptions and ranges.
10103
10104 2004-10-18  Wim Taymans  <wim@fluendo.com>
10105
10106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10107         Really do nothing when no data is available.
10108         Go to the playing state when the stream is not seekable
10109         instead of failing.
10110
10111 2004-10-18  Wim Taymans  <wim@fluendo.com>
10112
10113         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10114         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10115         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10116         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10117         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10118         Added uri handler for cd://
10119         Port to new API.
10120
10121 2004-10-18  Wim Taymans  <wim@fluendo.com>
10122
10123         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10124         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10125         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10126         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10127         (remove_prerolls), (unknown_type), (add_element_stream),
10128         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10129         (gst_play_base_bin_remove_element),
10130         (gst_play_base_bin_link_stream):
10131         * gst/playback/gstplaybin.c: (gen_video_element),
10132         (gen_vis_element), (remove_sinks), (setup_sinks):
10133         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10134         (gst_stream_info_get_type), (gst_stream_info_class_init),
10135         (gst_stream_info_init), (gst_stream_info_new),
10136         (gst_stream_info_dispose), (stream_info_mute_pad),
10137         (gst_stream_info_set_property), (gst_stream_info_get_property):
10138         * gst/playback/gststreaminfo.h:
10139         Add sink padtemplate to decodebin.
10140         Added some more comments.
10141         Make queue size configurable in playbasebin.
10142         Added possibility to use elements as sinks (ex cdaudio).
10143
10144 2004-10-15  Wim Taymans  <wim@fluendo.com>
10145
10146         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10147         (gst_speexenc_chain):
10148         Fix speex timestamps so that it gets muxed properly.
10149
10150 2004-10-15  Wim Taymans  <wim@fluendo.com>
10151
10152         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10153         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10154         (gst_dv1394src_init), (gst_dv1394src_dispose),
10155         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10156         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10157         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10158         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10159         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10160         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10161         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10162         * ext/raw1394/gstdv1394src.h:
10163         Added conversion/query functions.
10164         Update buffer timestamps,
10165         Added signals.
10166         Added uri dv:// so it might play from the firewire in playbin.
10167         Fix a possible leak.
10168         Added debugging.
10169
10170 2004-10-15  Wim Taymans  <wim@fluendo.com>
10171
10172         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10173         (gst_dv1394src_init), (gst_dv1394src_set_property),
10174         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10175         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10176         * ext/raw1394/gstdv1394src.h:
10177         Added AV/C VTR control support needed for some cameras.
10178         Added automatic port detection.
10179         Added properties for selecting the channel.
10180         The configure.ac script is not yet updated to reflect the
10181         new libavc1394 and librom1394 dependencies.
10182
10183 2004-10-15  Wim Taymans  <wim@fluendo.com>
10184
10185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10186         (qtdemux_parse), (gst_qtdemux_handle_esds):
10187         An esds box is not a container.
10188         Fix parsing of mp4v boxes.
10189         Do not try to renegotiate fps for each frame. Need to
10190         find a better method. This should fix mp4 playback.
10191
10192 2004-10-14  David Schleef  <ds@schleef.org>
10193
10194         * configure.ac: update for swfdec-0.3 and liboil-0.2
10195         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10196         * ext/swfdec/gstswfdec.h: same
10197         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10198         * gst/videotestsrc/videotestsrc.c: same
10199
10200 2004-10-14  Wim Taymans  <wim@fluendo.com>
10201
10202         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10203         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10204         (is_sync_frame), (gst_multifdsink_new_client),
10205         (gst_multifdsink_handle_client_write),
10206         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10207         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10208         Turn warnings into info.
10209         Don't allow a state change in the streaming thread.
10210
10211 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10212
10213         * ext/vorbis/oggvorbisenc.c:
10214         * ext/vorbis/vorbisdec.c:
10215           fix template sample rate
10216
10217 2004-10-13  Wim Taymans  <wim@fluendo.com>
10218
10219         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10220         Decoding the header first fixes some problems in resyncing
10221         in more mp3s.
10222
10223 2004-10-12  Wim Taymans  <wim@fluendo.com>
10224
10225         * gst/playback/gstplaybin.c: (gen_video_element),
10226         (gen_vis_element), (remove_sinks), (setup_sinks):
10227         Added vis plugin support, need to configure the vis
10228         element to activate it.
10229
10230 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10231
10232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10233         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10234           Some debug.
10235         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10236         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10237         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10238         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10239         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10240         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10241         * gst/avi/gstavidemux.h:
10242           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10243           recovery (where, if part of the index is broken, we will still read
10244           the rest of the index and recover the broken part by stream
10245           scanning). More broken media support. EOS workarounds. General AVI
10246           braindamage headache recovery. Aspirin included.
10247
10248 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10249
10250         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10251         (cdparanoia_event), (cdparanoia_query):
10252           Get rid of hideous lead-in.
10253
10254 2004-10-11  Wim Taymans  <wim@fluendo.com>
10255
10256         * gst/playback/gstplaybasebin.c: (setup_source):
10257         Wrong var used to get g_list_next.
10258
10259 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10260
10261         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10262         (cdparanoia_get), (cdparanoia_open):
10263           Report discid as metadata, add duration.
10264
10265 2004-10-11  Wim Taymans  <wim@fluendo.com>
10266
10267         * gst/playback/gstplaybasebin.c: (setup_source):
10268         Cleanup the previous pipeline a little earlier for the
10269         case that a source element provides raw data.
10270
10271 2004-10-11  Benjamin Otte  <otte@gnome.org>
10272
10273         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10274           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10275           consuming the last 128 bytes, even though it was valid mp3 data.
10276
10277 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10278
10279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10280         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10281         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10282         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10283
10284 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10285
10286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10287         Fix for webcams that support only specific width or height
10288
10289 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10290
10291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10292
10293         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10294           Fix wrong discont event setup (fixes #154967).
10295
10296 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10297
10298         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10299
10300         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10301           Error out on invalid data (fixes #154807).
10302
10303 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10304
10305         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10306
10307         * ext/dvdread/dvdreadsrc.c: (_read):
10308           Make titles > 0 work again (fixes #154834).
10309
10310 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10311
10312         * gst-libs/gst/riff/riff-media.c:
10313         (gst_riff_create_video_template_caps):
10314           WMV3 missing in template caps.
10315
10316 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10317
10318         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10319           OK, so the original code was too strict. It makes random AVI files
10320           hang for seconds upon opening, which is unacceptable and is far
10321           beyond the original goal of getting multiple chunks for one-chunk
10322           sounc stream files. So now do just that.
10323
10324 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10325
10326         * gst/playback/gstplaybasebin.c: (setup_source),
10327         (gst_play_base_bin_change_state):
10328           Actually clean up streaminfo if output fails. This would trigger
10329           if, for example, there was no CD in the drive. No preroll, so
10330           a streaminfo structure is created, but the subsequent state change
10331           of the thread fails.
10332         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10333           Don't change state if parent failed.
10334
10335 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10336
10337         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10338         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10339         (gen_video_element), (remove_sinks):
10340           Add small bits of code for screenshot handling.
10341
10342 2004-10-08  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10345         (gen_video_element), (gen_audio_element), (setup_sinks):
10346         Don't assume the user provided sinks are named "sink"...
10347
10348 2004-10-08  Wim Taymans  <wim@fluendo.com>
10349
10350         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10351         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10352         (gst_play_base_bin_link_stream):
10353         Do not try to autoplug sources that generate raw streams like
10354         cdparanoia.
10355         disconnect the preroll overrun signal when we don't need it anymore.
10356
10357 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10358
10359         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10360         Added reworked patch from #154903 from milosz derezynski (deadchip).
10361
10362 2004-10-08  Wim Taymans  <wim@fluendo.com>
10363
10364         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10365         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10366         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10367         (cdparanoia_convert), (cdparanoia_uri_get_type),
10368         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10369         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10370         * ext/cdparanoia/gstcdparanoia.h:
10371         This adds the cdda://<tracknum> uri.
10372
10373 2004-10-08  Wim Taymans  <wim@fluendo.com>
10374
10375         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10376         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10377         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10378         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10379         (unknown_type), (gst_play_base_bin_remove_element),
10380         (gst_play_base_bin_link_stream):
10381         * gst/playback/gstplaybasebin.h:
10382         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10383         (gst_play_bin_set_property), (gen_video_element),
10384         (gen_audio_element), (setup_sinks):
10385         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10386         (gst_stream_info_get_type), (gst_stream_info_class_init),
10387         (gst_stream_info_init), (gst_stream_info_new),
10388         (gst_stream_info_dispose), (stream_info_mute_pad),
10389         (gst_stream_info_set_property), (gst_stream_info_get_property):
10390         * gst/playback/gststreaminfo.h:
10391         Reuse the audio and video bins.
10392         Some internal cleanups in the stream selection code.
10393
10394 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10395
10396         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10397         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10398         * sys/ximage/ximagesink.h:
10399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10400         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10401         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10402         not coming from those elements. Moreover these elements should not keep
10403         the xid they have been given when in NULL state.
10404
10405 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10408         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10409         * sys/ximage/ximagesink.h:
10410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10411         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10412         * sys/xvimage/xvimagesink.h:
10413           Actually only create a new toplevel window if we're not gonna
10414           embed it right after.
10415
10416 2004-10-07  Wim Taymans  <wim@fluendo.com>
10417
10418         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10419         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10420         * gst/playback/gstplaybin.c: (setup_sinks):
10421         Implement muting/unmuting of streams, mute streams that are not
10422         used.
10423
10424 2004-10-07  Wim Taymans  <wim@fluendo.com>
10425
10426         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10427         (plugin_init):
10428         Added lame audio/x-ac3 typefind function.
10429
10430 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10431
10432         * configure.ac:
10433           bump nano to cvs
10434
10435 === release 0.8.5 ===
10436
10437 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10438
10439         * NEWS:
10440         * RELEASE:
10441         * configure.ac:
10442           releasing 0.8.5, "Take You On"
10443
10444 2004-10-06  Wim Taymans  <wim@fluendo.com>
10445
10446         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10447         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10448         (no_more_pads), (close_link), (type_found):
10449         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10450         * gst/playback/gstplaybin.c: (gen_video_element):
10451         Do not signal the no_more_pads after the first pad when
10452         we are plugging a non dynamic element with multiple
10453         output pads (like swfdec, dvdec, ...).
10454
10455 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10456
10457         * configure.ac:
10458           bump for prerelease
10459
10460 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10461
10462         * gst/wavparse/gstwavparse.c:
10463           add ATRAC3 to STATIC CAPS to fix a warning
10464
10465         * gst/matroska/ebml-read.c:
10466         * gst-libs/gst/riff/riff-read.c:
10467           fix typos
10468
10469 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10470
10471         * gst-libs/gst/riff/riff-media.c:
10472           generate caps for ATRAC3 audio streams
10473
10474         * gst/realmedia/rmdemux.c:
10475           generate caps for ATRAC3 audio streams
10476
10477 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10478
10479         * gst/wavparse/Makefile.am
10480         * gst/wavparse/riff.h
10481         * gst/wavparse/wavparse.vcproj
10482           riff.h removal (unused and duplication with riff-ids.h)
10483
10484 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10485
10486         * gst/wavparse/gstwavparse.h
10487           remove duplicated defines for audio codec codes
10488
10489         * gst-libs/gst/riff/riff-ids.h
10490         * gst/wavenc/riff.h:
10491           add "4CC" code for ATRAC3 audio streams
10492           add "4CC" code for ITU_G721_ADPCM (unused for now)
10493
10494 2004-10-06  Wim Taymans  <wim@fluendo.com>
10495
10496         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10497         Actually _do_ negotiation. Pass gdouble as arg instead
10498         of guint64 for the framerate.
10499
10500 2004-10-06  Wim Taymans  <wim@fluendo.com>
10501
10502         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10503         (find_compatibles), (close_pad_link), (try_to_link_1),
10504         (no_more_pads), (close_link), (type_found):
10505         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10506         * gst/playback/gstplaybin.c: (gen_video_element),
10507         (gen_audio_element):
10508         Set state on newly added element to READY so that negotiation
10509         can happen ASAP.
10510         Addes some more debug info.
10511         Do not try to plug pads with multiple caps structures or ANY
10512         because it is too dangerous since we do not do dynamic
10513         replugging.
10514
10515 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10516
10517         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10518
10519         * po/LINGUAS:
10520         * po/or.po:
10521           add Oriya translation
10522
10523 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10524
10525         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10526           Prevent overwrite of size member. Makes audio sound crappy.
10527
10528 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10529
10530         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10531         Add rmvb to the list of known RealMedia extensions
10532
10533 2004-10-05  Wim Taymans  <wim@fluendo.com>
10534
10535         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10536         (mngdec_openstream), (mngdec_closestream),
10537         (mngdec_handle_sink_event), (mngdec_readdata),
10538         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10539         (mngdec_getcanvasline), (mngdec_refresh),
10540         (gst_mngdec_change_state):
10541         Set the framerate correctly.
10542
10543 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10544
10545         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10546           There was something wrong with the index massaging.
10547
10548 2004-10-04  Wim Taymans  <wim@fluendo.com>
10549
10550         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10551         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10552         (gst_smokedec_chain):
10553         * ext/jpeg/gstsmokedec.h:
10554         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10555         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10556         * ext/jpeg/gstsmokeenc.h:
10557         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10558         (smokecodec_decode_new), (smokecodec_info_free),
10559         (smokecodec_set_quality), (smokecodec_get_quality),
10560         (smokecodec_set_threshold), (smokecodec_get_threshold),
10561         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10562         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10563         (smokecodec_encode), (smokecodec_parse_id),
10564         (smokecodec_parse_header), (smokecodec_decode):
10565         * ext/jpeg/smokecodec.h:
10566         * ext/jpeg/smokeformat.h:
10567         Updated smoke, new bitstream, allows embedding in ogg.
10568
10569 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10570
10571         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10572           Fix seeking in some files. All this code is no longer needed (and
10573           actually breaks stuff) because we now synchronize the full index
10574           right when reading the header.
10575
10576 2004-10-04  Wim Taymans  <wim@fluendo.com>
10577
10578         * configure.ac:
10579         configure update for libmng.
10580
10581 2004-10-04  Wim Taymans  <wim@fluendo.com>
10582
10583         * ext/libmng/Makefile.am:
10584         * ext/libmng/gstmng.c: (plugin_init):
10585         * ext/libmng/gstmng.h:
10586         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10587         (gst_mngdec_base_init), (gst_mngdec_class_init),
10588         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10589         (gst_mngdec_loop), (gst_mngdec_get_property),
10590         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10591         (mngdec_closestream), (mngdec_handle_sink_event),
10592         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10593         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10594         (gst_mngdec_change_state):
10595         * ext/libmng/gstmngdec.h:
10596         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10597         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10598         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10599         (gst_mngenc_chain), (gst_mngenc_get_property),
10600         (gst_mngenc_set_property):
10601         * ext/libmng/gstmngenc.h:
10602         Added basic MNG decoder. Needs more work. The encoder does
10603         not work yet.
10604
10605 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10606
10607         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10608         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10609         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10610           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10611           no-more-pads.
10612
10613 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10614
10615         * configure.ac:
10616           you need at least 1.0.4 of speex
10617
10618 2004-10-04 Iain <iaingnome@gmail.com>
10619
10620         * ext/speex/gstspeexdec.h: Revert the includes changes.
10621
10622         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10623
10624 2004-09-30 Iain <iaingnome@gmail.com>
10625
10626         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10627         found during init or set as a property instead of hardcoding /dev/audio
10628
10629 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10630
10631         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10632         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10633         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10634         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10635         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10636         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10637         (gst_rmdemux_dump_data):
10638           Use debug category, fix EOS handling. filesrc ! rmdemux now
10639           works.
10640
10641 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10642
10643         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10644         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10645         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10646           Improve allocation, cutting and sorting of the index. How takes a
10647           few seconds instead of minutes.
10648
10649 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10650
10651         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10652           fixed compilation
10653
10654 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10655
10656         * gst-libs/gst/riff/riff-media.c:
10657         (gst_riff_create_video_caps_with_data),
10658         (gst_riff_create_video_template_caps):
10659           Add wing commander format mimetype/fourccs.
10660         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10661           Don't crash if some value is 0.
10662
10663 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10664
10665         * gst-libs/gst/riff/riff-media.c:
10666         (gst_riff_create_video_caps_with_data),
10667         (gst_riff_create_video_template_caps):
10668           Add DIB fourcc (raw, palettized 8-bit RGB).
10669         * gst-libs/gst/riff/riff-read.c:
10670         (gst_riff_read_strf_vids_with_data):
10671           Oops, fix strf_data reading bug.
10672         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10673           Use a non-NULL tag.
10674         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10675           Time for hacks. Sorry Dave. At least one quicktime movie (a
10676           trailer) that I've encountered contains multiple video tracks.
10677           One of those is the actual video track, the other are one-frame
10678           tracks (images). Unfortunately, the number of frames according
10679           to the trak header is 1 for each, so that doesn't help. So
10680           instead, I look at the duration and discard tracks with a
10681           duration shorter than 20% of the length of the stream. Better
10682           than nothing.
10683
10684 2004-10-01  Christian Schaller <christian@fluendo.com>
10685
10686         * ext/ivorbis/vorbis.c:
10687           Patch from Phil Blundell (Bug 152341)
10688
10689 2004-10-01  Wim Taymans  <wim@fluendo.com>
10690
10691         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10692         (speex_dec_get_formats), (speex_dec_convert),
10693         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10694         (speex_dec_chain), (gst_speexdec_get_property),
10695         (gst_speexdec_set_property):
10696         Small cleanups.
10697
10698 2004-10-01  Wim Taymans  <wim@fluendo.com>
10699
10700         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10701         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10702         (gst_wavparse_other), (gst_wavparse_loop),
10703         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10704         (gst_wavparse_srcpad_event):
10705         * gst/wavparse/gstwavparse.h:
10706         Added some more debugging info.
10707         Fix the case where the length of the file is 0.
10708         Make sure we seek to sample borders.
10709
10710 2004-10-01  Wim Taymans  <wim@fluendo.com>
10711
10712         * gst/playback/README:
10713         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10714         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10715         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10716         Add some debug info to decodebin, update README
10717
10718 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10719
10720         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10721           Don't use g_print(); use GST_DEBUG().
10722
10723 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10724
10725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10726         (gst_ogg_mux_queue_pads):
10727           Handle EOS properly.
10728
10729 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10730
10731         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10732
10733         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10734         (gst_faad_chain), (gst_faad_change_state):
10735         * ext/faad/gstfaad.h:
10736           Allow playback of raw (unframed) MPEG AAC files (#148993).
10737
10738 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10739
10740         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10741
10742         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10743           Throw error if we didn't recognize the stream. Fixes #152289.
10744
10745 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10746
10747         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10748           Fix negotiation.
10749
10750 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10751
10752         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10755           Fix memleak.
10756
10757 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10758
10759         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10760
10761         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10762           Solve #152805.
10763         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10764           Solve 152806.
10765
10766 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * gst-libs/gst/riff/riff-media.c:
10769         (gst_riff_create_video_caps_with_data),
10770         (gst_riff_create_audio_caps_with_data):
10771           Add codec_data handling (like asfdemux used to do).
10772         * gst/asfdemux/gstasf.c: (plugin_init):
10773         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10774         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10775           Use riff-media for caps creation instead of our own (mostly
10776           broken) copy of its functions.
10777
10778 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10779
10780         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10781           Don't actually error out if we get another return value than
10782           -EINVAL. Opposite to what I first thought, drivers have random
10783           return values for this, although -EINVAL is the expected return
10784           value. Since this is not fatal, we shouldn't use
10785           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10786
10787 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10788
10789         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10790         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10791         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10792         (dvdreadsrc_get), (dvdreadsrc_open_file),
10793         (dvdreadsrc_change_state):
10794           Fix. Don't do one big huge loop around the whole DVD, that will
10795           cache all data and thus eat sizeof(dvd) (several GB) before we
10796           see something.
10797         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10798           Actually NULL'ify event after using it.
10799         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10800         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10801         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10802         (gst_ebml_read_seek), (gst_ebml_read_skip):
10803           Handle events.
10804         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10805         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10806         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10807           Fix timing (this will probably break if I seek using menus, but
10808           I didn't get there yet). VOBs and normal DVDs should now work.
10809           Add a mpeg2-only pad with high rank so this get autoplugged for
10810           MPEG-2 movies.
10811         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10812         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10813         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10814         (gst_mpeg_demux_get_audio_stream),
10815         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10816         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10817           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10818           MPEG-1 but use dvddemux for MPEG-2.
10819         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10820         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10821         (gst_mpeg_parse_parse_packhead):
10822           Timing. Only add pad template if it exists. Add sink template from
10823           class and not from ourselves. This means we will always use the
10824           correct sink template even if it is not the one defined in this
10825           file.
10826
10827 2004-09-29  Wim Taymans  <wim@fluendo.com>
10828
10829         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10830         (gst_mpeg_demux_parse_pes):
10831         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10832         Fix playback of mpeg again, timestamps where screwed up by
10833         patch 1.61.
10834
10835 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10836
10837         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10838           Only return true if we actually filled something in. Prevents
10839           player applications from showing a random length for flac files.
10840         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10841         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10842         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10843         (gst_riff_read_strf_vids_with_data),
10844         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10845           OK, ok, so I implemented event handling. Apparently it's normal
10846           that we receive random events at random points without asking
10847           for it.
10848         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10849         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10850         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10851         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10852         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10853         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10854         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10855         * gst/avi/gstavidemux.h:
10856           Implement non-lineair chunk handling and subchunk processing.
10857           The first solves playback of AVI files where the audio and video
10858           data of individual buffers that we read are not synchronized.
10859           This should not happen according to the wonderful AVI specs, but
10860           of course it does happen in reality. It is also a prerequisite for
10861           the second. Subchunk processing allows us to cut chunks in small
10862           pieces and process each of these pieces separately. This is
10863           required because I've seen several AVI files with incredibly large
10864           audio chunks, even some files with only one audio chunk for the
10865           whole file. This allows for proper playback including seeking.
10866           This patch is supposed to fix all AVI A/V sync issues.
10867         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10868         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10869           Work.
10870         * gst/modplug/gstmodplug.cc:
10871           Proper return value setting for the query() function.
10872         * gst/playback/gstplaybasebin.c: (setup_source):
10873           Being in non-playing state (after, e.g., EOS) is not necessarily
10874           a bad thing. Allow for that. This fixes playback of short files.
10875           They don't actually playback fully now, because the clock already
10876           runs. This means that small files (<500kB) with a small length
10877           (<2sec) will still not or barely play. Other files, such as mod
10878           or flx, will work correctly, however.
10879
10880 2004-09-28  Wim Taymans  <wim@fluendo.com>
10881
10882         * ext/speex/gstspeex.c: (plugin_init):
10883         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10884         (gst_speex_dec_class_init), (speex_dec_get_formats),
10885         (speex_get_event_masks), (speex_get_query_types),
10886         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10887         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10888         (gst_speexdec_get_property), (gst_speexdec_set_property),
10889         (speex_dec_change_state):
10890         * ext/speex/gstspeexdec.h:
10891         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10892         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10893         (gst_speexenc_base_init), (gst_speexenc_class_init),
10894         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10895         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10896         (gst_speexenc_src_query), (gst_speexenc_init),
10897         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10898         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10899         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10900         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10901         (gst_speexenc_chain), (gst_speexenc_get_property),
10902         (gst_speexenc_set_property), (gst_speexenc_change_state):
10903         * ext/speex/gstspeexenc.h:
10904         Rewrote speex encoder, make sure it can be embedded in ogg.
10905         Implemented speex decoder.
10906
10907 2004-09-28  Christian Schaller <christian@fluendo.com>
10908
10909         * configure.ac:
10910         Remove kioslave plugin. Markey is brewing a new working one
10911         * ext/Makefile.am: Remove kioslave plugin
10912         * ext/kio: remove
10913         * gst-plugins.spec.in: remove kio plugin from spec
10914
10915 2004-09-27  Wim Taymans  <wim@fluendo.com>
10916
10917         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10918         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10919         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10920         (gst_multifdsink_new_client),
10921         (gst_multifdsink_handle_client_write),
10922         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10923         (gst_multifdsink_handle_clients):
10924         * gst/tcp/gstmultifdsink.h:
10925         Make syncing to keyframes actually work for new clients and lagging
10926         clients.
10927
10928 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10929
10930         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10931         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10932         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10933         * gst/debug/gstnavigationtest.h:
10934           make navigationtest display button-press and button-release events
10935
10936 2004-09-26 Iain <iaingnome@gmail.com>
10937
10938         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10939         the channels have received a new media event.
10940         (interleave_buffered_loop): Compresses a new media event on all
10941         channels into one.
10942
10943 2004-09-26 Iain <iaingnome@gmail.com>
10944
10945         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10946         call the sinkpad's default event handler and not the srcpads. He also
10947         says this is confusing :)
10948         (gst_wavenc_stop_file): Company says that seek events only go upstream
10949         we should send a discontinuous downstream instead.
10950
10951 2004-09-25  Christian Schaller <christian@fluendo.com>
10952
10953         * Update SPEC file to be usable in conjunction with Fedora Core,
10954           Fedora.us and freshrpms packages
10955         * Fix typo in multifilesrc test Makefile
10956
10957 2004-09-24  Wim Taymans  <wim@fluendo.com>
10958
10959         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10960         Only signal the no_more_pads signal when we have
10961         added the stream to our list.
10962
10963 2004-09-24  Wim Taymans  <wim@fluendo.com>
10964
10965         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10966         (new_decoded_pad):
10967         * gst/playback/gstplaybasebin.h:
10968         * gst/playback/gstplaybin.c: (setup_sinks):
10969         Don't try to preroll or decode more than one audio/video
10970         track.
10971
10972 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10973
10974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10975           Throw error if we failed to find a suitable output. This should
10976           throw an error if we successfully set up a pipeline (e.g. because
10977           we recognized a media file) but found no decodable streams in it
10978           (e.g. because it contains only media stream types for which we
10979           have no decoders, or because it's not a media type).
10980
10981 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10982
10983         * ext/dirac/Makefile.am:
10984         * ext/dirac/gstdirac.cc:
10985         * ext/dirac/gstdiracdec.cc:
10986         * ext/dirac/gstdiracdec.h:
10987           Do something. Don't actually know if this works because I don't
10988           have a demuxer yet.
10989         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10990           Add channels=1 to caps returned from _getcaps().
10991         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10992         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10993         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10994         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10995         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10996         (gst_ogm_parse_change_state):
10997           Separate between audio/video so ogmaudioparse actually uses the
10998           audio pad templates. Both audio and video work now, including
10999           autoplugging. Also use sometimes-srcpad hack.
11000         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11001           Handle events better. Don't hang on infinite loops.
11002         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11003         (gst_avi_demux_init), (gst_avi_demux_reset),
11004         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11005         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11006         (gst_avi_demux_change_state):
11007         * gst/avi/gstavidemux.h:
11008           Improve A/V sync. Still not perfect.
11009         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11010         (gst_ebml_read_skip):
11011           Handle events better.
11012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11013         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11014         (qtdemux_audio_caps):
11015           Add IMA4. Improve event handling. Save offset after a seek when
11016           the headers are at the end of the file so that we don't end up in
11017           an infinite loop.
11018         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11019           Add low-priority typefind support for files with no length.
11020
11021 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11022
11023         * testsuite/multifilesink/Makefile.am:
11024         fix typo
11025
11026 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11027
11028         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11030         mistakes from thaytan's patches.
11031
11032 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11033
11034         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11035           For completeness, XSync in the destroy function as xvimage does.
11036
11037 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11038
11039         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11040            Correct caps negotiation
11041         * gst/volume/gstvolume.c: (volume_chain_float),
11042         (volume_chain_int16):
11043            Modify debug output to be little more informative
11044         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11046         (gst_xvimagesink_xvimage_destroy):
11047           Add XSync calls after detaching from the shared memory segment to
11048           avoid a crash.
11049
11050 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11051
11052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11053         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11054         * ext/vorbis/vorbis.c: (plugin_init):
11055         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11056         (gst_vorbisenc_chain):
11057         * ext/vorbis/vorbisenc.h:
11058         remove explicit newmedia support from oggmux and vorbisenc
11059         add debug category to vorbisenc
11060         * gst/multifilesink/gstmultifilesink.c:
11061         (gst_multifilesink_class_init), (gst_multifilesink_init),
11062         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11063         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11064         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11065         (plugin_init):
11066         * gst/multifilesink/gstmultifilesink.h:
11067         add support for streamheader in multifilesink
11068
11069 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11070
11071         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11072         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11073         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11074           Prevent infinite loops. More correct error reporting.
11075         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11076           Error out if negotiation fails.
11077         * gst/playback/gstplaybasebin.c: (setup_source),
11078         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11079         (gst_play_base_bin_found_tag):
11080           Error/tag forwarding. Pre-roll fixes for source errors on state
11081           changes (e.g. "file does not exist") to prevent hangs.
11082
11083 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11084
11085         * testsuite/multifilesink/Makefile.am:
11086         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11087         (gst_newmedia_class_init), (gst_newmedia_init),
11088         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11089         (newfile_signal), (test_signal), (main):
11090         * testsuite/multifilesink/multifilesrc_test.c: (main):
11091         * testsuite/multifilesink/oggtheora_test.c:
11092         (gst_newmedia_base_init), (gst_newmedia_class_init),
11093         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11094         (test_format), (newfile_signal), (test_signal), (main):
11095         * testsuite/multifilesink/oggvorbis_test.c:
11096         (gst_newmedia_base_init), (gst_newmedia_class_init),
11097         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11098         (test_format), (newfile_signal), (test_signal), (main):
11099         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11100         (gst_newmedia_class_init), (gst_newmedia_init),
11101         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11102         (newfile_signal), (test_signal), (main):
11103         New media tests
11104
11105 2004-09-20  Christian Schaller <christian@fluendo.com>
11106
11107         * Fix mikmod license to LGPL as they have relicensed
11108         * Move Dirac and Effectv into LGPL section of README_license
11109
11110 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11111
11112         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11113         (gst_mad_change_state):
11114           Allow for mp3 rate/channels changes. However, only very
11115           conservatively. Reason that we *have* to enable this is smiply
11116           because the mad find_sync() function is not good enough, it will
11117           regularly sync on random data as valid frames and therefore make
11118           us provide random caps as *final* caps of the stream. The best fix
11119           I could think of is to simply require several of the same stream
11120           changes in a row before we change caps.
11121           The actual testcase that works now is #
11122         * ext/ogg/Makefile.am:
11123         * ext/ogg/gstogg.c: (plugin_init):
11124         * ext/ogg/gstogmparse.c:
11125           OGM support (video only for now; I need an audio sample file).
11126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11127         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11128         (gst_asf_demux_add_video_stream):
11129           WMV extradata.
11130         * gst/playback/gstplaybasebin.c: (unknown_type):
11131           Don't error out on single unknown-types after all. It's wrong.
11132           If we found type of video and audio but not of a subtitle stream,
11133           it will still error out (which is unwanted). Will find a better fix
11134           later on.
11135         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11136         (ogmaudio_type_find), (plugin_init):
11137           OGM support.
11138
11139 2004-09-20  Johan Dahlin  <johan@gnome.org>
11140
11141         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11142         after setting caps.
11143
11144 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11145
11146         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11147         * gst/wavenc/gstwavenc.h:
11148         Added newmedia support to wavenc
11149
11150 2004-09-17  Wim Taymans  <wim@fluendo.com>
11151
11152         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11153         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11154         (gst_fdset_fd_can_write), (gst_fdset_wait):
11155         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11156         (gst_multifdsink_init), (gst_multifdsink_add),
11157         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11158         (gst_multifdsink_remove_client_link),
11159         (gst_multifdsink_client_queue_buffer),
11160         (gst_multifdsink_handle_client_write),
11161         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11162         (gst_multifdsink_close), (gst_multifdsink_change_state):
11163         * gst/tcp/gstmultifdsink.h:
11164         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11165         (gst_tcpserversink_removed):
11166         Small cleanups in fdset.c
11167         Use a hastable to map fd to the client structure for faster
11168         lookup in _remove and get_stats.
11169         Added virtual function to close the fds.
11170         Handle clients even when the select/poll call was unblocked because
11171         of a command.
11172         Implement syncing to keyframe in the recovery procedure.
11173
11174 2004-09-16 Iain <iaingnome@gmail.com>
11175
11176         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11177         try caps.
11178
11179 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11180
11181         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11182           Caps are only set if the type of the stream is unknown, but this
11183           is initialized in ->init_stream(), so set to UNKNOWN after calling
11184           ->init_stream() so that capsnego starts.
11185
11186 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11187
11188         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11189         (gst_avi_demux_stream_data):
11190           Just hardcode for raw audio then. AVI audio sucks.
11191
11192 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11193
11194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11195         * gst/matroska/matroska-mux.c: (audiosink_templ),
11196         (gst_matroska_mux_audio_pad_link):
11197         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11198         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11199
11200 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11201
11202         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11203         (gst_avi_demux_stream_data):
11204           Try to fix a/v sync issues.
11205
11206 2004-09-15  David Schleef  <ds@schleef.org>
11207
11208         * configure.ac: remove NASM check, since we don't use it.  Update
11209         dirac check to 0.4
11210         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11212         Initialized variables.
11213         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11214         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11215         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11216         SVQ3 format
11217
11218 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11219
11220         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11221         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11222         * gst/avi/gstavidemux.h:
11223           Fix for compressed audio (mp3) timestamp generation. How did this
11224           ever work?
11225
11226 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11227
11228         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11229           Volume is a double not a float.
11230
11231 2004-09-15  Wim Taymans  <wim@fluendo.com>
11232
11233         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11234         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11235         Don't close the fd in multifdsink as we didn't open it in the
11236         first place. Some cleanups.
11237
11238 2004-09-15  Wim Taymans  <wim@fluendo.com>
11239
11240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11241         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11242         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11243         Fix the case where the muxer would mark pages as delta
11244         frames when they are not (vorbis only ogg).
11245
11246 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11247
11248         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11249         (gst_play_base_bin_change_state):
11250           Handle the case where we failed to setup a clear pipeline. This
11251           will throw an error (or EOS, another nice case) and if you don't
11252           catch that, the app will wait for the signal forever (and thus
11253           hang).
11254
11255 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11256
11257         * ext/gnomevfs/gstgnomevfssink.c:
11258         (gst_gnomevfssink_uri_get_protocols):
11259         * ext/gnomevfs/gstgnomevfssrc.c:
11260         (gst_gnomevfssrc_uri_get_protocols):
11261         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11262         * ext/gnomevfs/gstgnomevfsuri.h:
11263           Use _uri_new() instead of _open(), so it doesn't take as long and
11264           Christophe's computer won't hang.
11265         * gst/playback/gstplaybasebin.c: (unknown_type):
11266           Throw error on unknown media type, so apps actually display it.
11267
11268 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11269
11270         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11271           this script to work on Solaris since bash shell handles echo
11272           differenly than bash.
11273
11274 2004-09-17  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11277         (setup_source), (gst_play_base_bin_set_property),
11278         (gst_play_base_bin_add_element):
11279         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11280         Some more work on making sure seeking pauses the pipeline and
11281         that changing the uri actually does something.
11282
11283 2004-09-17  Wim Taymans  <wim@fluendo.com>
11284
11285         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11286         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11287         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11288         (gst_tcpserversink_close):
11289         Be a bit more paranoid when freeing memory.
11290
11291 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11292
11293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11294         (qtdemux_parse_trak):
11295           Don't crash by dividing by zero (see sample movie in #126922).
11296
11297 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11298
11299         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11300           Don't touch non-existing data (fixes crash on file in #140147).
11301
11302 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11303
11304         * gst/playback/gstplaybasebin.c:
11305         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11306           Handle double disposals, and proper change of URIs.
11307
11308 2004-09-13  Martin Eikermann <meiker@upb.de>
11309
11310         * gst/mpegstream/gstmpegparse.c:
11311           fix synchronistation for streams recorded from digital PCR
11312           fixes bug #119376
11313
11314 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11315
11316         * ext/gnomevfs/Makefile.am:
11317         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11319         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11320         (gst_gnomevfssink_uri_get_type),
11321         (gst_gnomevfssink_uri_get_protocols),
11322         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11323         (gst_gnomevfssink_uri_handler_init),
11324         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11325         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11326         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11327         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11328         (gst_gnomevfssrc_uri_get_type),
11329         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11330         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11331         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11332         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11333         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11334         * ext/gnomevfs/gstgnomevfsuri.h:
11335           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11336           of fake URIs to see which this version of Gnome-VFS likes, and
11337           uses that for the Gst-URI interface. Makes playbin support http://
11338           streams. Also fix up some stupid behaviour in gnomevfssrc.
11339
11340 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11341
11342         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11343         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11344         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11345         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11346           Update mixer (to sync with other sessions) if we try to obtain
11347           a new value. This makes alsamixer work accross applications.
11348         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11349           Only call sync functions if we're running, else alsalib asserts.
11350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11351           Sometimes fails to compile. Possibly a gcc bug.
11352         * gst/playback/gstplaybin.c: (gen_video_element),
11353         (gen_audio_element):
11354           Add a reference to an application-provided object, because we lose
11355           this same reference if we add it to the bin. If we don't do this,
11356           we can only use this object once and thus crash if we go from
11357           ready to playing, back to ready and back to playing again.
11358           Also add an audioscale element because several cheap soundcards -
11359           like mine - don't support all samplerates.
11360         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11361         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11362           Fix wrong order or PAR calls. Makes automatically obtained PAR
11363           from the X server atually being used.
11364
11365 2004-09-12  David Schleef  <ds@schleef.org>
11366
11367         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11368         #151887, #152102, #152247.
11369         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11370         * examples/seeking/cdparanoia.c: same
11371         * examples/seeking/cdplayer.c: same
11372         * examples/seeking/seek.c: same
11373         * examples/seeking/spider_seek.c: same
11374         * examples/seeking/vorbisfile.c: same
11375         * examples/stats/mp2ogg.c: same
11376         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11377         (gst_esdsink_dispose): Dispose of element properly.
11378         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11379         fixes.
11380         * ext/nas/nassink.c: (gst_nassink_class_init),
11381         (gst_nassink_dispose): Dispose of element correctly.
11382         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11383         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11384         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11385         Fix 64-bit warning.
11386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11387         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11388         Fix 64-bit warning.
11389
11390 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11391
11392         * configure.ac : change speex detection as 1.1.6 now uses
11393           .pc/pkg-config and they changed their headers location.
11394
11395 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11396
11397         * gst/matroska/matroska-mux.h:
11398         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11399         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11400         (gst_matroska_mux_write_data):
11401           Write multiple blocks/frames per cluster.
11402                 Write meta-seek information (seek heads).
11403
11404 2004-09-09  Scott Wheeler <wheeler@kde.org>
11405
11406         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11407         (gst_play_bin_set_property), (gst_play_bin_get_property),
11408         (gen_audio_element), (gen_audio_element):
11409           Add a volume element / property to the pipeline.
11410
11411 2004-09-07  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11414         Copy timestamps from the master pad to the output buffers.
11415
11416 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * ext/raw1394/gstdv1394src.c:
11419           throw errors when applicable
11420
11421 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11422
11423         * gst/matroska/ebml-ids.h:
11424         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11425         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11426         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11427           automatically convert unix time <-> ebml time when reading/writing
11428           a date, use gst_ebml_write_uint to write CUETIME,
11429           not gst_ebml_write_date.
11430         * gst/matroska/matroska-ids.h:
11431         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11432         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11433         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11434         (gst_matroska_mux_write_data):
11435           Write track and segment UIDs, write muxing date, write
11436           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11437           Create cues for audio only files.
11438
11439 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11440
11441         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11442         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11443           Re-commit ALSA switches.
11444         * gst/adder/gstadder.c: (gst_adder_loop):
11445           64-bit fix (#151416).
11446         * gst/debug/progressreport.c: (gst_progressreport_report):
11447           64-bit fix (#151419).
11448         * gst/matroska/matroska-demux.c:
11449         (gst_matroska_demux_parse_contents):
11450           64-bit fix (#151420).
11451         * gst/playback/test3.c: (update_scale):
11452           64-bit fix (#151421).
11453
11454 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11455
11456         * configure.ac:
11457           bump nano to cvs
11458
11459 === release 0.8.4 ===
11460
11461 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11462
11463         * configure.ac: releasing 0.8.4, "Alias"
11464
11465 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11466
11467         * ext/theora/Makefile.am:
11468           fix makefile.  Fixes #151462.
11469
11470 2004-08-30  Wim Taymans  <wim@fluendo.com>
11471
11472         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11473         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11474         (gst_multifdsink_remove_client_link),
11475         (gst_multifdsink_client_queue_buffer),
11476         (gst_multifdsink_handle_client_write):
11477         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11478         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11479         Fix some memory leaks.
11480
11481 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11482
11483         Patch by: David Schleef
11484
11485         * configure.ac:
11486         * sys/Makefile.am:
11487           rename our detection macro for V4L2.  Fixes #151236.
11488
11489 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11490
11491         Patch by: David Schleef
11492
11493         * configure.ac:
11494           check to define LAMEPRESET.  Fixes #151232.
11495
11496 2004-08-27  David Schleef  <ds@schleef.org>
11497
11498         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11499         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11500         (gst_glimagesink_fixate):  Move local variable declarations to
11501         make gcc-2.95 happy.
11502
11503 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11504
11505         * configure.ac:
11506           bump nano for prerelease
11507
11508 2004-08-27  David Schleef  <ds@schleef.org>
11509
11510         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11511         * sys/sunaudio/gstsunaudiosrc.c:
11512         * sys/sunaudio/gstsunaudiosrc.h:
11513
11514 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11515
11516         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11517         handle EOS correctly
11518         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11519         * gst/matroska/matroska-mux.h:
11520         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11521         VFW compatibility mode
11522
11523 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11524
11525         patch by: Zaheer Abbas Merali
11526
11527         * ext/ogg/gstoggmux.c:
11528         * ext/vorbis/vorbisenc.c:
11529         * ext/vorbis/vorbisenc.h:
11530           handle NEWMEDIA
11531
11532 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11533
11534         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11535         fix byte order reversion on little endian machines.
11536         * gst/matroska/matroska-mux.c: (audiosink_templ),
11537         (gst_matroska_mux_audio_pad_link):
11538         add TTA codec to the list of supported codecs.
11539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11540         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11541         (gst_matroska_mux_write_data):
11542         * gst/matroska/matroska-mux.h:
11543         write segment duration correctly, write muxing app string, fixes bugs
11544         #140897 and #140898.
11545         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11546         wait for all pads to be negotiated before starting to mux.
11547
11548 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11549
11550         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11551         * ext/lame/gstlame.h:
11552         Added new media support to lame
11553
11554 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11555
11556         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11557         send vorbis headers at the beginning of a stream, fixes bug #141554.
11558         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11559         bug #148950.
11560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11561         (gst_matroska_demux_plugin_init):
11562         * gst/matroska/matroska-ids.h:
11563         enable demuxing of TTA audio streams, fixes bug #148951.
11564         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11565         enable typefinding for TTA audio files, fixes bug #148711.
11566         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11567         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11568         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11569
11570 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11571
11572         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11573         (gst_riff_read_element_data), (gst_riff_read_seek),
11574         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11575         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11576         <teuf@gnome.org>
11577
11578 2004-08-23 Iain <iaingnome@gmail.com>
11579
11580         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11581         tags. They appear to be handled differently to normal.
11582         (tag_list_to_id3_tag_foreach): Ditto.
11583
11584 2004-08-22  Wim Taymans  <wim@fluendo.com>
11585
11586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11587         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11588         Make sure we never send -1 granulepos.
11589
11590 2004-08-20  Wim Taymans  <wim@fluendo.com>
11591
11592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11593         (gst_ogg_mux_loop):
11594         I will accept bitchslappings with non sharp objects.
11595
11596 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11597
11598         * configure.ac:
11599         Clean up the test for lame presets
11600
11601 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11602
11603         * configure.ac:
11604         * ext/lame/Makefile.am:
11605         * ext/lame/gstlame.c: (gst_lame_class_init),
11606         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11607         Only enable lame presets if version of lame has presets in API
11608
11609 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11610         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11611         * gst/udp/gstudpsrc.h:
11612           Don't call gst_pad_push in a get function. Fixes #150449
11613
11614 2004-08-18  Wim Taymans  <wim@fluendo.com>
11615
11616         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11617         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11618         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11619         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11620         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11621         (gst_fdset_wait):
11622         * gst/tcp/gstfdset.h:
11623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11624         (gst_multifdsink_client_queue_buffer),
11625         (gst_multifdsink_handle_client_write):
11626         * gst/tcp/gstmultifdsink.h:
11627         Some extra checks in gstfdset.
11628         Only use send() when the fd is a socket. Don't try to
11629         read from write only fds.
11630
11631 2004-08-18  Wim Taymans  <wim@fluendo.com>
11632
11633         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11634         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11635         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11636         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11637         (gst_fdset_wait):
11638         Add more locking and bounds checking.
11639
11640 2004-08-18  Wim Taymans  <wim@fluendo.com>
11641
11642         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11643         Realloc test fdset in the lock and right before starting
11644         the poll call. Bump the limit to 4096.
11645
11646 2004-08-17  David Schleef  <ds@schleef.org>
11647
11648         * sys/sunaudio/Makefile.am:
11649         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11650         of rates and channels.  Make debugging less obnoxious.
11651
11652         Patch from Balamurali Viswanathan implementing a mixer for
11653         Sun audio.  (bug #144091):
11654         * sys/sunaudio/gstsunelement.c:
11655         * sys/sunaudio/gstsunelement.h:
11656         * sys/sunaudio/gstsunmixer.c:
11657         * sys/sunaudio/gstsunmixer.h:
11658
11659 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11660
11661         * gst/audioscale/gstaudioscale.c:
11662         * gst/audioscale/gstaudioscale.h:
11663         made audioscale resample from any sample rate to any sample rate
11664
11665 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11666
11667         * ext/libpng/gstpngdec.c:
11668           error out on unsupported types
11669
11670 2004-08-17  Iain <iaingnome@gmail.com>
11671
11672         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11673         mid_side and loose_mid_side properties if its a stereo stream.
11674
11675 2004-08-17  Wim Taymans  <wim@fluendo.com>
11676
11677         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11678         (theora_get_formats), (theora_dec_src_convert),
11679         (theora_dec_sink_convert), (theora_dec_src_query),
11680         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11681         Add a debug line.
11682
11683 2004-08-17  Wim Taymans  <wim@fluendo.com>
11684
11685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11686         (gst_ogg_pad_push):
11687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11688         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11689         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11690         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11691         Mark delta units in the muxer.
11692         Try to decode the packet after an out-of-sync error from
11693         libogg.
11694
11695 2004-08-17  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11698         (gst_multifdsink_init), (gst_multifdsink_add),
11699         (gst_multifdsink_client_queue_buffer),
11700         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11701         * gst/tcp/gstmultifdsink.h:
11702         Added option to send a keyframe to clients as the first buffer.
11703         Make timeout property writable.
11704
11705 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11706
11707         patch by: Wim Taymans
11708
11709         * gst/tcp/gstfdset.c:
11710         * gst/tcp/gstmultifdsink.c:
11711           fix index comparison, should include 0
11712
11713 2004-08-16  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11716         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11717         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11718         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11719         (gst_fdset_wait):
11720           copy when reallocing for poll so the select arguments don't get
11721           changed during the call
11722
11723 2004-08-16  Wim Taymans  <wim@fluendo.com>
11724
11725         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11726         (gst_theora_enc_class_init), (theora_enc_sink_link),
11727         (theora_buffer_from_packet), (theora_enc_chain):
11728         Fix bug where buffers were not marked as keyframes
11729         correctly.
11730
11731 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11732
11733         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11734         (gst_lame_preset_get_type), (gst_lame_class_init):
11735         describe the enum values for vbr mode and presets more verbosely
11736
11737 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11738
11739         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11740         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11741         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11742         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11743         * ext/lame/gstlame.h:
11744         add preset property to lame so it can use lame presets
11745
11746 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11747
11748         * ext/lame/gstlame.c: (gst_lame_get_property):
11749         whoops forgot break, thanks teuf
11750
11751 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11752
11753         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11754         (gst_lame_class_init), (gst_lame_src_getcaps),
11755         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11756         (gst_lame_get_property), (gst_lame_setup):
11757         * ext/lame/gstlame.h:
11758         fix lame's broken vbr stuff, allow it to resample if need be, and also
11759         make xing header optional
11760
11761 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11762
11763         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11764         added getcaps function so samplerate doesnt get fixated to silly values
11765
11766 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11767
11768         * ext/lame/gstlame.c: (gst_lame_src_link):
11769         revert previous fix
11770
11771 2004-08-12  Johan Dahlin  <johan@gnome.org>
11772
11773         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11774         checks. Doesn't matter what state we are in. Interfaces are a
11775         compile time thing, not runtime. It also broke the python bindings.
11776
11777 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11778
11779         * ext/lame/gstlame.c: (gst_lame_src_link):
11780         made source pad link function check if sinkpad is ok..fixes the problem
11781         where core fixates the output rate of lame stupidly
11782
11783 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11784
11785         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11786         * sys/v4l/v4l_calls.c:
11787         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11788           fix fixate function to handle nonsimple caps.
11789           remove bogus check in _link
11790           cleanups
11791
11792 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11793
11794         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11795         set default compression ratio parameter to 0.0 so bitrate parameter
11796         works :)
11797
11798 2004-08-11  David Schleef  <ds@schleef.org>
11799
11800         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11801
11802 2004-08-11  David Schleef  <ds@schleef.org>
11803
11804         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11805         before.
11806
11807 2004-08-11  David Schleef  <ds@schleef.org>
11808
11809         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11810
11811 2004-08-11  David Schleef  <ds@schleef.org>
11812
11813         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11814           license field
11815         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11816         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11817           LGPL.
11818         * gst/auparse/gstauparse.c: Fix plugin license field.
11819         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11820         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11821         * gst/rtp/gstrtp.c: Fix plugin license field.
11822
11823 2004-08-11  Wim Taymans  <wim@fluendo.com>
11824
11825         * gst/tcp/Makefile.am:
11826         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11827         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11828         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11829         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11830         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11831         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11832         (gst_fdset_fd_can_write), (gst_fdset_wait):
11833         * gst/tcp/gstfdset.h:
11834         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11835         (gst_multifdsink_class_init), (gst_multifdsink_init),
11836         (gst_multifdsink_add), (gst_multifdsink_remove),
11837         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11838         (gst_multifdsink_remove_client_link),
11839         (gst_multifdsink_handle_client_read),
11840         (gst_multifdsink_client_queue_data),
11841         (gst_multifdsink_client_queue_caps),
11842         (gst_multifdsink_client_queue_buffer),
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), (gst_multifdsink_init_send),
11847         (gst_multifdsink_close):
11848         * gst/tcp/gstmultifdsink.h:
11849         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11850         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11851         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11852         (gst_tcpserversink_close):
11853         * gst/tcp/gsttcpserversink.h:
11854         Abstracted away the select call, implemented poll (yes we ran into
11855         the 1024 limit in production).
11856
11857 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11858
11859         * gst/tcp/gsttcp.c:
11860         * gst/tcp/gsttcpplugin.c:
11861           improve debuggging, remove assert
11862
11863 2004-08-10  Wim Taymans  <wim@fluendo.com>
11864
11865         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11866         (gst_client_status_get_type), (gst_multifdsink_class_init),
11867         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11868         (gst_multifdsink_handle_client_read),
11869         (gst_multifdsink_handle_client_write),
11870         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11871         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11872         (gst_multifdsink_get_property):
11873         * gst/tcp/gstmultifdsink.h:
11874         * gst/tcp/gsttcp-marshal.list:
11875         Starting to prepare for specifying buffer time in other units
11876         than buffers. Expose remove reason in signal.
11877
11878 2004-08-10  Wim Taymans  <wim@fluendo.com>
11879
11880         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11881         (gst_multifdsink_remove), (gst_multifdsink_clear),
11882         (gst_multifdsink_remove_client_link),
11883         (gst_multifdsink_handle_client_read),
11884         (gst_multifdsink_client_queue_data),
11885         (gst_multifdsink_client_queue_buffer),
11886         (gst_multifdsink_handle_client_write),
11887         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11888         (gst_multifdsink_chain), (gst_multifdsink_close):
11889         * gst/tcp/gstmultifdsink.h:
11890         Added more debugging info. Changed the way clients are
11891         removed from the lists. Fixed a bug where a bad file descriptor
11892         could cause many clients to be removed.
11893
11894 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11895
11896         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11897           allow all pixel-aspect-ratios, not just 1:1
11898
11899 2004-08-09  David Schleef  <ds@schleef.org>
11900
11901         * sys/glsink/ARB_multitexture.h:  Remove old files.
11902         * sys/glsink/EXT_paletted_texture.h:
11903         * sys/glsink/NV_register_combiners.h:
11904         * sys/glsink/gstgl_nvimage.c:
11905         * sys/glsink/gstgl_pdrimage.c:
11906         * sys/glsink/gstgl_rgbimage.c:
11907         * sys/glsink/gstglsink.c:
11908         * sys/glsink/gstglsink.h:
11909         * sys/glsink/gstglxwindow.c:
11910         * sys/glsink/regcomb_yuvrgb.c:
11911
11912 2004-08-09  David Schleef  <ds@schleef.org>
11913
11914         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11915         GL sink plugin.  (Bug #147302)
11916
11917         * configure.ac: Test for OpenGL
11918         * sys/Makefile.am: Use test for OpenGL
11919         * sys/glsink/Makefile.am:
11920         * sys/glsink/glimagesink.c: rewrite
11921         * sys/glsink/glimagesink.h: rewrite
11922
11923 2004-08-09  David Schleef  <ds@schleef.org>
11924
11925         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11926         sane framerates.
11927         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11929         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11930
11931 2004-08-09  Wim Taymans  <wim@fluendo.com>
11932
11933         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11934         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11935         (gst_multifdsink_client_remove),
11936         (gst_multifdsink_handle_client_read),
11937         (gst_multifdsink_handle_client_write),
11938         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11939         Do a bit more logging, make the client_read code more robust.
11940
11941 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11942
11943         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11944         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11945         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11946         (gst_jpegdec_init), (gst_jpegdec_chain):
11947         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11948         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11949           cleanups, debugging fixes and memleak plugging
11950
11951 2004-08-09  Wim Taymans  <wim@fluendo.com>
11952
11953         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11954         (theora_get_formats), (theora_dec_src_convert),
11955         (theora_dec_sink_convert), (theora_dec_src_query),
11956         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11957         (theora_dec_change_state):
11958         Don't crash on missing header packets.
11959
11960 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11961
11962         * po/LINGUAS:
11963         * po/sq.po:
11964           Added Albanian translation (Laurent Dhima)
11965         * po/cs.po:
11966           updated
11967
11968 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11969
11970         * ext/lame/gstlame.c:
11971           fix/add debugging
11972
11973 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11974
11975         * sys/ximage/ximagesink.c:
11976         * sys/xvimage/xvimagesink.c:
11977           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11978
11979 2004-08-06  Wim Taymans  <wim@fluendo.com>
11980
11981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11982         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11983         (gst_multifdsink_client_remove),
11984         (gst_multifdsink_handle_client_read),
11985         (gst_multifdsink_handle_client_write),
11986         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11987         Make sure we don't try to read more from a client that what
11988         ioctl says us or we deadlock.
11989
11990 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11991
11992         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11993         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11994         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11995           decouple running_time and n_frames so it can handle changing
11996           framerate while running
11997
11998 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11999
12000         * po/nl.po:
12001         * po/sv.po:
12002           updated translations
12003
12004 2004-08-04  Benjamin Otte  <otte@gnome.org>
12005
12006         * gst/videotestsrc/gstvideotestsrc.c:
12007         (gst_videotestsrc_get_capslist), (generate_capslist),
12008         (plugin_init):
12009           generate the list of supported caps at startup and reuse it instead
12010           of always generating it
12011
12012 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12013
12014         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12015           whoops, last checkin broke normal build
12016
12017 2004-08-03  Benjamin Otte  <otte@gnome.org>
12018
12019         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12020         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12021         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12022         (gst_alsa_mixer_get_option):
12023         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12024         (dvdnavsrc_print_event):
12025         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12027         (gst_ogg_mux_pad_unlink):
12028         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12029         (gst_multipart_mux_pad_unlink):
12030         * gst/videofilter/gstvideobalance.c:
12031         (gst_videobalance_colorbalance_set_value):
12032         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12033         (gst_videomixer_pad_unlink):
12034         * po/uk.po:
12035         * sys/oss/gstossmixer.c:
12036         * sys/v4l/gstv4lcolorbalance.c:
12037         * sys/v4l/gstv4ltuner.c:
12038         * sys/v4l/v4lsrc_calls.c:
12039         * sys/v4l2/gstv4l2colorbalance.c:
12040         * sys/v4l2/gstv4l2tuner.c:
12041           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12042
12043 2004-08-03  Benjamin Otte  <otte@gnome.org>
12044
12045         * examples/dynparams/filter.c: (ui_control_create):
12046         * examples/gstplay/player.c: (print_tag):
12047         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12048         * ext/gdk_pixbuf/gstgdkanimation.c:
12049         (gst_gdk_animation_iter_may_advance):
12050         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12051         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12052         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12053         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12055         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12056         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12057         * gst/sine/demo-dparams.c: (main):
12058         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12059         * testsuite/alsa/formats.c: (create_pipeline):
12060         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12061           fixes for G_DISABLE_ASSERT and friends
12062         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12063         (mp3_type_frame_length_from_header), (mp3_type_find),
12064         (plugin_init):
12065           require mp3 typefinding to have at least MIN_HEADERS valid headers
12066           add typefinding for AAC adts files
12067
12068 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12069
12070         * sys/ximage/ximagesink.c:
12071         (gst_ximagesink_calculate_pixel_aspect_ratio):
12072         * sys/xvimage/xvimagesink.c:
12073         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12074         Make sure we calculate pixel-aspect-ratio using floating point maths
12075
12076 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12077
12078         * po/uk.po:
12079           updated translation
12080
12081 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12082
12083         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12085           add debugging for display PAR calculation
12086
12087 2004-08-02  David Schleef  <ds@schleef.org>
12088
12089         * configure.ac: Fix mikmod CFLAGS.
12090
12091 2004-07-27  Benjamin Otte  <otte@gnome.org>
12092
12093         * gst/audioscale/gstaudioscale.c:
12094         - fix templates to only support S16, it's the only format that works
12095         - make caps nego code use try_set_caps_nonfixed and fixation instead
12096         of try_set_caps twice, which is not nice for autopluggers
12097         - change rank to secondary, so autopluggers can pick it up after
12098         audioconvert
12099
12100 2004-08-02  Iain <iain@prettypeople.org>
12101
12102         * gst/interleave/interleave.c (interleave_init),
12103         (interleave_request_new_pad),
12104         (interleave_pad_removed),
12105         (interleave_buffered_loop): Use the real pad count, not the artificial
12106         one.
12107
12108 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12109
12110         * configure.ac: bump nano back to development
12111
12112 === release 0.8.3 ===
12113
12114 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12115
12116         * configure.ac: releasing 0.8.3, "Water"
12117
12118 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12119
12120         * sys/xvimage/xvimagesink.c:
12121         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12122         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12123         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12124         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12125         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12126         * sys/xvimage/xvimagesink.h:
12127           apply similar PAR fixes as to ximagesink
12128
12129 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         patch from: Benjamin Otte
12132
12133         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12134           add link function to lame.  Fixes #148986.
12135
12136 2004-08-02  Johan Dahlin  <johan@gnome.org>
12137
12138         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12139         fix debugging log
12140
12141 2004-07-30  David Schleef  <ds@schleef.org>
12142
12143         * gst/videomixer/Makefile.am: Fix things that should have been
12144         fixed in the last checkin.
12145
12146 2004-07-30  David Schleef  <ds@schleef.org>
12147
12148         * gst/multipart/Makefile.am: Fix things that should have been
12149         fixed in the last checkin.
12150
12151 2004-07-30  David Schleef  <ds@schleef.org>
12152
12153         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12154
12155 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12156
12157         * configure.ac:
12158           bump nano for prerelease
12159         * po/af.po:
12160         * po/az.po:
12161         * po/cs.po:
12162         * po/en_GB.po:
12163         * po/hu.po:
12164         * po/nl.po:
12165         * po/sr.po:
12166         * po/sv.po:
12167         * po/uk.po:
12168           updates
12169
12170 2004-07-30  Wim Taymans  <wim@fluendo.com>
12171
12172         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12173         (gst_multifdsink_add), (gst_multifdsink_remove),
12174         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12175         (gst_multifdsink_client_remove),
12176         (gst_multifdsink_handle_client_write),
12177         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12178         * gst/tcp/gstmultifdsink.h:
12179         Recover from a select with a bad file descriptor by removing
12180         the client.
12181
12182 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12183
12184         * configure.ac:
12185           fix requirement of core
12186         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12187         (gst_play_pipeline_setup):
12188           don't use colorspace element.  do use hermescolorspace element.
12189           make macro to get a colorspace element.
12190           mark strings for translation.
12191         * po/POTFILES.in:
12192           add play.c
12193         * po/af.po:
12194         * po/az.po:
12195         * po/cs.po:
12196         * po/en_GB.po:
12197         * po/hu.po:
12198         * po/nl.po:
12199         * po/sr.po:
12200         * po/sv.po:
12201         * po/uk.po:
12202           update translations
12203
12204 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12205
12206         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12207         fix default for newmedia flag
12208
12209 2004-07-30  Wim Taymans  <wim@fluendo.com>
12210
12211         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12212         (gst_theora_dec_init), (theora_get_formats),
12213         (theora_dec_src_convert), (theora_dec_sink_convert),
12214         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12215         (theora_dec_chain), (theora_dec_set_property),
12216         (theora_dec_get_property):
12217         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12218         (gst_theora_enc_class_init), (gst_theora_enc_init),
12219         (theora_enc_sink_link), (theora_enc_chain),
12220         (theora_enc_set_property), (theora_enc_get_property):
12221         Added cropping option to theora decoder.
12222         Added border option to theora encoder.
12223
12224 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12225
12226         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12227         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12228         (gst_pngenc_set_property):
12229         * ext/libpng/gstpngenc.h:
12230         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
12231
12232 2004-07-30  Wim Taymans  <wim@fluendo.com>
12233
12234         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12235         (theora_enc_sink_link), (theora_enc_chain),
12236         (theora_enc_set_property), (theora_enc_get_property):
12237         Fix encoding of non-multiple-of-16 video.
12238
12239 2004-07-29  David Schleef  <ds@schleef.org>
12240
12241         * configure.ac: make test for audiofile more strict
12242
12243 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12244
12245         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12246           give different names to typefind functions
12247
12248 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12249
12250         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12251         (gst_ximagesink_calculate_pixel_aspect_ratio),
12252         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12253         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12254         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12255         (gst_ximagesink_get_property), (gst_ximagesink_init):
12256         * sys/ximage/ximagesink.h:
12257           allocate PAR's dynamically.
12258           use autodetected PAR if no object-set PAR is given.
12259           add workaround for directfb's X not setting physical size.
12260           fix to xvimagesink will follow tomorrow.
12261
12262 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12263
12264         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12265         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12266         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12267         (gst_shout2send_class_init), (gst_shout2send_init),
12268         (set_shout_metadata), (gst_shout2send_set_metadata),
12269         (gst_shout2send_chain), (gst_shout2send_set_property),
12270         (gst_shout2send_get_property), (gst_shout2send_connect),
12271         (gst_shout2send_change_state):
12272         * ext/shout2/gstshout2.h:
12273         - fix for sending mp3 audio to icecast2 server, if pad link function not
12274         called before PAUSED state
12275         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12276         - added tagging support for mp3 audio broadcasted
12277         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12278         debug info
12279
12280 2004-07-28  Wim Taymans  <wim@fluendo.com>
12281
12282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12283         (gst_ogg_demux_push):
12284         Return query failure when we don't know the length of
12285         an ogg stream insteda of returning TRUE with a bogus value.
12286
12287 2004-07-28  Wim Taymans  <wim@fluendo.com>
12288
12289         * ext/theora/theoradec.c: (theora_get_formats),
12290         (theora_dec_src_convert), (theora_dec_sink_convert),
12291         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12292         (theora_dec_chain):
12293         Don't screw up the 1 Chroma for 1 luma sample situation when we
12294         have an odd offset/width by adding a black border in those cases.
12295
12296 2004-07-28  Wim Taymans  <wim@fluendo.com>
12297
12298         * ext/theora/theoradec.c: (theora_get_formats),
12299         (theora_dec_src_convert), (theora_dec_sink_convert),
12300         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12301         (theora_dec_chain):
12302         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12303         Added first attempt at cropping of the image as required by the
12304         theora spec. We need more properties in the caps (offset_x,
12305         offset_y,stride) to implement this correctly.
12306
12307 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12308
12309         * ext/dvdnav/README:
12310           Update the README to use dvddemux
12311         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12312           Ensure getcaps returns a subset of the template caps
12313         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12314         (gst_mpeg2subt_init):
12315           Ensure getcaps returns a subset of the template caps
12316         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12317         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12318         (gst_dvd_demux_get_subpicture_stream),
12319         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12320         * gst/mpegstream/gstdvddemux.h:
12321           Set the explicit caps on the current_video pad before pushing
12322           anything
12323         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12324         (gst_mpeg_demux_get_audio_stream):
12325           Free caps used to gst_pad_set_explicit_caps, which takes a const
12326           GstCaps *
12327
12328 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12329
12330         * configure.ac: update GStreamer requirement to 0.8.4 because of
12331           GstFraction.
12332
12333 2004-07-28  Wim Taymans  <wim@fluendo.com>
12334
12335         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12336         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12337         Add the pad to the element after setting up the caps. This
12338         makes it a lot easier to autoplug.
12339
12340 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12341
12342         * gst/median/gstmedian.c:
12343         * gst/mpeg2subt/gstmpeg2subt.c:
12344         * gst/mpegaudioparse/gstmpegaudioparse.c:
12345         * gst/mpegstream/gstdvddemux.c:
12346         * gst/mpegstream/gstmpegdemux.c:
12347         * gst/mpegstream/gstmpegpacketize.c:
12348         * gst/rtjpeg/gstrtjpeg.c:
12349         * gst/rtjpeg/gstrtjpegdec.c:
12350         * gst/rtjpeg/gstrtjpegenc.c:
12351         * gst/sine/gstsinesrc.c:
12352         * gst/smooth/gstsmooth.c:
12353         * gst/smpte/gstsmpte.c:
12354         * gst/smpte/gstsmpte.h:
12355         * gst/stereo/gststereo.c:
12356         * gst/videofilter/gstgamma.c:
12357         * gst/videofilter/gstvideobalance.c:
12358         * gst/videofilter/gstvideofilter.c:
12359         * gst/videofilter/gstvideoflip.c:
12360         * gst/videoscale/gstvideoscale.c:
12361         * gst/videoscale/videoscale.c:
12362         * gst/videotestsrc/gstvideotestsrc.c:
12363         * gst/videotestsrc/videotestsrc.c:
12364         * gst/wavenc/gstwavenc.c:
12365         * gst/wavparse/gstwavparse.c:
12366           fix local includes and 64 bits constants
12367
12368 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12369
12370         * win32/gst.sln:
12371         * gst-libs/gst/*/*.vcproj:
12372         * gst/*/*.vcproj:
12373           more working plugins
12374
12375 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12376
12377         * testsuite/alsa/Makefile.am:
12378         * testsuite/alsa/srcstate.c:
12379         add test for alsasrc changing state
12380
12381 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12382
12383         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12384         (gst_silence_get):
12385         * gst/silence/gstsilence.h:
12386         fix silence generation for 16bit raw audio
12387
12388 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12389
12390         * gst/matroska/matroska-demux.c:
12391         (gst_matroska_demux_parse_metadata),
12392         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12393         * gst/mpegaudio/common.c:
12394         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12395         (gst_videoscale_getcaps), (gst_videoscale_link),
12396         (gst_videoscale_src_fixate), (gst_videoscale_init),
12397         (gst_videoscale_finalize):
12398         * gst/videoscale/gstvideoscale.h:
12399         * gst/videotestsrc/gstvideotestsrc.c:
12400         (gst_videotestsrc_get_capslist):
12401         * gst/wavenc/gstwavenc.c:
12402         * sys/oss/gstossmixer.c: (fill_labels):
12403         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12404         (gst_ximagesink_handle_xevents),
12405         (gst_ximagesink_calculate_pixel_aspect_ratio),
12406         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12407         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12408         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12409         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12410         (gst_ximagesink_init), (gst_ximagesink_class_init):
12411         * sys/ximage/ximagesink.h:
12412         * sys/xvimage/xvimagesink.c:
12413         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12414         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12415         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12416         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12417         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12418         * sys/xvimage/xvimagesink.h:
12419           first batch of pixel aspect ratio commits.
12420
12421 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12422
12423         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12424         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12425         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12426           handle stride, needs work if we want to move stride handling
12427           upstream, but works correctly for our purposes.
12428
12429 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12430
12431         * gst/videoscale/README:
12432           add testing examples
12433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12434         (gst_videoscale_chain):
12435         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12436         (gst_videoscale_get_size):
12437           add get_size function that handles stride like videotestsrc.
12438           fixes conversion for YUV formats for as much as I can test them.
12439
12440 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12441
12442         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12443         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12445         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12446         (gst_xvimagesink_xvimage_put):
12447           further cleanups, logging, error handling and synchronizing
12448
12449 2004-07-27  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12452         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12453         (gst_videomixer_pad_set_property),
12454         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12455         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12456         (gst_videomixer_class_init), (gst_videomixer_init),
12457         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12458         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12459         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12460         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12461         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12462         (gst_videomixer_loop), (plugin_init):
12463         Be a nicer negotiation citizen and provide a getcaps function on
12464         the srcpad. This also fixes a crash when resizing.
12465
12466 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12467
12468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12469         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12470
12471 2004-07-27  Wim Taymans  <wim@fluendo.com>
12472
12473         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12474         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12475         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12476         (gst_pngenc_set_property):
12477         * ext/libpng/gstpngenc.h:
12478         Added snapshot property to pngenc.
12479         removed g_print from pngdec
12480
12481 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12482
12483         * gst/ac3parse/ac3parse.vcproj
12484         * gst/adder/adder.vcproj
12485         * gst/alpha/alpha.vcproj
12486         * gst/alpha/alphacolor.vcproj
12487         * gst/asfdemux/asf.vcproj
12488         * gst/audioconvert/audioconvert.vcproj
12489         * gst/audiorate/audiorate.vcproj
12490         * gst/audioscale/audioscale.vcproj
12491         * gst/auparse/auparse.vcproj
12492         * gst/avi/avi.vcproj
12493         * gst/cdxaparse/cdxaparse.vcproj
12494         * gst/chart/chart.vcproj
12495         * gst/colorspace/colorspace.vcproj
12496         * gst/cutter/cutter.vcproj
12497         * gst/debug/debug.vcproj
12498         * gst/debug/efence.vcproj
12499         * gst/debug/navigationtest.vcproj
12500         * gst/deinterlace/deinterlace.vcproj
12501         * gst/effectv/effectv.vcproj
12502         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12503         * gst/filter/filter.vcproj
12504         * gst/flx/flxdec.vcproj
12505         * gst/goom/goom.vcproj
12506         * gst/interleave/interleave.vcproj
12507         * gst/law/alaw.vcproj
12508         * gst/law/mulaw.vcproj
12509         * gst/matroska/matroska.vcproj
12510         * gst/median/median.vcproj
12511         * gst/mixmatrix/mixmatrix.vcproj
12512         * gst/mpeg1sys/mpeg1systemencode.vcproj
12513         * gst/mpeg1videoparse/mp1videoparse.vcproj
12514         * gst/mpeg2sub/mpeg2subt.vcproj
12515         * gst/mpegaudio/mpegaudio.vcproj
12516         * gst/mpegaudioparse/mpegaudioparse.vcproj
12517         * gst/mpegstream/mpegstream.vcproj
12518         * gst/multifilesink/multifilesink.vcproj
12519         * gst/multipart/multipart.vcproj
12520         * gst/oneton/oneton.vcproj
12521         * gst/overlay/overlay.vcproj
12522         * gst/passthrough/passthrough.vcproj
12523         * gst/qtdemux/qtdemux.vcproj
12524         * gst/realmedia/rmdemux.vcproj
12525         * gst/rtjpeg/rtjpeg.vcproj
12526         * gst/rtp/rtp.vcproj
12527         * gst/silence/silence.vcproj
12528         * gst/sine/sinesrc.vcproj
12529         * gst/smooth/smooth.vcproj
12530         * gst/smpte/smpte.vcproj
12531         * gst/spectrum/spectrum.vcproj
12532         * gst/speed/speed.vcproj
12533         * gst/stereo/stereo.vcproj
12534         * gst/switch/switch.vcproj
12535         * gst/tags/tagedit.vcproj
12536         * gst/tcp/tcp.vcproj
12537         * gst/typefind/typefindfunctions.vcproj
12538         * gst/udp/udp.vcproj
12539         * gst/videobox/videobox.vcproj
12540         * gst/videocrop/videocrop.vcproj
12541         * gst/videodrop/videodrop.vcproj
12542         * gst/videofilter/gamma.vcproj
12543         * gst/videofilter/videobalance.vcproj
12544         * gst/videofilter/videofilter.vcproj
12545         * gst/videofilter/videoflip.vcproj
12546         * gst/videoflip/videoflip.vcproj
12547         * gst/videomixer/videomixer.vcproj
12548         * gst/videorate/videorate.vcproj
12549         * gst/videoscale/videoscale.vcproj
12550         * gst/videotestsrc/videotestsrc.vcproj
12551         * gst/virtualdub/virtualdub.vcproj
12552         * gst/volenv/volenv.vcproj
12553         * gst/volume/volume.vcproj
12554         * gst/wavenc/wavenc.vcproj
12555         * gst/wavparse/wavparse.vcproj
12556         * gst/y4m/y4menc.vcproj
12557         * gst-libs/gst/audio/audio.vcproj
12558         * gst-libs/gst/audio/audiofilter.vcproj
12559         * gst-libs/gst/colorbalance/colorbalance.vcproj
12560         * gst-libs/gst/idct/idtc.vcproj
12561         * gst-libs/gst/media-info/media-info.vcproj
12562         * gst-libs/gst/mixer/mixer.vcproj
12563         * gst-libs/gst/navigation/navigation.vcproj
12564         * gst-libs/gst/play/play.vcproj
12565         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12566         * gst-libs/gst/resample/resample.vcproj
12567         * gst-libs/gst/riff/riff.vcproj
12568         * gst-libs/gst/tuner/tuner.vcproj
12569         * gst-libs/gst/video/video.vcproj
12570         * gst-libs/gst/xoverlay/xoverlay.vcproj
12571           avoid problems with math.h, fix release dependancy
12572           rename GStreamer-0.8.lib to libgstreamer.lib
12573
12574 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12575
12576         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12578         the atom is not available we have to unlock the mutex. Fixes #148023
12579
12580 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12581
12582         * gst-libs/gst/media-info/media-info.h:
12583           issue for a vararg macro with MSVC
12584
12585 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12586
12587         * gst/effectv/effectv.vcproj
12588         * gst-libs/gst/idct/idct.vcproj:
12589         * gst-libs/gst/media-info/media-info.vcproj:
12590         * gst-libs/gst/navigation/navigation.vcproj:
12591         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12592         * gst-libs/gst/video/video.vcproj:
12593         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12594           fixes for build problems
12595
12596 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12597
12598         * gst-libs/gst/audio/audio.def:
12599         * gst-libs/gst/audio/riff.def:
12600           add some definitions needed by plugins
12601
12602 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12603
12604         * gst/asfdemux/gstasfmux.c
12605           Fix some 64 bits constants to be glib friendly
12606
12607 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12608
12609         * gst/ac3parse/gstac3parse.c
12610         * gst/audioscale/gstaudioscale.c
12611         * gst/auparse/gstauparse.c
12612         * gst/colorspace/gstcolorspace.c
12613         * gst/colorspace/yuv2rgb.h
12614           local include fixes
12615
12616 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12617
12618         * win32/gst.sln
12619           add more plugins to the build
12620
12621 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12622
12623         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12624         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12625
12626 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12627
12628         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12629         (gst_level_set_property), (gst_level_get_property),
12630         (gst_level_base_init), (gst_level_class_init):
12631           add debugging categories.  cleanups.
12632
12633 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12634
12635         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12636         (gst_videoscale_planar411), (gst_videoscale_planar400),
12637         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12638         (gst_videoscale_scale_nearest_str1),
12639         (gst_videoscale_scale_nearest_str2),
12640         (gst_videoscale_scale_nearest_str4),
12641         (gst_videoscale_scale_nearest_16bit),
12642         (gst_videoscale_scale_nearest_24bit):
12643           fixed stride issues
12644           tested with 320x240 -> 321, 322, 324 x240
12645           tested with YV12, I420, YUY2, UYVY
12646           fixed packed422rev (don't think it could have worked before)
12647           by testing with UYVY
12648
12649 2004-07-26  Benjamin Otte  <otte@gnome.org>
12650
12651         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12652         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12653         (plugin_init):
12654           add debugging category, add error checks like checking return values
12655           of setup calls, make sure it still works after
12656           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12657
12658 2004-07-26  Wim Taymans  <wim@fluendo.com>
12659
12660         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12661         (gst_mpeg_demux_get_audio_stream),
12662         (gst_mpeg_demux_process_private):
12663         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12664         Check for error codes from the negotiation functions. Make sure
12665         we really set the pad caps when a new pad is created.
12666
12667 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12668
12669         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12670         (gst_ffmpeg_caps_to_pix_fmt):
12671         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12673         (gst_ffmpegcolorspace_pad_link):
12674           don't make function do two things at the same time without reason.
12675
12676 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12677
12678         * gst/ac3parse/ac3parse.vcproj
12679         * gst/adder/adder.vcproj
12680         * gst/alpha/alpha.vcproj
12681         * gst/alpha/alphacolor.vcproj
12682         * gst/asfdemux/asf.vcproj
12683         * gst/audioconvert/audioconvert.vcproj
12684         * gst/audiorate/audiorate.vcproj
12685         * gst/audioscale/audioscale.vcproj
12686         * gst/auparse/auparse.vcproj
12687         * gst/avi/avi.vcproj
12688         * gst/cdxaparse/cdxaparse.vcproj
12689         * gst/chart/chart.vcproj
12690         * gst/colorspace/colorspace.vcproj
12691         * gst/cutter/cutter.vcproj
12692         * gst/debug/debug.vcproj
12693         * gst/debug/efence.vcproj
12694         * gst/debug/navigationtest.vcproj
12695         * gst/deinterlace/deinterlace.vcproj
12696         * gst/effectv/effectv.vcproj
12697         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12698         * gst/filter/filter.vcproj
12699         * gst/flx/flxdec.vcproj
12700         * gst/goom/goom.vcproj
12701         * gst/interleave/interleave.vcproj
12702         * gst/law/alaw.vcproj
12703         * gst/law/mulaw.vcproj
12704         * gst/matroska/matroska.vcproj
12705         * gst/median/median.vcproj
12706         * gst/mixmatrix/mixmatrix.vcproj
12707         * gst/mpeg1sys/mpeg1systemencode.vcproj
12708         * gst/mpeg1videoparse/mp1videoparse.vcproj
12709         * gst/mpeg2sub/mpeg2subt.vcproj
12710         * gst/mpegaudio/mpegaudio.vcproj
12711         * gst/mpegaudioparse/mpegaudioparse.vcproj
12712         * gst/mpegstream/mpegstream.vcproj
12713         * gst/multifilesink/multifilesink.vcproj
12714         * gst/multipart/multipart.vcproj
12715         * gst/oneton/oneton.vcproj
12716         * gst/overlay/overlay.vcproj
12717         * gst/passthrough/passthrough.vcproj
12718         * gst/qtdemux/qtdemux.vcproj
12719         * gst/realmedia/rmdemux.vcproj
12720         * gst/rtjpeg/rtjpeg.vcproj
12721         * gst/rtp/rtp.vcproj
12722         * gst/silence/silence.vcproj
12723         * gst/sine/sinesrc.vcproj
12724         * gst/smooth/smooth.vcproj
12725         * gst/smpte/smpte.vcproj
12726         * gst/spectrum/spectrum.vcproj
12727         * gst/speed/speed.vcproj
12728         * gst/stereo/stereo.vcproj
12729         * gst/switch/switch.vcproj
12730         * gst/tags/tagedit.vcproj
12731         * gst/tcp/tcp.vcproj
12732         * gst/typefind/typefindfunctions.vcproj
12733         * gst/udp/udp.vcproj
12734         * gst/videobox/videobox.vcproj
12735         * gst/videocrop/videocrop.vcproj
12736         * gst/videodrop/videodrop.vcproj
12737         * gst/videofilter/gamma.vcproj
12738         * gst/videofilter/videobalance.vcproj
12739         * gst/videofilter/videofilter.vcproj
12740         * gst/videofilter/videoflip.vcproj
12741         * gst/videoflip/videoflip.vcproj
12742         * gst/videomixer/videomixer.vcproj
12743         * gst/videorate/videorate.vcproj
12744         * gst/videoscale/videoscale.vcproj
12745         * gst/videotestsrc/videotestsrc.vcproj
12746         * gst/virtualdub/virtualdub.vcproj
12747         * gst/volenv/volenv.vcproj
12748         * gst/volume/volume.vcproj
12749         * gst/wavenc/wavenc.vcproj
12750         * gst/wavparse/wavparse.vcproj
12751         * gst/y4m/y4menc.vcproj
12752           more plugins supported under windows
12753
12754 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12755
12756         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12757         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12758         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12760         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12761           Add debugging statements.  Use the sizes as returned by the
12762           *CreateImage calls.
12763
12764 2004-07-26  Johan Dahlin  <johan@gnome.org>
12765
12766         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12767         the pad is negotiated.
12768
12769         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12770
12771 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12772
12773         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12774         * gst-libs/gst/idct/idct.vcproj:
12775         * gst-libs/gst/media-info/media-info.vcproj:
12776         * gst-libs/gst/mixer/mixer.vcproj:
12777         * gst-libs/gst/navigation/navigation.vcproj:
12778         * gst-libs/gst/play/play.vcproj:
12779         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12780         * gst-libs/gst/resample/resample.vcproj:
12781         * gst-libs/gst/tuner/tuner.vcproj:
12782         * gst-libs/gst/video/video.vcproj:
12783         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12784           more plugins supported under windows
12785
12786 2004-07-25 Iain <iain@prettypeople.org>
12787
12788         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12789         pad now rather than when the pad is created because state changes wipe
12790         explicit caps (fixes #148043).
12791
12792 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12793
12794         reviewed by Benjamin Otte  <otte@gnome.org>
12795
12796         * ext/mad/gstmad.c:
12797           fix mad plugin crashing on Sun (fixes #148289)
12798
12799 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12800
12801         * gst/avi/avi.def:
12802         * gst/avi/avi.vcproj:
12803         * gst/matroska/matroska.def:
12804         * gst/matroska/matroska.vcproj:
12805           remove unused .def files
12806
12807 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12808
12809         * gst-libs/gst/audio/gstaudiofilter.c:
12810           Clean the local include
12811
12812 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12813
12814         * win32/gst.sln:
12815         * gst-libs/gst/audio/audio.def:
12816         * gst-libs/gst/audio/audio.vcproj:
12817         * gst-libs/gst/audio/audiofilter.vcproj:
12818         * gst-libs/gst/audio/riff.def:
12819         * gst-libs/gst/audio/riff.vcproj:
12820         * gst-libs/gst/gst-libs.def:
12821         * gst-libs/gst/gst-libs.vcproj:
12822         * gst/avi/avi.vcproj:
12823         * gst/avi/avi.vcproj:
12824           Copy the files where needed after building, cleaner projects
12825
12826 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12827
12828         * gst/matroska/ebml-write.c:
12829           Fix some 64 bits constants to be glib friendly
12830
12831 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12832
12833         * win32/gst.sln:
12834         * gst-libs/gst/gst-libs.def:
12835         * gst-libs/gst/gst-libs.vcproj:
12836         * gst/matroska/matroska.def:
12837         * gst/matroska/matroska.vcproj:
12838           Add the preliminary canvas to build plugins on Win32
12839
12840 2004-07-23  Benjamin Otte  <otte@gnome.org>
12841
12842         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12843           don't enfore negotiation from source side, it breaks
12844           sinesrc ! audioconvert ! osssink
12845
12846 2004-07-22  David Schleef  <ds@schleef.org>
12847
12848         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12849         for ELF files, since they can easily be recognized as audio/mpeg.
12850         (bug #147441)
12851
12852 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12853
12854         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12855         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12856         (gst_videoscale_scale_nearest_24bit),
12857         (gst_videoscale_scale_nearest_16bit):
12858           fix 16bit and 24bit for stride (24bit might need testing)
12859           don't pretend we do more than one algorithm
12860
12861 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12862
12863         * configure.ac:
12864         * gst/Makefile.am:
12865         * gst/multifilesink/Makefile.am:
12866         * gst/multifilesink/gstmultifilesink.c:
12867         (gst_multifilesink_get_formats),
12868         (gst_multifilesink_get_query_types), (_do_init),
12869         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12870         (gst_multifilesink_init), (gst_multifilesink_dispose),
12871         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12872         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12873         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12874         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12875         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12876         (gst_multifilesink_uri_get_type),
12877         (gst_multifilesink_uri_get_protocols),
12878         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12879         (gst_multifilesink_uri_handler_init), (plugin_init):
12880         * gst/multifilesink/gstmultifilesink.h:
12881         * testsuite/Makefile.am:
12882         * testsuite/multifilesink/Makefile.am:
12883         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12884         (gst_newmedia_class_init), (gst_newmedia_init),
12885         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12886         (newfile_signal), (test_signal), (main):
12887         multifilesink plugin for creating new files every time a new media
12888         discontinuity event occurs
12889
12890 2004-07-22  Wim Taymans  <wim@fluendo.com>
12891
12892         * gst/alpha/Makefile.am:
12893         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12894         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12895         (gst_alpha_color_init), (gst_alpha_color_set_property),
12896         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12897         (transform), (gst_alpha_color_chain),
12898         (gst_alpha_color_change_state), (plugin_init):
12899         Stupid plugin to to RGBA to AYUV conversion because none of
12900         the colorspace plugins can handle that yet.
12901
12902 2004-07-22  Wim Taymans  <wim@fluendo.com>
12903
12904         * examples/seeking/seek.c: (update_scale), (main):
12905         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12906         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12907         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12908         (gst_decode_bin_init), (gst_decode_bin_dispose),
12909         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12910         (no_more_pads), (close_link), (type_found),
12911         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12912         (plugin_init):
12913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12914         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12915         (gst_play_base_bin_dispose), (queue_overrun),
12916         (gen_preroll_element), (remove_prerolls), (unknown_type),
12917         (no_more_pads), (new_stream), (setup_source),
12918         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12919         (play_base_eos), (gst_play_base_bin_change_state),
12920         (gst_play_base_bin_add_element),
12921         (gst_play_base_bin_remove_element),
12922         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12923         (gst_play_base_bin_unlink_stream),
12924         (gst_play_base_bin_get_streaminfo):
12925         * gst/playback/gstplaybin.c: (gen_video_element),
12926         (gen_audio_element):
12927         * gst/playback/gststreaminfo.h:
12928         More playback updates, attempt to fix things after the state change
12929         breakage.
12930
12931 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12932
12933         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12934         (gst_videoscale_scale_nearest_16bit):
12935           comment algorithm
12936
12937 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12938
12939         * gst/videotestsrc/gstvideotestsrc.c:
12940         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12941         (gst_videotestsrc_init), (gst_videotestsrc_get),
12942         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12943         (gst_videotestsrc_get_property):
12944         * gst/videotestsrc/gstvideotestsrc.h:
12945         * gst/videotestsrc/videotestsrc.c:
12946         * gst/videotestsrc/videotestsrc.h:
12947           cleanup and commenting
12948
12949 2004-07-21  Wim Taymans  <wim@fluendo.com>
12950
12951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12952         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12953         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12954         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12955         (_find_chain_get_unknown_part), (_find_streams_check),
12956         (gst_ogg_demux_push), (gst_ogg_pad_push):
12957         * ext/theora/theoradec.c: (theora_get_formats),
12958         (theora_dec_src_convert), (theora_dec_sink_convert),
12959         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12960         (theora_dec_chain):
12961         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12962         (vorbis_dec_convert), (vorbis_dec_src_query),
12963         (vorbis_dec_src_event), (vorbis_dec_event):
12964         More seeking fixes, oggdemux now supports seeking to time and
12965         uses the downstream element to convert granulepos to time.
12966         Seeking in theora-only ogg files now works.
12967
12968 2004-07-21  Wim Taymans  <wim@fluendo.com>
12969
12970         * ext/theora/theoradec.c: (gst_theora_dec_init),
12971         (theora_get_formats), (theora_get_event_masks),
12972         (theora_get_query_types), (theora_dec_src_convert),
12973         (theora_dec_sink_convert), (theora_dec_src_query),
12974         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12975         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12976         (vorbis_get_event_masks), (vorbis_get_query_types),
12977         (gst_vorbis_dec_init), (vorbis_dec_convert),
12978         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12979         Added query/convert/formats functions to vorbis and theora decoders
12980         so that the outside world can use them too. Fixed seeking on an
12981         ogg/theora/vorbis file by disabling the seeking seeking on the
12982         theora srcpad.
12983
12984 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12985
12986         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12987         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12988         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12989         images creation for both elements. We don't create the image on caps
12990         nego or renego, we just destroy the internal one if present if it does
12991         not match the needs. The chain function takes care of creating a new
12992         image when needed.
12993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12994         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12995         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12996         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12997         the image format information. The buffer pool checks for the context
12998         image format and discard images with different formats.
12999         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13000
13001 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13004         (gst_ffmpegcolorspace_chain):
13005           no point in doing any chaining if the pad we want to push from
13006           isn't usable.
13007
13008 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13009
13010         * gst-libs/gst/riff/riff-media.c:
13011         (gst_riff_create_audio_caps_with_data):
13012           Fix double end-to-native symbol conversion (#148021).
13013
13014 2004-07-20  David Schleef  <ds@schleef.org>
13015
13016         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13017         Don't use an Atom that doesn't exist.
13018
13019 2004-07-20  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13022         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13023         (gst_multifdsink_client_remove),
13024         (gst_multifdsink_handle_client_write),
13025         (gst_multifdsink_queue_buffer):
13026         * gst/tcp/gstmultifdsink.h:
13027         More multifdsink stats. Avoid deadlock by releasing locks
13028         before sending out a signal.
13029
13030 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13031
13032         * po/LINGUAS:
13033         * po/hu.po:
13034           added Hungarian translation (Laszlo Dvornik)
13035
13036 2004-07-20  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13039         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13040         (gst_multifdsink_handle_client_write),
13041         (gst_multifdsink_queue_buffer):
13042         * gst/tcp/gsttcp-marshal.list:
13043         Fixed the stupid marshal definition.
13044
13045 2004-07-20  Wim Taymans  <wim@fluendo.com>
13046
13047         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13048         (gst_multifdsink_init), (gst_multifdsink_add),
13049         (gst_multifdsink_client_remove),
13050         (gst_multifdsink_handle_client_write),
13051         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13052         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13053         (gst_multifdsink_init_send):
13054         * gst/tcp/gstmultifdsink.h:
13055         Added more stats, added timeout for a client, fixed some typos
13056         and added some comments.
13057
13058 2004-07-20  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13061         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13062         (gst_multifdsink_client_remove),
13063         (gst_multifdsink_handle_client_write):
13064         * gst/tcp/gstmultifdsink.h:
13065         * gst/tcp/gsttcp-marshal.list:
13066         Added get_stats method that returns a GValueArray of
13067         stats values.
13068
13069 2004-07-19  Benjamin Otte  <otte@gnome.org>
13070
13071         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13072           make sure longname, description and author are valid UTF-8
13073
13074 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13075
13076         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13077         (gst_ximagesink_set_property):
13078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13079         (gst_xvimagesink_set_property):
13080           make sure SYNCHRONOUS is respected after getting the X context
13081
13082 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13083
13084         * gst/matroska/matroska-demux.c:
13085         (gst_matroska_demux_handle_src_event),
13086         (gst_matroska_demux_parse_blockgroup):
13087         * gst/matroska/matroska-ids.h:
13088           add BlockReference tag and ignore it to clear out log.
13089           ignore NAVIGATION events to clear out log.
13090
13091 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13092
13093         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13094         (gst_matroska_demux_add_stream):
13095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13096           add debug categories
13097
13098 2004-07-16  Wim Taymans  <wim@fluendo.com>
13099
13100         * ext/libpng/Makefile.am:
13101         * ext/libpng/gstpng.c: (plugin_init):
13102         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13103         (gst_pngdec_get_type), (gst_pngdec_base_init),
13104         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13105         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13106         * ext/libpng/gstpngdec.h:
13107         Added png decoder.
13108
13109 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13110
13111         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13112         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13113         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13114         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13115         (gst_ximagesink_buffer_alloc):
13116         * sys/ximage/ximagesink.h:
13117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13118         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13119         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13120         (gst_xvimagesink_buffer_alloc):
13121         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13122         again. Using internal data pointer of the x(v)image to store image's
13123         data to be coherent with the buffer alloc mechanism. Investigated the
13124         image destruction code to be sure that everything gets freed correctly.
13125
13126 2004-07-16  Wim Taymans  <wim@fluendo.com>
13127
13128         * gst-libs/gst/riff/riff-read.c:
13129         (gst_riff_read_strf_vids_with_data),
13130         (gst_riff_read_strf_auds_with_data):
13131         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13132         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13133         Make sure we don't create 0 sized subbuffers in riff-read.
13134         Signal the no more pads signal after reading the avi header.
13135
13136 2004-07-16  Wim Taymans  <wim@fluendo.com>
13137
13138         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13139         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13140         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13141         (gst_decode_bin_init), (gst_decode_bin_dispose),
13142         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13143         (no_more_pads), (close_link), (type_found),
13144         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13145         (gst_decode_bin_change_state), (plugin_init):
13146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13147         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13148         (gst_play_base_bin_dispose), (queue_overrun),
13149         (gen_preroll_element), (remove_prerolls), (unknown_type),
13150         (no_more_pads), (new_stream), (setup_source),
13151         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13152         (play_base_eos), (gst_play_base_bin_change_state),
13153         (gst_play_base_bin_add_element),
13154         (gst_play_base_bin_remove_element),
13155         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13156         (gst_play_base_bin_unlink_stream),
13157         (gst_play_base_bin_get_streaminfo):
13158         * gst/playback/gstplaybasebin.h:
13159         Better error recovery. Added configurable preroll queue size. Faster
13160         detection of no-more-pads.
13161
13162 2004-07-16  Wim Taymans  <wim@fluendo.com>
13163
13164         * gst-libs/gst/video/video.h:
13165         Added 32 bits RGBA. Not sure if we should use another mime-type
13166         for alpha rgb. Currently the presence of the alpha_mask property
13167         signals an alpha channel.
13168
13169 2004-07-16  Wim Taymans  <wim@fluendo.com>
13170
13171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13173         FPS seems to be 0.0 to MAX everywhere else.
13174
13175 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13176
13177         * gst-libs/gst/riff/riff-media.c:
13178         (gst_riff_create_video_caps_with_data):
13179           mp42/mp43 (no caps) exist too.
13180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13181           Set pixel_width/height; we've got them in-caps.
13182         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13183         * gst/wavparse/gstwavparse.c: (plugin_init):
13184           Both are valid primary.
13185         * sys/oss/gstossmixer.c:
13186           Remove i18n hack and enable translations.
13187
13188 2004-07-15  Benjamin Otte  <otte@gnome.org>
13189
13190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13191         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13192           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13193
13194 2004-07-15  Benjamin Otte  <otte@gnome.org>
13195
13196         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13197         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13198         (gst_alsa_close_audio):
13199           disable some of the debugging code for now. Writing debugging to a
13200           buffer is broken in current alsalib releases.
13201
13202 2004-07-12  Benjamin Otte  <otte@gnome.org>
13203
13204         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13205           use bufferpools
13206
13207 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13208
13209         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13210         (theora_dec_src_query), (theora_dec_event):
13211         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13212           add debugging categories.  Remove \n's.
13213
13214 2004-07-13  Johan Dahlin  <johan@gnome.org>
13215
13216         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13217         (gst_play_bin_get_property): Impl.
13218
13219 2004-07-13  Wim Taymans  <wim@fluendo.com>
13220
13221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13222         When trying to find the stream length, seek back N pages
13223         instead of just one, where N is the number of streams in
13224         the current chain.
13225
13226 2004-07-13  Wim Taymans  <wim@fluendo.com>
13227
13228         * gst-libs/gst/riff/riff-media.c:
13229         (gst_riff_create_audio_caps_with_data),
13230         (gst_riff_create_audio_caps),
13231         (gst_riff_create_audio_template_caps):
13232         * gst-libs/gst/riff/riff-media.h:
13233         * gst-libs/gst/riff/riff-read.c:
13234         (gst_riff_read_strf_vids_with_data),
13235         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13236         * gst-libs/gst/riff/riff-read.h:
13237         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13238         (gst_avi_demux_add_stream):
13239         Set codec_data on caps for avidemuxer.
13240
13241 2004-07-12  David Schleef  <ds@schleef.org>
13242
13243         * configure.ac: Fix test for Objective C
13244
13245 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13246         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13247         (gst_gdk_pixbuf_chain):
13248           Add svg and pcx to template caps, and ensure that getcaps returns a
13249           subset of the template caps.
13250           Copy each row manually for output, as gdkpixbuf may pad the
13251           rowstride to a 32-bit word boundary.
13252
13253 2004-07-12  Wim Taymans  <wim@fluendo.com>
13254
13255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13256         (gst_riff_create_video_template_caps):
13257         Fix the template caps to include some more media types.
13258
13259 2004-07-12  Wim Taymans  <wim@fluendo.com>
13260
13261         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13262         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13263         (compare_ranks), (print_feature), (gst_decode_bin_init),
13264         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13265         (try_to_link_1), (new_pad), (close_link), (type_found),
13266         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13267         (gst_decode_bin_change_state), (plugin_init):
13268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13269         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13270         (gst_play_base_bin_dispose), (queue_overrun),
13271         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13272         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13273         (gst_play_base_bin_get_property), (play_base_eos),
13274         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13275         (gst_play_base_bin_remove_element),
13276         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13277         (gst_play_base_bin_unlink_stream),
13278         (gst_play_base_bin_get_streaminfo):
13279         * gst/playback/gstplaybasebin.h:
13280         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13281         (gst_play_bin_class_init), (gst_play_bin_init),
13282         (gst_play_bin_dispose), (gst_play_bin_set_property),
13283         (gst_play_bin_get_property), (gen_video_element),
13284         (gen_audio_element), (remove_sinks), (setup_sinks),
13285         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13286         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13287         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13288         (gst_play_bin_query), (plugin_init):
13289         * gst/playback/test4.c: (main):
13290         More fixes on reusing of the element.
13291
13292 2004-07-11  Benjamin Otte  <otte@gnome.org>
13293
13294         * ext/mad/gstmad.c: (normal_seek):
13295           allow seeking for other methods than just SET
13296
13297 2004-07-11  Andy Wingo  <wingo@pobox.com>
13298
13299         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13300         float, "any" caps -> buffer_frames=[0,MAX].
13301
13302         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13303         doesn't intersect our caps with the template any more. Do it
13304         ourselves.
13305         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13306
13307 2004-07-09  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13310         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13311         (compare_ranks), (print_feature), (gst_decode_bin_init),
13312         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13313         (try_to_link_1), (new_pad), (close_link), (type_found),
13314         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13315         (gst_decode_bin_change_state), (plugin_init):
13316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13317         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13318         (gst_play_base_bin_dispose), (queue_overrun),
13319         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13320         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13321         (gst_play_base_bin_get_property), (play_base_eos),
13322         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13323         (gst_play_base_bin_remove_element),
13324         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13325         (gst_play_base_bin_unlink_stream),
13326         (gst_play_base_bin_get_streaminfo):
13327         * gst/playback/gstplaybasebin.h:
13328         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13329         (gst_play_bin_class_init), (gst_play_bin_init),
13330         (gst_play_bin_dispose), (gst_play_bin_set_property),
13331         (gst_play_bin_get_property), (gen_video_element),
13332         (gen_audio_element), (remove_sinks), (setup_sinks),
13333         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13334         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13335         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13336         (gst_play_bin_query), (plugin_init):
13337         * gst/playback/test4.c: (main):
13338         Work on object reuse and seeking.
13339
13340 2004-07-09  Wim Taymans  <wim@fluendo.com>
13341
13342         * examples/seeking/seek.c: (iterate):
13343         Don't consume all CPU in the idle loop.
13344
13345 2004-07-09  Wim Taymans  <wim@fluendo.com>
13346
13347         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13348         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13349         Add pad to element *after* setting the pad functions so that
13350         the scheduler can use the correct ones.
13351
13352 2004-07-09  Wim Taymans  <wim@fluendo.com>
13353
13354         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13355         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13356         Sync to keyframe after seek
13357
13358 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13359
13360         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13361         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13362         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13363         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13364         * ext/libvisual/visual.c: (gst_visual_change_state):
13365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13366         * ext/theora/theoradec.c: (theora_dec_change_state):
13367         * ext/theora/theoraenc.c: (theora_enc_change_state):
13368         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13369         * gst-libs/gst/navigation/navigation.c:
13370         * gst/adder/gstadder.c: (gst_adder_change_state):
13371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13372         (gst_audio_convert_get_buffer):
13373         * gst/multipart/multipartdemux.c:
13374         (gst_multipart_demux_change_state):
13375         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13376         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13377         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13378         * gst/videoscale/gstvideoscale.c:
13379         (gst_videoscale_handle_src_event):
13380         * gst/volume/gstvolume.c: (volume_chain_int16):
13381           don't assert in state change, this should be done by the base
13382           GstElement class.
13383           various debugging fixes.
13384
13385 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13386
13387         * configure.ac:
13388         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13389         (gst_play_dispose), (gst_play_set_location),
13390         (gst_play_set_data_src), (gst_play_set_video_sink),
13391         (gst_play_set_audio_sink), (gst_play_set_visualization),
13392         (gst_play_connect_visualization), (gst_play_get_sink_element),
13393         (gst_play_get_all_by_interface):
13394         * gst-libs/gst/play/play.h:
13395           add new method to get elements implementing an interface.
13396           add various error logging
13397
13398 2004-07-08  Wim Taymans  <wim@fluendo.com>
13399
13400         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13401         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13402         (make_playerbin_pipeline), (query_durations_elems),
13403         (query_durations_pads), (query_positions_elems),
13404         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13405         (main):
13406         Added playbin seeking example.
13407
13408 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13409
13410         * gst-libs/gst/play/play.c: (gst_play_set_location),
13411         (gst_play_set_data_src), (gst_play_set_video_sink),
13412         (gst_play_set_audio_sink), (gst_play_set_visualization),
13413         (gst_play_connect_visualization), (gst_play_get_framerate):
13414           use a macro to look up elements from hash table
13415
13416 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13417
13418         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13419         (gst_play_get_length_callback), (gst_play_set_location),
13420         (gst_play_seek_to_time), (gst_play_set_data_src),
13421         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13422         (gst_play_set_visualization), (gst_play_connect_visualization),
13423         (gst_play_get_sink_element):
13424         - add debugging info
13425         - fix looking up sink elements by iterating over complete caps
13426         - put everything except for source and autoplugger in a complete bin
13427
13428 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13429
13430         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13432         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13433         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13434         * ext/alsa/gstalsasink.h:
13435         - add debugging info
13436         - clean up schizophrenia of data/buffer/event
13437         - fix double event unref error
13438
13439 2004-07-08  Wim Taymans  <wim@fluendo.com>
13440
13441         * gst/playback/Makefile.am:
13442         Add headers to noinst
13443
13444 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13445
13446         * tools/gst-launch-ext-m.m:
13447         * tools/gst-launch-ext.1.in:
13448           convert to the third millenium
13449
13450 2004-07-07  David Schleef  <ds@schleef.org>
13451
13452         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13453
13454 2004-07-07  Wim Taymans  <wim@fluendo.com>
13455
13456         * gst/playback/Makefile.am:
13457         * gst/playback/README:
13458         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13459         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13460         (compare_ranks), (print_feature), (gst_decode_bin_init),
13461         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13462         (try_to_link_1), (new_pad), (close_link), (type_found),
13463         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13464         (plugin_init):
13465         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13466         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13467         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13468         (gen_preroll_element), (no_more_pads), (new_stream),
13469         (setup_source), (gst_play_base_bin_set_property),
13470         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13471         (gst_play_base_bin_add_element),
13472         (gst_play_base_bin_remove_element),
13473         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13474         (gst_play_base_bin_unlink_stream),
13475         (gst_play_base_bin_get_streaminfo):
13476         * gst/playback/gstplaybasebin.h:
13477         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13478         (gst_play_bin_class_init), (gst_play_bin_init),
13479         (gst_play_bin_dispose), (gst_play_bin_set_property),
13480         (gst_play_bin_get_property), (gen_video_element),
13481         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13482         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13483         (gst_play_bin_get_formats), (gst_play_bin_convert),
13484         (gst_play_bin_get_query_types), (gst_play_bin_query),
13485         (plugin_init):
13486         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13487         (gst_stream_info_get_type), (gst_stream_info_class_init),
13488         (gst_stream_info_init), (gst_stream_info_new),
13489         (gst_stream_info_dispose), (gst_stream_info_set_property),
13490         (gst_stream_info_get_property):
13491         * gst/playback/gststreaminfo.h:
13492         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13493         (main):
13494         * gst/playback/test2.c: (main):
13495         * gst/playback/test3.c: (update_scale), (main):
13496         More playbin fixes. Added README. Do better element filtering.
13497         Added base class to preroll media. Added test apps.
13498
13499 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13500
13501         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13502         * ext/mpeg2dec/gstmpeg2dec.h:
13503           various debugging improvements.  Reset stream to next picture
13504           instead of sequence header, otherwise seeks cannot work.
13505
13506 2004-07-07  Wim Taymans  <wim@fluendo.com>
13507
13508         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13509         (gst_video_box_class_init), (gst_video_box_set_property),
13510         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13511         Use pad_alloc where possible.
13512
13513 2004-07-07  Wim Taymans  <wim@fluendo.com>
13514
13515         * sys/oss/gstosselement.c: (gst_osselement_reset),
13516         (gst_osselement_parse_caps):
13517         * sys/oss/gstosselement.h:
13518         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13519         Fix offset on osssrc.
13520
13521 2004-07-07  Wim Taymans  <wim@fluendo.com>
13522
13523         * ext/theora/theora.c: (plugin_init):
13524         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13525         (theora_dec_src_query), (theora_dec_chain):
13526         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13527         (theora_enc_sink_link), (theora_buffer_from_packet),
13528         (theora_push_packet), (theora_enc_chain):
13529         Fix theora granulepos calculation.
13530         Fix overflow in duration/position calculation.
13531         Bump rank to PRIMARY for theoradec.
13532         Use granulepos of last packet to calculate position.
13533         Set keyframe flag on buffers when needed.
13534
13535 2004-07-06  David Schleef  <ds@schleef.org>
13536
13537         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13538         serious?  (Fixed, obviously.)
13539
13540 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13541
13542         * po/LINGUAS:
13543         * po/cs.po:
13544           added Czech translation (Miloslav Trmac)
13545
13546 2004-07-05  Wim Taymans  <wim@fluendo.com>
13547
13548         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13549         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13550         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13551         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13552         (close_link), (type_found), (gst_decode_bin_set_property),
13553         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13554         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13555         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13556         (gst_decode_bin_query), (plugin_init):
13557         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13558         (gst_play_bin_class_init), (gst_play_bin_init),
13559         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13560         (get_video_element), (new_pad), (setup_source),
13561         (gst_play_bin_set_property), (gst_play_bin_get_property),
13562         (gst_play_bin_change_state), (gst_play_bin_add_element),
13563         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13564         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13565         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13566         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13567         * gst/playback/test.c: (main):
13568         More fixes, cleaned up playbin, make it use decodebin. Added
13569         threaded property to playbin.
13570
13571 2004-07-05  Wim Taymans  <wim@fluendo.com>
13572
13573         * configure.ac:
13574         * gst/playback/Makefile.am:
13575         * gst/playback/decodetest.c: (main):
13576         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13577         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13578         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13579         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13580         (close_link), (type_found), (gst_decode_bin_set_property),
13581         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13582         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13583         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13584         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13585         (plugin_init):
13586         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13587         (gst_play_bin_class_init), (gst_play_bin_init),
13588         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13589         (collect_sink_pads), (find_compatibles), (close_pad_link),
13590         (try_to_link_1), (new_pad), (close_link), (type_found),
13591         (setup_source), (gst_play_bin_set_property),
13592         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13593         (compare_ranks), (gst_play_bin_collect_factories),
13594         (gst_play_bin_change_state), (gst_play_bin_add_element),
13595         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13596         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13597         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13598         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13599         * gst/playback/test.c: (main):
13600         Added some playback helper elements and some test apps, very alpha
13601         still.
13602
13603 2004-07-04  Benjamin Otte  <otte@gnome.org>
13604
13605         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13606           only restart audio when we indeed have an xrun to fix repeated
13607           xruns. Fix suggested by Giuliano Pochini.
13608
13609 2004-07-03  David Schleef  <ds@schleef.org>
13610
13611         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13612         call to gst_debug_log() if debugging is disabled (bug #145118)
13613
13614 2004-07-03  Benjamin Otte  <otte@gnome.org>
13615
13616         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13617           use our own functions for restarting the alsa device.
13618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13619           I should apply patches myself - use MIN for the third argument, not
13620           the second, this fixes seeking
13621
13622 2004-07-02  David Schleef  <ds@schleef.org>
13623
13624         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13625         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13626         do with the logic.
13627
13628 2004-07-02  David Schleef  <ds@schleef.org>
13629
13630         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13631         output buffers.  Fix logic mistake.  (bug #144866)
13632
13633 2004-07-02  David Schleef  <ds@schleef.org>
13634
13635         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13636         on X.  (bug #144753)
13637
13638 2004-07-02  David Schleef  <ds@schleef.org>
13639
13640         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13641         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13642         (bug #144624)
13643         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13644         (gst_osselement_rate_probe_check): Add another workaround for
13645         buggy drivers (bug #145336)
13646
13647 2004-07-02  David Schleef  <ds@schleef.org>
13648
13649         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13650         Most systems don't have MSG_NOSIGNAL.
13651
13652 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13653
13654         * Makefile.am:
13655         * gst-libs/gst/colorbalance/Makefile.am:
13656         * gst-libs/gst/mixer/Makefile.am:
13657         * gst-libs/gst/play/Makefile.am:
13658         * gst-libs/gst/tuner/Makefile.am:
13659           (hopefully) fix both install and dist and make error message useful.
13660           needs testing across automakes.
13661
13662 2004-07-02  Benjamin Otte  <otte@gnome.org>
13663
13664         * ext/ogg/gstogg.c: (plugin_init):
13665           we require bytestream now
13666         * ext/ogg/gstoggdemux.c:
13667           huge diff to implement chain setup in a fast and generic way. This
13668           improves tag reading and startup of huge files (read: Theora videos)
13669           quite a bit. It probably contains bugs, too, so please test.
13670           Seeking is not improved to the fast method.
13671
13672 2004-06-29  Wim Taymans  <wim@fluendo.com>
13673
13674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13675         * ext/ogg/gstoggmux.c:
13676         Fix memleak in oggdemux when running unconnected pads.
13677         doc update in mux, start working on keyframe mode.
13678
13679 2004-06-29  Benjamin Otte  <otte@gnome.org>
13680
13681         * sys/oss/gstosssink.c:
13682         * sys/oss/gstosssrc.c:
13683           advertise correct template caps - we indeed do non-native endianness
13684           and 8bit audio has no endianness
13685         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13687           avoid (wrong) duplications in getcaps function and return
13688           template caps
13689
13690 2004-06-29  Wim Taymans  <wim@fluendo.com>
13691
13692         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13693         (gst_multifdsink_class_init), (gst_multifdsink_add),
13694         (gst_multifdsink_remove), (gst_multifdsink_clear),
13695         (gst_multifdsink_client_remove),
13696         (gst_multifdsink_handle_client_read),
13697         (gst_multifdsink_client_queue_data),
13698         (gst_multifdsink_client_queue_caps),
13699         (gst_multifdsink_client_queue_buffer),
13700         (gst_multifdsink_handle_client_write),
13701         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13702         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13703         (gst_multifdsink_init_send), (gst_multifdsink_close):
13704         Fix wrong GList iteration that could crash the server when
13705         more then 2 clients disconnect at the same time. Read all the
13706         pending commands in one batch to recover from command storms under
13707         very heavy load.
13708
13709 2004-06-28  Wim Taymans  <wim@fluendo.com>
13710
13711         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13712         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13713         (gst_videomixer_pad_set_property),
13714         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13715         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13716         (gst_videomixer_class_init), (gst_videomixer_init),
13717         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13718         (pad_zorder_compare), (gst_videomixer_sort_pads),
13719         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13720         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13721         (gst_videomixer_update_queues), (gst_videomixer_loop),
13722         (plugin_init):
13723         Avoid divide by zero, choose masterpad as the pad with the highest
13724         framerate.
13725
13726 2004-06-27  Julien Moutte  <julien@moutte.net>
13727
13728         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13729         (gst_ximagesink_xwindow_new):
13730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13731         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13732         function directly. We might want to call it from somewhere else one day.
13733
13734 2004-06-27  Julien Moutte  <julien@moutte.net>
13735
13736         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13737         (gst_ximagesink_xwindow_new):
13738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13739         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13740         window decorations.
13741
13742 2004-06-27  Wim Taymans  <wim@fluendo.com>
13743
13744         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13745         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13746         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13747         (gst_dvdec_set_property), (gst_dvdec_get_property):
13748         * ext/dv/gstdvdec.h:
13749         Implement drop_factor property to lower the framerate with
13750         a factor.
13751
13752 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * gst-libs/gst/colorbalance/Makefile.am:
13755         * gst-libs/gst/mixer/Makefile.am:
13756         * gst-libs/gst/play/Makefile.am:
13757         * gst-libs/gst/tuner/Makefile.am:
13758           unbreak Company's fix that didn't install the -enum.h files
13759
13760 2004-06-27  Wim Taymans  <wim@fluendo.com>
13761
13762         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13763         (gst_dvdec_change_state):
13764         * ext/dv/gstdvdec.h:
13765         Fix timestamp, duration and offset of the buffers.
13766
13767 2004-06-27  Wim Taymans  <wim@fluendo.com>
13768
13769         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13770         (gst_multifdsink_class_init), (gst_multifdsink_add),
13771         (gst_multifdsink_remove), (gst_multifdsink_clear),
13772         (gst_multifdsink_client_remove),
13773         (gst_multifdsink_handle_client_read),
13774         (gst_multifdsink_client_queue_data),
13775         (gst_multifdsink_client_queue_caps),
13776         (gst_multifdsink_client_queue_buffer),
13777         (gst_multifdsink_handle_client_write),
13778         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13779         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13780         (gst_multifdsink_init_send), (gst_multifdsink_close):
13781         * gst/tcp/gstmultifdsink.h:
13782         * gst/tcp/gsttcpserversink.c:
13783         (gst_tcpserversink_handle_server_read),
13784         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13785         More multifdsink fixes, more recovery policy fixes.
13786         Removed stupid g_print
13787
13788 2004-06-26  Wim Taymans  <wim@fluendo.com>
13789
13790         * gst/tcp/Makefile.am:
13791         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13792         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13793         (gst_multifdsink_class_init), (gst_multifdsink_init),
13794         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13795         (gst_multifdsink_handle_client_read),
13796         (gst_multifdsink_client_queue_data),
13797         (gst_multifdsink_client_queue_caps),
13798         (gst_multifdsink_client_queue_buffer),
13799         (gst_multifdsink_handle_client_write),
13800         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13801         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13802         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13803         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13804         (gst_multifdsink_close), (gst_multifdsink_change_state):
13805         * gst/tcp/gstmultifdsink.h:
13806         * gst/tcp/gsttcpplugin.c: (plugin_init):
13807         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13808         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13809         (gst_tcpserversink_handle_server_read),
13810         (gst_tcpserversink_handle_select),
13811         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13812         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13813         * gst/tcp/gsttcpserversink.h:
13814         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13815         one of the locks, added recovery policy to multifdsink.
13816
13817 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13818
13819         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13820           fix decision for when getting frames with same timestamp
13821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13822         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13823         (gst_v4lsrc_get_property):
13824         * sys/v4l/gstv4lsrc.h:
13825           add latency offset property
13826
13827 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13828
13829         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13830         (plugin_init):
13831           fix debugging. add category.
13832
13833 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13834
13835         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13836           fix wrong offsets
13837
13838 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13839
13840         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13841         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13842         (gst_alsa_src_change_state):
13843           return a time that is in sync with the element's processing
13844
13845 2004-06-25  Wim Taymans  <wim@fluendo.com>
13846
13847         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13848         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13849         (gst_tcpserversink_client_remove),
13850         (gst_tcpserversink_handle_client_read),
13851         (gst_tcpserversink_client_queue_data),
13852         (gst_tcpserversink_client_queue_caps),
13853         (gst_tcpserversink_client_queue_buffer),
13854         (gst_tcpserversink_handle_client_write),
13855         (gst_tcpserversink_queue_buffer),
13856         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13857         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13858         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13859         (gst_tcpserversink_close):
13860         * gst/tcp/gsttcpserversink.h:
13861         Serversink rewrite. Really do non blocking writes to clients and
13862         maintain an internal queue to handle slower clients while not
13863         disturbing fast clients.
13864
13865 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13866
13867         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13868           better debug, don't override OFFSET and OFFSET_END
13869
13870 2004-06-25  Iain <iain@prettypeople.org>
13871
13872         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13873         name=source for the wavparse pipeline.
13874
13875 2004-06-24  Johan Dahlin  <johan@gnome.org>
13876
13877         * ext/theora/theoraenc.c (theora_enc_chain): Call
13878         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13879         streamheader caps are set correctly.
13880
13881 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13882
13883         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13884         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13885           respect minimum bitrate; same could be done for max bitrate
13886
13887 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13888
13889         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13890         (gst_vorbisenc_setup):
13891           fix sample rate range
13892
13893 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13896         (gst_oggvorbisenc_setup):
13897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13898         (gst_vorbisenc_setup):
13899           resolve ambiguities in code and description
13900
13901 2004-06-24  Wim Taymans  <wim@fluendo.com>
13902
13903         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13904         * ext/alsa/gstalsa.h:
13905         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13906         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13907         Use alsa trigger_tstamp to get the timestamp of the first
13908         sample in the buffer for more precise sync. Some cleanups.
13909
13910 2004-06-24  Wim Taymans  <wim@fluendo.com>
13911
13912         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13913         (gst_audiorate_init), (gst_audiorate_chain),
13914         (gst_audiorate_set_property), (gst_audiorate_get_property):
13915         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13916         (gst_videorate_chain):
13917         Added some logging, fixed an overflow bug in videorate.
13918
13919 2004-06-24  Benjamin Otte  <otte@gnome.org>
13920
13921         * ext/kio/Makefile.am:
13922           fix for builddir != srcdir and distcheck
13923
13924 2004-06-24  Benjamin Otte  <otte@gnome.org>
13925
13926         * gst-libs/gst/colorbalance/Makefile.am:
13927         * gst-libs/gst/mixer/Makefile.am:
13928         * gst-libs/gst/play/Makefile.am:
13929         * gst-libs/gst/tuner/Makefile.am:
13930         * gst/tcp/Makefile.am:
13931         * sys/dxr3/Makefile.am:
13932           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13933           tarball.
13934           Also add all *.list files that were missing.
13935         * Makefile.am:
13936           add a distcheck hook to ensure the above doesn't happen again.
13937
13938 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13939
13940         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13941
13942 2004-06-23  Colin Walters  <walters@redhat.com>
13943
13944         * m4/Makefile.am: Distribute gst-fionread.m4.
13945
13946 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13947
13948         * configure.ac: back to dev
13949
13950 2004-06-23  Wim Taymans  <wim@fluendo.com>
13951
13952         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13953         (gst_alsa_xrun_recovery):
13954         * ext/alsa/gstalsa.h:
13955         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13956         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13957         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13958         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13959         (gst_alsa_src_loop):
13960         Add clock to alsasrc. Take new capture timestamp when
13961         restarting after an overrun. Split up some functions between
13962         alsasrc and alsasink.
13963
13964 === release 0.8.2 ===
13965
13966 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13967
13968         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13969         (gst_alsa_change_state), (gst_alsa_update_avail),
13970         (gst_alsa_xrun_recovery):
13971         * ext/alsa/gstalsa.h:
13972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13973           merge back changes from release
13974
13975 2004-06-23  Wim Taymans  <wim@fluendo.com>
13976
13977         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13978         (gst_audiorate_init), (gst_audiorate_chain),
13979         (gst_audiorate_set_property), (gst_audiorate_get_property):
13980         Implement sample dropping and notify
13981
13982 2004-06-22  Wim Taymans  <wim@fluendo.com>
13983
13984         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13985         (theora_enc_sink_link), (theora_buffer_from_packet),
13986         (theora_push_packet), (theora_enc_chain):
13987         Some cleanups, make sure the timestamps are correct.
13988
13989 2004-06-22  Wim Taymans  <wim@fluendo.com>
13990
13991         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13992         (gst_alsa_change_state), (gst_alsa_update_avail),
13993         (gst_alsa_xrun_recovery):
13994         * ext/alsa/gstalsa.h:
13995         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13996         Cleanups, take queued samples into account when reporting
13997         the time.
13998
13999 2004-06-22  Wim Taymans  <wim@fluendo.com>
14000
14001         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14002         (gst_videorate_init):
14003         Initialize the property as well.
14004
14005 2004-06-22  Wim Taymans  <wim@fluendo.com>
14006
14007         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14008         (gst_videorate_init), (gst_videorate_chain),
14009         (gst_videorate_set_property), (gst_videorate_get_property):
14010         Add property to make videorate silent.
14011         Add property to prefer new frames over old ones.
14012
14013 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14014
14015         * sys/osxvideo/Makefile.am:
14016         Workaround so that the osxvideo .so file gets linked with the
14017         Cocoa, OpenGL and QuickTime frameworks
14018
14019 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14020
14021         * sys/osxaudio/Makefile.am:
14022         Workaround so that the osxaudio .so file gets linked with the
14023         CoreAudio framework
14024
14025 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14026
14027         * configure.ac:
14028         Whoops, my fault...fixed build issues
14029
14030 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14031
14032         * configure.ac:
14033         Add objective-c support if running in Darwin/Mac OS X
14034         * sys/Makefile.am:
14035         * sys/osxvideo:
14036         * sys/osxvideo/Makefile.am:
14037         * sys/osxvideo/osxvideosink.h:
14038         * sys/osxvideo/osxvideosink.m:
14039         * sys/osxvideo/cocoawindow.h:
14040         * sys/osxvideo/cocoawindow.m:
14041         Add osxvideosink, a cocoa-based osx video sink
14042
14043
14044 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14045         * ext/dvdnav/gst-dvd:
14046         Grab the gconf key from the right spot
14047         * gst/debug/gstnavseek.c: (gst_navseek_init),
14048         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14049         (gst_navseek_chain):
14050         * gst/debug/gstnavseek.h:
14051           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14052           and loop parameters of a segment seek.
14053         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14054         (gst_videotestsrc_get_event_masks),
14055         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14056         * gst/videotestsrc/gstvideotestsrc.h:
14057           Add seeking support to videotestsrc
14058           Initialise the timestamp_offset variable.
14059
14060 2004-06-18  Wim Taymans  <wim@fluendo.com>
14061
14062         * ext/sidplay/gstsiddec.cc:
14063         Fix negotiation and set correct end offset.
14064
14065 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14066
14067         * configure.ac: branch and prerelease
14068
14069 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14070
14071         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14072         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14073         (gst_tcpclientsrc_init_receive):
14074         * gst/tcp/gsttcpclientsrc.h:
14075           read caps when connecting to server for GDP so we set them correctly
14076
14077 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14078
14079         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14080           notify drops and duplicates
14081         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14082           no good reason to limit ourselves to 100x100
14083
14084 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14085
14086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14087         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14088         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14089         (gst_v4lsrc_get_property):
14090         * sys/v4l/gstv4lsrc.h:
14091         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14092         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14093         (gst_v4l_set_audio):
14094         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14095         (gst_v4lsrc_try_capture):
14096         * sys/v4l/v4lsrc_calls.h:
14097           change try_palette to more general try_capture
14098           add autoprobe option so we can turn off autoprobing
14099           various fixes
14100
14101 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14102
14103         * configure.ac:
14104           add videorate
14105         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14106         (gst_ximagesink_class_init):
14107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14108         (gst_xvimagesink_class_init):
14109           run them as finalize, not dispose, since dispose can be invoked
14110           multiple times
14111
14112 2004-06-17  Wim Taymans  <wim@fluendo.com>
14113
14114         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14115         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14116         * ext/alsa/gstalsa.h:
14117         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14118         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14119         (gst_alsa_src_change_state):
14120         * ext/alsa/gstalsasrc.h:
14121         Make the xrun code timestamp and offset the buffers correctly.
14122         moved the clock to the base class, use alsa methods to get time.
14123         Do correct timestamping on outgoing buffers.
14124
14125 2004-06-17  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst/audiorate/Makefile.am:
14128         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14129         (gst_audiorate_base_init), (gst_audiorate_class_init),
14130         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14131         (gst_audiorate_set_property), (gst_audiorate_get_property),
14132         (gst_audiorate_change_state), (plugin_init):
14133         Added an audiorate converter that fills in gaps.
14134
14135 2004-06-17  Johan Dahlin  <johan@gnome.org>
14136
14137         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14138
14139 2004-06-16  Wim Taymans  <wim@fluendo.com>
14140
14141         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14143         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14144         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14145         (gst_v4lsrc_get_property):
14146         * sys/v4l/gstv4lsrc.h:
14147         Added a copy mode to v4lsrc where it will output a copied version
14148         of its internal hardware buffer.
14149         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14150         can't | them.
14151
14152 2004-06-16  Wim Taymans  <wim@fluendo.com>
14153
14154         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14155         Timestamp fixes.
14156
14157 2004-06-16  Wim Taymans  <wim@fluendo.com>
14158
14159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14160         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14161         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14162         (gst_v4lsrc_get_property):
14163         * sys/v4l/gstv4lsrc.h:
14164         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14165         Added a sync mode enum property to control v4lsrc timestamp method
14166         Removed the use-fixed-fps property and moved functionality in
14167         the enum.
14168         Don't error on an error value from v4l-conf, it might not always
14169         be a real error.
14170
14171 2004-06-16  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/videorate/Makefile.am:
14174         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14175         (gst_videorate_base_init), (gst_videorate_class_init),
14176         (gst_videorate_getcaps), (gst_videorate_link),
14177         (gst_videorate_init), (gst_videorate_chain),
14178         (gst_videorate_set_property), (gst_videorate_get_property),
14179         (gst_videorate_change_state), (plugin_init):
14180         Added a video timestamp corrector.
14181
14182 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14183
14184         fixed a potential leak with previous commit
14185
14186         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14187
14188 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14189
14190         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14191         Added missing refcount, fixes bug #144425
14192         Cheers Tim for finding the bug
14193
14194 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14195
14196         * sys/v4l/gstv4l.c: (plugin_init):
14197         * sys/v4l/gstv4lcolorbalance.c:
14198         * sys/v4l/gstv4lcolorbalance.h:
14199         * sys/v4l/gstv4lelement.c:
14200         * sys/v4l/gstv4lelement.h:
14201         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14202         * sys/v4l/gstv4lmjpegsink.h:
14203         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14204         * sys/v4l/gstv4lmjpegsrc.h:
14205         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14206         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14207         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14208         * sys/v4l/gstv4lsrc.h:
14209         * sys/v4l/gstv4ltuner.c:
14210         * sys/v4l/gstv4ltuner.h:
14211         * sys/v4l/gstv4lxoverlay.c:
14212         * sys/v4l/gstv4lxoverlay.h:
14213         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14214         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14215         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14216         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14217         (gst_v4l_set_audio):
14218         * sys/v4l/v4l_calls.h:
14219         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14220         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14221         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14222         (gst_v4lmjpegsink_playback_init),
14223         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14224         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14225         (gst_v4lmjpegsink_playback_stop),
14226         (gst_v4lmjpegsink_playback_deinit):
14227         * sys/v4l/v4lmjpegsink_calls.h:
14228         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14229         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14230         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14231         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14232         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14233         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14234         * sys/v4l/v4lmjpegsrc_calls.h:
14235         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14236         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14237         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14238         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14239         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14240         (gst_v4lsrc_try_palette):
14241         * sys/v4l/v4lsrc_calls.h:
14242           bunch of paranoia cleanups
14243
14244 2004-06-14  David Schleef  <ds@schleef.org>
14245
14246         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14247         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14248         Send discont events and change timestamps appropriately when
14249         we get a seek event.  (bug #144240)
14250         * ext/cdparanoia/gstcdparanoia.h:
14251
14252 2004-06-14  Benjamin Otte  <otte@gnome.org>
14253
14254         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14255           snd_pcm_hw_params_set_rate  since the latter fails for no good
14256           reason on some setups.
14257
14258 2004-06-14  David Schleef  <ds@schleef.org>
14259
14260         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14261         standard.  Thank you for playing.
14262
14263 2004-06-14  Wim Taymans  <wim@fluendo.com>
14264
14265         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14266         Patch 1.3 broke the ordering of the colorspace info and
14267         made the plugin basically work by coincidence, reordered
14268         the info.
14269
14270 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14271
14272         * ext/lame/gstlame.c:
14273         * ext/mad/gstmad.c:
14274           sync caps.  Make sure mad can only output a list of rates, not
14275           a full range.  In the future, have three caps lists for each of the
14276           mpeg versions.  Change mpegversion to a double as well.
14277
14278 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14279
14280         * gst/volume/.cvsignore:
14281         * gst/volume/Makefile.am:
14282         * gst/volume/demo.c: (value_changed_callback), (idler),
14283         (setup_gui), (main):
14284           added small demo app
14285
14286 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14287         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14288         * ext/esd/esdsink.h:
14289         Close the esd connection on pause, because esd will just wait -
14290         blocking all other esd clients indefinitely.
14291
14292 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14293
14294         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14295           previous commit with GST_DEBUG
14296
14297 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14298
14299         * configure.ac:
14300           add a header check for a dvdread header in dvdnav.  Fixes #133002
14301
14302 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14303
14304         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14305         * gst/tcp/gsttcpclientsink.h:
14306         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14307         * gst/tcp/gsttcpclientsrc.h:
14308         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14309         (gst_tcpserversink_handle_server_read),
14310         (gst_tcpserversink_init_send):
14311         * gst/tcp/gsttcpserversink.h:
14312         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14313         * gst/tcp/gsttcpserversrc.h:
14314         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14315         version of IP)
14316
14317 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14318
14319         * configure.ac:
14320         Added ogg library so that OSX detects libtheora properly
14321
14322 2004-06-11  Wim Taymans  <wim@fluendo.com>
14323
14324         * ext/theora/theoradec.c: (theora_dec_chain),
14325         (theora_dec_change_state):
14326         Don't try to decode frames before we received a keyframe.
14327
14328 2004-06-11  Wim Taymans  <wim@fluendo.com>
14329
14330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14331         (gst_ogg_mux_init), (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         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14335         Added property to set the maximum delay of a page.
14336
14337 2004-06-10  Wim Taymans  <wim@fluendo.com>
14338
14339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14340         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14341         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14342         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14343         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14344         Added max-delay property to control the maximum amount
14345         of data to put in one page.
14346
14347 2004-06-10  Wim Taymans  <wim@fluendo.com>
14348
14349         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14350         (gst_theora_enc_init), (theora_enc_sink_link),
14351         (theora_buffer_from_packet), (theora_enc_set_property),
14352         (theora_enc_get_property):
14353         Set duration on encoded buffer, added some more properties
14354
14355 2004-06-10  Wim Taymans  <wim@fluendo.com>
14356
14357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14358         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14359         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14360         * ext/theora/theoraenc.c: (theora_enc_chain):
14361         Fix refcounting bugs
14362
14363 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14364
14365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14366         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14367         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14368         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14369         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14370         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14371         (gst_asf_demux_change_state):
14372         * gst/asfdemux/gstasfdemux.h:
14373           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14374           feels like. I think we should set a new requirement for demuxers
14375           from now on to implement sane loop functions, data loops, query
14376           and seek functions before first commit into CVS. And this commit
14377           fixes all of the above.
14378
14379 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14380
14381         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14382           vorbis comments are properly encoded in UTF-8 before adding them
14383           to a GstTagList
14384
14385 2004-06-09  Benjamin Otte  <otte@gnome.org>
14386
14387         * ext/alsa/gstalsa.c: (add_channels):
14388           handle min <= max correctly
14389         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14390         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14391           add fixation functions so we fixate correctly. No preferring of alaw
14392           anymore because it's the first structure.
14393         * ext/alsa/gstalsa.h:
14394         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14395         (gst_alsa_hw_params_dump):
14396           add functions to ease debugging in alsalib
14397         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14398         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14399         (gst_alsa_start_audio):
14400           only specify hw params if we really setup a format (fixes #134007 -
14401           or at least works around it)
14402
14403 2004-06-09  Wim Taymans  <wim@fluendo.com>
14404
14405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14406         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14407         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14408         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14409         (gst_ogg_mux_loop):
14410         Use stream caps to setup the initial pages in the ogg stream.
14411         Correctly set the streamheader caps on the srcpad.
14412
14413 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14414
14415         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14416         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14417         (gst_v4lsrc_getcaps):
14418         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14419         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14420           add querying of fps lists for webcams.  Negotiating to a framerate
14421           now works.
14422
14423 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14424
14425         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14426         (theora_push_buffer), (theora_push_packet),
14427         (theora_set_header_on_caps), (theora_enc_chain):
14428           mark buffers and put on streamheader, raw theora streaming
14429           now works too, whee
14430
14431 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14432
14433         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14434         (gst_tcp_gdp_read_caps):
14435           do a looping read for caps and GDP headers too
14436
14437 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14438
14439         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14440         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14441           return EOS instead of NULL in _get
14442
14443 2004-06-08  Wim Taymans  <wim@fluendo.com>
14444
14445         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14446         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14447         (gst_tcp_gdp_write_caps):
14448         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14449         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14450         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14451         Memory leak fixes
14452
14453 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14454
14455         * ext/vorbis/Makefile.am:
14456         * ext/vorbis/vorbis.c: (plugin_init):
14457         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14458         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14459         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14460         (vorbis_parse_change_state):
14461         * ext/vorbis/vorbisparse.h:
14462           adding a vorbisparse element that marks the buffers, streaming
14463           raw vorbis using GDP now works, whee
14464
14465 2004-06-08  Wim Taymans  <wim@fluendo.com>
14466
14467         * ext/jpeg/Makefile.am:
14468         * ext/jpeg/README:
14469         * ext/jpeg/gstjpeg.c: (plugin_init):
14470         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14471         (gst_smokedec_base_init), (gst_smokedec_class_init),
14472         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14473         * ext/jpeg/gstsmokedec.h:
14474         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14475         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14476         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14477         (gst_smokeenc_resync), (gst_smokeenc_chain),
14478         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14479         * ext/jpeg/gstsmokeenc.h:
14480         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14481         (smokecodec_flush_destination), (smokecodec_term_destination),
14482         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14483         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14484         (smokecodec_term_source), (smokecodec_encode_new),
14485         (smokecodec_decode_new), (smokecodec_info_free),
14486         (smokecodec_set_quality), (smokecodec_get_quality),
14487         (smokecodec_set_threshold), (smokecodec_get_threshold),
14488         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14489         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14490         (smokecodec_parse_header), (smokecodec_decode):
14491         * ext/jpeg/smokecodec.h:
14492         Added a new simple jpeg based codec
14493
14494 2004-06-08  Wim Taymans  <wim@fluendo.com>
14495
14496         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14497         (gst_multipart_mux_loop):
14498         Fix memory leak
14499
14500 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14501
14502         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14503         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14504         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14505         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14506         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14507         * gst/tcp/gsttcpserversink.h:
14508           take streamheader into account
14509
14510 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14511
14512         * gst/level/Makefile.am:
14513         * gst/level/gstlevel.c: (gst_level_class_init):
14514           clean up marshal generation
14515
14516 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14517
14518         * gst/tcp/Makefile.am:
14519         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14520         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14521         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14522         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14523         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14524         (gst_tcpclientsrc_get_property):
14525         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14526         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14527         (gst_tcpserversink_handle_client_read),
14528         (gst_tcpserversink_handle_client_write),
14529         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14530         * gst/tcp/gsttcpserversink.h:
14531           add signals client-added and client-removed
14532         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14533         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14534         (gst_tcpserversrc_get_property):
14535         uniformized, change default protocol to NONE
14536         * gst/tcp/gsttcp-marshal.list: added
14537 2004-06-07  Benjamin Otte  <otte@gnome.org>
14538
14539         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14540           handle discont events if they happen before caps nego
14541
14542 2004-06-07  Wim Taymans  <wim@fluendo.com>
14543
14544         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14545         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14546         (gst_multipart_demux_plugin_init):
14547         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14548         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14549         (gst_multipart_mux_change_state):
14550         Small updates, fix a memleak
14551
14552 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14553
14554         * configure.ac: OSS portability
14555         * ext/arts/gst_arts.c: idem
14556         * sys/oss/gstosselement.c: idem
14557         * sys/oss/gstossmixer.c: idem
14558         * sys/oss/gstosssink.c: idem
14559         * sys/oss/gstosssrc.c: idem
14560         * sys/oss/oss_probe.c: idem
14561           - check for soundcard.h in different places for some BSD
14562
14563 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14564
14565         * AUTHORS:
14566         Add me to the authors file
14567         * configure.ac:
14568         Increase the libdv requirement to >= version 0.100
14569         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14570         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14571         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14572         * ext/dv/gstdvdec.h:
14573         Add support for the new_media flag when sending DISCONT events
14574         Make the querying work when video pad is not linked
14575
14576 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14577
14578         reviewed by Benjamin Otte  <otte@gnome.org>
14579
14580         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14581           create a NULL-initialized array of pads, so we don't think they
14582           exist already. (fixes #143130)
14583
14584 2004-06-07  Benjamin Otte  <otte@gnome.org>
14585
14586         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14587         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14588         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14589           don't use // coments
14590
14591 2004-06-07  Benjamin Otte  <otte@gnome.org>
14592
14593         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14594           cast to GstClockTime to get higher granularity
14595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14596           use gst_element_set_time_delay to get the exact time
14597         * ext/mad/gstmad.c: (gst_mad_chain):
14598           use the negotiated rate instead of the current frame's rate which
14599           might be wrong because of bit errors. This avoids emitting totally
14600           bogus timestamps and screwing sync.
14601         (fixes #143454)
14602
14603 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14604
14605         reviewed by Benjamin Otte  <otte@gnome.org>
14606
14607         * gst/adder/gstadder.c: (gst_adder_loop):
14608           properly error out when no negotiation has happened yet. (fixes
14609           #143032)
14610
14611 2004-06-06  Benjamin Otte  <otte@gnome.org>
14612
14613         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14614           forward correctly transformed offset in discont events. Based on
14615           patch by Arwed v. Merkatz. (fixes #142851)
14616
14617 2004-06-06  David Schleef  <ds@schleef.org>
14618
14619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14620         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14621         problems on several systems.
14622
14623 2004-06-06  Benjamin Otte  <otte@gnome.org>
14624
14625         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14626           use explicit caps on the srcpad
14627         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14628           properly error out if caps couldn't be set (fixes #142764)
14629
14630 2004-06-06  Benjamin Otte  <otte@gnome.org>
14631
14632         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14633         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14634         (gst_alsa_start_audio):
14635           - don't call set_periods_integer anymore, it breaks the
14636           configuration randomly
14637           - call snd_pcm_hw_params_set_access directly instead of using masks
14638           - don't fail if the sw_params can't be set, just use the default
14639           params and hope it works. Alsalib has weird issues when you touch
14640           sw_params and does no proper error reporting about what failed.
14641         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14642         (gst_alsa_close_audio):
14643           make our alsa debugging go via gst debugging and not conditionally
14644           defined
14645         * ext/alsa/gstalsa.h:
14646           add ALSA_DEBUG_FLUSH macro
14647         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14648         (plugin_init):
14649           wrap alsa errors to be printed via the gst debugging system and not
14650           spammed to stderr
14651
14652 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14653
14654         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14655         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14656         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14657         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14658         (qtdemux_parse_trak):
14659         * gst/qtdemux/qtdemux.h:
14660           Bitch. Also known as seeking, querying & co.
14661         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14662         (gst_osssink_change_state):
14663         * sys/oss/gstosssink.h:
14664           Resyncing is for weenies, this hack is no longer needed and was
14665           broken anyway (since it - unintendedly - always leaves resync to
14666           TRUE).
14667
14668 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14669
14670         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14671         * gst/tcp/gsttcpclientsrc.h: idem
14672           - define MSG_NOSIGNAL if not done
14673           - include unistd.h for off_t
14674           (fixes #143749)
14675
14676 2004-06-05  Benjamin Otte  <otte@gnome.org>
14677
14678         * configure.ac:
14679         * ext/kio/Makefile.am:
14680           check for qt's moc preprocessor explicitly and use it
14681
14682 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14683
14684         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14685           don't get a signal for EPIPE on socket writes
14686           (somebody check if this works on other platforms)
14687
14688 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14689
14690         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14691         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14692           check error condition on available samples correctly
14693
14694 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14695
14696         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14697           avoid a segfault
14698         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14699         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14700         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14701         (gst_tcpserversrc_gdp_read_header):
14702          use ssize_t over size_t since the former is signed and thus the
14703          check for error codes can work
14704
14705 2004-06-02  Wim Taymans  <wim@fluendo.com>
14706
14707         reviewed by: Johan
14708
14709         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14710         (gst_multipart_mux_loop):
14711         Oops
14712
14713 2004-06-02  Wim Taymans  <wim@fluendo.com>
14714
14715         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14716         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14717         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14718         (gst_multipart_mux_change_state):
14719         Added configurable boundary specifier, added the value as a
14720         caps field as well.
14721
14722 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14723
14724         * gst/tcp/gsttcp.c:
14725         * gst/tcp/gsttcpclientsrc.c:
14726         * gst/tcp/gsttcpclientsrc.h:
14727         * gst/tcp/gsttcpserversrc.c:
14728           - portability fix, to compile on OSX
14729             (fixes #143146)
14730
14731         * sys/osxaudio/gstosxaudioelement.c:
14732         * sys/osxaudio/gstosxaudiosink.c:
14733         * sys/osxaudio/gstosxaudiosrc.c:
14734           - compilation warnings on OSX
14735             (fixes #143153)
14736
14737 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14738
14739         * ext/vorbis/vorbisdec.c : sign warning fixes
14740
14741         * gst-libs/gst/mixer/mixertrack.c :
14742           do no use defines which are glib 2.4 specific
14743
14744 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14745
14746         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14747           buffer since libflac doesn't expect it (reports a sync error when
14748           it encounters that)
14749
14750
14751 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14752
14753         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14754         * gst-libs/gst/mixer/mixertrack.c:
14755         (gst_mixer_track_get_property), (get_mixer_track_init),
14756         (get_mixer_track_get_property): Added property accessors
14757         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14758         * gst-libs/gst/mixer/mixeroptions.c:
14759         (gst_mixer_options_get_values): Added
14760         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14761         * gst-libs/gst/mixer/mixer.c: Fixed comment
14762
14763
14764 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14765
14766         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14767           improve error messages on open
14768
14769
14770 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14771
14772         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14773           check if v4l-conf is in path
14774
14775 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14776
14777         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14778           change assert to a more readable error message
14779
14780 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14781
14782         * gst-libs/gst/tuner/tunerchannel.h:
14783           - add a freq_multiplicator field to make the conversion
14784             between internal frequency unit and Hz
14785         * sys/v4l/gstv4lelement.c:
14786         * sys/v4l2/gstv4l2element.c:
14787           - change default video device to /dev/video0
14788         * sys/v4l/v4l_calls.c:
14789         * sys/v4l2/v4l2_calls.c:
14790           - we only expose frequency to the user in Hz instead of
14791             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14792
14793 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14794         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14795           Initialise b_o_s and e_o_s variables
14796         * gst-libs/gst/riff/riff-media.c:
14797         (gst_riff_create_video_caps_with_data):
14798           Add some unusual fourcc's from mplayer avi's
14799         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14800           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14801           autoplugging.
14802
14803 2004-05-28  Wim Taymans  <wim@fluendo.com>
14804
14805         * configure.ac:
14806         * gst/alpha/Makefile.am:
14807         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14808         (gst_alpha_get_type), (gst_alpha_base_init),
14809         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14810         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14811         (gst_alpha_chroma_key), (gst_alpha_chain),
14812         (gst_alpha_change_state), (plugin_init):
14813         A plugin to add an alpha channel to I420 video. Can optionally do
14814         chroma keying.
14815         * gst/multipart/Makefile.am:
14816         * gst/multipart/multipart.c: (plugin_init):
14817         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14818         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14819         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14820         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14821         (gst_multipart_demux_change_state),
14822         (gst_multipart_demux_plugin_init):
14823         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14824         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14825         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14826         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14827         (gst_multipart_mux_pad_unlink),
14828         (gst_multipart_mux_request_new_pad),
14829         (gst_multipart_mux_handle_src_event),
14830         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14831         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14832         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14833         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14834         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14835         send multipart jpeg images to a browser.
14836         * gst/videobox/Makefile.am:
14837         * gst/videobox/README:
14838         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14839         (gst_video_box_get_type), (gst_video_box_base_init),
14840         (gst_video_box_class_init), (gst_video_box_init),
14841         (gst_video_box_set_property), (gst_video_box_get_property),
14842         (gst_video_box_sink_link), (gst_video_box_i420),
14843         (gst_video_box_ayuv), (gst_video_box_chain),
14844         (gst_video_box_change_state), (plugin_init):
14845         Crops or adds borders around an image. can do alpha channel
14846         borders as well.
14847         * gst/videomixer/Makefile.am:
14848         * gst/videomixer/README:
14849         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14850         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14851         (gst_videomixer_pad_get_sink_event_masks),
14852         (gst_videomixer_pad_get_property),
14853         (gst_videomixer_pad_set_property),
14854         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14855         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14856         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14857         (gst_videomixer_base_init), (gst_videomixer_class_init),
14858         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14859         (gst_videomixer_handle_src_event),
14860         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14861         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14862         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14863         (gst_videomixer_loop), (gst_videomixer_get_property),
14864         (gst_videomixer_set_property), (gst_videomixer_change_state),
14865         (plugin_init):
14866         Generic video mixer plugin, can handle multiple inputs all with
14867         different framerates and video sizes. Is fully alpha channel
14868         aware.
14869
14870 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14871
14872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14873           Select first track as master track. Not sure how else to handle
14874           that...
14875         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14876           Discard discont events. Should fix #142962.
14877
14878 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14879
14880         * ext/alsa/Makefile.am:
14881         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14882         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14883         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14884         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14885         (gst_alsa_mixer_get_option):
14886         * ext/alsa/gstalsamixer.h:
14887         * ext/alsa/gstalsamixeroptions.c:
14888         (gst_alsa_mixer_options_get_type),
14889         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14890         (gst_alsa_mixer_options_new):
14891         * ext/alsa/gstalsamixeroptions.h:
14892         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14893         * ext/alsa/gstalsamixertrack.h:
14894           Add enumerations (as GstMixerOptions). Make correct distinction
14895           between input/output tracks. Add capture/playback private flag.
14896           Use flag to decide on whether to set capture or playback volumes
14897           or switches. Use playback and record switches.
14898         * gst-libs/gst/mixer/Makefile.am:
14899         * gst-libs/gst/mixer/mixer-marshal.list:
14900         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14901         (gst_mixer_set_option), (gst_mixer_get_option),
14902         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14903         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14904         * gst-libs/gst/mixer/mixer.h:
14905         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14906         (gst_mixer_options_class_init), (gst_mixer_options_init),
14907         (gst_mixer_options_dispose):
14908         * gst-libs/gst/mixer/mixeroptions.h:
14909           Add GstMixerOptions.
14910         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14911           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14912           broken device detection on computers with multiple OSS sound
14913           cards.
14914
14915 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14916
14917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14918           fixate nicely even when the peer is not negotiating
14919
14920 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14921
14922         * gst/audioconvert/gstaudioconvert.c:
14923         (gst_audio_convert_parse_caps):
14924           make sure we don't allow depth > width
14925         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14926           fixate endianness to G_BYTE_ORDER as default
14927         * gst/audioscale/gstaudioscale.c:
14928           we don't handle another endianness as host-endianness
14929
14930 2004-05-25  David Schleef  <ds@schleef.org>
14931
14932         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14933
14934 2004-05-24  Benjamin Otte  <otte@gnome.org>
14935
14936         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14937         (gst_oggvorbisenc_setup):
14938           properly fail when we can't setup the vorbis encoder due to
14939           unsupported settings
14940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14941         (gst_vorbisenc_setup):
14942           same
14943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14944           fix case where warnings occured when one pad was unlinked while the
14945           other's link function was called
14946
14947 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14948
14949         * gst/tcp/Makefile.am:
14950           use GST_ENABLE_NEW
14951
14952 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14953
14954         * gst-libs/gst/resample/private.h:
14955           don't use optimizations that are #if 0'ed
14956
14957 2004-05-24  Wim Taymans  <wim@fluendo.com>
14958
14959         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14960         Fix potential division by zero error and hopefully get
14961         the position query right to get correct timestamps on avi
14962         audio.
14963
14964 2004-05-24  Wim Taymans  <wim@fluendo.com>
14965
14966         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14967         (gst_videoscale_scale_nearest_str2),
14968         (gst_videoscale_scale_nearest_str4),
14969         (gst_videoscale_scale_nearest_32bit),
14970         (gst_videoscale_scale_nearest_24bit),
14971         (gst_videoscale_scale_nearest_16bit):
14972         Fix the scaling algorithm and avoid a buffer overflow.
14973         removed the while loop in the scaling function as it
14974         was used for point sampling only.
14975
14976 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14977
14978         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14979         (gst_id3_tag_class_init), (gst_id3_tag_init),
14980         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14981         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14982         (gst_id3_tag_send_tag_event):
14983           lots of fixes to make id3mux work and id3demux work correctly
14984
14985 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14986
14987         * ext/Makefile.am:
14988           add rules to build shout2send (was removed by accident
14989           when this module was no more marked experimental/broken)
14990
14991 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14992
14993         * ext/shout2/gstshout2.c:
14994         * ext/shout2/gstshout2.h:
14995           adding a "connection problem" signal to shout2send
14996           (fixes #142954)
14997
14998 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14999
15000         * ext/kio/kioreceiver.cpp:
15001         * ext/kio/kioreceiver.h:
15002           fix sign comparison issues
15003
15004 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15005
15006         * gst/cdxaparse/gstcdxaparse.c:
15007         * gst/cdxaparse/gstcdxaparse.h:
15008           some renaming
15009           add some checks/sanity
15010           prepare for seek addition
15011
15012         * sys/sunaudio/gstsunaudio.c:
15013           remove exported dupe init function
15014
15015 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15016
15017         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15018         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15019           Fix format conversion and position querying.
15020         * gst/debug/progressreport.c: (gst_progressreport_report):
15021           Don't output a bogus total value that we didn't query.
15022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15023           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15024           only a blank window after xine has been used.
15025
15026 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15027
15028         * m4/as-arts.m4:
15029           sync with upstream version to fix test on FC2
15030           readd with -ko to preserve Id header
15031
15032 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15033
15034         * configure.ac:
15035           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15036         * gst/tcp/gsttcpclientsrc.c: idem
15037         * gst/tcp/gsttcpserversink.c: idem
15038         * gst/tcp/gsttcpserversrc.c: idem
15039         * m4/gst-fionread.m4: idem
15040
15041         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15042
15043         * configure.ac: enable speex plugin for speex 1.1.5+
15044         * ext/speex/gstspeexenc.c: fix cast warning
15045
15046         * ext/esd/README: fix typo
15047
15048 2004-05-20  David Schleef  <ds@schleef.org>
15049
15050         * configure.ac: Minor cosmetic change to convince the buildbot to
15051         reautogen.
15052         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15053         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15054         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15055         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15056         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15057         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15058         More hacking.  Plays audio now.
15059
15060 2004-05-20  David Schleef  <ds@schleef.org>
15061
15062         * configure.ac:
15063         * sys/Makefile.am:
15064
15065 2004-05-20  David Schleef  <ds@schleef.org>
15066
15067         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15068         * sys/osxaudio/gstosxaudio.c:
15069         * sys/osxaudio/gstosxaudioelement.c:
15070         * sys/osxaudio/gstosxaudioelement.h:
15071         * sys/osxaudio/gstosxaudiosink.c:
15072         * sys/osxaudio/gstosxaudiosink.h:
15073         * sys/osxaudio/gstosxaudiosrc.c:
15074         * sys/osxaudio/gstosxaudiosrc.h:
15075
15076 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15077
15078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15079         (gst_vorbisenc_chain):
15080           put the codec headers on the caps as streamheader as well as
15081           pushing them out
15082
15083 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15084
15085         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15086         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15087         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15088         split up push_packet into two functions
15089
15090 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15091
15092         * gst/tcp/.cvsignore:
15093           ignore enums
15094         * gst/tcp/Makefile.am:
15095         * gst/tcp/README:
15096         * gst/tcp/gsttcp.c:
15097         * gst/tcp/gsttcp.h:
15098         * gst/tcp/gsttcpclientsink.c:
15099         * gst/tcp/gsttcpclientsink.h:
15100         * gst/tcp/gsttcpclientsrc.c:
15101         * gst/tcp/gsttcpclientsrc.h:
15102         * gst/tcp/gsttcpplugin.c:
15103         * gst/tcp/gsttcpserversink.c:
15104         * gst/tcp/gsttcpserversink.h:
15105         * gst/tcp/gsttcpserversrc.c:
15106         * gst/tcp/gsttcpserversrc.h:
15107           add new tcp elements
15108
15109 2004-05-19  Wim Taymans  <wim@fluendo.com>
15110
15111         * gst/law/mulaw-conversion.c: (mulaw_encode):
15112         Fix overflow bug in ulaw encoding.
15113
15114 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15115
15116         * ext/mad/gstmad.c: (gst_mad_handle_event):
15117           don't unref the event twice
15118
15119 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15120
15121         * configure.ac:
15122           remove -Wno-sign-compare
15123
15124 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15125
15126         * configure.ac:
15127           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15128           if you want to work against glib 2.2 and 2.4
15129
15130 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15131
15132         * gst/tcp/Makefile.am:
15133         * gst/tcp/gsttcp.c:
15134         * gst/tcp/gsttcp.h:
15135         * gst/tcp/gsttcpsink.h:
15136         * gst/tcp/gsttcpsrc.h:
15137           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15138
15139 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15140
15141         * gst/debug/tests.c: (md5_get_value):
15142           fix segfault on gst-inspect
15143
15144 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15145
15146         * gst/debug/testplugin.c:
15147         * gst/debug/tests.c:
15148         * gst/debug/tests.h:
15149           add new extensible and configurable testing element. Current tests
15150           include buffer count, stream length, timestamp/duration matching and
15151           md5.
15152         * gst/debug/Makefile.am:
15153         * gst/debug/gstdebug.c: (plugin_init):
15154           add infrastructure for new element
15155
15156 2004-05-19  Johan Dahlin  <johan@gnome.org>
15157
15158         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15159         ending of the array. Fixes gst-inspect segfault on ppc.
15160
15161 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15162
15163         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15164
15165         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15166
15167 2004-05-18  David Schleef  <ds@schleef.org>
15168
15169         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15170         warnings (bugs, actually) noticed by gcc but not forte.
15171
15172 2004-05-18  David Schleef  <ds@schleef.org>
15173
15174         * sys/sunaudio/Makefile.am:
15175         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15176
15177 2004-05-18  David Schleef  <ds@schleef.org>
15178
15179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15180         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15181         to allow qtdemux to use non-seekable streams. (bug #142272)
15182
15183 2004-05-18  David Schleef  <ds@schleef.org>
15184
15185         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15186         (gst_resample_sinc_ft_float): Remove use of static temporary
15187         buffer.  This code was obviously not supposed to last long, but
15188         it's stuck in our ABI, so it required a little hack to make it
15189         ABI-compatible.  Fixes #142585.
15190         * gst-libs/gst/resample/resample.h: same.
15191
15192 2004-05-18  David Schleef  <ds@schleef.org>
15193
15194         * configure.ac: Add sunaudio
15195         * examples/Makefile.am: make gstplay depend on gconf
15196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15197         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15198         (convert_table_lookup), (img_convert): remove c99-isms
15199         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15200           unsigned, to fix a warning on Solaris
15201         * gst/mpeg1sys/systems.c: bcopy->memcpy
15202         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15203         * sys/Makefile.am: Add sunaudio
15204
15205 2004-05-18  Wim Taymans  <wim@fluendo.com>
15206
15207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15208         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15209         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15210         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15211         (gst_ogg_mux_loop):
15212         Fix an ugly memleak where the muxer didn't flush enough ogg
15213         pages. This also resulted in badly muxed ogg files.
15214
15215 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15216
15217         * gst/asfdemux/asfheaders.c :
15218         * gst/asfdemux/asfheaders.h :
15219         * gst/asfdemux/gstasfdemux.c :
15220           - fix ASF_OBJ_PADDING guid
15221           - add 3 new object guids (language list, metadata,
15222             extended stream properties)
15223           - add a function to parse extended header objects
15224
15225 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15226
15227         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15228           remove leftover debugging g_print
15229
15230 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15231
15232         * ext/mad/gstmad.c: (gst_mad_handle_event):
15233           Fix for when the first format in a discont event is not a
15234           byte-based one. Should fix #137710.
15235
15236 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15237
15238         * m4/a52.m4 : fix compilation with -Wall -Werror
15239         * m4/libfame.m4 : idem
15240         * m4/libmikmod.m4 : idem
15241
15242 2004-05-17  Benjamin Otte  <otte@gnome.org>
15243
15244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15245           signal the new tags before giving up the reference
15246
15247 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15248
15249         * ext/shout2/gstshout2.c:
15250           use application/ogg instead of application/x-ogg (patch by Patrick
15251           Guimond, fixes #142432)
15252         * sys/oss/gstosselement.c: (gst_osselement_reset),
15253         (gst_osselement_sync_parms):
15254           don't set fragment size unless specified (fixes #142493)
15255
15256 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15257
15258         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15259           fixes #142664
15260
15261 2004-05-17  Benjamin Otte  <otte@gnome.org>
15262
15263         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15264           compute offsets correctly for internal buffers so timestamps are set
15265           correctly when we can't seek. Also handle cases where there are no
15266           offsets. (based on a patch by David Moore, fixes #142507)
15267
15268 2004-05-17  Benjamin Otte  <otte@gnome.org>
15269
15270         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15271           use correct variable when determining amount of data to skip so we
15272           don't skip into the void and segfault
15273
15274 2004-05-16  Benjamin Otte  <otte@gnome.org>
15275
15276         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15277           Hi, I'm a memleak
15278
15279 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15280
15281         * gst/asfdemux/gstasfdemux.c:
15282           - fix a mem leak and always propagate tags
15283           - add WMV3 to known video codecs (but no decoder yet)
15284           - replace "surplus data" at end of audio header for what
15285             it is : codec specific data
15286           - fix a typo
15287
15288 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15289
15290         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15291
15292         * gst-libs/gst/audio/audioclock.c:
15293           Fix wrong return type (#142205).
15294
15295 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15296
15297         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15298           Ignore CRCs by default (fixes #142566).
15299
15300 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15301
15302         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15303         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15304         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15305         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15306         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15307         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15308           Fix for cases where we fail to attach to a mixer.
15309
15310 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15311
15312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15313           Don't touch events after not owning them anymore.
15314         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15315         (gst_wavparse_fmt), (gst_wavparse_other),
15316         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15317         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15318         (gst_wavparse_srcpad_event):
15319         * gst/wavparse/gstwavparse.h:
15320           Add seeking, fix querying.
15321
15322 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15323
15324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15325           - process comments even if they don't end with \0\0
15326             g_convert would ignore them if present and works well without them
15327
15328 2004-05-16  Benjamin Otte  <otte@gnome.org>
15329
15330         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15331           simplify caps
15332
15333 2004-05-16  Benjamin Otte  <otte@gnome.org>
15334
15335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15336           don't write to memory we might not write to - g_convert does that
15337           for us anyway (fixes #142613)
15338         (gst_asf_demux_audio_caps):
15339           comment out gst_util_dump_mem
15340
15341 2004-05-16  Benjamin Otte  <otte@gnome.org>
15342
15343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15344           compute correct expected timestamps after seek (broken since
15345           last commit)
15346         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15347           rename element and debugging category to gdkpixbufscale
15348
15349 2004-05-16  Benjamin Otte  <otte@gnome.org>
15350
15351         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15352           add error checking to snd_pcm_delay and remove duplicate call to
15353           snd_pcm_delay that caused issues (see inline code comments)
15354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15355           make more readable and fix return value when snd_pcm_delay fails
15356         (fixes #142586)
15357
15358 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15359         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15360         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15361         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15362         (gst_pixbufscale_link), (gst_pixbufscale_init),
15363         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15364         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15365         (gst_pixbufscale_get_property), (pixbufscale_init):
15366         * ext/gdk_pixbuf/pixbufscale.h:
15367         Add these files I forgot earlier
15368
15369 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15370         * ext/gdk_pixbuf/Makefile.am:
15371         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15372         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15373         Add new pixbufscale element to scale RGB video
15374         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15375         and HYPER interpolation correctly.
15376         * ext/theora/theoraenc.c: (theora_enc_chain),
15377         Discard buffer and return if explicit caps could not be set
15378         (theora_enc_get_property):
15379         Make _get return kbps for the bitrate consistent with
15380         the _set function.
15381
15382
15383 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15384
15385         * ext/libvisual/visual.c: (gst_visual_chain):
15386           add missing visual_audio_analyze
15387
15388 2004-05-14  David Schleef  <ds@schleef.org>
15389
15390         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15391         is killed while we're playing.
15392         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15393         gst_element_no_more_pads().
15394
15395 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15396
15397         * gst-libs/gst/riff/riff-read.c :
15398           - fix INFO tag extraction in RIFF/AVI files
15399             because gst_event_unref (event) also freed taglist
15400           - avoid a mem leak
15401
15402 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15403
15404         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15405         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15406
15407         * gst/auparse/gstauparse.c :
15408           - add code (commented for now) to support audio/x-adpcm on src pad
15409             (we have no decoder for those layout yet)
15410
15411         * gst/cdxaparse/gstcdxaparse.c :
15412         * gst/cdxaparse/gstcdxaparse.h :
15413           - partial rewrite using RiffRead (ripped iain's wavparse code)
15414
15415         * gst/rtp/gstrtpL16enc.c : typo
15416         * gst/rtp/gstrtpgsmenc.c : typo
15417
15418 2004-05-13  Benjamin Otte  <otte@gnome.org>
15419
15420         * configure.ac:
15421           check for exact version of libvisual, it's not supposed to be
15422           API/ABI stable yet
15423
15424 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15425
15426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15427           signal no-more-pads
15428
15429 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15430
15431         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15432         Report which format was used for GST_FORMAT_DEFAULT
15433         * gst/debug/Makefile.am:
15434         * gst/debug/gstdebug.c: (plugin_init):
15435         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15436         (gst_progressreport_class_init), (gst_progressreport_init),
15437         (gst_progressreport_report), (gst_progressreport_set_property),
15438         (gst_progressreport_get_property), (gst_progressreport_chain),
15439         (gst_progressreport_plugin_init):
15440         Add progressreport element for testing.
15441
15442 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15443
15444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15445         * sys/v4l/gstv4lsrc.h:
15446         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15447         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15448         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15449         (gst_v4lsrc_grab_frame):
15450           add more debugging
15451           send a discont at start
15452
15453 2004-05-12  Colin Walters  <walters@redhat.com>
15454
15455         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15456         inflooping if we can't find a chunk.  Or in other words, don't blow
15457         chunks if we don't have a chunk to blow.
15458
15459 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15460         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15461         Remove old debug output
15462         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15463         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15464         (gst_dvdec_set_property), (gst_dvdec_get_property):
15465         Change the quality setting to an enum, so it works from gst-launch
15466         Don't renegotiate a non-linked pad. Allows audio only decoding.
15467         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15468         (gst_deinterlace_link), (gst_deinterlace_init):
15469         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15470         (gst_videodrop_link):
15471         Some caps negotiation fixes
15472
15473 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15474
15475         * ext/tarkin/gsttarkin.c :
15476           - Change RANK from NONE to PRIMARY
15477         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15478           - Change RANK from NONE to MARGINAL
15479         * ext/divx/gstdivxenc.c :
15480           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15481
15482 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15483
15484         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15485         (gst_vorbisenc_push_packet):
15486           copy a function that was added between 1.0 and 1.0.1 until we
15487           depend on worthwhile features of post-1.0
15488
15489 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15490
15491         * configure.ac:
15492           enable shout2 by default
15493         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15494         (gst_shout2send_base_init), (gst_shout2send_init),
15495         (gst_shout2send_connect), (gst_shout2send_change_state):
15496         * ext/shout2/gstshout2.h:
15497           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15498           #142262)
15499         * ext/theora/theora.c: (plugin_init):
15500           don't set rank on encoders
15501
15502 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15503
15504         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15505           Use codec_data property instead of flag1 and flag2 for wma
15506
15507 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15508
15509         * gst/cdxaparse/gstcdxaparse.c :
15510           - Add mpegversion to CAPS to make it link
15511           - Rank is as GST_RANK_SECONDARY instead of NONE
15512         * gst/auparse/gstauparse.c :
15513           - Document all audio encoding we can encounter from Solaris 9
15514             headers and libsndfile information.
15515           - Increase max. rate from 48000 to 192000 (to match other elements)
15516           - Don't try to play junk data between header and samples
15517
15518 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15519
15520         * ext/libvisual/visual.c: (gst_visual_getcaps):
15521           use the right caps depending on endianness (I hope)
15522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15523           use GST_RANK_NONE for all non-decoding elements or spider gets
15524           mighty confused
15525
15526 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15527
15528         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15529           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15530
15531 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15532
15533         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15534         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15535         (gst_switch_loop), (gst_switch_get_type):
15536           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15537           HEADERS. Had to be said.
15538
15539 2004-05-10  David Schleef  <ds@schleef.org>
15540
15541         * configure.ac: Add prototype Dirac support.
15542         * ext/Makefile.am:
15543         * ext/dirac/Makefile.am:
15544         * ext/dirac/gstdirac.cc:
15545         * ext/dirac/gstdiracdec.cc:
15546
15547 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15548
15549         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15550         (gst_auparse_init), (gst_auparse_chain),
15551         (gst_auparse_change_state):
15552           Hack around spider. Remove me some day please.
15553
15554 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15555
15556         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15557           Fix for some uninitialized variables in previous patch, also
15558           makes it work. Fixes #142286 while we're at it.
15559
15560 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15561
15562         * gst/auparse/gstauparse.c:
15563                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15564                 only unsupported formats are ADPCM/CCITT G.72x
15565                 reviewed by Ronald
15566         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15567
15568 2004-05-10  Wim Taymans  <wim@fluendo.com>
15569
15570         * ext/vorbis/Makefile.am:
15571         * ext/vorbis/README:
15572         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15573         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15574         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15575         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15576         (gst_oggvorbisenc_convert_sink),
15577         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15578         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15579         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15580         (get_constraints_string), (update_start_message),
15581         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15582         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15583         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15584         * ext/vorbis/oggvorbisenc.h:
15585         * ext/vorbis/vorbis.c: (plugin_init):
15586         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15587         (raw_caps_factory), (gst_vorbisenc_class_init),
15588         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15589         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15590         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15591         * ext/vorbis/vorbisenc.h:
15592         Added a raw vorbis encoder to be used with the oggmuxer.
15593         We still need the old encoder for some gnome applications,
15594         read the README to find out how that works.
15595         The raw encoder is called "rawvorbisenc" until 0.9.
15596
15597 2004-05-10  Wim Taymans  <wim@fluendo.com>
15598
15599         * ext/ogg/gstogg.c: (plugin_init):
15600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15601         (gst_ogg_print):
15602         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15603         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15604         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15605         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15606         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15607         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15608         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15609         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15610         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15611         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15612         Added an ogg muxer.
15613         Small typo fixes in the demuxer.
15614
15615 2004-05-10  Wim Taymans  <wim@fluendo.com>
15616
15617         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15618         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15619         (theora_enc_change_state), (theora_enc_set_property),
15620         (theora_enc_get_property):
15621         Mark the last packet with an EOS flag which is not really needed
15622         in gstreamer.
15623         Do some better video framerate initialisation.
15624         Update the buffer timestamp.
15625
15626 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15627
15628         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15629         Return the result of the parent state change call
15630
15631 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15632
15633         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15634         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15635         * gst/law/alaw-encode.c : (idem)
15636         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15637         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15638         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15639
15640 2004-05-09  Benjamin Otte  <otte@gnome.org>
15641
15642         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15643           don't use a fixed buffer size when writing variable length data to
15644           it. Fixes memory corruption and makes alsasrc work
15645
15646 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15647
15648         * ext/gnomevfs/gstgnomevfssink.c:
15649         (_gst_boolean_allow_overwrite_accumulator),
15650         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15651           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15652           RUN_LAST, and don't use that to set the accumulator value because
15653           then it's always FALSE.
15654
15655 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15656
15657         * gst-libs/gst/riff/riff-media.c:
15658         (gst_riff_create_video_caps_with_data),
15659         (gst_riff_create_audio_caps),
15660         (gst_riff_create_audio_template_caps):
15661         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15662           Fix for unaligned RIFF files (i.e. where all the chunks together
15663           in a LIST chunk are not of the same size as the size given in
15664           the LIST chunk header). Fixes several odd WAVE files. Also fix
15665           ADPCM (block_align property) in audio, so that wavparse based
15666           on this works now as it used to stand-alone.
15667
15668 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15669
15670         reviewed by Benjamin Otte  <otte@gnome.org>
15671
15672         * ext/a52dec/gsta52dec.c:
15673         * ext/divx/gstdivxdec.c:
15674         * ext/divx/gstdivxenc.c:
15675         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15676         * ext/faac/gstfaac.c: (gst_faac_base_init):
15677         * ext/faad/gstfaad.c: (gst_faad_base_init):
15678         * ext/ivorbis/vorbisfile.c:
15679         * ext/lame/gstlame.c:
15680         * ext/libfame/gstlibfame.c:
15681         * ext/mpeg2enc/gstmpeg2enc.cc:
15682         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15683         * ext/sidplay/gstsiddec.cc:
15684         * ext/speex/gstspeexdec.c:
15685         * ext/speex/gstspeexenc.c:
15686         * ext/xvid/gstxviddec.c:
15687         * ext/xvid/gstxvidenc.c:
15688           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15689           (fixes #142193)
15690
15691 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15692
15693         * ext/alsa/gstalsa.c: (device_list),
15694         (gst_alsa_class_probe_devices):
15695         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15696           Fix alsa oddness in mixer after the combination of using mixer
15697           in source/sink elements and using hw:x,y instead of just hw:x.
15698
15699 2004-05-09  Benjamin Otte  <otte@gnome.org>
15700
15701         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15702         (gst_wavparse_create_sourcepad):
15703           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15704           sourcepads
15705
15706 2004-05-09  Benjamin Otte  <otte@gnome.org>
15707
15708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15709           allow discont events before caps nego
15710
15711 2004-05-08  Benjamin Otte  <otte@gnome.org>
15712
15713         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15714           don't leak events
15715
15716 2004-05-08  Benjamin Otte  <otte@gnome.org>
15717
15718         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15719         (gst_level_change_state), (gst_level_init):
15720         * gst/level/gstlevel.h:
15721           figure out if we're initialized directly instead of keeping a
15722           variable that's wrong in 90% of cases
15723           don't initialize pads and then leak them and use a new unitialized
15724           pad. (fixes #142084)
15725           these were bugs so n00bish I didn't find them for an hour :/
15726
15727 2004-05-08 Iain <iain@prettypeople.org>
15728
15729         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15730         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15731         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15732         return the length that was read.
15733         (gst_riff_read_strf_auds): Allow fmt tags as well.
15734
15735 2004-05-07  David Schleef  <ds@schleef.org>
15736
15737         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15738         signed char assumption in faad.h.
15739
15740 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15741
15742         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15743           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15744
15745 2004-05-07  Colin Walters  <walters@redhat.com>
15746
15747         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15748         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15749         function.
15750         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15751         Add dispose function.
15752
15753 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15754         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15755           Fix caps nego and pad templates. RGB mode caps should
15756           work now.
15757         * ext/dvdnav/gst-dvd:
15758           Move mpeg2dec inside the thread because otherwise the
15759           queue rejects cap changes mid-stream
15760         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15761         (gst_mpeg2dec_flush_decoder):
15762           For mpeg2dec > 0.4.0, call the flush function instead of
15763           manually extracting all in-flight frames.
15764         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15765         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15766           Change mime type video/dv go video/x-dv to match the
15767           rest of gst-plugins
15768
15769 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15770
15771         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15772         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15773         (gst_alsa_sink_class_init):
15774         * ext/alsa/gstalsasink.h:
15775         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15776         (gst_alsa_src_class_init):
15777         * ext/alsa/gstalsasrc.h:
15778           Make alsasink/src a subclass of alsamixer so that mixer stuff
15779           shows up in gst-rec. Needs some finetuning.
15780
15781 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15782
15783         * ext/lame/gstlame.c: (gst_lame_chain):
15784           simplify
15785         * ext/mad/gstmad.c: (gst_mad_handle_event):
15786           fix event leak
15787         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15788           be able to detect mp3 files < 4096 bytes
15789
15790 2004-05-06  Wim Taymans  <wim@fluendo.com>
15791
15792         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15793         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15794         (theora_enc_set_property), (theora_enc_get_property):
15795         Also encode the first frame, cleanup some code.
15796
15797 2004-05-06  Wim Taymans  <wim@fluendo.com>
15798
15799         * ext/mpeg2enc/gstmpeg2enc.cc:
15800         Forward events first before deciding that negotiation was
15801         not performed.
15802
15803 2004-05-06  Wim Taymans  <wim@fluendo.com>
15804
15805         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15806         First process the events before deciding that negotiation
15807         was not performed.
15808
15809 2004-05-06  Wim Taymans  <wim@fluendo.com>
15810
15811         * ext/theora/Makefile.am:
15812         * ext/theora/theora.c: (plugin_init):
15813         * ext/theora/theoradec.c: (theora_dec_change_state):
15814         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15815         (gst_theora_enc_class_init), (gst_theora_enc_init),
15816         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15817         (theora_enc_chain), (theora_enc_change_state),
15818         (theora_enc_set_property), (theora_enc_get_property):
15819         Added a theora encoder, grouped the encoder and decoder into the
15820         same plugin.
15821
15822 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15823
15824         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15825         (gst_jpegenc_chain):
15826         fix DURATION on outgoing buffers
15827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15828         debug using time formats
15829         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15831         (gst_xvimagesink_sink_link):
15832         windows with width/height 0 generate X errors, so don't allow them
15833
15834 2004-05-05  Wim Taymans  <wim@fluendo.com>
15835
15836         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15837         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15838         (gst_mpeg2dec_negotiate_format):
15839         * ext/mpeg2dec/gstmpeg2dec.h:
15840           removed the static pad template so that we can add the
15841           more accurate framerate value to the caps.
15842
15843
15844 2004-05-04  Benjamin Otte  <otte@gnome.org>
15845
15846         * configure.ac:
15847           check for kdemacros.h, too (should fix #141821)
15848         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15849           don't crash if no header was sent, but nicely error out (fixes part
15850           of #141554)
15851
15852 2004-05-04  Wim Taymans  <wim@fluendo.com>
15853
15854         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15855         parent dispose function to avoid segfault on destroy.
15856
15857 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15858
15859         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15860         (plugin_init):
15861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15862         (gst_xvimagesink_sink_link):
15863         clean up debugging caps
15864         also recreate xvimage when format has changed
15865
15866 2004-05-04  Benjamin Otte  <otte@gnome.org>
15867
15868         * ext/libvisual/Makefile.am:
15869         * ext/libvisual/visual.c: (gst_visual_class_init),
15870         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15871         (gst_visual_srclink), (gst_visual_chain),
15872         (gst_visual_change_state), (plugin_init):
15873           use a GstAdapter to correctly adapt buffer sizes - allows using a
15874           framerate
15875
15876 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15877
15878         * sys/v4l/gstv4lelement.h:
15879         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15880         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15881         (gst_v4lsrc_buffer_free):
15882         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15883         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15884         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15885         (gst_v4lsrc_requeue_frame):
15886         move some debugging categories around
15887         query for fps index and set accordingly if found
15888
15889 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15890
15891         * ext/lame/gstlame.c:
15892         correct defaults that lame_init puts out of range
15893
15894 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15895
15896         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15897         (gst_divxenc_class_init):
15898         fix range since -1 is the default
15899         * gst/mpeg1sys/gstmpeg1systemencode.c:
15900         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15901         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15902         (gst_rtjpegdec_chain):
15903         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15904         (gst_rtjpegenc_chain):
15905         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15906         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15907         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15908         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15909         * sys/v4l/gstv4lsrc.c:
15910         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15911         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15912         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15913         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15914         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15915           remove gst_info calls
15916
15917 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15918
15919         * Makefile.am:
15920         * po/af.po:
15921         * po/az.po:
15922         * po/en_GB.po:
15923         * po/nl.po:
15924         * po/sr.po:
15925         * po/sv.po:
15926           Updated translations
15927
15928 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15929
15930         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15931           refactor/comment code
15932
15933 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15934
15935         * gst/asfdemux/Makefile.am:
15936         * gst/asfdemux/asfheaders.c:
15937         * gst/asfdemux/asfheaders.h:
15938         * gst/asfdemux/gstasf.c: (plugin_init):
15939         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15940         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15941         (gst_asf_demux_setup_pad):
15942         * gst/asfdemux/gstasfdemux.h:
15943         * gst/asfdemux/gstasfmux.c:
15944         * gst/asfdemux/gstasfmux.h:
15945           Add tagging support to demuxer, split out registration in its own
15946           file instead of in demux (hacky), and prevent having some tables
15947           in our memory multiple times (in asfheaders.h).
15948
15949 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15950
15951         * gst/matroska/matroska-demux.c:
15952         (gst_matroska_demux_parse_metadata):
15953         * gst/matroska/matroska-ids.h:
15954           Basic tag reading support.
15955
15956 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15957
15958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15959           Really detect ac-3 audio.
15960         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15961           really detect matroska files (off-by-1).
15962
15963 2004-04-30  David Schleef  <ds@schleef.org>
15964
15965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15966         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15967         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15968         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15969         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15970         hackage -- parse a lot more atoms, extract a few tags.  One might even
15971         mistake this for tag support.  Maybe it is.
15972         * gst/qtdemux/qtdemux.h:
15973
15974 2004-04-30  Colin Walters  <walters@verbum.org>
15975
15976         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15977
15978 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15979
15980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15981         (gst_ffmpegcolorspace_getcaps):
15982           remove broken nego fix
15983
15984 2004-04-30  Benjamin Otte  <otte@gnome.org>
15985
15986         * configure.ac:
15987         * ext/Makefile.am:
15988         * ext/libvisual/Makefile.am:
15989         * ext/libvisual/visual.c:
15990           add initial support for libvisual (http://libvisual.sourceforge.net)
15991           libvisual is still quite alpha, so expect crashes in there :)
15992
15993 2004-04-29  David Schleef  <ds@schleef.org>
15994
15995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15996         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15997         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15998         code; you will no longer respect me.
15999
16000 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16001
16002         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16003         * ext/alsa/gstalsa.h :
16004         change alsa pcm device discovery to find more than 1 device
16005         per card. code review by Ronald.
16006
16007 2004-04-29  David Schleef  <ds@schleef.org>
16008
16009         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16010         Add a check for a driver bug on FreeBSD.  (bug #140565)
16011
16012 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16013
16014         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16015         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16016         (gst_jpegenc_getcaps):
16017           move format setting to inner loop
16018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16019         (gst_ffmpegcolorspace_getcaps):
16020           use GST_PAD_CAPS if available so that we use already negotiated
16021           caps
16022         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16023         (qtdemux_parse_moov), (qtdemux_parse):
16024           extra debugging
16025         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16026         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16027           move hardcoded path to DEFINE
16028
16029 2004-04-28  David Schleef  <ds@schleef.org>
16030
16031         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16032         (bug #140064)
16033
16034 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16035
16036         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16037           Don't probe for playback device if we're a source element. Fixes
16038           #139658.
16039
16040 2004-04-29  Benjamin Otte  <otte@gnome.org>
16041
16042         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16043         (gst_id3_tag_chain):
16044           rewrite buffer offset
16045
16046 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16047
16048         * configure.ac:
16049         * ext/Makefile.am:
16050         * ext/dts/Makefile.am:
16051         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16052         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16053         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16054         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16055         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16056         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16057         (plugin_init):
16058         * ext/dts/gstdtsdec.h:
16059           New DTS decoder.
16060         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16061         (gst_faad_srcconnect):
16062           Add ESDS atom handling (.m4a).
16063
16064 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16065
16066         * ext/divx/gstdivxdec.c: (plugin_init):
16067           Remove comment that makes no sense.
16068         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16069           Fix for obvious typo that resulted in warnings during gst-register.
16070         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16071         (gst_xviddec_sink_link):
16072           Fix caps negotiation a bit better.
16073         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16074           We call this 'codec_data', not 'esds'.
16075
16076 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16077
16078         * gst/monoscope/gstmonoscope.c:
16079           make sure we only provide 256x128
16080         * gst/monoscope/monoscope.c: (monoscope_init):
16081           assert size of 256x128
16082
16083 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16084
16085         * Makefile.am:
16086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16087         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16088           fixate to max width and height of device
16089
16090 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16091
16092         * Makefile.am:
16093         * sys/v4l/gstv4l.c:
16094         * sys/v4l/gstv4lsrc.c:
16095         * sys/v4l/v4l_calls.c:
16096         * sys/v4l/v4lsrc_calls.c:
16097           fix for qc-usb driver which fakes having more than one buffer
16098           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16099           buffer_free override
16100           add debugging
16101
16102 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16103
16104         * Makefile.am:
16105         * gst/videotestsrc/gstvideotestsrc.c:
16106         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16107         (gst_videotestsrc_init), (gst_videotestsrc_get),
16108         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16109         * gst/videotestsrc/gstvideotestsrc.h:
16110           add num-buffers property
16111
16112         2004-04-26  Benjamin Otte  <otte@gnome.org>
16113
16114         * ext/mad/gstid3tag.c: (plugin_init):
16115           set id3mux rank to NONE so it doesn't confuse spider
16116           require audio/mpeg,mpegversion=1 in id3mux
16117
16118 2004-04-26  Benjamin Otte  <otte@gnome.org>
16119
16120         * configure.ac:
16121           detect faad correctly as non-working if it's indeed non-working
16122
16123 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16124
16125         * Makefile.am:
16126         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16127         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16128         fix _getcaps so it only negotiates to its supported format
16129
16130 2004-04-25  Benjamin Otte  <otte@gnome.org>
16131
16132         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16133           fix memleak
16134
16135 2004-04-23  Benjamin Otte  <otte@gnome.org>
16136
16137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16138           audio/x-raw-int with height rules! not. Now it's depth.
16139
16140 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16141
16142         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16143         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16144         (gst_wavparse_loop):
16145           Missing variable initialization. Add handling of DVI ADPCM. Fix
16146           mis-parsing of LIST chunks. This works around a bug where we mis-
16147           parse non-aligning LIST chunks (so LIST chunks where the contents
16148           don't align with the actual LIST size). The correct fix is to use
16149           rifflib, I'm not going to fix wavparse - too much work. All this
16150           fixes #104878.
16151
16152 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16153
16154         reviewed by Benjamin Otte  <otte@gnome.org>
16155
16156         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16157           fix shoutcast not working (fixes #140844)
16158
16159 2004-04-22  Benjamin Otte  <otte@gnome.org>
16160
16161         * ext/hermes/gsthermescolorspace.c:
16162         (gst_hermes_colorspace_caps_remove_format_info):
16163         * gst/colorspace/gstcolorspace.c:
16164         (gst_colorspace_caps_remove_format_info):
16165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16166         (gst_ffmpegcolorspace_caps_remove_format_info):
16167           s/gst_caps_simplify/gst_caps_do_simplify/
16168
16169 2004-04-22  Benjamin Otte  <otte@gnome.org>
16170
16171         * gst-libs/gst/riff/riff-media.c:
16172         (gst_riff_create_video_caps_with_data):
16173           mpegversion is an int
16174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16175           don't try to create pad templates with NULL caps, use any caps
16176           instead.
16177
16178 2004-04-20  David Schleef  <ds@schleef.org>
16179
16180         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16181         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16182         (bug #140384)
16183
16184 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16185
16186         reviewed by David Schleef
16187
16188         * ext/mad/gstid3tag.c: Add stdlib.h
16189         * gst/rtp/gstrtpgsmenc.c: same
16190         * gst/tags/gstid3tag.c: same
16191         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16192         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16193         GST_DISABLE_LOADSAVE use.
16194         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16195         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16196         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16197         atol(3)).
16198         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16199         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16200         strtoul(3)).
16201         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16202         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16203         $(ID3_CFLAGS).
16204         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16205         $(LIBFAME_CFLAGS).
16206
16207 2004-04-20  David Schleef  <ds@schleef.org>
16208
16209         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16210         last checkin.  Same idea.
16211
16212 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16213
16214         reviewed by David Schleef
16215
16216         * configure.ac: bump required gstreamer version to 0.8.1.1
16217         because of following changes [--ds]
16218
16219         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16220         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16221         (gst_riff_read_header):  Use GST_READ_UINT*
16222         macros to access possibly unaligned memory.
16223
16224         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16225         (mp3_type_find):  Use GST_READ_UINT*
16226         macros to access possibly unaligned memory.
16227         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16228         (speex_type_find): Likewise
16229
16230         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16231
16232         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16233         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16234         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16235         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16236         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16237         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16238         macros to access possibly unaligned memory.
16239
16240         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16241         Likewise.
16242
16243         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16244         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16245
16246         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16247         Likewise.
16248
16249         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16250         (gst_mpeg2subt_chain_subtitle): Likewise.
16251
16252         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16253         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16254         Likewise.
16255
16256         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16257         Likewise.
16258
16259         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16260         Likewise.
16261
16262         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16263         Likewise.
16264
16265 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16266
16267         * configure.ac:
16268           update required version of GStreamer because of GST_TIME_FORMAT
16269
16270 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16271
16272         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16273           remove leftover g_print
16274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16275           don't try setting only a subset of the caps. We don't want to kill
16276           autoplugging on purpose
16277
16278 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16279
16280         * sys/ximage/ximagesink.c: (plugin_init):
16281         * sys/xvimage/xvimagesink.c: (plugin_init):
16282           add debugging categories
16283
16284 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16285
16286         * po/en_GB.po:
16287         * po/LINGUAS:
16288           Adding en_GB translation (Gareth Owen)
16289
16290 2004-04-20  David Schleef  <ds@schleef.org>
16291
16292         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16293         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16294         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16295         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16296         A number of new features and hacks to extract the esds atom and
16297         put it into the caps.  (bug #137724)
16298
16299 2004-04-19  David Schleef  <ds@schleef.org>
16300
16301         * gconf/Makefile.am: Fix for non-GNU make
16302         * gst-libs/gst/Makefile.am: Change directory order to handle
16303         GstPlay linking with gstinterfaces
16304         * gst-libs/gst/audio/make_filter: make use of tr portable
16305         * gst-libs/gst/play/Makefile.am: Add intended \
16306         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16307         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16308         function prototype instead of void *.
16309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16310         macro.
16311         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16312         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16313         * gst/videofilter/make_filter: make use of tr portable
16314         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16315
16316 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16317
16318         * po/LINGUAS:
16319         * po/uk.po:
16320           Added Ukrainian translation (Maxim V. Dziumanenko)
16321
16322 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16323
16324         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16325         (gst_gsmdec_link), (gst_gsmdec_chain):
16326           Fix capsnego, simplify chain function slightly.
16327         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16328           Add GSM.
16329
16330 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16331
16332         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16333         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16334         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16335           Hack to make wavparse work with spider (always -> sometimes pad).
16336           Fixes #135862 && #140411.
16337
16338 2004-04-18  Benjamin Otte  <otte@gnome.org>
16339
16340         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16341         (gst_osselement_rate_probe_check),
16342         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16343           get rid of \n in debug output
16344
16345 2004-04-17  Iain <iain@prettypeople.org>
16346
16347         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16348         not just EOS.
16349
16350 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16351
16352         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16353         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16354         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16355         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16356         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16357         (gst_id3_tag_change_state), (plugin_init):
16358           deprecate id3tag element and replace with id3demux/id3mux.
16359           great side effect: this ugly file is now even uglier, yay!
16360         * ext/mad/gstmad.h:
16361           remove non-available function
16362           update for new get_type
16363
16364 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16365
16366         * configure.ac:
16367           require mpeg2dec >= 0.4.0
16368
16369 2004-04-17  Benjamin Otte  <otte@gnome.org>
16370
16371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16372         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16373         (gst_xvimagesink_set_xwindow_id):
16374           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16375           assorted cleanup fixes.
16376
16377 2004-04-16  David Schleef  <ds@schleef.org>
16378
16379         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16380         * sys/xvimage/xvimagesink.h: same
16381
16382 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16383
16384         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16385           Fix GST_ELEMENT_ERROR with (NULL)
16386
16387 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16388
16389         * gst-libs/gst/riff/riff-media.c:
16390         (gst_riff_create_video_caps_with_data):
16391           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16392
16393 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16394
16395         * gst-libs/gst/riff/riff-media.c:
16396         (gst_riff_create_video_caps_with_data),
16397         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16398         (gst_riff_create_video_template_caps),
16399         (gst_riff_create_audio_template_caps):
16400         * gst-libs/gst/riff/riff-media.h:
16401         * gst-libs/gst/riff/riff-read.c:
16402         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16403         * gst-libs/gst/riff/riff-read.h:
16404         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16405           Add MS RLE support. I added some functions to read out strf chunks
16406           into strf chunks and the data behind it. This is usually color
16407           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16408           caps creation. Lastly, add ADPCM (similar to wavparse - which
16409           should eventually be rifflib based).
16410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16411         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16412         * gst/matroska/matroska-demux.h:
16413           Remove placeholders for some prehistoric tagging system. Didn't add
16414           support for any tag system really anyway.
16415         * gst/qtdemux/qtdemux.c:
16416           Add support for audio/x-m4a (MPEG-4) through spider.
16417         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16418         (gst_wavparse_loop):
16419           ADPCM support (#135862). Increase max. buffer size because we
16420           cannot split buffers for ADPCM (screws references) and I've seen
16421           files with 2048 byte chunks. 4096 seems safe for now.
16422
16423 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16424
16425         * configure.ac: bump nano to 1
16426
16427 === release 0.8.1 ===
16428
16429 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16430
16431         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16432
16433 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16434
16435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16436           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16437           Fixes #140058
16438
16439 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16440
16441         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16442           lower rank of dvddemux so that it's not used for mpeg playback.
16443
16444 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16445
16446         * configure.ac:
16447           save libs correctly when checking mad
16448
16449 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16450
16451         * ext/mad/gstid3tag.c: (plugin_init):
16452           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16453
16454 2004-04-13  David Schleef  <ds@schleef.org>
16455
16456         * common/m4/gst-feature.m4: Call -config scripts with
16457         --plugin-libs if it is supported.
16458         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16459         JPEG images are image/jpeg.
16460         * gst/debug/Makefile.am:
16461         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16462         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16463         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16464         (gst_negotiation_plugin_init): Add a property that acts like
16465         filter caps.
16466         * testsuite/gst-lint:  Move license checking to be a standard
16467         test.
16468
16469 2004-04-13  David Schleef  <ds@schleef.org>
16470
16471         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16472         patch from Sebastien Cote (bug #139958)
16473
16474 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16475
16476         * examples/gstplay/Makefile.am:
16477         * examples/gstplay/player.c: (main):
16478           make the commandline player example use gconf settings
16479
16480 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16481
16482         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16483         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16484         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16485           init/end library during state transition, not object
16486           creation/disposal.  get rid of custom dispose handler.
16487
16488
16489 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16490
16491         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16492         be a symlink
16493
16494 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16495
16496         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16497           Handle JUNK chunks inside data section. Prevents warnings.
16498
16499 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16502         (gst_riff_create_video_template_caps):
16503           Add MS video v1.
16504         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16505         (gst_avi_demux_stream_data):
16506           Add support for "rec-list" chunks.
16507
16508 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16509
16510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16511           Fix another codecname mismatch.
16512
16513 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16514
16515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16516           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16517           so that MJPEG plays back.
16518
16519 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16520
16521         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16522         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16523         * gst/mpeg1videoparse/gstmp1videoparse.h:
16524           Fix for some slight mis-cuts in buffer parsing, and for some
16525           potential overflows or faults-causers. Adds disconts. Also fixes
16526           #139105 while we're at it.
16527
16528 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16529
16530         * configure.ac:
16531         * sys/v4l2/gstv4l2element.h:
16532           Workaround for missing struct v4l2_buffer declaration in Suse 9
16533           and Mandrake 10 linux/videodev2.h header file (#135919).
16534
16535 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16536
16537         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16538           Bail out if no filename was given.
16539
16540 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16541
16542         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16543         (gst_v4l2_fourcc_from_structure):
16544           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16545           Y41B somewhere).
16546
16547 2004-04-09  Benjamin Otte  <otte@gnome.org>
16548
16549         * ext/gnomevfs/gstgnomevfssink.c:
16550         (_gst_boolean_allow_overwrite_accumulator),
16551         (gst_gnomevfssink_class_init):
16552           fix erase signal - if any handler returns false the file will not be
16553           overwritten. If no handler is connected, the file will not be
16554           overwritten either.
16555           renamed signal to "allow-overwrite"
16556         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16557           free string when adding it to ID3 failed
16558         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16559           unref event when done
16560         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16561           free caps
16562         * gst/typefind/gsttypefindfunctions.c:
16563         (mpeg_video_stream_type_find):
16564           fix invalid read
16565
16566 2004-04-08  David Schleef  <ds@schleef.org>
16567
16568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16569         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16570
16571 2004-04-08  David Schleef  <ds@schleef.org>
16572
16573         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16574         we don't support (bug #139532)
16575
16576 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16577
16578         * ext/mad/gstmad.c: (gst_mad_handle_event),
16579         (gst_mad_check_caps_reset), (gst_mad_chain),
16580         (gst_mad_change_state):
16581           only set explicit caps if they haven't been set before for
16582           this stream.  MPEG-audio sample rate/channels aren't allowed
16583           to change in-stream.
16584           Fixes #139382
16585
16586 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16587
16588         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16589         (_gst_boolean_did_something_accumulator),
16590         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16591         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16592         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16593         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16594         (gst_gnomevfssink_change_state):
16595           Fix erase signal. Don't erase by default. Remove handoff signal.
16596           Remove erase property. Don't segfault. General cleanup.
16597
16598 2004-04-07  Benjamin Otte  <otte@gnome.org>
16599
16600         * gst-libs/gst/gconf/test-gconf.c: (main):
16601           add missing gst_init
16602
16603 2004-04-07  Benjamin Otte  <otte@gnome.org>
16604
16605         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16606           free the mutexes, too
16607
16608 2004-04-07  Benjamin Otte  <otte@gnome.org>
16609
16610         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16611           actually free the URI string
16612         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16613           compute offset correctly when passing discont events
16614         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16615           don't leak discont events
16616         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16617           add some missing breaks so caps aren't copied randomly
16618         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16619           if we realloc memory, we better use it
16620
16621 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16622
16623         * ext/mad/gstmad.c: (normal_seek):
16624           fix GST_FORMAT_TIME usage
16625
16626 2004-04-05  David Schleef  <ds@schleef.org>
16627
16628         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16629         a deprecated function (hack!)
16630
16631 2004-04-05  Benjamin Otte  <otte@gnome.org>
16632
16633         * ext/esd/esdmon.c: (gst_esdmon_get):
16634           fix nonterminated vararg and memleak
16635
16636 2004-04-05  Benjamin Otte  <otte@gnome.org>
16637
16638         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16639         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16640         (gst_ladspa_set_property), (gst_ladspa_get_property),
16641         (gst_ladspa_instantiate), (gst_ladspa_activate),
16642         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16643           clean up debugging
16644
16645 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16646
16647         reviewed by Benjamin Otte  <otte@gnome.org>
16648
16649         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16650           check for broken LADSPA parameters (fixes #138635)
16651
16652 2004-04-05  Benjamin Otte  <otte@gnome.org>
16653
16654         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16655           advertise buffer-frames correctly on sinkpads
16656
16657 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16658
16659         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16660         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16661         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16662         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16663         (gst_mad_check_caps_reset), (gst_mad_chain):
16664         add more debugging, only reset caps when we're not in error state
16665
16666 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16667
16668         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16669
16670 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16671
16672         reviewed by Benjamin Otte  <otte@gnome.org>
16673
16674         * configure.ac:
16675           fix == in test(1) operator
16676
16677 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16678
16679         reviewed by Benjamin Otte  <otte@gnome.org>
16680
16681         * configure.ac:
16682           fix --export-symblos-regex to a working regex.
16683
16684 2004-04-04  Benjamin Otte  <otte@gnome.org>
16685
16686         * sys/oss/.cvsignore:
16687           add for oss_probe
16688
16689 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16690
16691         reviewed by Benjamin Otte  <otte@gnome.org>
16692
16693         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16694           add missing 'new_media' argument (fixes #138168)
16695         * gst/matroska/matroska-demux.c:
16696         (gst_matroska_demux_handle_seek_event):
16697           add vararg terminator (fixes #138169)
16698
16699 2004-04-02  David Schleef  <ds@schleef.org>
16700
16701         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16702         disted (bug #138914)
16703
16704 2004-04-01  Benjamin Otte  <otte@gnome.org>
16705
16706         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16707         (gst_alsa_close_audio):
16708           handle case better where a soundcard can't pause
16709         * ext/ogg/gstoggdemux.c:
16710           don't crash when we get events but don't have pads yet
16711
16712 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16715           throw an error if we couldn't probe any caps.
16716
16717 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16718
16719         * ext/dvdnav/gst-dvd:
16720         Add a really simple sample DVD player
16721
16722 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16723
16724         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16725         (gst_a52dec_push), (gst_a52dec_handle_event),
16726         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16727         (gst_a52dec_change_state):
16728         * ext/a52dec/gsta52dec.h:
16729           Use a debug category, Output timestamps correctly
16730           Emit tag info, Handle events, tell liba52dec about cpu
16731           capabilities so it can use MMX etc.
16732         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16733           Fix a crasher accessing invalid memory
16734         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16735         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16736         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16737         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16738         (dvdnavsrc_query):
16739           Some support for byte-format seeking.
16740           Small fixes for still frames and menu button overlays
16741         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16742         (gst_mpeg2dec_alloc_buffer):
16743           Use a debug category. Adjust the report level of several items to
16744           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16745           so it doesn't lose the GstBuffer pointer
16746         * gst/debug/Makefile.am:
16747         * gst/debug/gstdebug.c: (plugin_init):
16748         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16749         (gst_navseek_base_init), (gst_navseek_class_init),
16750         (gst_navseek_init), (gst_navseek_seek),
16751         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16752         (gst_navseek_get_property), (gst_navseek_chain),
16753         (gst_navseek_plugin_init):
16754         * gst/debug/gstnavseek.h:
16755           Add the navseek debug element for seeking back and forth in a
16756           video stream using arrow keys.
16757         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16758         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16759         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16760         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16761         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16762         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16763         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16764         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16765         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16766         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16767         * gst/mpeg2sub/gstmpeg2subt.h:
16768           Pretty much a complete rewrite. Now a loopbased element. May still
16769           require work to properly synchronise subtitle buffers.
16770         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16771         (gst_dvd_demux_send_subbuffer):
16772         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16773           Don't attempt to create subbuffers of size 0
16774           Reduce a couple of error outputs to warnings.
16775         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16776         (gst_y4mencode_chain):
16777         Output the y4m frame header correctly.
16778
16779 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16780
16781         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16782           throw errors instead of allowing SIGFPE
16783
16784 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16785
16786         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16787         (gst_gconf_render_bin_from_key):
16788           leak plugging and style fixing
16789
16790 2004-03-31  David Schleef  <ds@schleef.org>
16791
16792         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16793         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16794         (bug #138225)
16795         * gst/debug/Makefile.am:
16796         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16797         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16798         plugin.
16799         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16800         (gst_negotiation_base_init), (gst_negotiation_class_init),
16801         (gst_negotiation_init), (gst_negotiation_getcaps),
16802         (gst_negotiation_pad_link), (gst_negotiation_chain),
16803         (gst_negotiation_set_property), (gst_negotiation_get_property),
16804         (gst_negotiation_plugin_init):  New element to talk about random
16805         negotiation things happening in a pipeline.
16806
16807 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16808
16809         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16810           fix integer addition with help of Stefan Kost
16811
16812 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16815
16816 2004-03-30  David Schleef  <ds@schleef.org>
16817
16818         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16819         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16820         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16821         (bug #137504)
16822         * ext/mpeg2dec/gstmpeg2dec.h:
16823
16824 2004-03-30  David Schleef  <ds@schleef.org>
16825
16826         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16827
16828 2004-03-30  David Schleef  <ds@schleef.org>
16829
16830         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16831         Michael Petullo) to handle .mov
16832
16833 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16834
16835         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16836         (gst_osselement_rate_check_rate):
16837           probe caps correctly for sound cards that only support one format
16838
16839 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16840
16841         * ext/kio/kiosrc.cpp: (process_events):
16842           update handling event processing if inside KDE - untested
16843
16844 2004-03-29  David Schleef  <ds@schleef.org>
16845
16846         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16847         by 2 to not interfere with other colorspaces.
16848         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16849         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16850         one to not interfere with ffmpeg_colorspace.
16851
16852 2004-03-29  David Schleef  <ds@schleef.org>
16853
16854         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16855         aren't in the caps.
16856         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16857         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16858
16859 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16860
16861         * gst-libs/gst/riff/riff-media.c:
16862           fail on error, don't try to set stuff on NULL caps
16863
16864 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16865
16866         * configure.ac:
16867         * ext/Makefile.am:
16868         * ext/kio/Makefile.am:
16869         * ext/kio/kioreceiver.cpp:
16870         * ext/kio/kioreceiver.h:
16871         * ext/kio/kiosrc.cpp:
16872         * ext/kio/kiosrc.h:
16873           add experimental kiosrc plugin
16874         * ext/alsa/gstalsaplugin.c: (plugin_init):
16875           initialize debugging category only when we're sure registering the
16876           plugins worked.
16877
16878 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16879
16880         * examples/gstplay/player.c: (main):
16881         * gst-libs/gst/play/play.c: (gst_play_class_init),
16882         (gst_play_set_location), (gst_play_set_data_src),
16883         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16884         (gst_play_set_visualization), (gst_play_connect_visualization):
16885           check return values of element_set_state and return FALSE where
16886           failed
16887
16888 2004-03-29  Benjamin Otte  <otte@gnome.org>
16889
16890         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16891           try harder to check if an event is really a discont
16892
16893 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16894
16895         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16896         * po/az.po:
16897
16898 2004-03-28  Benjamin Otte  <otte@gnome.org>
16899
16900         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16902         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16903           get rid of non-standard "..." ranges in case statements.
16904
16905 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16906
16907         * gst/mpegstream/gstmpegdemux.c:
16908         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16909         specific functionality split to the new dvddemux element.
16910         * gst/mpegstream/gstdvddemux.c:
16911         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16912         streams, derived from mpegdemux.
16913         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16914         up. SCR based timestamp rewriting can be turned off (will probably
16915         completely disappear soon).
16916         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16917         hacking. General cleanup. All printf statements replaced by
16918         debugging messages. Almost complete libdvdnav support.
16919         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16920         by events. New properties for audio and subpicture languages.
16921         (dvdnavsrc_update_highlight): Now uses events.
16922         (dvdnavsrc_user_op): Cleaned up.
16923         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16924         based). Lots of cleanup, and propper support for most libdvdnav
16925         events.
16926         (dvdnavsrc_make_dvd_event): New function.
16927         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16928         (dvdnavsrc_make_clut_change_event): New function.
16929
16930 2004-03-26  Benjamin Otte  <otte@gnome.org>
16931
16932         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16933           fix bug where typefinding would claim it's theora whenever less then
16934           7 bytes of data were available
16935
16936 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16937
16938         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16939         (gst_alawdec_base_init), (gst_alawdec_class_init),
16940         (gst_alawdec_init), (gst_alawdec_chain):
16941         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16942         (gst_alawenc_base_init), (gst_alawenc_class_init),
16943         (gst_alawenc_init), (gst_alawenc_chain):
16944         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16945         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16946         (gst_mulawdec_init), (gst_mulawdec_chain):
16947         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16948         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16949         (gst_mulawenc_init), (gst_mulawenc_chain):
16950           Fix capsnego in all four, remove the unused property functions and
16951           simplify the chain functions slightly. I guess we could use macros
16952           or something similar for those, since the code is so similar, but
16953           I'm currently too lazy...
16954
16955 2004-03-24  David Schleef  <ds@schleef.org>
16956
16957         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16958         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16959         (gst_osselement_get_format_structure),
16960         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16961         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16962         (gst_osselement_rate_int_compare): Add code to handle rate probing
16963         (bug #120883)
16964         * sys/oss/gstosselement.h: same
16965         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16966         Use rate probing provided by osselement.
16967         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16968
16969 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16972         (gst_xvidenc_get_property):
16973           ulong/int mess-up.
16974
16975 2004-03-24  David Schleef  <ds@schleef.org>
16976
16977         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16978         (gst_speexdec_init):
16979         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16980         (gst_speexenc_init):  Create the pad template correctly (from
16981         the static pad template, not a NULL pointer.)
16982
16983 2004-03-25  Benjamin Otte  <otte@gnome.org>
16984
16985         * gst/debug/Makefile.am:
16986         * gst/debug/breakmydata.c:
16987           add element that quasi-randomly changes bytes in the stream.
16988           Intended use is robustness checking of demuxers and decoders in
16989           media tests.
16990
16991 2004-03-24  Benjamin Otte  <otte@gnome.org>
16992
16993         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16994         (gst_alsa_probe_hw_params):
16995         * ext/alsa/gstalsa.h:
16996           debugging output fixes
16997
16998 2004-03-24  Benjamin Otte  <otte@gnome.org>
16999
17000         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17001           don't g_return_if_fail if element is PLAYING, fail silently as every
17002           other element.
17003         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17004           only fix needed for cast lvalue issues in gst-plugins
17005         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17006           add proxy_getcaps
17007
17008 2004-03-24  Benjamin Otte  <otte@gnome.org>
17009
17010         * gst/level/gstlevel.c: (gst_level_init):
17011           add proxying getcaps function, so level doesn't advertise impossible
17012           caps
17013
17014 2004-03-24  David Schleef  <ds@schleef.org>
17015
17016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17017         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17018         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17019         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17020         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17021         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17022         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17023         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17024         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17025         messages.  Divide the chunk size by the compression ratio
17026         (needed for MACE audio)
17027
17028 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17029
17030         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17031           Fix buffer overflow read error.
17032
17033 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * ext/alsa/gstalsa.h:
17036           Remove unused entry.
17037         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17038           Add cinepak.
17039         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17040         (gst_videodrop_link), (gst_videodrop_chain):
17041           Fix, sort of. Was horribly broken with new capsnego. Bah...
17042
17043 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17044
17045         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17046         (plugin_init):
17047         Add a monkeysaudio typefind function
17048
17049 2004-03-23  Johan Dahlin  <johan@gnome.org>
17050
17051         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17052         (gst_play_video_fixate): Check so the structure has the field
17053         before trying to fixate them, this makes it possible to have
17054         fakesinks for video and audio output without printing errors on
17055         the output console.
17056
17057 2004-03-22  David Schleef  <ds@schleef.org>
17058
17059         * sys/oss/Makefile.am:
17060         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17061         (check_rate), (add_rate):  Rate probing test app.
17062
17063 2004-03-21  Benjamin Otte  <otte@gnome.org>
17064
17065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17066         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17067           add a fixation function that pretty much does the right thing (fixes
17068           #137556)
17069
17070 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17071
17072         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17073
17074 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17075
17076         reviewed by: Benjamin Otte  <otte@gnome.org>
17077
17078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17079           terminate gst_event_new_discontinuous correctly (fixes parts of
17080           #137711)
17081
17082 2004-03-19  David Schleef  <ds@schleef.org>
17083
17084         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17085         since it doesn't depend on X, and it's part of our ABI.
17086
17087 2004-03-19  Iain <iain@prettypeople.org>
17088
17089         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17090         is_int in the structure, not the local variable.
17091
17092 2004-03-19  David Schleef  <ds@schleef.org>
17093
17094         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17095         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17096         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17097         Improvements in caps negotiation.
17098
17099 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17100
17101         * po/LINGUAS:
17102         * po/af.po:
17103           adding Afrikaans (Petri Jooste)
17104
17105 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17106
17107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17108         (gst_ffmpegcolorspace_chain):
17109         throw error instead of g_critical (#137588)
17110
17111 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17112
17113         * Makefile.am:
17114         * configure.ac:
17115           dist common and m4 correctly
17116         * po/sv.po:
17117
17118 2004-03-17  David Schleef  <ds@schleef.org>
17119
17120         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17121         (bug #137348)
17122
17123 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17124
17125         * po/LINGUAS:
17126         * po/sv.po:
17127           adding Swedish translation (Christian Rose)
17128
17129 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17130
17131         * Makefile.am: use release.mak
17132
17133 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17134
17135         * common/ChangeLog:
17136         * common/gst-autogen.sh:
17137           add some explanation about the version detection
17138         * configure.ac:
17139           fix X check
17140
17141 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17142
17143         * configure.ac: bump nano to 1
17144
17145 === release 0.8.0 ===
17146
17147 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17148
17149         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17150
17151 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17152
17153         * configure.ac:
17154           update libtool version
17155         * gst-libs/gst/media-info/Makefile.am:
17156           actually use libtool version
17157
17158 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17159
17160         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17161
17162 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17163
17164         * configure.ac:
17165         * gst-plugins.spec.in:
17166         * pkgconfig/Makefile.am:
17167         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17168         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17169         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17170         * pkgconfig/gstreamer-libs.pc.in:
17171         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17172         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17173         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17174         * pkgconfig/gstreamer-plugins.pc.in:
17175           remove @VERSION@ from some of the pc files since core and plugins
17176           are decoupled.
17177           created gstreamer-plugins.pc as it's a better name, but keeping
17178           -libs around for now to get fixes upstream done first.
17179
17180 2004-03-15  Julien MOUTTE <julien@moutte.net>
17181
17182         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17183         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17184         * gst-libs/gst/play/play.h:
17185
17186 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17187
17188         * *.c, *.cc: don't mix tabs and spaces
17189
17190 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17191
17192         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17193           use the new ffmpegcolorspace
17194         * gst-plugins.spec.in:
17195           package new colorspace and media-info
17196         * configure.ac:
17197         * pkgconfig/Makefile.am:
17198           fix some more disting issues
17199         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17200         * pkgconfig/gstreamer-media-info.pc.in:
17201           generate media-info pc files
17202
17203 2004-03-15  Johan Dahlin  <johan@gnome.org>
17204
17205         * *.h: Revert indenting
17206
17207 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17208
17209         * configure.ac:
17210           adding ffmpegcolorspace element
17211         * gst/ffmpegcolorspace/Makefile.am:
17212         * gst/ffmpegcolorspace/avcodec.h:
17213         * gst/ffmpegcolorspace/common.h:
17214         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17215         * gst/ffmpegcolorspace/dsputil.h:
17216         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17217         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17218         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17219         (gst_ffmpeg_caps_to_pix_fmt):
17220         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17222         (gst_ffmpegcolorspace_caps_remove_format_info),
17223         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17224         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17225         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17226         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17227         (gst_ffmpegcolorspace_set_property),
17228         (gst_ffmpegcolorspace_get_property),
17229         (gst_ffmpegcolorspace_register):
17230         * gst/ffmpegcolorspace/imgconvert.c:
17231         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17232         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17233         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17234         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17235         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17236         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17237         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17238         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17239         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17240         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17241         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17242         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17243         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17244         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17245         (img_get_alpha_info), (deinterlace_line),
17246         (deinterlace_line_inplace), (deinterlace_bottom_field),
17247         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17248         * gst/ffmpegcolorspace/imgconvert_template.h:
17249         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17250         * gst/ffmpegcolorspace/mmx.h:
17251         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17252           adding ffmpegcolorspace element supplied by Ronald after cleaning
17253           up and pulling in the right bits of upstream source.
17254           I'm sure a better C/compiler wizard could do some cleaning up (for
17255           example use GLIB's malloc stuff), but as a first pass this
17256           works very well
17257
17258 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17259
17260         * ext/alsa/gstalsa.h:
17261           I assume Ronald forgot to commit the change to have cardname
17262           as a struct member.  Expect some public spanking at the next
17263           opportunity.
17264
17265 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17266
17267         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17268         (gst_alsa_open_audio), (gst_alsa_close_audio):
17269         * ext/alsa/gstalsa.c:
17270           Don't open the device if we're a mixer (= padless).
17271         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17272         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17273         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17274           Open mixer during state change rather than during object
17275           initialization. Also, get a device name. Currently in a somewhat
17276           hackish fashion, but I didn't really find something better.
17277
17278 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17279
17280         * *.c, *.h: run gst-indent
17281
17282 2004-03-14  Benjamin Otte  <otte@gnome.org>
17283
17284         * gst/modplug/gstmodplug.cc:
17285         * gst/modplug/gstmodplug.h:
17286           set correct timestamps on outgoing buffers
17287
17288 2004-03-14  Benjamin Otte  <otte@gnome.org>
17289
17290         * gst/modplug/gstmodplug.cc:
17291           handle events - don't do crap when a discont arrives that's not
17292           necessary
17293           This allows correct loading and playback of mods in Rhythmbox
17294
17295 2004-03-14  Benjamin Otte  <otte@gnome.org>
17296
17297         * configure.ac:
17298         * gst-libs/gst/gconf/Makefile.am:
17299         * pkgconfig/Makefile.am:
17300           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17301           they get rebuilt properly
17302         * configure.ac:
17303           when checking for vorbis, try pkgconfig first.
17304         * gst/modplug/gstmodplug.cc:
17305           add fixate function
17306
17307 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17308
17309         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17310           Fix for obvious mistake, where we first shift the offset and then
17311           read a samplesize element assuming the old offset. Note that this
17312           part still has something weird, i.e. my movies containing those
17313           don't actually play well, but at least there's something that looks
17314           like sound now.
17315
17316 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17317         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17318         (plugin_init):
17319         Add a typefind function for speex format
17320
17321 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17322
17323         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17324         (gst_asf_demux_setup_pad):
17325           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17326           instead of 0. Reason is simple: some elements have a fps range
17327           of 1-max instead of 0-max. So now ASF video actually works.
17328
17329 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17330
17331         * po/LINGUAS:
17332         * po/sr.po:
17333           adding serbian as a language
17334
17335 2004-03-13  Benjamin Otte  <otte@gnome.org>
17336
17337         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17338           return taglist correctly from _get function, don't gst_pad_push it.
17339           (fixes #137042)
17340
17341 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17342         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17343
17344 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17345
17346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17347         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17348         (gst_alsa_mixer_track_new):
17349         * ext/alsa/gstalsamixertrack.h:
17350           Fix ancient leftovers... MixerTrack is a GObject.
17351
17352 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17353
17354         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17355         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17356           Don't block during probing...
17357
17358 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17359
17360         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17361         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17362         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17363         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17364         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17365         (gst_alsa_open_audio), (gst_alsa_close_audio):
17366         * ext/alsa/gstalsa.h:
17367           Add propertyprobe interface implementation, add some device-name
17368           property, all this so that it looks good in gnome-volume-control.
17369
17370 2004-03-12  David Schleef  <ds@schleef.org>
17371
17372         * configure.ac: the Hermes library controls hermescolorspace, not
17373         colorspace.
17374         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17375         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17376         not /* */
17377         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17378         * ext/sdl/sdlvideosink.h: ditto.
17379         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17380
17381 2004-03-12  Benjamin Otte  <otte@gnome.org>
17382
17383         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17384         (gst_x_overlay_got_xwindow_id):
17385         * gst-libs/gst/xoverlay/xoverlay.h:
17386           replace XID with unsigned long to get rid of the xlibs dependency in
17387           XOverlay (fixes #137004)
17388
17389 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17390         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17391         (gst_agingtv_setup):
17392         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17393         (gst_dicetv_base_init), (gst_dicetv_class_init),
17394         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17395         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17396         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17397         (gst_edgetv_setup), (gst_edgetv_rgb32):
17398         * gst/effectv/gsteffectv.c:
17399         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17400         (gst_quarktv_set_property):
17401         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17402         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17403         (gst_revtv_setup), (gst_revtv_rgb32):
17404         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17405         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17406         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17407         (gst_shagadelictv_rgb32):
17408         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17409         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17410         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17411         * gst/effectv/gstwarp.c:
17412         Port everything that can be ported to videofilter and fix up the caps.
17413         Can someone with a big-endian machine please check these?
17414
17415 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17416
17417         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17418         (gst_osssink_chain), (gst_osssink_change_state):
17419           Latest fixes for A/V sync, audio playback and such. This is about
17420           all... MPEG playback issues are mostly related to the async build-
17421           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17422
17423 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17424
17425         patch from: Stephane Loeuillet
17426
17427         * configure.ac:
17428           use pkg-config for some libraries, falling back to the old .m4 way
17429           (fixes #131270)
17430         * m4/libdv.m4:
17431           removed
17432
17433 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17434
17435         * configure.ac:
17436         * tools/Makefile.am:
17437         * tools/Makefile.in:
17438         * tools/gst-launch-ext-m.m:
17439         * tools/gst-launch-ext.1.in:
17440         * tools/gst-visualise-m.m:
17441         * tools/gst-visualise.1:
17442         * tools/gst-visualise.1.in:
17443           reorganizing generation of script tools
17444
17445 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17446
17447         * ext/divx/gstdivxdec.c:
17448           Downgrade priority. We prefer ffdec_mpeg4.
17449         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17450         (gst_faad_chain), (gst_faad_change_state):
17451           Fix capsnego. Doesn't work for some sounds because we don't have
17452           a 5:1 to stereo element.
17453         * ext/xvid/gstxvid.c: (plugin_init):
17454           Add priority.
17455         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17456         (gst_osssink_change_state):
17457           Add discont handling.
17458
17459 2004-03-09  Colin Walters  <walters@verbum.org>
17460
17461         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17462         conversion.
17463
17464 2004-03-09  Benjamin Otte  <otte@gnome.org>
17465
17466         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17467           the signals take 2 arguments
17468
17469 2004-03-09  David Schleef  <ds@schleef.org>
17470
17471         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17472         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17473         * ext/alsa/gstalsa.h:
17474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17475
17476 2004-03-09  Benjamin Otte  <otte@gnome.org>
17477
17478         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17479         (gst_mikmod_change_state):
17480         * ext/mikmod/gstmikmod.h:
17481           make mikmod's loop function not loop infinitely and call
17482           gst_element_yield anymore
17483         * gst/modplug/gstmodplug.cc:
17484           fix pad negotiation (fixes #136590)
17485
17486 2004-03-09  David Schleef  <ds@schleef.org>
17487
17488         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17489         doesn't conflict with the internal colorspace plugin.
17490         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17491         satisfy the crappy-ass shell shipped by a certain vendor.
17492         * gst/videofilter/make_filter: same (bug #135299)
17493
17494 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17495
17496         * configure.ac: bump nano to 1
17497
17498 === release 0.7.6 ===
17499
17500 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17501
17502         * configure.in: releasing 0.7.6, "There"
17503
17504 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17505
17506         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17507         * pkgconfig/gstreamer-play.pc.in:
17508           synchronize the two
17509
17510 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17511
17512         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17513         (cdparanoia_open), (cdparanoia_event):
17514           fix/add error handling
17515         * po/POTFILES.in:
17516           add cdparanoia source
17517         * tools/Makefile.am:
17518           make scripts executable
17519
17520 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17521
17522         * configure.ac:
17523         * ext/vorbis/Makefile.am:
17524         * sys/Makefile.am:
17525           remove id3types, vorbisfile and xvideosink from the build (#133783)
17526
17527 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17528
17529         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17530           Fix metadata read crash (#136537).
17531
17532 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17533
17534         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17535         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17536           adding mime types, fixing the one-stop function
17537
17538 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17539
17540         * ext/nas/nassink.c and /ext/nas/nassink.h:
17541         More NAS love from Arwed von Merkatz
17542         So lets all sing 'Can you feel the NAS tonight'
17543
17544 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17545
17546         * tools/gst-launch-ext.in:
17547         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17548
17549 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17550
17551         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17552         (gst_mpeg2dec_init):
17553         remove the user_data pad for now, because it is being used in
17554         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17555         If someone knows how to fix this properly, please do.
17556
17557 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17558
17559         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17560         (gst_osssink_get_time):
17561         add a warning, IMO this won't get triggered anymore, remove later
17562
17563 2004-03-07  David Schleef  <ds@schleef.org>
17564
17565         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17566         format (bug #136470)
17567
17568 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17569
17570         * gst-libs/Makefile.am:
17571         * gst-libs/gst/media-info/Makefile.am:
17572         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17573         (error_callback), (gst_media_info_error_create),
17574         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17575         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17576         * gst-libs/gst/media-info/media-info-priv.h:
17577         * gst-libs/gst/media-info/media-info-test.c: (main):
17578         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17579         (gst_media_info_class_init), (gst_media_info_instance_init),
17580         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17581         (gst_media_info_read_idler), (gst_media_info_read):
17582         * gst-libs/gst/media-info/media-info.h:
17583         fixed, should work now
17584
17585 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17586
17587         * ext/nas/nassink.c:
17588         A bunch of NAS fixes from Arwed von Merkatz
17589
17590 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17591
17592         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17593         (qtdemux_parse_trak):
17594           Fix crash (j might be greater than n_samples, in which case we're
17595           writing outside the allocated space for the array) and memleak.
17596
17597 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17598
17599         * sys/oss/gstosssink.c: (gst_osssink_chain):
17600           And another caller that couldn't handle delay < 0 (unsigned
17601           integer overflow). Video now continues playing on an audio
17602           buffer underrun, and the clock continues working. Audio still
17603           stalls.
17604
17605 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17606
17607         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17608         (gst_osssink_get_time):
17609           get_delay() may return values lower than 0. In those cases, we
17610           should not actually cast to *unsigned* int64, that will break
17611           stuff horribly. In my case, it screwed up A/V sync in movies
17612           in totem rather badly.
17613
17614 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17615
17616         * ext/faac/gstfaac.c: (gst_faac_chain):
17617         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17618         * ext/libpng/gstpngenc.c: (user_write_data):
17619         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17620         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17621         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17622         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17623         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17624         of any buffer), should fix some leaks. I hope I didn't unref buffers
17625         that shouldn't be...
17626
17627 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17628
17629         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17630         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17631         (error_callback), (gmi_reset), (gmi_seek_to_track),
17632         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17633         (gmip_find_type_post), (gmip_find_stream_post),
17634         (gmip_find_track_streaminfo_post):
17635         * gst-libs/gst/media-info/media-info-priv.h:
17636         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17637         (info_print), (main):
17638         * gst-libs/gst/media-info/media-info.c:
17639         (gst_media_info_error_create), (gst_media_info_error_element),
17640         (gst_media_info_instance_init), (gst_media_info_get_property),
17641         (gst_media_info_new), (gst_media_info_set_source),
17642         (gst_media_info_read_idler), (gst_media_info_read):
17643         * gst-libs/gst/media-info/media-info.h:
17644           first pass at making this work again.  This seems to work on
17645           tagged ogg/vorbis and mp3 files.
17646
17647 2004-03-06  Benjamin Otte  <otte@gnome.org>
17648
17649         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17650           fix huge leak: gst_buffer_merge doesn't unref the first argument
17651           itself.
17652
17653 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17654
17655         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17656           report layer/mode/emphasis
17657
17658 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17659
17660         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17661
17662 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17663
17664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17665           signal serial
17666
17667 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17668
17669         * ext/vorbis/vorbis.c: (plugin_init):
17670         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17671         (gst_vorbis_dec_init), (vorbis_dec_event):
17672         add debug category
17673         make vorbisdec handle _BYTE and _TIME queries
17674
17675 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17676
17677         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17678           from the xing header
17679
17680 2004-03-06  Benjamin Otte  <otte@gnome.org>
17681
17682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17683         (gst_audio_convert_link), (gst_audio_convert_change_state),
17684         (gst_audio_convert_buffer_from_default_format):
17685           do conversions from/to float correctly, fix some caps nego errors,
17686           export correct supported caps in template and getcaps, use correct
17687           caps in try_set_caps functions
17688
17689 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17690
17691         For some reason, I only committed a ChangeLog entry yesterday and
17692         not the corresponding code...
17693         * ext/mad/gstmad.c: Fix detection of Xing headers
17694         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17695
17696 2004-03-06  Benjamin Otte  <otte@gnome.org>
17697
17698         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17699         (gst_ogg_demux_src_query):
17700           make sure to handle the case where there's no current chain
17701           gracefully.
17702
17703 2004-03-05  David Schleef  <ds@schleef.org>
17704
17705         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17706         Add fixate function. (bug #131128)
17707         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17708         (gst_sdlvideosink_fixate):  Add fixate function.
17709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17710         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17711         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17712         Fix missing break that was causing ulaw to be interpreted as
17713         raw int.
17714
17715 2004-03-05  David Schleef  <ds@schleef.org>
17716
17717         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17718         Fix code that ignores return value of gst_buffer_merge().
17719         (bug #114560)
17720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17721         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17722         * testsuite/gst-lint:  Check for above.
17723
17724 2004-03-05  David Schleef  <ds@schleef.org>
17725
17726         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17727         caps and throw an element error.  (bug #136334)
17728
17729 2004-03-05  David Schleef  <ds@schleef.org>
17730
17731         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17732         (gst_faad_chain): Fix negotiation.
17733         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17734         key and button events.
17735         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17736         dung heap of code.
17737         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17738         depends on gconf
17739         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17740         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17741         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17742         function to encourage better negotiation, particularly between
17743         audioconvert and osssink.
17744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17745         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17746         more important.
17747         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17748         typefinding.
17749         * gst/vbidec/vbiscreen.c:  Add glib header
17750         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17751
17752 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17753
17754         * ext/mad/gstmad.c: Fix detection of Xing headers
17755         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17756
17757 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17758
17759         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17760         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17761           debug updates
17762
17763 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17764
17765         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17766         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17767         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17768         files, and report the parsed length as a GST_TAG_DURATION tag.
17769         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17770
17771 2004-03-05  Benjamin Otte  <otte@gnome.org>
17772
17773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17774           convert channels correctly. convert correctly to unsigned.
17775
17776 2004-03-05  Julien MOUTTE <julien@moutte.net>
17777
17778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17779         we have a window before clearing it.
17780
17781 2004-03-05  Julien MOUTTE <julien@moutte.net>
17782
17783         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17784         have a window before clearing it.
17785
17786 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17787
17788         * gconf/gstreamer.schemas.in:
17789         * gst-libs/gst/gconf/Makefile.am:
17790           version installation path the same way as for 0.6
17791         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17792         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17793         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17794           remove comment that was fixed
17795
17796 2004-03-05  David Schleef  <ds@schleef.org>
17797
17798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17799         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17800         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17801         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17802         Add prototype code for handling seeking and querying.
17803
17804 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17805
17806         * examples/gstplay/player.c: (main):
17807           Initialize variables to NULL. Prevents a segfault because the
17808           (uninitialized) variable is not NULL, resulting in a crash on
17809           trying to reach error->message.
17810
17811 2004-03-05  Benjamin Otte  <otte@gnome.org>
17812
17813         * gst/audioconvert/gstaudioconvert.c:
17814         (gst_audio_convert_buffer_to_default_format):
17815         make float=>int conversion work correctly even in cornercases.
17816
17817 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17818
17819         * debian/README.Debian:
17820         * debian/build-deps:
17821         * debian/changelog:
17822         * debian/control:
17823         * debian/control.in:
17824         * debian/copyright:
17825         * debian/gstreamer-a52dec.files:
17826         * debian/gstreamer-aa.files:
17827         * debian/gstreamer-alsa.files:
17828         * debian/gstreamer-alsa.manpages:
17829         * debian/gstreamer-arts.files:
17830         * debian/gstreamer-artsd.files:
17831         * debian/gstreamer-audiofile.files:
17832         * debian/gstreamer-avifile.files:
17833         * debian/gstreamer-cdparanoia.files:
17834         * debian/gstreamer-colorspace.files:
17835         * debian/gstreamer-doc.files:
17836         * debian/gstreamer-dv.files:
17837         * debian/gstreamer-dvd.files:
17838         * debian/gstreamer-esd.files:
17839         * debian/gstreamer-festival.files:
17840         * debian/gstreamer-flac.files:
17841         * debian/gstreamer-gconf.conffiles:
17842         * debian/gstreamer-gconf.files:
17843         * debian/gstreamer-gconf.postinst:
17844         * debian/gstreamer-gnomevfs.files:
17845         * debian/gstreamer-gsm.files:
17846         * debian/gstreamer-http.files:
17847         * debian/gstreamer-jack.files:
17848         * debian/gstreamer-jpeg.files:
17849         * debian/gstreamer-mad.files:
17850         * debian/gstreamer-mikmod.files:
17851         * debian/gstreamer-misc.files:
17852         * debian/gstreamer-mpeg2dec.files:
17853         * debian/gstreamer-oss.files:
17854         * debian/gstreamer-plugin-apps.files:
17855         * debian/gstreamer-plugin-apps.manpages:
17856         * debian/gstreamer-plugin-libs-dev.files:
17857         * debian/gstreamer-plugin-libs.files:
17858         * debian/gstreamer-plugin-template.postinst:
17859         * debian/gstreamer-plugin-template.postrm:
17860         * debian/gstreamer-sdl.files:
17861         * debian/gstreamer-sid.files:
17862         * debian/gstreamer-vorbis.files:
17863         * debian/gstreamer-x.files:
17864         * debian/mk.control:
17865         * debian/rules:
17866         Debian package info not maintained here.
17867
17868 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17869
17870         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17871         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17872         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17873         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17874         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17875         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17876         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17877         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17878         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17879         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17880         * gst-libs/gst/colorbalance/colorbalance.c:
17881         (gst_color_balance_class_init):
17882         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17883         (gst_color_balance_channel_class_init):
17884         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17885         * gst-libs/gst/play/play.c: (gst_play_class_init):
17886         * gst-libs/gst/propertyprobe/propertyprobe.c:
17887         (gst_property_probe_iface_init):
17888         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17889         * gst-libs/gst/tuner/tunerchannel.c:
17890         (gst_tuner_channel_class_init):
17891         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17892         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17893         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17894         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17895         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17896         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17897         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17899         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17900           fix signals to use - instead of _
17901         * ext/libcaca/gstcacasink.h:
17902         * ext/sdl/sdlvideosink.h:
17903           fix header rename
17904
17905 2004-03-04  David Schleef  <ds@schleef.org>
17906
17907         * testsuite/gst-lint:  Add a check for bad signal names.
17908
17909 2004-03-04  <kost@imn.htwk-leipzig.de>
17910
17911         reviewed by David Schleef
17912
17913         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17914         modified the alpha channel and caused a warning. (bug #136192)
17915
17916 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17917
17918         * gst-plugins.spec.in:
17919         Change names of plugins to actually be correct. Try to keep things
17920         alphabetical to avoid getting beat up by Thomas
17921
17922 2004-03-03  Julien MOUTTE <julien@moutte.net>
17923
17924         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17925         Using ximagesink as a default if no gconf key found. We should
17926         probably consider using alsasink instead of osssink for the audio
17927         part.
17928
17929 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17930
17931         * configure.ac:
17932           fix --with-plugins, don't think it ever worked before
17933         * gst-plugins.spec.in:
17934           even more updates
17935
17936 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17937
17938         * ext/sdl/sdlvideosink.h:
17939         * sys/ximage/ximagesink.h:
17940         * sys/xvideo/xvideosink.h:
17941         * sys/xvimage/xvimagesink.h:
17942           Fix for move of gstvideosink.h -> videosink.h.
17943
17944 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17945
17946         * gst-libs/gst/xwindowlistener/Makefile.am:
17947           this is a plugin library, not a library
17948
17949 2004-03-01  David Schleef  <ds@schleef.org>
17950
17951         * AUTHORS:  Added some names.  Add yourself if you're still
17952         missing.
17953
17954 2004-03-01  David Schleef  <ds@schleef.org>
17955
17956         * MAINTAINERS: Add
17957
17958 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17959
17960         * gst-plugins.spec.in: clean up spec file
17961
17962 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * gst-libs/gst/video/Makefile.am:
17965         * gst-libs/gst/video/gstvideosink.c:
17966         * gst-libs/gst/video/gstvideosink.h:
17967           rename gstvideosink.h to videosink.h to match other headers
17968         * gst/mixmatrix/Makefile.am:
17969           fix plugin filename
17970         * gst/tags/Makefile.am: fix plugin filename
17971
17972 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         * gst/tags/Makefile.am: fix plugin filename
17975
17976 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17977
17978         * examples/gstplay/player.c: (got_time_tick), (main):
17979           add error handler
17980           display time_tick more readably
17981         * gst/mixmatrix/Makefile.am:
17982           fix plugin file name
17983
17984 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17985
17986         * sys/oss/gstosselement.c: (gst_osselement_probe),
17987         (device_combination_append), (gst_osselement_class_probe_devices):
17988         * sys/oss/gstosselement.h:
17989           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17990           on my system using alsa oss emulation, fixes bug #135597
17991
17992 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17993
17994         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17995         (gst_videodrop_chain), (gst_videodrop_change_state):
17996         * gst/videodrop/gstvideodrop.h:
17997           Work based on timestamp of input data, not based on the expected
17998           framerate from the input. The consequence is that this element now
17999           not only scales framerates, but also functions as a framerate
18000           corrector or framerate stabilizer/constantizer.
18001
18002 2004-02-27  David Schleef  <ds@schleef.org>
18003
18004         patches from jmmv@menta.net (Julio M. Merino Vidal)
18005
18006         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18007         GST_ELEMENT_ERROR call (bug #135634)
18008         * gst/interleave/interleave.c: (interleave_buffered_loop),
18009         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18010         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18011         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18012         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18013         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18014         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18015         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18016         Fix GST_ELEMENT_ERROR call.
18017         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18018         GST_ELEMENT_ERROR call.
18019
18020 2004-02-27  Benjamin Otte  <otte@gnome.org>
18021
18022         * gst-libs/gst/audio/audio.h:
18023           add macro to make sure header isn't included twice
18024         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18025           don't use gst_buffer_free
18026         * gst/playondemand/filter.func:
18027           don't use gst_data_free. Free data only once.
18028
18029 2004-02-26  David Schleef  <ds@schleef.org>
18030
18031         * gst-libs/gst/colorbalance/Makefile.am:
18032         * gst-libs/gst/mixer/Makefile.am:
18033         * gst-libs/gst/tuner/Makefile.am:
18034         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18035         should not be disted, -marshal.h files should not be installed,
18036         and -enum.h files _should_ be installed.  Fix to make this the
18037         case.
18038
18039 === release 0.7.5 ===
18040
18041 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18042
18043         * configure.ac: release 0.7.5, "Under The Sea"
18044
18045 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18046
18047         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18048         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18049         * gst/videoscale/gstvideoscale.c:
18050         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18051           assorted debug/warning fixes
18052
18053 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18054
18055         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18056         (gst_videoscale_init), (gst_videoscale_chain),
18057         (gst_videoscale_set_property), (plugin_init):
18058         * gst/videoscale/gstvideoscale.h:
18059         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18060         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18061         (gst_videoscale_planar400), (gst_videoscale_packed422),
18062         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18063         (gst_videoscale_24bit), (gst_videoscale_16bit),
18064         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18065         (gst_videoscale_scale_plane_slow),
18066         (gst_videoscale_scale_point_sample),
18067         (gst_videoscale_scale_nearest),
18068         (gst_videoscale_scale_nearest_str2),
18069         (gst_videoscale_scale_nearest_str4),
18070         (gst_videoscale_scale_nearest_32bit),
18071         (gst_videoscale_scale_nearest_24bit),
18072         (gst_videoscale_scale_nearest_16bit):
18073         add debugging category and use it properly
18074         fix use of GST_PTR_FORMAT
18075
18076 2004-02-25  Andy Wingo  <wingo@pobox.com>
18077
18078         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18079         push only when channel->buffer is NULL. Prevents segfaults doing
18080         the state change after a nonlocal exit, like a scheme exception.
18081
18082         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18083         Handle the case where the intersected caps is empty.
18084
18085 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18086
18087         * gst/law/mulaw-decode.c: (mulawdec_link):
18088         * gst/law/mulaw.c: (plugin_init):
18089           fix mulawdec so it actually works again
18090
18091 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18092
18093         reviewed by: David Schleef  <ds@schleef.org>
18094
18095         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18096         (gst_gamma_init), (gst_gamma_set_property),
18097         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18098         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18099         for RGB, with separate r g and b correction factors. (#131167)
18100
18101 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18102
18103         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18104           only signal tags for bitrate if they're > 0 (#134894)
18105
18106 2004-02-24  David Schleef  <ds@schleef.org>
18107
18108         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18109         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18110         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18111         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18112         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18113         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18114         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18115         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18116         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18117         category.  Attempt to fix timestamp calculation.
18118
18119 2004-02-24  Johan Dahlin  <johan@gnome.org>
18120
18121         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18122
18123 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18124
18125         * configure.ac:
18126         * gconf/Makefile.am:
18127         * gconf/gstreamer.schemas:
18128         * gst-libs/gst/gconf/Makefile.am:
18129         * gst-libs/gst/gconf/gconf.c:
18130           version gconf schemas and install locations
18131
18132 2004-02-23  Benjamin Otte  <otte@gnome.org>
18133
18134         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18135         (gst_xine_input_subclass_init):
18136           call parent dispose.
18137           change pad template for CD reader correctly
18138         * ext/xine/Makefile.am:
18139         * ext/xine/gstxine.h:
18140         * ext/xine/xine.c: (plugin_init):
18141         * ext/xine/xineaudiosink.c:
18142           wrap audio sinks, too
18143         * gst-libs/gst/resample/private.h:
18144         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18145         (gst_resample_reinit), (gst_resample_scale),
18146         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18147         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18148         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18149         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18150         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18151         * gst-libs/gst/resample/resample.h:
18152         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18153         (gst_audioscale_class_init), (gst_audioscale_link),
18154         (gst_audioscale_get_buffer), (gst_audioscale_init),
18155         (gst_audioscale_chain), (gst_audioscale_set_property),
18156         (gst_audioscale_get_property):
18157         * gst/audioscale/gstaudioscale.h:
18158           s/resample_*/gst_resample_*/i to not clobber namespaces
18159
18160 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18161
18162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18163         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18164         (gst_riff_create_video_template_caps),
18165         (gst_riff_create_audio_template_caps),
18166         (gst_riff_create_iavs_template_caps):
18167         * gst-libs/gst/riff/riff-media.h:
18168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18169         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18170         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18171         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18172         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18173         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18174         (gst_matroska_demux_plugin_init): First batch implementing audio and
18175         video codec tags in demuxers.
18176
18177 2004-02-22  Benjamin Otte  <otte@gnome.org>
18178
18179         * ext/xine/Makefile.am:
18180         * ext/xine/gstxine.h:
18181         * ext/xine/xine.c: (plugin_init):
18182         * ext/xine/xineinput.c:
18183           add input plugin wrapper. Playback from files, http, mms and cdda
18184           works.
18185         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18186           remove leftover G_GNUC_UNUSED
18187         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18188         (gst_asf_demux_identify_guid):
18189           improve debugging output
18190
18191 2004-02-22  Benjamin Otte  <otte@gnome.org>
18192
18193         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18194
18195         * autogen.sh:
18196           replace test -e with test -x for mkinstalldirs to be more portable.
18197           (fixes #134816)
18198
18199 2004-02-22  Benjamin Otte  <otte@gnome.org>
18200
18201         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18202
18203         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18204           set rank to PRIMARY
18205         * gst/volume/gstvolume.c: (plugin_init):
18206           set rank to NONE
18207         fixes #134960
18208
18209 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18210
18211         reviewed by Benjamin Otte  <otte@gnome.org>
18212
18213         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18214           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18215
18216 2004-02-22  Benjamin Otte  <otte@gnome.org>
18217
18218         * configure.ac:
18219           export [_]*{gst,Gst,GST}.* symbols from plugins
18220
18221 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18222
18223         reviewed by: Benjamin Otte  <otte@gnome.org>
18224
18225         * ext/lame/gstlame.c: (add_one_tag):
18226         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18228         (gst_vorbisenc_metadata_set1):
18229         * gst/tags/gstid3tag.c:
18230         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18231           apply fixes from bugs #135042 (lame can't write tags) and #133817
18232           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18233
18234 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18235
18236         * configure.ac: Export only gst_plugin_desc from plugins.
18237          Note that this change only makes any effect with Linux using libtool
18238          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18239          fine. And don't try to have several versions of libtool in different
18240          directories.
18241
18242 2004-02-20  Andy Wingo  <wingo@pobox.com>
18243
18244         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18245         interleave respectively.
18246
18247         * gst/interleave/deinterleave.c: New plugin: deinterleave
18248         (replaces on oneton).
18249         * gst/interleave/interleave.c: New plugin: interleave.
18250         * gst/interleave/plugin.h: Support file.
18251         * gst/interleave/plugin.c: Support file.
18252
18253         * configure.ac: Remove intfloat and oneton, add interleave.
18254
18255         * ext/sndfile/gstsf.c: Handle events better.
18256
18257         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18258         and float2int operation. int2float has scheduling problems as
18259         noted in in2float_chain.
18260
18261 2004-02-20  Benjamin Otte  <otte@gnome.org>
18262
18263         * ext/xine/Makefile.am:
18264         * ext/xine/gstxine.h:
18265         * ext/xine/xine.c:
18266         * ext/xine/xineaudiodec.c:
18267         * ext/xine/xinecaps.c:
18268           add first version of xine plugin wrapper. Currently only wraps the
18269           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18270         * configure.ac:
18271         * ext/Makefile.am:
18272           add xine plugin wrapper, disabled by default. Use --enable-xine to
18273           build. Note that it'll segfault on gst-register if you don't remove
18274           the goom and tvtime post plugins from xine.
18275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18276         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18277           add extradata parsing for QDM2.
18278           change around debugging prints.
18279
18280 2004-02-19  Benjamin Otte  <otte@gnome.org>
18281
18282         * ext/lame/gstlame.c: (gst_lame_chain):
18283         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18284           use gst_tag_list_insert when you want to insert tags
18285
18286 2004-02-18  David Schleef  <ds@schleef.org>
18287
18288         * configure.ac:  Move massink to gst-rotten
18289         * ext/Makefile.am:
18290         * ext/mas/Makefile.am:
18291         * ext/mas/massink.c:
18292         * ext/mas/massink.h:
18293
18294 2004-02-18  David Schleef  <ds@schleef.org>
18295
18296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18297         typefinding, since it seems to be worse than nothing.
18298         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18299         atom to recognize .mp4 and .m4a files as video/quicktime.
18300
18301 2004-02-18  David Schleef  <ds@schleef.org>
18302
18303         * gst/sine/demo-dparams.c: (quit_live),
18304         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18305         Use double dparams, not float.
18306         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18307         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18308         sync'd elements don't really work correctly.
18309         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18310         (volume_update_volume), (volume_get_property):  Change dparam
18311         to double.
18312
18313 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18314
18315         * sys/ximage/ximagesink.c:
18316         (gst_ximagesink_xwindow_update_geometry),
18317         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18318         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18319         (gst_ximagesink_init): Rework the way software video scaling works. So
18320         now we check on each chain call if the video frames are feeling the
18321         window. If not we try to renegotiate caps. On failure we memorize that
18322         and we won't try again for that PLAYING sessions.
18323         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18324         failure.
18325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18326         synchronous flag.
18327
18328 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18331           break up _link so we can give a better debug message for errors
18332
18333 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18334
18335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18336           set up debug category
18337
18338 2004-02-18  Julien MOUTTE <julien@moutte.net>
18339
18340         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18341         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18342         the way renegotiation work. The event handling function is not taking
18343         care of external windows and renegotiate method check for pad flags
18344         NEGOTIATING. Should fix : #133209
18345
18346 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18347
18348         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18349         pad is negotiating before trying renegotiation.
18350
18351 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18352
18353         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18354           pass on all possible mime types as typefind hints
18355
18356 2004-02-17  Julien MOUTTE <julien@moutte.net>
18357
18358         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18360         possible SHM leak if we crash. All other apps using XShm are doing
18361         that.
18362
18363 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18364
18365         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18366         (gst_ximagesink_expose): Renegotiate size on expose.
18367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18368         size on expose.
18369
18370 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18371
18372         * testsuite/alsa/sinesrc.c:
18373           cosmetic fix to fix compile issue with gcc 2.95.4
18374
18375 2004-02-16  Julien MOUTTE <julien@moutte.net>
18376
18377         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18378         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18379         failed opening the audio device.
18380         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18381         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18382         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18383         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18384         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18385         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18386         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18387         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18388         Removing some useless g_return_if_fail like wingo suggested.
18389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18390         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18391         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18392         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18393         (gst_xvimagesink_update_colorbalance),
18394         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18395         (gst_xvimagesink_xcontext_clear),
18396         (gst_xvimagesink_get_fourcc_from_caps),
18397         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18398         (gst_xvimagesink_set_xwindow_id),
18399         (gst_xvimagesink_colorbalance_list_channels),
18400         (gst_xvimagesink_colorbalance_set_value),
18401         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18402         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18403
18404 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18405
18406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18407           throw error when not negotiated instead of asserting
18408
18409 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18410
18411         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18412         correct data refcounting.
18413
18414 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18415
18416         * gst/switch/gstswitch.c: (gst_switch_change_state),
18417         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18418         change, mostly the EOS flag.
18419
18420 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18421
18422         * examples/gstplay/player.c: (got_eos), (main): Adding some
18423         output for debugging.
18424         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18425         timeouts if we go to any state different from PLAYING.
18426         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18427         more EOS bugs in riff lib.
18428
18429 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18430
18431         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18432         visualization until i find a way to fix switch correctly.
18433         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18434         EOS arrives.
18435         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18436         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18437         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18438         Reworked switch to get a more correct behaviour with events and refing
18439         of data stored in sinkpads.
18440         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18441         we don't pull from a pad in EOS.
18442
18443 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18444
18445         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18446           remove v1 tag even if we can't read it (makes sure we don't detect
18447           it again)
18448
18449 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18450
18451         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18452         (gst_alsa_xrun_recovery):
18453         * ext/alsa/gstalsa.h:
18454           try xrun recovery when wait failed. Make xrun recovery function
18455           return TRUE/FALSE to indicate success. (might fix #134354)
18456
18457 2004-02-13  David Schleef  <ds@schleef.org>
18458
18459         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18460         (dynparm_value_changed), (main): Convert from float to double.
18461         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18462
18463 2004-02-13  David Schleef  <ds@schleef.org>
18464
18465         * gst/silence/gstsilence.c: (gst_silence_class_init),
18466         (gst_silence_set_clock), (gst_silence_get),
18467         (gst_silence_set_property), (gst_silence_get_property):
18468         * gst/silence/gstsilence.h: Add sync property.
18469         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18470         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18471         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18472         * gst/sine/gstsinesrc.h: Add sync property.
18473
18474 2004-02-13  David Schleef  <ds@schleef.org>
18475
18476         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18477         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18478
18479 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18480
18481         * configure.ac:
18482         * ext/Makefile.am:
18483         * gst-libs/ext/Makefile.am:
18484           move ffmpeg plugin to gst-ffmpeg module
18485
18486 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18487
18488         * configure.ac: use GST_ARCH to detect architecture
18489
18490 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18491
18492         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18493
18494 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18495
18496         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18497           classify LADSPA plugins based on number of src/sink pads
18498           (#133663, Stefan Kost)
18499         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18500           fix dparams registration
18501           (#133528, Stefan Kost)
18502         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18503           fix use of isprint and use g_ascii_isprint instead
18504           (#133316, Stefan Kost)
18505
18506 2004-02-11  David Schleef  <ds@schleef.org>
18507
18508         Convert a few inner loops to use liboil.  This is currently
18509         optional, and is only enabled if liboil is present (duh!).
18510         * configure.ac: Check for liboil-0.1
18511         * gst/intfloat/Makefile.am:
18512         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18513         (gst_int2float_chain_gint16):
18514         * gst/videofilter/Makefile.am:
18515         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18516         (tablelookup_u8), (gst_videobalance_planar411):
18517         * gst/videotestsrc/Makefile.am:
18518         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18519         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18520         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18521         (paint_hline_RGB565), (paint_hline_xRGB1555):
18522
18523 2004-02-11  David Schleef  <ds@schleef.org>
18524
18525         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18526         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18527         (gst_colorspace_getcaps), (gst_colorspace_link),
18528         (gst_colorspace_base_init), (gst_colorspace_init),
18529         (gst_colorspace_chain), (gst_colorspace_change_state),
18530         (plugin_init): Merge Ronald's patch (bug #117897) and update
18531         for new caps and negotiation.  Seems to work, although it
18532         shows off bugs in lcs.
18533
18534 2004-02-11  David Schleef  <ds@schleef.org>
18535
18536         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18537         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18538
18539 2004-02-11  David Schleef  <ds@schleef.org>
18540
18541         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18542         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18543         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18544         Add server and port properties
18545
18546 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18547
18548         * m4/a52.m4:
18549         * m4/aalib.m4:
18550         * m4/as-ffmpeg.m4:
18551         * m4/as-liblame.m4:
18552         * m4/as-slurp-ffmpeg.m4:
18553         * m4/check-libheader.m4:
18554         * m4/esd.m4:
18555         * m4/freetype2.m4:
18556         * m4/gconf-2.m4:
18557         * m4/glib.m4:
18558         * m4/gst-alsa.m4:
18559         * m4/gst-artsc.m4:
18560         * m4/gst-ivorbis.m4:
18561         * m4/gst-matroska.m4:
18562         * m4/gst-sdl.m4:
18563         * m4/gst-shout2.m4:
18564         * m4/gst-sid.m4:
18565         * m4/gtk.m4:
18566         * m4/libdv.m4:
18567         * m4/libfame.m4:
18568         * m4/libmikmod.m4:
18569         * m4/ogg.m4:
18570         * m4/vorbis.m4:
18571           fix underquotedness of macros (#133800)
18572         * m4/as-avifile.m4:
18573         * m4/xmms.m4:
18574           removed because no longer used
18575
18576 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18577
18578         * configure.ac:
18579           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18580           by autopoint (fixes #132996)
18581
18582 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18583
18584         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18585         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18586         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18587         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18588           fix memleaks
18589
18590 2004-02-11  David Schleef  <ds@schleef.org>
18591
18592         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18593         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18594         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18595         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18596         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18597         (gst_jpegenc_class_init), (gst_jpegenc_init),
18598         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18599         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18600         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18601         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18602
18603 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18604
18605         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18606         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18607         * ext/mikmod/gstmikmod.h:
18608           fix caps negotiation in mikmod
18609         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18610           output debug information
18611
18612 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18613
18614         * gst-libs/gst/colorbalance/Makefile.am:
18615         * gst-libs/gst/navigation/Makefile.am:
18616         * gst-libs/gst/xoverlay/Makefile.am:
18617           remove unused GST_OPT_CFLAGS from Makefiles
18618           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18619
18620 2004-02-07  David Schleef  <ds@schleef.org>
18621
18622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18623         push events to pads that haven't been created (#133508)
18624
18625 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18626
18627         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18628         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18629         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18630         (gst_dvdec_loop), (gst_dvdec_change_state):
18631         Second attempt at committing a working dvdec element.
18632
18633 2004-02-06  David Schleef  <ds@schleef.org>
18634
18635         Build fixes for OS X: (see #129600)
18636         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18637         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18638         (gst_riff_read_strf_iavs):
18639         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18640         (gst_avi_demux_stream_odml):
18641         * gst/playondemand/Makefile.am:
18642         * gst/rtp/rtp-packet.c:
18643
18644 2004-02-05  David Schleef  <ds@schleef.org>
18645
18646         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18647         last change, because it Just Doesn't Compile.
18648
18649 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18650
18651         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18652           skip undecodable id3v2 tag instead of keeping it
18653
18654 2004-02-05  David Schleef  <ds@schleef.org>
18655
18656         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18657         Unref leaked buffer.  (Noticed by Ronald)
18658
18659 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18660
18661         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18662         Sync requires with other checks.  >= vs =.
18663
18664 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18665
18666         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18667         (gst_dvdec_video_link), (gst_dvdec_loop):
18668         * ext/dv/gstdvdec.h:
18669           rework the caps negotiation so that dvdec works again instead
18670           of just segfaulting.
18671
18672 === release 0.7.4 ===
18673
18674 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18675
18676         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18677         * configure.ac: changed for release
18678
18679 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18680
18681         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18682         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18683         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18684         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18685           reworked patch by David Lehn to fix libdir and includedir for
18686           uninstalled libraries
18687           removed play and gconf from gstreamer-libs since they have their
18688           own pkgconfig files
18689
18690 2004-02-04  David Schleef  <ds@schleef.org>
18691
18692         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18693         memleak.
18694
18695 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18696
18697         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18698           use correct GST_TAG_ENCODER tag
18699
18700 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18701
18702         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18703           be sure to stop the clock when going to paused
18704         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18705           reset number of transmitted when going to ready.
18706         fixes #132935
18707
18708 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18709
18710         reviewed by Benjamin Otte
18711
18712         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18713           extract track count (fixes #133410)
18714
18715 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18716
18717         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18718           that should be !=, not == (fixes #132519)
18719
18720 2004-02-04  David Schleef  <ds@schleef.org>
18721
18722         Make sure set_explicit_caps() is called before adding pad.
18723         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18724         * gst/id3/gstid3types.c: (gst_id3types_loop):
18725         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18726         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18727
18728 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18729
18730         * configure.ac:
18731           bump nano to 2, first prerelease
18732           put back AM_PROG_LIBTOOL
18733
18734 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18735
18736         * testsuite/alsa/Makefile.am:
18737           these are user test apps, not automatic testsuite tests
18738
18739 2004-02-04  David Schleef  <ds@schleef.org>
18740
18741         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18742         * gst/mpeg1videoparse/gstmp1videoparse.c:
18743         (mp1videoparse_parse_seq):
18744         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18745         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18746         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18747         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18748         (gst_xvideosink_getcaps):
18749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18750         * testsuite/gst-lint: more tests
18751
18752 2004-02-04  David Schleef  <ds@schleef.org>
18753
18754         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18755         with the code that they would expand to.
18756         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18757         (gst_flacdec_get_src_query_types),
18758         (gst_flacdec_get_src_event_masks):
18759         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18760         (gst_gnomevfssrc_get_query_types),
18761         (gst_gnomevfssrc_get_event_mask):
18762
18763 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18764
18765         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18766         (gst_sinesrc_dispose):
18767           fix memleak by properly disposing sinesrc
18768
18769 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18770
18771         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18772         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18773         an overlay to redraw the image because it has been exposed.
18774         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18775         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18776         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18777         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18778         interface
18779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18780         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18781         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18782         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18783         interface
18784
18785 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18786
18787         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18788           more memleak fixage
18789
18790 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18791
18792         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18793         * gst/typefind/gsttypefindfunctions.c:
18794           fix memleaks shown by gst-typefind
18795
18796 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18797
18798         * common/glib-gen.mak:
18799           add hack rule to touch .Plo files
18800         * gst-libs/gst/colorbalance/Makefile.am:
18801         * gst-libs/gst/mixer/Makefile.am:
18802         * gst-libs/gst/play/Makefile.am:
18803         * gst-libs/gst/tuner/Makefile.am:
18804           remove glib_root variable
18805
18806 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18807
18808         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18809           set explicit caps before adding the element, so the autopluggers can
18810           plug correctly.
18811         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18812         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18813         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18814         (dv_type_find):
18815           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18816           argument.
18817
18818 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18819
18820         * gst-libs/gst/colorbalance/Makefile.am:
18821         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18822         * gst-libs/gst/colorbalance/colorbalance.c:
18823         * gst-libs/gst/colorbalance/colorbalance.h:
18824         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18825         * gst-libs/gst/mixer/Makefile.am:
18826         * gst-libs/gst/mixer/mixer-marshal.list:
18827         * gst-libs/gst/mixer/mixer.c:
18828         * gst-libs/gst/mixer/mixer.h:
18829         * gst-libs/gst/mixer/mixermarshal.list:
18830         * gst-libs/gst/play/Makefile.am:
18831         * gst-libs/gst/play/play.h:
18832         * gst-libs/gst/tuner/Makefile.am:
18833         * gst-libs/gst/tuner/tuner-marshal.list:
18834         * gst-libs/gst/tuner/tuner.c:
18835         * gst-libs/gst/tuner/tuner.h:
18836         * gst-libs/gst/tuner/tunermarshal.list:
18837           use new glib-gen.mak snippet to clean up Makefile.am
18838           fix various bugs in Makefile.am's
18839
18840 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18841
18842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18843           handle chain parsing correctly in the multichain case
18844         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18845         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18846         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18847         (theora_dec_chain):
18848           handle events and queries correctly
18849
18850 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18851
18852         * .cvsignore:
18853         Ignore generated file _stdint.h.
18854
18855 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18856
18857         * gst-libs/gst/colorbalance/Makefile.am:
18858         * gst-libs/gst/colorbalance/colorbalance.h:
18859         * gst-libs/gst/mixer/Makefile.am:
18860         * gst-libs/gst/mixer/mixer.h:
18861         * gst-libs/gst/play/Makefile.am:
18862         * gst-libs/gst/play/play.h:
18863         * gst-libs/gst/tuner/Makefile.am:
18864         * gst-libs/gst/tuner/tuner.h:
18865         Generate enum type code with glib-mkenums.
18866         * gst-libs/gst/colorbalance/.cvsignore:
18867         * gst-libs/gst/mixer/.cvsignore:
18868         * gst-libs/gst/play/.cvsignore:
18869         * gst-libs/gst/tuner/.cvsignore:
18870         Ignore generated files.
18871
18872 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18873
18874         * gst-libs/gst/audio/.cvsignore:
18875         Ignore generated file.
18876         * gst-libs/gst/audio/Makefile.am:
18877         Do not install example filter.
18878
18879 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18880
18881         * examples/switch/.cvsignore:
18882         Ignore generated file.
18883
18884 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18885
18886         * common/m4/ax_create_stdint_h.m4:
18887         * configure.ac:
18888           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18889           _stdint.h.
18890         * Makefile.am:
18891           remove generated _stdint.h in DISTCLEANFILES
18892         * ext/a52dec/gsta52dec.c:
18893           include _stdint.h for a52dec. (should fix #133064)
18894
18895 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18896
18897         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18898         (gst_tag_to_vorbis_comments):
18899         Add replaygain support to vorbistag
18900
18901 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18902         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18903         (gst_ffmpeg_caps_to_extradata):
18904           Fix SVQ3 caps flag properties
18905           Use glib macro for bytes swap
18906
18907 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18908
18909         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18910         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18911         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18912         * ext/sndfile/gstsf.c: (plugin_init):
18913         * gst/avi/gstavi.c: (plugin_init):
18914         * sys/dxr3/dxr3init.c: (plugin_init):
18915         * sys/oss/gstossaudio.c: (plugin_init):
18916         * sys/v4l/gstv4l.c: (plugin_init):
18917         * sys/v4l2/gstv4l2.c: (plugin_init):
18918           remove textdomain calls
18919         * po/nl.po:
18920           update Dutch translation
18921
18922 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18923
18924         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18925         (gst_play_set_audio_sink): Moving volume in the audio thread for
18926         instantaneous volume change. Maybe i will add another volume in front
18927         of visualization later, not sure yet though.
18928
18929 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18930
18931         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18932         (gst_ximagesink_handle_xevents): Better X events handling, only take
18933         the latest events for configure and motion.
18934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18935
18936 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18937
18938         reviewed by: David Schleef  <ds@schleef.org>
18939
18940         Fix memory leaks:
18941         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18942         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18943
18944 2004-02-02  David Schleef  <ds@schleef.org>
18945
18946         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18947         of lines.
18948         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18949         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18950         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18951         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18952         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18953         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18954         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18955         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18956         (gst_float2_2_int_link):
18957         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18958         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18959         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18960         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18961         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18962         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18963         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18964         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18965         * testsuite/gst-lint: Add tests for bzero and ;;
18966
18967 2004-02-02  David Schleef  <ds@schleef.org>
18968
18969         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18970
18971 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18972
18973         * ext/aalib/gstaasink.c: (gst_aasink_open):
18974         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18975         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18976         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18977         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18978         (gst_afsink_close_file):
18979         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18980         (gst_afsrc_close_file):
18981         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18982         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18983         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18984         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18985         * ext/esd/esdmon.c: (gst_esdmon_get):
18986         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18987         * ext/faac/gstfaac.c: (gst_faac_chain):
18988         * ext/faad/gstfaad.c: (gst_faad_chain):
18989         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18990         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18991         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18992         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18993         (gst_flacdec_loop):
18994         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18995         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18996         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18997         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18998         (gst_gnomevfssink_close_file):
18999         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19000         (gst_gnomevfssrc_open_file):
19001         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19002         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19003         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19004         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19005         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19006         * ext/mad/gstmad.c: (gst_mad_chain):
19007         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19008         * ext/mpeg2dec/gstmpeg2dec.c:
19009         * ext/mpeg2enc/gstmpeg2enc.cc:
19010         * ext/mplex/gstmplex.cc:
19011         * ext/mplex/gstmplexibitstream.cc:
19012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19013         (gst_ogg_demux_push):
19014         * ext/raw1394/gstdv1394src.c:
19015         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19016         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19017         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19018         (gst_sf_loop):
19019         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19020         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19021         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19022         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19024         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19025         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19026         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19027         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19028         (gst_riff_read_element_data), (gst_riff_read_seek),
19029         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19030         * gst/adder/gstadder.c: (gst_adder_loop):
19031         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19032         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19033         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19034         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19035         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19036         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19037         * gst/goom/gstgoom.c: (gst_goom_chain):
19038         * gst/id3/gstid3types.c: (gst_id3types_loop):
19039         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19040         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19041         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19042         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19043         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19044         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19045         (gst_ebml_read_float), (gst_ebml_read_header):
19046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19047         (gst_matroska_demux_parse_blockgroup):
19048         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19049         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19050         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19051         * gst/silence/gstsilence.c: (gst_silence_get):
19052         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19053         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19054         * gst/speed/gstspeed.c: (speed_loop):
19055         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19056         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19057         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19058         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19059         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19060         (gst_wavparse_loop):
19061         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19062         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19063         (dxr3audiosink_close):
19064         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19065         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19066         (dxr3videosink_close), (dxr3videosink_write_data):
19067         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19068         * sys/oss/gstosssink.c: (gst_osssink_chain):
19069         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19070         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19071         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19073         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19074         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19075         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19076         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19077         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19078         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19079         (gst_v4l_set_audio):
19080         * sys/v4l/v4l_calls.h:
19081         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19082         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19083         (gst_v4lmjpegsink_playback_init),
19084         (gst_v4lmjpegsink_playback_start):
19085         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19086         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19087         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19088         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19089         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19090         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19091         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19092         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19093         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19094         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19095         (gst_v4l2_get_output), (gst_v4l2_set_output),
19096         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19097         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19098         (gst_v4l2_set_attribute):
19099         * sys/v4l2/v4l2_calls.h:
19100         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19101         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19102         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19103         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19104         (gst_v4l2src_capture_stop):
19105         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19106         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19107         (gst_ximagesink_chain):
19108         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19109         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19110         (gst_xvideosink_xwindow_new):
19111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19112         (gst_xvimagesink_chain):
19113
19114 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19115
19116         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19117         (gst_volume_get_volume), (volume_class_init), (volume_init),
19118         (volume_chain_int16), (volume_update_volume):
19119         * gst/volume/gstvolume.h:
19120           make code more readable by removing magic numbers
19121           make mixer interface export 0-100 range
19122           make it internally map to 0.0-1.0 range so users don't distort
19123           output by putting the sliders at full volume
19124
19125 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19126
19127         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19128         (gst_play_state_change), (gst_play_seek_to_time):
19129         block the tick callback for 0.5 secs after doing a seek
19130
19131 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19132
19133         * gst-libs/gst/play/play.c: (gst_play_new):
19134           check for GError
19135
19136 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19137
19138         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19139         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19140         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19141         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19143         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19144
19145 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19146
19147         * configure.ac:
19148         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19149           check for a function added in vorbis 1.1
19150
19151 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19152
19153         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19154         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19155           really start/stop clock only on PLAYING <=> PAUSED
19156         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19157           remove \n from debugging lines
19158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19159           make it work when seeking does not
19160         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19161           reset on DISCONT
19162
19163 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19164
19165         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19166           start clock on PAUSED=>PLAYING, not later
19167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19168           extract correct time for different discont formats
19169         (gst_alsa_sink_get_time):
19170           don't segfault when no format is negotiated yet, just return 0
19171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19172         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19173         (gst_ogg_pad_push):
19174           handle flush and discont events correctly
19175         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19176           handle discont events correctly
19177
19178 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19179
19180         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19181         (gst_play_error_create), (gst_play_error_plugin),
19182         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19183         * gst-libs/gst/play/play.h:
19184           add error handling during creation
19185         * examples/gstplay/player.c: (main):
19186           use new gst_play_new
19187
19188
19189 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19190
19191         * ext/theora/theoradec.c: (theora_dec_chain):
19192           make comments work
19193         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19194         (vorbis_dec_src_event), (vorbis_dec_chain):
19195           add encoder tag, fix tag reading to be more error tolerant, change
19196           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19197           gst_pad_event_default.
19198         * gst/tags/gstvorbistag.c:
19199         (gst_tag_list_from_vorbiscomment_buffer):
19200           undefine function specific define at end of function
19201
19202 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19203
19204         * ext/flac/gstflac.c: (plugin_init):
19205         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19206         * ext/flac/gstflacdec.h:
19207         * ext/flac/gstflacenc.h:
19208           Fix typos
19209
19210 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19211
19212         * examples/gstplay/player.c: s/gstplay.h/play.h/
19213
19214 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19215
19216         * gst-libs/gst/play/Makefile.am:
19217         * gst-libs/gst/play/gstplay.c:
19218         * gst-libs/gst/play/gstplay.h:
19219         * gst-libs/gst/play/play.c:
19220           more surgery, operation complete
19221
19222 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19223
19224         * gst-libs/gst/play/play.old.c:
19225         * gst-libs/gst/play/play.old.h:
19226           after CVS surgery by moving, remove
19227         * gst-libs/gst/play/playpipelines.c:
19228           remove
19229
19230         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19231           add negotiation error
19232
19233 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19234
19235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19236         (gst_ogg_demux_push):
19237           add some seeking debug info
19238           send a flush when seeking
19239
19240 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19241
19242         * configure.ac:
19243           use AC_C_INLINE
19244         * configure.ac:
19245         * ext/Makefile.am:
19246         * ext/theora/Makefile.am:
19247         * ext/theora/theoradec.c:
19248           add theora video decoder. Does just do simple decoding for now and
19249           has been tested against Theora cvs only. It only works when theora
19250           is compiled with --enable-static.
19251         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19252           always reset packetno on DISCONT
19253
19254 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19255
19256         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19257           Fix audio.
19258
19259 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19260
19261         * gst/mpegaudioparse/gstmpegaudioparse.c:
19262         (mp3_type_frame_length_from_header):
19263           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19264
19265 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19266
19267         * ext/esd/esdsink.c: (gst_esdsink_init):
19268           Since we have static pad template caps, we don't need to negotiate;
19269           either the core errors out or we know the format.
19270
19271 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19272
19273         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19274         (gst_riff_read_seek):
19275         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19276         (gst_ebml_read_seek):
19277           Fix event handling.
19278
19279 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19280
19281         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19282           removee video/x-theora from vp3 decoder, it doesn't handle raw
19283           theora streams
19284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19285           fix bug with finalizing element that never went to PAUSED
19286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19287           length and position queries were swapped
19288         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19289         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19290         (vorbis_dec_src_event):
19291           implement querying time and bytes
19292
19293 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19294
19295         * just about every source file:
19296           gst_element_error -> GST_ELEMENT_ERROR
19297
19298 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19299
19300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19301         emiting FLUSH and even before DISCONT.
19302         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19303         get the best instant seeking as possible yay!
19304
19305 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19306
19307         * gst/mpeg1videoparse/gstmp1videoparse.c:
19308         (gst_mp1videoparse_real_chain):
19309           Committed wrong version last week... Grr... Didn't notice until now.
19310
19311 2004-01-29  Julien MOUTTE <julien@moutte.net>
19312
19313         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19315         have_xwindow_id signal in xwindow_create.
19316
19317 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19318
19319         * ext/ogg/gstoggdemux.c:
19320           lots of changes - mainly support for chained bitstreams, seeking,
19321           querying and bugfixes of course
19322         * ext/vorbis/Makefile.am:
19323         * ext/vorbis/vorbisdec.c:
19324         * ext/vorbis/vorbisdec.h:
19325           add vorbisdec raw vorbis decoder
19326         * ext/vorbis/vorbis.c: (plugin_init):
19327           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19328         * gst/intfloat/Makefile.am:
19329         * gst/intfloat/float22int.c:
19330         * gst/intfloat/float22int.h:
19331         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19332           add float2intnew plugin. It converts multichannel interleaved float to
19333           multichannel interleaved int. The name should probably be changed.
19334         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19335         (plugin_init):
19336           add typefinding for raw theora video so oggdemux can detect it.
19337
19338 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19339
19340         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19341         sink element first.
19342         * gst/videoscale/gstvideoscale.c:
19343         (gst_videoscale_handle_src_event): Fixing src event handler.
19344
19345 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19346
19347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19348         (gst_v4lsrc_open), (gst_v4lsrc_close),
19349         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19350         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19351         * sys/v4l/gstv4lsrc.h:
19352         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19353         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19354           Implement resizing... Hack. But that's why v4l is b0rked...
19355
19356 2004-01-28  Julien MOUTTE <julien@moutte.net>
19357
19358         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19359         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19360         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19361         (gst_ximagesink_xwindow_destroy):
19362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19363         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19364         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19365         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19366         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19367         correctly cleaning the image created to check xshm calls on succes,
19368         added a lot of XSync calls in X11 functions, and fixed a segfault when
19369         no image format was defined before negotiation happened.
19370
19371 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19372
19373         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19374           use gst_element_get_time to get correct time
19375
19376 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19377
19378         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19379         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19380         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19382         (gst_xvimagesink_check_xshm_calls),
19383         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19384         X plugins are now able to detect that XShm calls will fail even if the
19385         server claims that it has XShm support (remote displays most of the
19386         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19387         so that we use non XShm functions. This feature is almost useless for
19388         xvimagesink as Xv is not supported on remote displays anyway, but
19389         it might happen than even on the local display XShm calls fail.
19390
19391 2004-01-27  David Schleef  <ds@schleef.org>
19392
19393         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19394         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19395         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19396         changed esdsink to only use 44100,16,2, since esd sucks at rate
19397         conversion and esdsink has had difficulty negotiating.
19398
19399 2004-01-27  Julien MOUTTE <julien@moutte.net>
19400
19401         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19402         (gst_play_seek_to_time): Fixing the way to get current position.
19403
19404 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19405
19406         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19407           use gst_element_get_time to get correct time
19408
19409 2004-01-27  Julien MOUTTE <julien@moutte.net>
19410
19411         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19412         fix ever... Inverting 2 lines of code make spider autoplug correctly
19413         tagged mp3 !
19414
19415 2004-01-27  David Schleef  <ds@schleef.org>
19416
19417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19418         Use gst_pad_try_set_caps_nonfixed().
19419
19420 2004-01-27  David Schleef  <ds@schleef.org>
19421
19422         * gst/ac3parse/gstac3parse.c: update to checklist 5
19423         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19424         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19425         * gst/audioscale/gstaudioscale.c: same
19426         * gst/auparse/gstauparse.c: same
19427         * gst/avi/gstavidemux.c: same
19428
19429 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19430
19431         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19432           stop processing after EOS
19433
19434 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19435
19436         * gst/asfdemux/asfheaders.h:
19437         * gst/asfdemux/gstasfdemux.c:
19438         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19439         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19440         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19441           lot's of fixes to make data extraction simpler and get the code
19442           architecture and compiler independant. Add debugging category
19443         * gst/goom/gstgoom.c: (gst_goom_change_state):
19444           reset channel count on PAUSED=>READY, not READY=>PAUSED
19445
19446 2004-01-26  Colin Walters  <walters@verbum.org>
19447
19448         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19449         code to pull a bigger buffer in iradio mode.  This as a side effect
19450         makes typefinding work.
19451
19452 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19453
19454         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19455         Fix SVQ3 decoding on PPC
19456
19457 2004-01-26  Julien MOUTTE <julien@moutte.net>
19458
19459         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19460         that one managed to stay there... Fixed.
19461
19462 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19463
19464         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19465         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19466         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19467         (qtdemux_video_caps):
19468         * gst/qtdemux/qtdemux.h:
19469         Add SVQ3 specific flags to qtdemux and ffmpeg
19470
19471 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19472
19473         * gst-libs/gst/audio/audio.h:
19474           remove buffer-frames from audio caps
19475         * gst/audioconvert/gstaudioconvert.c:
19476           fix plugin to really work.
19477
19478 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19479
19480         * gst-libs/gst/mixer/mixer.c:
19481         * gst-libs/gst/propertyprobe/propertyprobe.c:
19482         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19483         (gst_tuner_find_channel_by_name):
19484         * gst-libs/gst/tuner/tuner.h:
19485           Add gtk-doc style comments. Also fix a function name.
19486
19487 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19488
19489         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19490         (gst_divxdec_negotiate):
19491           Fix for new capsnego - also fixes gst-player with divxdec.
19492
19493 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19494
19495         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19496         (gst_play_identity_handoff), (gst_play_set_location),
19497         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19498         try in visualization implementation. Still have an issue with switch
19499         blocking when pulling from video_queue and only audio comes out of
19500         spider.
19501         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19502         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19503         release method. And check if the pad is usable before pulling.
19504
19505 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19506
19507         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19508         (gst_videobalance_init),
19509         (gst_videobalance_colorbalance_list_channels),
19510         (gst_videobalance_colorbalance_set_value),
19511         (gst_videobalance_colorbalance_get_value),
19512         (gst_videobalance_update_properties),
19513         (gst_videobalance_update_tables_planar411),
19514         (gst_videobalance_planar411):
19515         * gst/videofilter/gstvideobalance.h:
19516           Implement lookup-tables. +/- 10x faster.
19517
19518 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19519
19520         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19521         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19522           The index reading was broken. The rest worked fine, but the whole
19523           goal of my rewrite was to make avidemux readable, and this was
19524           not at all readable. Please use typed variables.
19525
19526 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19529           Additional pad usability check.
19530         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19531         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19532         (gst_mp1videoparse_real_chain):
19533           Fix MPEG video stream parsing. The original plugin had several
19534           issues, including not timestamping streams where the source was
19535           not timestamped (this happens with PTS values in mpeg system
19536           streams, but MPEG video is also a valid stream on its own so
19537           that needs timestamps too). We use the display time code for that
19538           for now. Also, if one incoming buffer contains multiple valid
19539           frames, we push them all on correctly now, including proper EOS
19540           handling. Lastly, several potential segfaults were fixed, and we
19541           properly sync on new sequence/gop headers to include them in next,
19542           not previous frames (since they're header for the next frame, not
19543           the previous). Also see #119206.
19544         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19545         (bpf_from_header):
19546           Move caps setting so we only do it after finding several valid
19547           MPEG-1 fraes sequentially, not right after the first one (which
19548           might be coincidental).
19549         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19550         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19551         (plugin_init):
19552           Add unsynced MPEG video stream typefinding, and change some
19553           probability values so we detect streams rightly. The idea is as
19554           follows: I can have an unsynced system stream which contains
19555           video. In the current code, I would randomly get a type for either
19556           system or video stream type found, because the probabilities are
19557           being calculated rather randomly. I now use fixed values, so we
19558           always prefer system stream if that was found (and that is how it
19559           should be). If no system stream was found, we can still identity                the stream as video-only.
19560
19561 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19562
19563         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19564         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19565           don't write to buffer. Extract data without the need of
19566           __attribute__ ((packed))
19567
19568 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19569
19570         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19571         (mpeg1_sys_type_find):
19572           Fix MPEG-1 stream typefinding.
19573
19574 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19577           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19578
19579 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19580
19581         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19582         * ext/esd/gstesd.c: (plugin_init):
19583           private debugging, better error reporting
19584
19585 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19588         (gst_riff_read_init), (gst_riff_read_change_state):
19589         * gst-libs/gst/riff/riff-read.h:
19590           Remove stuff fromold metadata system.
19591
19592 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * ext/ogg/gstoggdemux.c:
19595           Fix wrong file comment.
19596         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19597         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19598           Add metadata reading properly.
19599
19600 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * ext/Makefile.am:
19603           Fix nas DIST_SUBDIRS
19604           Uraeus:
19605           Fix bug where make distcheck doesn't get run on adding stuff to
19606           the build.
19607
19608 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19611         * ext/divx/gstdivxdec.h:
19612           Fix divx3 ("msmpeg4") playback using divxdec.
19613
19614 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19615
19616         * gst/typefind/gsttypefindfunctions.c:
19617         (mp3_type_frame_length_from_header): fix bug in length computation
19618         (mp3_type_find): improve debugging output
19619
19620 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19621
19622         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19623         (gst_play_set_location), (gst_play_seek_to_time),
19624         (gst_play_set_audio_sink), (gst_play_set_visualization),
19625         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19626         the pipeline from scratch. Visualization is back and switch went out as
19627         i realized it was not possible to use the way i wanted.
19628         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19629         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19630         clearing in state change from READY to NULL. So that one can clean the
19631         X ressources keeping the element.
19632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19633         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19634         (gst_xvimagesink_colorbalance_set_value),
19635         (gst_xvimagesink_colorbalance_get_value),
19636         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19637         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19638         change from READY to NULL and fixed some stupid bugs in colorbalance
19639         get/set values. Also added the following feature : when nobody tries to
19640         set some values to the colorbalance levels before the xcontext is
19641         grabbed, then when creating channels list from Xv attributes we set the
19642         internal values to the Xv defaults. This way we handle buggy Xv drivers
19643         that set default hue values far from the middle of the range (Thanks
19644         to Jon Trowbridge for pointing that issue).
19645         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19646         colorbalance levels have been set before xcontext is grabbed.
19647
19648 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19649
19650         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19651           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19652           it might block operations (which is bad for a mixer).
19653
19654 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19655
19656         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19657         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19658         (gmip_find_type_pre):
19659         * gst-libs/gst/media-info/media-info-priv.h:
19660         * gst-libs/gst/media-info/media-info.c:
19661         (gst_media_info_instance_init), (gst_media_info_read_idler):
19662         add fakesink to get caps on decoder src pad again
19663         fix callback prototype to match new have_type signal signature
19664
19665 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19666
19667         * gst/adder/gstadder.c: (gst_adder_link):
19668           fix non-compile and cut-n-paste code
19669
19670 2004-01-21  David Schleef  <ds@schleef.org>
19671
19672         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19673         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19674         (gst_swfdec_init), (gst_swfdec_change_state):
19675         * ext/swfdec/gstswfdec.h:
19676         Fix negotiation.
19677         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19678         (gst_adder_request_new_pad): Fix negotiation.
19679         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19680         Add a fixate function.
19681         * gst/intfloat/gstfloat2int.c:
19682         * gst/intfloat/gstfloat2int.h:
19683         * gst/intfloat/gstint2float.c:
19684         * gst/intfloat/gstint2float.h:
19685         Completely rewrite the negotiation.  Doesn't quite work yet,
19686         due to some buffer-frames problem.
19687
19688 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * ext/gnomevfs/gstgnomevfssrc.c:
19691         * sys/v4l2/v4l2_calls.h:
19692           fix includes for distcheck
19693
19694 2004-01-21  Christian Schaller <uraeus@gnome.org>
19695
19696         * ext/nas/
19697         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19698         based on earlier patch from Laurent Vivier
19699
19700 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19701
19702         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19703         Fix wma caps property
19704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19705         Fix typo (flags1 and flags2)
19706
19707 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19708
19709         * gst-libs/gst/media-info/media-info-priv.c:
19710         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19711         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19712         (gmip_find_stream), (gmip_find_track_metadata),
19713         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19714         (gmip_find_track_format):
19715         * gst-libs/gst/media-info/media-info-priv.h:
19716         * gst-libs/gst/media-info/media-info-test.c: (main):
19717         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19718         (gst_media_info_read_idler), (gst_media_info_read):
19719         * gst-libs/gst/media-info/media-info.h:
19720           register debugging category and use it for debugging
19721
19722 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19723
19724         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19725         (gst_vorbisfile_new_link):
19726           signal streaminfo through tags
19727
19728 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * ext/mplex/gstmplex.cc:
19731         * ext/mplex/gstmplexibitstream.cc:
19732           g++ doesn't like NULL in our i18n/error macros, should be
19733           either (NULL) or ("").
19734
19735 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19736
19737         * sys/dxr3/dxr3audiosink.c:
19738         * sys/dxr3/dxr3init.c:
19739         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19740         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19741           Fix more error error error errors (missing includes here).
19742
19743 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19744
19745         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19746           fix thomas' error errors.
19747
19748 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19749
19750         * ext/mpeg2enc/gstmpeg2enc.cc:
19751           fix error errors.
19752
19753 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19756         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19757           Fix for new error system.
19758
19759 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19760
19761         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19762           fix for new error reporting
19763
19764 2004-01-20  David Schleef  <ds@schleef.org>
19765
19766         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19767         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19768         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19769         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19770         and neither is 100+, most likely.
19771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19772         (gst_xvimagesink_getcaps): same
19773
19774 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19775
19776         * configure.ac:
19777           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19778           clashes with ffmpeg.
19779
19780 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19781
19782         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19783         (gst_switch_init): Fixed switch element : proxying link and setting
19784         caps from src to sink on request.
19785
19786 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19787
19788         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19789         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19790         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19791         fix element_error
19792
19793 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19794
19795         * sys/v4l/v4l_calls.h:
19796         * sys/v4l2/v4l2_calls.h:
19797           element_error fixes
19798
19799 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19800
19801         * gst-libs/gst/gst-i18n-plugin.h:
19802           add locale.h
19803           remove config.h inclusion
19804
19805 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * autogen.sh:
19808           adding autopoint invocation
19809         * Makefile.am:
19810         * configure.ac:
19811         * gst-libs/gst/gettext.h:
19812           adding gettext bits
19813         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19814         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19815         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19816         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19817         (gst_gnomevfssink_close_file):
19818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19819         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19820         * gst-libs/gst/gst-i18n-plugin.h:
19821         * gst/avi/gstavi.c: (plugin_init):
19822         * sys/dxr3/dxr3init.c: (plugin_init):
19823         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19824         * sys/oss/gstossaudio.c: (plugin_init):
19825         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19826         * sys/v4l/gstv4l.c: (plugin_init):
19827         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19828         * sys/v4l2/gstv4l2.c: (plugin_init):
19829         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19830         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19831         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19832         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19833         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19834         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19835           make sure locale and translation domain are set
19836           fix translated strings
19837         * po/.cvsignore:
19838         * po/LINGUAS:
19839         * po/Makevars:
19840         * po/POTFILES.in:
19841         * po/nl.po:
19842           put translation files into place
19843         * sys/xvideo/imagetest.c: (main):
19844         * ext/dv/demo-play.c: (main):
19845           fix unnecessary translations
19846
19847 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19848
19849         * ext/sndfile/gstsf.c:
19850         * gst/avi/gstavimux.c:
19851         * ext/audiofile/gstafsink.c:
19852         * ext/audiofile/gstafsrc.c:
19853         * ext/gnomevfs/gstgnomevfssink.c:
19854         * ext/gnomevfs/gstgnomevfssrc.c:
19855         * sys/oss/gstosselement.c:
19856         * sys/v4l/v4l_calls.h:
19857           fix i18n include
19858
19859 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19860
19861         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19862         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19863         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19864         (gst_v4l2_get_output), (gst_v4l2_set_output),
19865         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19866         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19867         (gst_v4l2_set_attribute):
19868         update to new error handling
19869
19870 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19871
19872         * ext/sidplay/gstsiddec.cc:
19873         * gst/modplug/gstmodplug.cc:
19874           parenthese NULL because C++ seems angry about it
19875
19876 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19877
19878         * gst-libs/gst/gst-i18n-plugin.h:
19879           add skeleton i18n stuff, but needs to be further implemented
19880
19881 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19882
19883         * examples/gstplay/player.c: (main):
19884         * ext/aalib/gstaasink.c: (gst_aasink_open):
19885         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19887         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19888         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19889         (gst_afsink_close_file):
19890         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19891         (gst_afsrc_close_file):
19892         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19893         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19894         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19895         * ext/esd/esdmon.c: (gst_esdmon_get):
19896         * ext/esd/esdsink.c: (gst_esdsink_chain):
19897         * ext/faac/gstfaac.c: (gst_faac_chain):
19898         * ext/faad/gstfaad.c: (gst_faad_chain):
19899         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19900         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19901         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19902         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19903         (gst_flacdec_loop):
19904         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19905         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19906         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19907         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19908         (gst_gnomevfssink_close_file):
19909         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19910         (gst_gnomevfssrc_open_file):
19911         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19912         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19913         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19914         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19915         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19916         * ext/mad/gstmad.c: (gst_mad_chain):
19917         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19918         * ext/mpeg2dec/gstmpeg2dec.c:
19919         * ext/mpeg2enc/gstmpeg2enc.cc:
19920         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19921         * ext/mplex/gstmplex.cc:
19922         * ext/mplex/gstmplexibitstream.cc:
19923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19924         (gst_ogg_demux_push), (gst_ogg_pad_push):
19925         * ext/raw1394/gstdv1394src.c:
19926         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19927         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19928         * ext/sidplay/gstsiddec.cc:
19929         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19930         (gst_sf_loop):
19931         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19932         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19933         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19935         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19936         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19937         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19938         * gst-libs/gst/Makefile.am:
19939         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19940         (gst_riff_read_element_data), (gst_riff_read_seek),
19941         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19942         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19943         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19944         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19945         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19946         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19947         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19948         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19949         * gst/goom/gstgoom.c: (gst_goom_chain):
19950         * gst/id3/gstid3types.c: (gst_id3types_loop):
19951         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19952         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19953         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19954         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19955         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19956         (gst_ebml_read_float), (gst_ebml_read_header):
19957         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19958         (gst_matroska_demux_parse_blockgroup):
19959         * gst/modplug/gstmodplug.cc:
19960         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19961         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19962         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19963         * gst/silence/gstsilence.c: (gst_silence_get):
19964         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19965         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19966         * gst/speed/gstspeed.c: (speed_loop):
19967         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19968         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19969         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19970         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19971         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19972         (gst_wavparse_loop):
19973         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19974         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19975         (dxr3audiosink_close):
19976         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19977         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19978         (dxr3videosink_close), (dxr3videosink_write_data):
19979         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19980         * sys/oss/gstosselement.h:
19981         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19982         (gst_osssink_chain):
19983         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19984         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19985         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19987         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19988         (gst_v4l_enable_overlay):
19989         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19990         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19991         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19992         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19993         (gst_v4l_set_audio):
19994         * sys/v4l/v4l_calls.h:
19995         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19996         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19997         (gst_v4lmjpegsink_playback_init),
19998         (gst_v4lmjpegsink_playback_start):
19999         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20000         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20001         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20002         (gst_v4lmjpegsrc_requeue_frame):
20003         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20004         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20005         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20006         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20007         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20008         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20009         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20010         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20011         (gst_v4l2src_capture_stop):
20012         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20013         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20014         (gst_ximagesink_chain):
20015         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20016         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20017         (gst_xvideosink_xwindow_new):
20018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20019         (gst_xvimagesink_chain):
20020         use new error signal, function and categories
20021
20022 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20023
20024         * configure.ac:
20025         * ext/Makefile.am:
20026         * ext/musicbrainz/gsttrm.c:
20027         * ext/musicbrainz/gsttrm.h:
20028         * ext/musicbrainz/Makefile.am:
20029         Add a trm plugin
20030
20031 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20032
20033         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20034         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20035         synchronous property for debugging.
20036         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20038         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20039         smaller block, fixing indent.
20040
20041 2004-01-16  David Schleef  <ds@schleef.org>
20042
20043         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20044         property affects the video stream.
20045         * sys/xvimage/xvimagesink.c:
20046         * sys/xvimage/xvimagesink.h:
20047         Add synchronous property for debugging.  Should probably be
20048         disabled in non-CVS builds.  Make sure that the Xv attribute
20049         exists before we set it (crash!).  Fix a silly float bug that
20050         caused colorbalance to just not work.
20051
20052 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20053
20054         * tools/gst-launch-ext.in - update for new plugins
20055
20056 2004-01-16  David Schleef  <ds@schleef.org>
20057
20058         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20059         already-freed caps.
20060
20061 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20062
20063         * Update spec for new colorspace plugin and libcaca plugin
20064         * Fix compilation of libcaca plugin (clock -> id)
20065
20066 2004-01-16  Julien MOUTTE <julien@moutte.net>
20067
20068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20069         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20070         (gst_xvimagesink_set_xwindow_id),
20071         (gst_xvimagesink_colorbalance_set_value),
20072         (gst_xvimagesink_colorbalance_get_value),
20073         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20074         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20075         correct colorbalance properties. They can now be set when the element
20076         is still in NULL state. The values will be committed to the Xv Port
20077         when xcontext is initialized.
20078         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20079         brightness int values in the GstXvImagesink structure.
20080
20081 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20082
20083         * gst-libs/gst/Makefile.am:
20084           restructure so having local patches works easier.
20085
20086 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20087
20088         * ext/mpeg2enc/Makefile.am:
20089         * ext/mpeg2enc/gstmpeg2enc.cc:
20090         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20091           Bugfix with respect to EOS handling.
20092
20093 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20094
20095         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20096           Link with right caps (else, it segfaults).
20097         * ext/mplex/gstmplexjob.cc:
20098           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20099
20100 2004-01-15  David Schleef  <ds@schleef.org>
20101
20102         * gst-libs/gst/audio/Makefile.am:
20103         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20104         from the template.
20105         * gst-libs/gst/audio/gstaudiofilter.c:
20106         * gst-libs/gst/audio/gstaudiofilter.h:
20107         Add bytes_per_sample and size and n_samples calculation.
20108         * gst-libs/gst/audio/gstaudiofilterexample.c:
20109         Remove, now autogenerated.
20110         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20111         Moved from gstaudiofilterexample, object name changed, code added
20112         so that it actually works.
20113         * gst-libs/gst/audio/make_filter:
20114         Script to build an audiofilter subclass from the template.
20115         * gst/colorspace/Makefile.am:
20116         * gst/colorspace/yuv2yuv.c:
20117         Remove file, since it's GPL, and we don't use it.
20118
20119 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20120
20121         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20123         them use the buffer free function to test how the buffer was allocated.
20124
20125 2004-01-15  David Schleef  <ds@schleef.org>
20126
20127         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20128         that handles osssink fallback.
20129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20130         (gst_audio_convert_getcaps):
20131         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20132         Add audio/x-qdm2 for QDM2 audio.
20133         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20134         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20135         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20136         Decrease minimum size to 16x16.
20137         * gst/wavparse/gstwavparse.c:
20138         Convert disabled pad template caps to new caps.
20139         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20141         (gst_xvimagesink_chain): Throw element error when display cannot
20142         be opened.  Increase minimum framerate to 1.0.  Check the data
20143         free function on a buffer to make sure it is the type we expect
20144         before manipulating it.
20145
20146 2004-01-15  Julien MOUTTE <julien@moutte.net>
20147
20148         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20149         (gst_videobalance_colorbalance_set_value): Implement passthru if
20150         settings are in the middle.
20151         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20152
20153 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20154
20155         * gst/videofilter/Makefile.am:
20156         * gst/volume/Makefile.am:
20157           Since we use videofilter symbols, link to it.
20158
20159 2004-01-15  Julien MOUTTE <julien@moutte.net>
20160
20161         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20162         mixer interface type to HARDWARE.
20163         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20164         type to SOFTWARE.
20165         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20166         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20167         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20168         (gst_volume_interface_init), (gst_volume_list_tracks),
20169         (gst_volume_set_volume), (gst_volume_get_volume),
20170         (gst_volume_set_mute), (gst_volume_mixer_init),
20171         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20172         (volume_init): Implementing mixer interface.
20173         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20174         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20175         (gst_osselement_change_state): Removing some trailing commas in
20176         structures.
20177         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20178         interface type to HARDWARE.
20179         * sys/v4l/gstv4lcolorbalance.c:
20180         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20181         type to HARDWARE.
20182         * sys/v4l2/gstv4l2colorbalance.c:
20183         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20184         interface type to HARDWARE.
20185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20186         same code than ximagesink for event handling.
20187
20188 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20189
20190         * ext/snapshot/Makefile.am:
20191         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20192         (gst_snapshot_chain):
20193         * ext/snapshot/gstsnapshot.h:
20194           This has to be a joke... Snapshot should be connected to a tee,
20195           colorspace element before it and EOS after that, where the other
20196           src of the tee receives normal data.
20197           The current way is *wrong*.
20198
20199 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20200
20201         * ext/hermes/gsthermescolorspace.c:
20202           Fix another compile error. Same as below.
20203
20204 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20205
20206         * gst/colorspace/gstcolorspace.c:
20207         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20208         (gst_colorspace_i420_to_yv12):
20209           Fix compiling... Didn't test if it actually works.
20210
20211 2004-01-15  David Schleef  <ds@schleef.org>
20212
20213         * configure.ac:
20214         * gst/colorspace/Makefile.am:
20215         * gst/colorspace/gstcolorspace.c:
20216         * gst/colorspace/gstcolorspace.h:
20217         * gst/colorspace/yuv2rgb.c:
20218         * gst/colorspace/yuv2rgb.h:
20219         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20220         code and GPL code.  Fix for new caps negotiation.  Rewrite
20221         much of the format handling code, and some of the conversion
20222         code.  Basically, rewrote almost everything.  This element
20223         handles I420, YV12 to RGB conversions.
20224         * ext/hermes/Makefile.am:
20225         * ext/hermes/gsthermescolorspace.c:
20226         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20227         Remove non-Hermes related code.  This element handles lots of
20228         RGB to RGB conversions, but no YUV.
20229         * ext/hermes/gstcolorspace.c:
20230         * ext/hermes/gstcolorspace.h:
20231         * ext/hermes/rgb2yuv.c:
20232         * ext/hermes/yuv2rgb.c:
20233         * ext/hermes/yuv2rgb.h:
20234         * ext/hermes/yuv2rgb_mmx16.s:
20235         * ext/hermes/yuv2yuv.c:
20236         * ext/hermes/yuv2yuv.h:
20237         Remove old code.
20238
20239 2004-01-14  Colin Walters  <walters@verbum.org>
20240
20241         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20242         they've already been.
20243
20244 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20245
20246         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20247           assume tag mode when pad is not connected
20248
20249 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20250
20251         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20252           Don't update the time of the clock
20253         (gst_alsa_sink_loop):
20254           sync to the clock given to alsasink, not the own clock
20255         * sys/oss/gstosssink.c: (gst_osssink_chain):
20256           sync to the clock
20257         (gst_osssink_change_state):
20258           activate the clock
20259         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20261           remove bogus code that made DISCONT events unhandled
20262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20263           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20264           #131502)
20265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20266         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20267         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20268           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20269           2nd warning in bug #131502)
20270
20271 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20272
20273         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20274         (gst_videobalance_colorbalance_set_value),
20275         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20276         for colorbalance interface implementation.
20277         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20278         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20279         (gst_ximagesink_dispose), (gst_ximagesink_init),
20280         (gst_ximagesink_class_init): Adding DISPLAY property.
20281         * sys/ximage/ximagesink.h: Adding display_name to store display.
20282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20283         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20284         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20285         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20286         properties (they still need polishing though for gst-launch use : no
20287         xcontext yet, i ll do that tomorrow).
20288         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20289
20290 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20291
20292         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20293         (gst_play_set_location), (gst_play_set_visualization): Preparing
20294         switch integration, adding videobalance in the pipeline.
20295
20296 2004-01-14  Julien MOUTTE <julien@moutte.net>
20297
20298         * gst-libs/gst/colorbalance/colorbalance.c:
20299         (gst_color_balance_class_init): Adding a default type.
20300         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20301         the type.
20302         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20303         (gst_videobalance_dispose), (gst_videobalance_class_init),
20304         (gst_videobalance_init), (gst_videobalance_interface_supported),
20305         (gst_videobalance_interface_init),
20306         (gst_videobalance_colorbalance_list_channels),
20307         (gst_videobalance_colorbalance_set_value),
20308         (gst_videobalance_colorbalance_get_value),
20309         (gst_videobalance_colorbalance_init): Implementing colorbalance
20310         interface.
20311         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20312         list.
20313         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20314         bug which was triggering a BadAccess X error when setting an overlay
20315         before pad was really negotiated.
20316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20317         Using the colorbalance type macro.
20318
20319 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20320
20321         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20322         (gst_flacenc_chain):
20323           handle tags correctly
20324         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20325           extract ID3v1 tags correctly
20326
20327 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20330         (plugin_init):
20331           Improve matroska typefinding for odd-typed headers...
20332
20333 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20336           Fix for using incremental number on padnames.
20337
20338 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20339
20340         * ext/divx/gstdivxdec.c:
20341         * ext/divx/gstdivxenc.c:
20342           Set category to divx4linux instead of divx (too generic).
20343         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20344         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20345         (gst_wavparse_loop), (gst_wavparse_change_state):
20346         * gst/wavparse/gstwavparse.h:
20347           fix parsing of WAV files with non-standard fmt-tag size and fix
20348           skipping of unrecognized chunks... Someone please fix this thing
20349           to use rifflib so all this is automated.
20350         * sys/v4l/Makefile.am:
20351         * sys/v4l2/Makefile.am:
20352           Add X_CFLAGS because we depend on X (for overlay).
20353
20354 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20355
20356         * ext/mpeg2dec/gstmpeg2dec.c:
20357           Don't issue a timestamp unless we tagged the frame
20358           with a PTS.
20359
20360 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20361
20362         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20363           Query the audio element to get the time, not the clock. We're
20364           interested in the element's time here.
20365
20366 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20367
20368         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20369         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20370         * ext/esd/esdsink.c: (gst_esdsink_chain):
20371         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20372         * ext/mas/massink.c: (gst_massink_chain):
20373         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20375         (gst_matroska_demux_parse_metadata):
20376         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20377         (gst_mpeg_parse_release_locks):
20378         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20379         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20380         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20381         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20382         (gst_osssink_change_state):
20383         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20384         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20385         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20386         (gst_xvideosink_release_locks):
20387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20388           use element time.
20389         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20390         (gst_alsa_clock_stop):
20391         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20392         (gst_audio_clock_get_internal_time):
20393           simplify for use with new clocking code.
20394         * testsuite/alsa/Makefile.am:
20395         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20396           fix testsuite for new caps system
20397
20398 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20399
20400         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20401         * ext/flac/gstflacenc.c: (add_one_tag):
20402           length is already host endian, no need to convert. Fixes playback of
20403           tagged files on PPC. (bug #128384)
20404
20405 2004-01-13  Julien MOUTTE <julien@moutte.net>
20406
20407         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20408         colorbalance interface stating if it is hardware based or software
20409         based.
20410         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20411         Removing a trailing comma.
20412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20413         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20414         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20415         the documentation seems to be wrong on the -1000 to 1000 interval.
20416
20417 2004-01-12  David Schleef  <ds@schleef.org>
20418
20419         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20420         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20421         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20422         Fix negotiation.  Add a bufferalloc function for the sink pad,
20423         and generally clean up some of the code.
20424
20425 2004-01-12  Julien MOUTTE <julien@moutte.net>
20426
20427         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20428         (gst_color_balance_channel_dispose): Adding safety check in dispose
20429         method.
20430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20431         (gst_xvimagesink_xcontext_clear),
20432         (gst_xvimagesink_interface_supported),
20433         (gst_xvimagesink_colorbalance_list_channels),
20434         (gst_xvimagesink_colorbalance_set_value),
20435         (gst_xvimagesink_colorbalance_get_value),
20436         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20437         Adding colorbalance interface support to set XV parameters such as
20438         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20439         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20440         interface.
20441
20442 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20443
20444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20445         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20446         (gst_audio_convert_init), (gst_audio_convert_set_property),
20447         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20448         (gst_audio_convert_link),
20449         (gst_audio_convert_buffer_to_default_format),
20450         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20451           - implement _getcaps and use it
20452           - improve linking
20453           - remove float caps since no float conversion is actually done
20454           - remove properties and arguments that were to be used for rate
20455             conversion
20456
20457 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20458
20459         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20460         (gst_audio_structure_set_int):
20461         * gst-libs/gst/audio/audio.h:
20462           add helper functions for _getcaps matching the standard audio
20463           templates
20464
20465 2004-01-12  David Schleef  <ds@schleef.org>
20466
20467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20468         Test that pad is negotiated before getting its caps.
20469
20470 2004-01-12  Julien MOUTTE <julien@moutte.net>
20471
20472         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20473         analyzing the pads of an element the bin is mostly in READY state so
20474         no caps were negotiated. This helper function needs to work with
20475         _get_caps directly then. I was not freeing them though, added that to
20476         fix the mem leak.
20477
20478 2004-01-12  Julien MOUTTE <julien@moutte.net>
20479
20480         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20482         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20483         than the free_func.
20484
20485 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20486
20487         * sys/oss/gstossaudio.c: (plugin_init):
20488         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20489         * sys/oss/gstosselement.h:
20490           make an oss debugging category
20491           make failure more descriptive
20492
20493 2004-01-11  David Schleef  <ds@schleef.org>
20494
20495         * ext/ffmpeg/gstffmpeg.c:
20496         * ext/ffmpeg/gstffmpegcodecmap.c:
20497         * ext/ffmpeg/gstffmpegdec.c:
20498         * ext/ffmpeg/gstffmpegenc.c:
20499         * ext/ffmpeg/gstffmpegprotocol.c:
20500         * ext/gdk_pixbuf/gstgdkanimation.c:
20501         * ext/jpeg/gstjpeg.c:
20502         * ext/libpng/gstpng.c:
20503         * ext/mpeg2dec/perftest.c:
20504         * ext/speex/gstspeex.c:
20505         * gst-libs/gst/resample/dtos.c:
20506         * gst/intfloat/gstintfloatconvert.c:
20507         * gst/oneton/gstoneton.c:
20508         * gst/rtjpeg/RTjpeg.c:
20509         * gst/rtp/gstrtp.c:
20510         * sys/dxr3/dxr3init.c:
20511         * sys/glsink/gstgl_nvimage.c:
20512         * sys/glsink/gstgl_pdrimage.c:
20513         * sys/glsink/gstglsink.c:
20514         * testsuite/gst-lint:
20515         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20516
20517 2004-01-11  David Schleef  <ds@schleef.org>
20518
20519         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20520         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20521         * ext/gdk_pixbuf/gstgdkanimation.c:
20522         (gst_gdk_animation_iter_create_pixbuf):
20523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20524         (gst_gdk_pixbuf_chain):
20525         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20526         * ext/jack/gstjack.c: (gst_jack_change_state):
20527         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20528         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20529         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20530         * gst/videofilter/gstvideofilter.c:
20531         (gst_videofilter_set_output_size):
20532         Remove all usage of gst_pad_get_caps(), and replace it with
20533         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20534
20535 2004-01-11  David Schleef  <ds@schleef.org>
20536
20537         * configure.ac:
20538         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20539         * ext/divx/gstdivxdec.c:
20540         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20541         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20542         handle images that span multiple buffers.  Now work with both
20543         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20544         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20545         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20546         video/video.h changes
20547         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20548         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20549         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20550         of GstData free function.
20551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20552         same.
20553
20554 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20555
20556         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20557         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20558         (gst_v4l2element_get_property):
20559         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20560           add norm, channel and frequency properties.
20561         * sys/v4l2/gstv4l2tuner.c:
20562           fixes for tuner interface changes
20563         * sys/v4l2/gstv4l2element.h:
20564         * sys/v4l2/gstv4l2src.c:
20565         * sys/v4l2/gstv4l2src.h:
20566         * sys/v4l2/v4l2src_calls.c:
20567         * sys/v4l2/v4l2src_calls.h:
20568           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20569
20570 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20571
20572         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20573         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20574         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20575         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20576         * gst-libs/gst/tuner/tuner.h:
20577           GObjects aren't const.
20578           Add find_by_name functions.
20579           Add checks to _changed functions.
20580         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20581         (gst_v4l_tuner_get_norm):
20582           Fixes for above.
20583
20584 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20585
20586         * gst-libs/gst/video/video.h:
20587           Fix caps template names to be understandable.
20588           Prefix everything with GST_VIDEO.
20589         * ext/aalib/gstaasink.c:
20590         * ext/divx/gstdivxdec.c:
20591         * ext/divx/gstdivxenc.c:
20592         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20593         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20594         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20595         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20596         * ext/libcaca/gstcacasink.c:
20597         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20598         * ext/snapshot/gstsnapshot.c:
20599         * ext/swfdec/gstswfdec.c:
20600         * ext/xvid/gstxviddec.c:
20601         * ext/xvid/gstxvidenc.c:
20602         * gst/chart/gstchart.c:
20603         * gst/deinterlace/gstdeinterlace.c:
20604         * gst/effectv/gsteffectv.c:
20605         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20606         * gst/goom/gstgoom.c:
20607         * gst/median/gstmedian.c:
20608         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20609         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20610         * gst/overlay/gstoverlay.c:
20611         * gst/smooth/gstsmooth.c:
20612         * gst/smpte/gstsmpte.c:
20613         * gst/synaesthesia/gstsynaesthesia.c:
20614         * gst/videocrop/gstvideocrop.c:
20615         * gst/videodrop/gstvideodrop.c:
20616         * gst/y4m/gsty4mencode.c:
20617         * sys/qcam/gstqcamsrc.c:
20618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20619           Make them work with new video.h file.
20620         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20621         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20623         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20624           Make it work with new buffer allocation system.
20625
20626 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20627
20628         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20629         pad_alloc_buffer implementation to use ->srcpad
20630         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20631         pad_alloc_buffer implementation to use ->srcpad
20632         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20633         pad_alloc_buffer implementation to use ->srcpad
20634         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20635         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20636         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20637         a reference to everything we need.
20638         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20640         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20641         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20642         a reference to everything we need.
20643         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20644
20645 2004-01-11  David Schleef  <ds@schleef.org>
20646
20647         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20648         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20649         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20650         structure members.
20651         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20652         value during a resize/renegotiation.
20653         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20654         gst_pad_alloc_buffer();
20655         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20656         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20657         structure members.
20658         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20659         Fix for rename of buffer private structure members.
20660         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20661         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20662         Fix for rename of buffer private structure members.
20663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20664         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20665         Fix for rename of buffer private structure members.
20666
20667 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20668
20669         reviewed by: David Schleef <ds@schleef.org>
20670
20671         * gst/videofilter/Makefile.am:
20672         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20673         from the patch by ds to fit in with recent make_filter changes.
20674
20675 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20676
20677         * configure.ac: Adding examples/switch/Makefile
20678         * examples/Makefile.am: Adding examples/switch
20679         * examples/switch/Makefile.am: Adding switcher example.
20680         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20681         (switch_timer), (main): Adding an example demonstrating switch usage
20682         with 2 videotestsrc showing different patterns.
20683         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20684         (gst_switch_init): Fixing switch with the new caps system.
20685
20686 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20687
20688         * gst-libs/gst/video/video.h:
20689           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20690           They should probably be like
20691           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20692
20693 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20694
20695         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20696         (qtdemux_parse_trak):
20697           fix audio chunk size/timestamp calculation
20698
20699 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20700
20701         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20702           fix SVQ3 caps
20703
20704 2004-01-11  Steve Baker  <steve@stevebaker.org>
20705
20706         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20707         (gst_agingtv_base_init), (gst_agingtv_class_init),
20708         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20709         (gst_agingtv_set_property), (gst_agingtv_get_property):
20710         Port agingTV to videofilter
20711
20712 2004-01-09  Julien MOUTTE <julien@moutte.net>
20713
20714         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20715         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20716
20717 2004-01-09  Julien MOUTTE <julien@moutte.net>
20718
20719         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20720         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20721         * gst-libs/gst/xoverlay/xoverlay.c:
20722         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20723         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20724         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20725         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20726         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20727         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20728         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20729         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20730         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20731         interface implementation to handle xid being 0 and fix some bugs
20732         triggered by Benjamin's testcase.
20733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20734         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20735         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20736         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20737         interface implementation to handle xid being 0 and fix some bugs
20738         triggered by Benjamin's testcase.
20739
20740 2004-01-09  David Schleef  <ds@schleef.org>
20741
20742         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20743         mouse pointer events.  It works.
20744
20745 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20746
20747         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20748           Use explicit caps - fix capsnego.
20749         * ext/xvid/gstxviddec.c:
20750         * ext/xvid/gstxvidenc.c:
20751           Remove macro-inside-macro which caused compile errors.
20752         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20753           Error out if it's not a RIFF file. Else we error out without
20754           gst_element_error() which is not good...
20755
20756 2004-01-08  David Schleef  <ds@schleef.org>
20757
20758         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20759         Fix pad_link function to handle formats that ffmpeg returns
20760         as multiple caps structures.
20761         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20762         Only complain if source buffer is _smaller_ than expected.
20763         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20764         (gst_videoscale_handle_src_event): Resize navigation events
20765         when passing them upstream.
20766         * gst/videotestsrc/gstvideotestsrc.c:
20767         * gst/videotestsrc/gstvideotestsrc.h:
20768         * gst/videotestsrc/videotestsrc.c:
20769         * gst/videotestsrc/videotestsrc.h:
20770         Rewrite many of the buffer painting functions to handle odd
20771         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20772         been verified to work with my video card.
20773         * testsuite/gst-lint:  Add check for elements calling
20774         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20775
20776 2004-01-08  David Schleef  <ds@schleef.org>
20777
20778         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20779         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20780
20781 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20782
20783         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20784         configure event is not emiting the desired size signal. That fixes
20785         aspect ratio issues with gst-player.
20786
20787 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20788
20789         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20790           Fix capsnego.
20791
20792 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20793
20794         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20795         public method to fire size signal.
20796
20797 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20798
20799         * examples/gstplay/Makefile.am: Adding the interface library.
20800         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20801         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20802         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20803         GST_IS_X_OVERLAY before signal connect.
20804         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20805         Removing the have_video_size signal.
20806         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20807         and associated public method.
20808         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20809         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20810         signal.
20811         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20812         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20813         signal.
20814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20815         Using XOverlay public method to fire size signal.
20816
20817 2004-01-07  David Schleef  <ds@schleef.org>
20818
20819         * gst/videofilter/Makefile.am:
20820         * gst/videofilter/gstvideotemplate.c:
20821         * gst/videofilter/make_filter:
20822         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20823         Convert make_filter to /bin/sh script.
20824
20825 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20826
20827         * gst/modplug/gstmodplug.cc: fix element description
20828
20829 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20830
20831         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20832         (got_video_size): Adding some new lines in g_print calls.
20833         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20834         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20835         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20836         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20837         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20838         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20839         Complete code review, reverting some stuff i disagree with, adding
20840         some fixes : time synchronization on invalid timestamps, renegotiation
20841         of private window.
20842         * sys/ximage/ximagesink.h:
20843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20844         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20845         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20846         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20847         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20848         (gst_xvimagesink_buffer_new),
20849         (gst_xvimagesink_navigation_send_event),
20850         (gst_xvimagesink_set_xwindow_id),
20851         (gst_xvimagesink_get_desired_size),
20852         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20853         stuff i disagree with, adding some fixes : Renegotiation of private
20854         window, implementing get_desired_size.
20855
20856 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20857
20858         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20859         (gst_afsink_handle_event):
20860         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20861         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20862         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20863         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20864         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20865           Fix for instantiate-test (see core). Also remove dead code from
20866           jpegenc (which still needs fixing, but that's lower on my TODO
20867           list...).
20868         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20869           Never return NULL as caps.
20870
20871 2004-01-07  David Schleef  <ds@schleef.org>
20872
20873         * configure.ac:
20874         * ext/Makefile.am:
20875         * ext/librfb/Makefile.am:
20876         * ext/librfb/gstrfbsrc.c:
20877         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20878         is the protocol used by VNC.
20879
20880 2004-01-07  David Schleef  <ds@schleef.org>
20881
20882         * gst/videofilter/gstvideotemplate.c:
20883         * gst/videofilter/gstvideotemplate.h:
20884         * gst/videofilter/make_filter:
20885         Merge videotemplate header into source file.
20886         * gst/effectv/Makefile.am:
20887         * gst/effectv/gsteffectv.c: (plugin_init):
20888         * gst/effectv/gstwarp.c:
20889         Make warpTV a subclass of videofilter.
20890
20891 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20892
20893         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20894           Add guard against invalid utf-8 conversions in mad. Just in case.
20895
20896 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20897
20898         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20899           Fix for bug shown by poisoning
20900
20901 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20902
20903         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20904         (gst_v4lmjpegsrc_buffer_free):
20905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20906         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20907         (gst_v4lsrc_buffer_free):
20908           Fix for removed bufferpools.
20909
20910 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20911
20912         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20913         Fix caps negotiation.
20914
20915         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20916         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20917         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20918         (dvdnavsrc_event):
20919         * ext/mpeg2dec/gstmpeg2dec.c:
20920         * gst-libs/gst/navigation/navigation.c:
20921         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20922         * gst-libs/gst/navigation/navigation.h:
20923         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20924         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20926         Super-simple first version of mouse and keyboard events. Clicking
20927         on a DVD menu now works, although it may not take you where you
20928         expected.
20929
20930         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20931         * gst/videotestsrc/gstvideotestsrc.c:
20932         (gst_videotestsrc_src_fixate):
20933         These fixate functions were broken - they never actually
20934         fixated :)
20935
20936 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20937
20938         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20939         (gst_icecastsend_init):
20940           fix for new caps system.
20941         * gst-libs/gst/mixer/mixertrack.h:
20942         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20943           Add 'master track' flag (for tools like ACME that only want to
20944           change the main volume).
20945
20946 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20947
20948         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20949         (gst_xvid_csp_to_caps):
20950         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20951         * ext/xvid/gstxvidenc.c:
20952         ifdef out ARGB type when it isn't available
20953         in xvidcore 1.0.0beta2
20954
20955 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20956
20957         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20958           When we have received a new SCR right in the first buffer after
20959           a seek (so in the same cycle that handles the discont), we should
20960           handle the buffer instead of unreffing it, else we lose data.
20961
20962 2004-01-06  Iain <iain@prettypeople.org>
20963
20964         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20965           buffer-frames caps too.
20966
20967         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20968           caps that we need, don't destroy them all and rebuild them. And when
20969           creating src pads, use the src pad template rather than the sink...
20970
20971 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20974           Add pad to element *after* setting functions such as event handler.
20975           Without this, the scheduler (opt) will link pads, set the event
20976           handler from the default event function (dispatcher in gstpad.c)
20977           and *after* that, we will set our own event function, which will
20978           thus never be used (and thus mpegdemux doesn't handle events).
20979
20980 2004-01-04  David Schleef  <ds@schleef.org>
20981
20982         Fix the fixate functions to handle new prototype:
20983         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20984         * gst/videotestsrc/gstvideotestsrc.c:
20985         (gst_videotestsrc_src_fixate):
20986         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20987         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20989
20990 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20991
20992         * sys/ximage/ximagesink.h:
20993         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20994         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20995         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20996         (gst_ximagesink_xoverlay_init):
20997           assorted fixes to make (re)embedding work
20998         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20999         (gst_ximagesink_get_desired_size):
21000           implement desired size additions to XOverlay
21001
21002 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21003
21004         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21005         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21006         (gst_x_overlay_got_desired_size):
21007         * gst-libs/gst/xoverlay/xoverlay.h:
21008           Add optional "desired size" signal and querying.
21009
21010 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * gst/matroska/matroska-demux.c:
21013         (gst_matroska_demux_parse_blockgroup):
21014           Fix EBML-laced block parsing. Diffs are relative to previous
21015           lace, not the first lace. Thanks to Mosu from the Matroska
21016           team for detecting this.
21017         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21018         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21019         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21020         (gst_wavparse_change_state):
21021         * gst/wavparse/gstwavparse.h:
21022           Quickfix for capsnego.
21023
21024 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21025
21026         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21027           Fix indenting, fix pad creation.
21028
21029 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21030
21031         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21032         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21033         (gst_xviddec_sink_link):
21034           Implement src_getcaps() so proper size caps is negotiated.
21035
21036 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21037
21038         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21039           Finish flac decoder on EOS. See #116178.
21040
21041 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21044         (gst_matroska_demux_add_stream):
21045         * gst/matroska/matroska-ids.h:
21046           Add getcaps() function to fix capsnego...
21047
21048 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21049
21050         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21051         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21052         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21053           Fix more integer overflows. Again, see #126967.
21054
21055 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21056
21057         * ext/mpeg2dec/gstmpeg2dec.c:
21058           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21059           #130416.
21060
21061 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21062
21063         * configure.ac:
21064         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21065         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21066         * ext/xvid/gstxvid.h:
21067         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21068         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21069         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21070         (gst_xviddec_change_state):
21071         * ext/xvid/gstxviddec.h:
21072         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21073         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21074         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21075         (gst_xvidenc_link), (gst_xvidenc_set_property),
21076         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21077         * ext/xvid/gstxvidenc.h:
21078           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21079
21080 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21081
21082         * gst/rtp/rtp-packet.c:
21083           Add sys/types.h include, since OS X doesn't define in_addr_t
21084           in netinet/in.h, like it does on Linux (see #129600).
21085
21086 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21087
21088         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21089
21090         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21091           Correct logic of dispose function (see #129306).
21092
21093 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21094
21095         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21096         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21097         (gst_mpeg_parse_init):
21098         * gst/mpegstream/gstmpegparse.h:
21099           Remove clock (which was never provided, i.e. dead code), and
21100           also fix integer overflows at high PTS values (see #126967).
21101
21102 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21103
21104         * ext/flac/gstflacdec.c:
21105         * ext/libpng/gstpngenc.h:
21106         * ext/mikmod/gstmikmod.h:
21107           OS X fixes (see #126628).
21108
21109 2004-01-02  David Schleef  <ds@schleef.org>
21110
21111         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21112         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21113         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21114         (gst_mpeg_parse_class_init): Move pad template registration
21115         to class_init, since the derived class (mpegdemux) doesn't
21116         want them.
21117
21118 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21119
21120         * sys/ximage/Makefile.am:
21121         * sys/xvideo/Makefile.am:
21122         * sys/xvimage/Makefile.am:
21123           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21124           after installation (see #127664).
21125
21126 2004-01-02  David Schleef  <ds@schleef.org>
21127
21128         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21129         (gst_ffmpegenc_connect):  Negotiation fixes.
21130         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21131         Remove inappropriate gst_caps_free().
21132         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21133         Reenable Ronald's internal resize code, since the core handles
21134         it correctly now.
21135
21136 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21137
21138         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21139         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21140         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21141           Fix pad template stuff.
21142
21143 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21144
21145         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21146         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21147           fix signed integer reading/writing.
21148
21149 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21150
21151         * ext/alsa/README:
21152           Remove outdated document
21153
21154 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21155
21156         * gst/cutter/gstcutter.c: (gst_cutter_init):
21157           src pad was being created twice - oops.
21158
21159 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21160
21161         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21162           Comment out internal resize. It doesn't handle the resulting
21163           XEvent internally, does another try_set_caps() which leads to
21164           a really nice loop.
21165           Real fix will come when Julien and Dave are awake. ;).
21166
21167 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21168
21169         * ext/mpeg2enc/gstmpeg2enc.cc:
21170           fix const/nonconst compile issue.
21171
21172 2004-01-02  David Schleef  <ds@schleef.org>
21173
21174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21175         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21176         Add fixate function and a check for bad formats.
21177
21178 2004-01-01  David Schleef  <ds@schleef.org>
21179
21180         Negotiation fixes:
21181         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21182         (gst_audiofilter_init):
21183         * gst/debug/efence.c: (gst_efence_init):
21184         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21185         (gst_deinterlace_init):
21186         * gst/volume/gstvolume.c: (volume_connect):
21187
21188 2004-01-01  David Schleef  <ds@schleef.org>
21189
21190         Convert elements to use gst_pad_use_explicit_caps() where
21191         appropriate:
21192         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21193         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21194         (gst_afparse_open_file):
21195         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21196         (gst_afsrc_open_file):
21197         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21198         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21199         (gst_ffmpegdec_chain):
21200         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21201         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21203         (gst_gdk_pixbuf_chain):
21204         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21205         (gst_jpegdec_chain):
21206         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21207         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21208         (gst_mikmod_negotiate):
21209         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21210         (gst_mpeg2dec_negotiate_format):
21211         * ext/mpeg2enc/gstmpeg2enc.cc:
21212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21213         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21214         (gst_speexdec_sinkconnect):
21215         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21216         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21217         (gst_vorbisfile_new_link):
21218         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21219         (gst_ac3parse_chain):
21220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21221         (gst_asf_demux_setup_pad):
21222         * gst/auparse/gstauparse.c: (gst_auparse_init),
21223         (gst_auparse_chain):
21224         * gst/id3/gstid3types.c: (gst_id3types_loop):
21225         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21226         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21227         (mp1videoparse_parse_seq):
21228         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21229         (bpf_from_header):
21230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21231         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21232         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21233         (gst_mpeg_parse_send_data):
21234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21235         (gst_qtdemux_add_stream):
21236         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21237         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21238         (gst_wavparse_parse_fmt):
21239
21240 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21241
21242         * configure.ac:
21243           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21244           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21245           it therefore uses the wrong include paths. Too bad... Note
21246           that 1.6.1.93 is not release yet. ;).
21247           Also add a check for mplex, which is now using the lib'ified
21248           mplex from mjpegtools, too.
21249         * ext/ffmpeg/gstffmpegcodecmap.c:
21250           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21251           issues. I don't think ffmpeg handles 3ivx correctly, so this
21252           probably won't work. But it won't hurt either.
21253         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21254         (gst_ffmpegdec_chain):
21255         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21256         (gst_ffmpegenc_chain_audio):
21257           Fix memleak in audio encoding. Close codec if open fails, this
21258           calls the cleanup routines so we can re-use the context.
21259         * ext/mpeg2enc/gstmpeg2enc.cc:
21260           Fix pad template names/types, fix memory issue with getcaps().
21261         * ext/mpeg2enc/gstmpeg2encoder.cc:
21262         * ext/mpeg2enc/gstmpeg2encoder.hh:
21263           Fix compile issue with new caps system (const thingy).
21264         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21265         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21266           We read a first frame right on initing, so that we have a caps
21267           when we init the output. This caps is cached in padprivate and
21268           read as first frame.
21269         * ext/mplex/Makefile.am:
21270         * ext/mplex/gstmplex.cc:
21271         * ext/mplex/gstmplex.h:
21272         * ext/mplex/gstmplex.hh:
21273         * ext/mplex/gstmplexibitstream.cc:
21274         * ext/mplex/gstmplexibitstream.hh:
21275         * ext/mplex/gstmplexjob.cc:
21276         * ext/mplex/gstmplexjob.hh:
21277         * ext/mplex/gstmplexoutputstream.cc:
21278         * ext/mplex/gstmplexoutputstream.hh:
21279           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21280           had issues, didn't do capsnego, supported only a subset of the
21281           mplex features and required a mplex fork in our local CVS. Plus
21282           that it worked agaist a very old mplex version. Rewriting was
21283           faster than updating it.
21284         * gst-libs/ext/Makefile.am:
21285         * gst-libs/ext/mplex/INSTRUCT:
21286         * gst-libs/ext/mplex/Makefile.am:
21287         * gst-libs/ext/mplex/README:
21288         * gst-libs/ext/mplex/TODO:
21289         * gst-libs/ext/mplex/ac3strm_in.cc:
21290         * gst-libs/ext/mplex/audiostrm.hh:
21291         * gst-libs/ext/mplex/audiostrm_out.cc:
21292         * gst-libs/ext/mplex/aunit.hh:
21293         * gst-libs/ext/mplex/bits.cc:
21294         * gst-libs/ext/mplex/bits.hh:
21295         * gst-libs/ext/mplex/buffer.cc:
21296         * gst-libs/ext/mplex/buffer.hh:
21297         * gst-libs/ext/mplex/fastintfns.h:
21298         * gst-libs/ext/mplex/format_codes.h:
21299         * gst-libs/ext/mplex/inputstrm.cc:
21300         * gst-libs/ext/mplex/inputstrm.hh:
21301         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21302         * gst-libs/ext/mplex/mjpeg_logging.cc:
21303         * gst-libs/ext/mplex/mjpeg_logging.h:
21304         * gst-libs/ext/mplex/mjpeg_types.h:
21305         * gst-libs/ext/mplex/mpastrm_in.cc:
21306         * gst-libs/ext/mplex/mpegconsts.cc:
21307         * gst-libs/ext/mplex/mpegconsts.h:
21308         * gst-libs/ext/mplex/mplexconsts.hh:
21309         * gst-libs/ext/mplex/multplex.cc:
21310         * gst-libs/ext/mplex/outputstream.hh:
21311         * gst-libs/ext/mplex/padstrm.cc:
21312         * gst-libs/ext/mplex/padstrm.hh:
21313         * gst-libs/ext/mplex/stillsstream.cc:
21314         * gst-libs/ext/mplex/stillsstream.hh:
21315         * gst-libs/ext/mplex/systems.cc:
21316         * gst-libs/ext/mplex/systems.hh:
21317         * gst-libs/ext/mplex/vector.cc:
21318         * gst-libs/ext/mplex/vector.hh:
21319         * gst-libs/ext/mplex/videostrm.hh:
21320         * gst-libs/ext/mplex/videostrm_in.cc:
21321         * gst-libs/ext/mplex/videostrm_out.cc:
21322         * gst-libs/ext/mplex/yuv4mpeg.cc:
21323         * gst-libs/ext/mplex/yuv4mpeg.h:
21324         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21325         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21326           We don't fork mjpegtools' mplex in our CVS anymore.
21327         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21328         (gst_avi_demux_add_stream):
21329         * gst/avi/gstavidemux.h:
21330           Add getcaps() function for proper caps nego. This makes some
21331           parts of AVI playback/reading work.
21332         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21333           Resize window on new capsnego. This is probably wrong, but
21334           I'm still committing it because with current capsnego, the
21335           first successfull capsnego is auto-fixated, therefore rounded
21336           down to the lowest values in the caps. this results in a 16x16
21337           XWindow that is not reized when real capsnego finishes.
21338           Dave, I see more cases of this, do you know a proper solution?
21339         * tools/gst-launch-ext.in:
21340           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21341
21342 2003-12-31  David Schleef  <ds@schleef.org>
21343
21344         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21345         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21346           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21347
21348 2003-12-30  David Schleef  <ds@schleef.org>
21349
21350         * ext/ffmpeg/gstffmpegcolorspace.c:
21351         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21352         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21353         (gst_ffmpegcsp_chain): Negotiation fixes
21354         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21356         (gst_audio_convert_link), (gst_audio_convert_channels):
21357         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21358         (gst_audioscale_link), (gst_audioscale_get_buffer),
21359         (gst_audioscale_chain): Negotiation fixes
21360         * gst/audioscale/gstaudioscale.h:
21361         * gst/videofilter/gstvideofilter.c:
21362         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21363         (gst_videofilter_link), (gst_videofilter_init),
21364         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21365         (gst_videofilter_find_format_by_structure):
21366         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21367         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21368         (gst_videoscale_link):
21369         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21370         (videoscale_find_by_structure), (gst_videoscale_setup):
21371         * gst/videoscale/videoscale.h: Negotiation fixes
21372         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21373         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21374         function, restrict resizing to a multiple of 4 (hack until
21375         everyone supports odd sizes correctly).
21376
21377 2003-12-29  Colin Walters  <walters@verbum.org>
21378
21379         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21380         signed.
21381
21382 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21383
21384         * ext/sndfile/gstsf.c: (gst_sf_loop):
21385           Fix warning about discarding const qualifier
21386
21387 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21388
21389         * gst/cutter/gstcutter.c:
21390         * gst/videoscale/gstvideoscale.c:
21391         * gst/volenv/gstvolenv.c:
21392         * gst-libs/gst/audio/audio.c:
21393         * gst-libs/gst/video/video.c:
21394           Fix warnings
21395
21396 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21397
21398         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21399           Don't send ALSA debugging to stderr.
21400         * ext/alsa/gstalsa.h:
21401           Use GST_WARNING instead of g_warning when ALSA functions fail.
21402
21403 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21404
21405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21406           Free XVAdapterInfo correctly.
21407
21408 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21409
21410         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21411         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21412           Make id3tag use correct caps nego.
21413
21414 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21415
21416         * ext/ivorbis/vorbis.c:
21417         * ext/ivorbis/vorbisenc.h:
21418         * ext/ivorbis/vorbisfile.c:
21419           Modify so that it uses the new caps things
21420
21421 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21422
21423         * testsuite/spider/spider1.c: (main):
21424         * testsuite/spider/spider2.c: (main):
21425         * testsuite/spider/spider3.c: (main):
21426           Make tests compile again. They probably don't work.
21427
21428 2003-12-24  Colin Walters  <walters@verbum.org>
21429
21430         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21431         we can't fixate the caps anymore.
21432
21433 2003-12-23  David Schleef  <ds@schleef.org>
21434
21435         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21436         * sys/oss/gstosssink.c: (gst_osssink_init),
21437         (gst_osssink_sink_fixate): Add fixate function.
21438
21439 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21440
21441         * ext/ffmpeg/gstffmpegcodecmap.c:
21442         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21443         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21444         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21445         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21446         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21447         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21448         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21449           fix typo in RGB masks, and move back to "old" colorspace
21450           capsnego code until whoever wrote this new crap has actually
21451           tested it so that it works.
21452           And yes, this works, keep it that way please.
21453
21454 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21455
21456         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21457         (gst_divxdec_init), (gst_divxdec_negotiate):
21458         * ext/divx/gstdivxdec.h:
21459         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21460         (gst_divxenc_init):
21461         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21462         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21463         * ext/mpeg2enc/gstmpeg2enc.cc:
21464         * ext/mpeg2enc/gstmpeg2encoder.cc:
21465         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21466         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21467         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21468         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21469         (dxr3spusink_init):
21470         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21471         (dxr3videosink_init):
21472           Fix caps breakage after Dave's caps branch merge.
21473
21474 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21475
21476         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21477           Fix for 24bpp display.
21478
21479 2003-12-23  Colin Walters  <walters@verbum.org>
21480
21481         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21482         a GnomeVFSHandle directly.
21483
21484 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21485
21486         * gst/volume/Makefile.am:
21487         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21488         (volume_base_init), (volume_init):
21489           Reenable volume element and fix to work with new caps stuff.
21490           Rhythmbox needs this.
21491
21492 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21493
21494         * gst/qtdemux/qtdemux.c: (plugin_init):
21495           qtdemux requires bytestream
21496
21497 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21498
21499         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21500           Fix remaining caps handling errors due to CAPS merge.
21501
21502 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21503
21504         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21505         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21506         (gst_faad_srcconnect):
21507           Port to new caps system.
21508
21509 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21510
21511         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21512         (got_video_size), (main): using g_print instead of g_message.
21513         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21514         signal which was not emitted because of "switch" element added to the
21515         bin but not connected. (Removing from the bin temporarily)
21516
21517 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21518
21519         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21520         find X development files. I don't understand the previous tests and
21521         they fail on my debian/ppc unstable. This one works.
21522         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21523         exiting.
21524         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21525         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21526         (gst_play_set_visualization): Add some safety checks in set_ methods
21527         and state_change. This was throwing some ugly CRITICAL messages when
21528         pipeline was getting disposed and casts were failing.
21529
21530 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21531
21532         * configure.ac:
21533           Improve mpeg2enc detection. This is for distributions that do
21534           ship mjpegtools, but without mpeg2enc. Also does object check
21535           for might there ever be ABI incompatibility.
21536         * ext/mpeg2enc/gstmpeg2enc.cc:
21537           Add Andrew as second maintainer (he's helping me), and also add
21538           an error if no caps was set. This happens if I pull before capsnego
21539           and that's something I should solve sometime else.
21540         * gst/matroska/matroska-demux.c:
21541         (gst_matroska_demux_parse_blockgroup):
21542           Fix time parsing.
21543         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21544         (gst_matroska_mux_track_header):
21545           Add caps to templates.
21546         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21547           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21548         * gst/mpegstream/gstmpegdemux.c:
21549           Remove layer since it causes warnings about unfixed caps.
21550         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21551           Fix obvious typo (we error out if caps were set, we should of
21552           course error out if *no* caps were set).
21553         * sys/oss/gstosselement.c: (gst_osselement_convert):
21554           Fix format conversion, we confused bits/bytes.
21555         * sys/oss/gstosselement.h:
21556           Improve documentation for 'bps'.
21557         * sys/v4l/TODO:
21558           Remove stuff about plugins that need removing - this was done
21559           ages ago.
21560         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21561         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21563         (gst_v4lsrc_src_query):
21564         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21565         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21566           Add get_query_types(), get_formats() and query() functions.
21567
21568 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21569
21570         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21571         * moved CVS to freedesktop.org